2025-12-04T09:34:45.0322269Z Current runner version: '2.329.0' 2025-12-04T09:34:45.0326176Z Runner name: 'dgxb200-04-1007' 2025-12-04T09:34:45.0326721Z Runner group name: 'default' 2025-12-04T09:34:45.0327378Z Machine name: '649202eea082' 2025-12-04T09:34:45.0329024Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T09:34:45.0330519Z Contents: read 2025-12-04T09:34:45.0330895Z Metadata: read 2025-12-04T09:34:45.0331315Z ##[endgroup] 2025-12-04T09:34:45.0332873Z Secret source: Actions 2025-12-04T09:34:45.0333443Z Prepare workflow directory 2025-12-04T09:34:45.0669138Z Prepare all required actions 2025-12-04T09:34:45.0699967Z Getting action download info 2025-12-04T09:34:45.7083467Z Download action repository 'pytorch/test-infra@main' (SHA:39aa74d619174326f4e2fb0e216151c2f29d9ffd) 2025-12-04T09:34:46.3002731Z Download action repository 'pytorch/pytorch@main' (SHA:7716da9fb23f27a65b41f9f016a2afadf281c18f) 2025-12-04T09:35:40.6114435Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-12-04T09:35:42.1961645Z Download action repository 'aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722' (SHA:ececac1a45f3b08a01d2dd070d28d111c5fe6722) 2025-12-04T09:35:42.5158870Z Download action repository 'aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076' (SHA:062b18b96a7aff071d4dc91bc00c4c1a7945b076) 2025-12-04T09:35:42.8655324Z Download action repository 'seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-12-04T09:35:43.3274585Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-12-04T09:35:43.7343460Z Getting action download info 2025-12-04T09:35:43.9239685Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T09:35:44.2984383Z Getting action download info 2025-12-04T09:35:44.4925035Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-12-04T09:35:44.8232548Z Getting action download info 2025-12-04T09:35:45.0416100Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-12-04T09:35:45.3969520Z Getting action download info 2025-12-04T09:35:45.5921201Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/main (ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T09:35:45.5923995Z ##[group] Inputs 2025-12-04T09:35:45.5924264Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-sm100 2025-12-04T09:35:45.5924622Z test-matrix: {"include": [{"config": "smoke_b200", "shard": 1, "num_shards": 1, "runner": "linux.dgx.b200"}]} 2025-12-04T09:35:45.5925286Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:35:45.5925774Z sync-tag: 2025-12-04T09:35:45.5926311Z timeout-minutes: 240 2025-12-04T09:35:45.5926473Z use-gha: 2025-12-04T09:35:45.5926629Z dashboard-tag: 2025-12-04T09:35:45.5926801Z s3-bucket: gha-artifacts 2025-12-04T09:35:45.5927049Z aws-role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only 2025-12-04T09:35:45.5927495Z disable-monitor: false 2025-12-04T09:35:45.5927681Z monitor-log-interval: 5 2025-12-04T09:35:45.5927865Z monitor-data-collect-interval: 1 2025-12-04T09:35:45.5928066Z ##[endgroup] 2025-12-04T09:35:45.5928336Z Complete job name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:35:45.6274655Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T09:35:45.6275136Z with: 2025-12-04T09:35:45.6275321Z no-sudo: true 2025-12-04T09:35:45.6275490Z submodules: recursive 2025-12-04T09:35:45.6275655Z fetch-depth: 0 2025-12-04T09:35:45.6275884Z env: 2025-12-04T09:35:45.6276031Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:35:45.6276415Z ##[endgroup] 2025-12-04T09:35:45.6336404Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:35:45.6336933Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:35:45.6348436Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:35:45.6348681Z env: 2025-12-04T09:35:45.6348827Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:35:45.6348984Z ##[endgroup] 2025-12-04T09:35:45.6513213Z ##[group]Run actions/checkout@v4 2025-12-04T09:35:45.6513450Z with: 2025-12-04T09:35:45.6513673Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:35:45.6513884Z fetch-depth: 0 2025-12-04T09:35:45.6514036Z submodules: recursive 2025-12-04T09:35:45.6514204Z show-progress: false 2025-12-04T09:35:45.6514390Z repository: pytorch/pytorch 2025-12-04T09:35:45.6514675Z token: *** 2025-12-04T09:35:45.6514880Z ssh-strict: true 2025-12-04T09:35:45.6515029Z ssh-user: git 2025-12-04T09:35:45.6515182Z persist-credentials: true 2025-12-04T09:35:45.6515341Z clean: true 2025-12-04T09:35:45.6515500Z sparse-checkout-cone-mode: true 2025-12-04T09:35:45.6515701Z fetch-tags: false 2025-12-04T09:35:45.6515842Z lfs: false 2025-12-04T09:35:45.6515990Z set-safe-directory: true 2025-12-04T09:35:45.6516150Z env: 2025-12-04T09:35:45.6516282Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:35:45.6516444Z ##[endgroup] 2025-12-04T09:35:45.7278456Z Syncing repository: pytorch/pytorch 2025-12-04T09:35:45.7279286Z ##[group]Getting Git version info 2025-12-04T09:35:45.7279531Z Working directory is '/home/eve/_work/pytorch/pytorch' 2025-12-04T09:35:45.7279884Z [command]/usr/bin/git version 2025-12-04T09:35:45.7293473Z git version 2.51.0 2025-12-04T09:35:45.7320511Z ##[endgroup] 2025-12-04T09:35:45.7323892Z Temporarily overriding HOME='/home/eve/_work/_temp/19e15f22-bc9a-48ab-ab11-458f3095b49d' before making global git config changes 2025-12-04T09:35:45.7324362Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:35:45.7324958Z [command]/usr/bin/git config --global --add safe.directory /home/eve/_work/pytorch/pytorch 2025-12-04T09:35:45.7360159Z Deleting the contents of '/home/eve/_work/pytorch/pytorch' 2025-12-04T09:35:45.7361938Z ##[group]Initializing the repository 2025-12-04T09:35:45.7368908Z [command]/usr/bin/git init /home/eve/_work/pytorch/pytorch 2025-12-04T09:35:45.7392257Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-12-04T09:35:45.7392693Z hint: is subject to change. To configure the initial branch name to use in all 2025-12-04T09:35:45.7393042Z hint: of your new repositories, which will suppress this warning, call: 2025-12-04T09:35:45.7393283Z hint: 2025-12-04T09:35:45.7393483Z hint: git config --global init.defaultBranch 2025-12-04T09:35:45.7393697Z hint: 2025-12-04T09:35:45.7393898Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-12-04T09:35:45.7394224Z hint: 'development'. The just-created branch can be renamed via this command: 2025-12-04T09:35:45.7394475Z hint: 2025-12-04T09:35:45.7394618Z hint: git branch -m 2025-12-04T09:35:45.7394981Z hint: 2025-12-04T09:35:45.7395215Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-12-04T09:35:45.7395550Z Initialized empty Git repository in /home/eve/_work/pytorch/pytorch/.git/ 2025-12-04T09:35:45.7400977Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-12-04T09:35:45.7423692Z ##[endgroup] 2025-12-04T09:35:45.7424361Z ##[group]Disabling automatic garbage collection 2025-12-04T09:35:45.7428480Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T09:35:45.7451911Z ##[endgroup] 2025-12-04T09:35:45.7452214Z ##[group]Setting up auth 2025-12-04T09:35:45.7456841Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:35:45.7481581Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-12-04T09:35:45.7694242Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:35:45.7716689Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-12-04T09:35:45.7912375Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:35:45.7935345Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T09:35:45.8126134Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:35:45.8167423Z ##[endgroup] 2025-12-04T09:35:45.8167847Z ##[group]Fetching the repository 2025-12-04T09:35:45.8173429Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-12-04T09:36:31.0194168Z From https://github.com/pytorch/pytorch 2025-12-04T09:36:31.0195219Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-12-04T09:36:31.0195623Z * [new branch] 2.9.1 -> origin/2.9.1 2025-12-04T09:36:31.0201652Z * [new branch] AaronWang04_addmmfusion_perftest -> origin/AaronWang04_addmmfusion_perftest 2025-12-04T09:36:31.0205886Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-12-04T09:36:31.0208691Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-12-04T09:36:31.0212764Z * [new branch] HOPrintFunc -> origin/HOPrintFunc 2025-12-04T09:36:31.0222173Z * [new branch] IvanKobzarev/stack/1 -> origin/IvanKobzarev/stack/1 2025-12-04T09:36:31.1034274Z * [new branch] NicoshevSVE128 -> origin/NicoshevSVE128 2025-12-04T09:36:31.1034637Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-12-04T09:36:31.1035085Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-12-04T09:36:31.1035424Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-12-04T09:36:31.1035763Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-12-04T09:36:31.1036057Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-12-04T09:36:31.1036401Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-12-04T09:36:31.1036719Z * [new branch] VLA_exp -> origin/VLA_exp 2025-12-04T09:36:31.1037003Z * [new branch] activation_bench -> origin/activation_bench 2025-12-04T09:36:31.1037282Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-12-04T09:36:31.1037566Z * [new branch] adi/onednn_aarch64 -> origin/adi/onednn_aarch64 2025-12-04T09:36:31.1037841Z * [new branch] adi/test -> origin/adi/test 2025-12-04T09:36:31.1038100Z * [new branch] adi/test_bgemm -> origin/adi/test_bgemm 2025-12-04T09:36:31.1038785Z * [new branch] adi/test_m8g -> origin/adi/test_m8g 2025-12-04T09:36:31.1039063Z * [new branch] adi/test_onednn -> origin/adi/test_onednn 2025-12-04T09:36:31.1039355Z * [new branch] adi/test_onednn_v3.9 -> origin/adi/test_onednn_v3.9 2025-12-04T09:36:31.1039648Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-12-04T09:36:31.1040053Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-12-04T09:36:31.1040367Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-12-04T09:36:31.1040707Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-12-04T09:36:31.1041023Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-12-04T09:36:31.1041452Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-12-04T09:36:31.1041809Z * [new branch] also-surround-shimh -> origin/also-surround-shimh 2025-12-04T09:36:31.1042131Z * [new branch] angelayi/aot_compile -> origin/angelayi/aot_compile 2025-12-04T09:36:31.1042475Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-12-04T09:36:31.1042825Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-12-04T09:36:31.1043194Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-12-04T09:36:31.1043559Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-12-04T09:36:31.1043892Z * [new branch] angelayi/inductor_const -> origin/angelayi/inductor_const 2025-12-04T09:36:31.1044199Z * [new branch] angelayi/lstm -> origin/angelayi/lstm 2025-12-04T09:36:31.1044498Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-12-04T09:36:31.1045036Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-12-04T09:36:31.1045345Z * [new branch] angelayi/side_eff -> origin/angelayi/side_eff 2025-12-04T09:36:31.1045667Z * [new branch] angelayi/state_dict -> origin/angelayi/state_dict 2025-12-04T09:36:31.1046002Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-12-04T09:36:31.1046326Z * [new branch] angelayi/symm_mem -> origin/angelayi/symm_mem 2025-12-04T09:36:31.1046625Z * [new branch] angelayi/test_cpp -> origin/angelayi/test_cpp 2025-12-04T09:36:31.1046935Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-12-04T09:36:31.1047243Z * [new branch] annotate_assert -> origin/annotate_assert 2025-12-04T09:36:31.1047547Z * [new branch] annotate_fallback_kernel -> origin/annotate_fallback_kernel 2025-12-04T09:36:31.1047877Z * [new branch] annotation_deepcopy -> origin/annotation_deepcopy 2025-12-04T09:36:31.1048181Z * [new branch] annotation_dynamo -> origin/annotation_dynamo 2025-12-04T09:36:31.1048480Z * [new branch] aot_eager_stack_trace -> origin/aot_eager_stack_trace 2025-12-04T09:36:31.1048771Z * [new branch] aoti-cuda-alloc -> origin/aoti-cuda-alloc 2025-12-04T09:36:31.1049066Z * [new branch] aoti_const_device -> origin/aoti_const_device 2025-12-04T09:36:31.1049372Z * [new branch] aoti_fqn_name_interface -> origin/aoti_fqn_name_interface 2025-12-04T09:36:31.1049703Z * [new branch] aoti_package_weights_binary -> origin/aoti_package_weights_binary 2025-12-04T09:36:31.1050014Z * [new branch] aoti_target_windows -> origin/aoti_target_windows 2025-12-04T09:36:31.1050440Z * [new branch] arsh/feat/inductor_check_profiling -> origin/arsh/feat/inductor_check_profiling 2025-12-04T09:36:31.1050789Z * [new branch] async_tp -> origin/async_tp 2025-12-04T09:36:31.1051097Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-12-04T09:36:31.1051455Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-12-04T09:36:31.1051856Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-12-04T09:36:31.1052136Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-12-04T09:36:31.1052407Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-12-04T09:36:31.1052680Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-12-04T09:36:31.1052949Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-12-04T09:36:31.1053271Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-12-04T09:36:31.1053560Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-12-04T09:36:31.1053839Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-12-04T09:36:31.1054131Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-12-04T09:36:31.1054433Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-12-04T09:36:31.1054757Z * [new branch] attention_benchmarking_clean -> origin/attention_benchmarking_clean 2025-12-04T09:36:31.1055120Z * [new branch] bahuang/dt_fix_scalar_add -> origin/bahuang/dt_fix_scalar_add 2025-12-04T09:36:31.1055432Z * [new branch] bahuang/fix_debug_mode -> origin/bahuang/fix_debug_mode 2025-12-04T09:36:31.1055801Z * [new branch] bahuang/fix_expand -> origin/bahuang/fix_expand 2025-12-04T09:36:31.1056083Z * [new branch] bahuang/test -> origin/bahuang/test 2025-12-04T09:36:31.1056333Z * [new branch] base/1.5 -> origin/base/1.5 2025-12-04T09:36:31.1056670Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-12-04T09:36:31.1057001Z * [new branch] bench_scaled_mm_ops -> origin/bench_scaled_mm_ops 2025-12-04T09:36:31.1057291Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-12-04T09:36:31.1057620Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-12-04T09:36:31.1057931Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-12-04T09:36:31.1058232Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-12-04T09:36:31.1058553Z * [new branch] bf/bug-static-input -> origin/bf/bug-static-input 2025-12-04T09:36:31.1058840Z * [new branch] bf/cg-backend -> origin/bf/cg-backend 2025-12-04T09:36:31.1059116Z * [new branch] bf/cg-nccl-test -> origin/bf/cg-nccl-test 2025-12-04T09:36:31.1059403Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-12-04T09:36:31.1059701Z * [new branch] bf/clean-torchbench-hf -> origin/bf/clean-torchbench-hf 2025-12-04T09:36:31.1060010Z * [new branch] bf/combo-debug-log -> origin/bf/combo-debug-log 2025-12-04T09:36:31.1060287Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-12-04T09:36:31.1060625Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-12-04T09:36:31.1061147Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-12-04T09:36:31.1061685Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-12-04T09:36:31.1062063Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-12-04T09:36:31.1062366Z * [new branch] bf/dynamo-partition -> origin/bf/dynamo-partition 2025-12-04T09:36:31.1062640Z * [new branch] bf/lite -> origin/bf/lite 2025-12-04T09:36:31.1062971Z * [new branch] bf/pa-non-divisible -> origin/bf/pa-non-divisible 2025-12-04T09:36:31.1063352Z * [new branch] bf/partition-cache-free-symbols -> origin/bf/partition-cache-free-symbols 2025-12-04T09:36:31.1063713Z * [new branch] bf/partition-memory-plan -> origin/bf/partition-memory-plan 2025-12-04T09:36:31.1064041Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-12-04T09:36:31.1064372Z * [new branch] bf/partition-view-fallback -> origin/bf/partition-view-fallback 2025-12-04T09:36:31.1064709Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-12-04T09:36:31.1065038Z * [new branch] bf/timm-nov-26-2025 -> origin/bf/timm-nov-26-2025 2025-12-04T09:36:31.1065370Z * [new branch] bf/transformer-pin-4-57-3 -> origin/bf/transformer-pin-4-57-3 2025-12-04T09:36:31.1065716Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-12-04T09:36:31.1066064Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-12-04T09:36:31.1066382Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-12-04T09:36:31.1066697Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-12-04T09:36:31.1067025Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-12-04T09:36:31.1067332Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-12-04T09:36:31.1067653Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-12-04T09:36:31.1067986Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-12-04T09:36:31.1068297Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-12-04T09:36:31.1068605Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-12-04T09:36:31.1068950Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-12-04T09:36:31.1069254Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-12-04T09:36:31.1069570Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-12-04T09:36:31.1069899Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-12-04T09:36:31.1070214Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-12-04T09:36:31.1070525Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-12-04T09:36:31.1070838Z * [new branch] brister/fx_device_type -> origin/brister/fx_device_type 2025-12-04T09:36:31.1071158Z * [new branch] brister/test_inductor_all_fx -> origin/brister/test_inductor_all_fx 2025-12-04T09:36:31.1071524Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-12-04T09:36:31.1071865Z * [new branch] bwd-backup -> origin/bwd-backup 2025-12-04T09:36:31.1072129Z * [new branch] c57382a49 -> origin/c57382a49 2025-12-04T09:36:31.1072465Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-12-04T09:36:31.1072747Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-12-04T09:36:31.1073089Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-12-04T09:36:31.1073392Z * [new branch] cccclai-patch-1 -> origin/cccclai-patch-1 2025-12-04T09:36:31.1073807Z * [new branch] cherry-pick-159969-by-pytorch_bot_bot_ -> origin/cherry-pick-159969-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1074234Z * [new branch] cherry-pick-160586-by-pytorch_bot_bot_ -> origin/cherry-pick-160586-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1074646Z * [new branch] cherry-pick-162208-by-pytorch_bot_bot_ -> origin/cherry-pick-162208-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1075076Z * [new branch] cherry-pick-163169-by-pytorch_bot_bot_ -> origin/cherry-pick-163169-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1075479Z * [new branch] cherry-pick-165086-by-pytorch_bot_bot_ -> origin/cherry-pick-165086-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1075878Z * [new branch] cherry-pick-165514-by-pytorch_bot_bot_ -> origin/cherry-pick-165514-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1076278Z * [new branch] cherry-pick-165601-by-pytorch_bot_bot_ -> origin/cherry-pick-165601-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1076669Z * [new branch] cherry-pick-165667-by-pytorch_bot_bot_ -> origin/cherry-pick-165667-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1077069Z * [new branch] cherry-pick-165815-by-pytorch_bot_bot_ -> origin/cherry-pick-165815-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1077465Z * [new branch] cherry-pick-165922-by-pytorch_bot_bot_ -> origin/cherry-pick-165922-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1077904Z * [new branch] cherry-pick-166148-by-pytorch_bot_bot_ -> origin/cherry-pick-166148-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1078331Z * [new branch] cherry-pick-166181-by-pytorch_bot_bot_ -> origin/cherry-pick-166181-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1078728Z * [new branch] cherry-pick-166404-by-pytorch_bot_bot_ -> origin/cherry-pick-166404-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1079133Z * [new branch] cherry-pick-166427-by-pytorch_bot_bot_ -> origin/cherry-pick-166427-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1079564Z * [new branch] cherry-pick-166480-by-pytorch_bot_bot_ -> origin/cherry-pick-166480-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1079985Z * [new branch] cherry-pick-166570-by-pytorch_bot_bot_ -> origin/cherry-pick-166570-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1080384Z * [new branch] cherry-pick-166993-by-pytorch_bot_bot_ -> origin/cherry-pick-166993-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1080800Z * [new branch] cherry-pick-167111-by-pytorch_bot_bot_ -> origin/cherry-pick-167111-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1081244Z * [new branch] cherry-pick-167478-by-pytorch_bot_bot_ -> origin/cherry-pick-167478-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1081609Z * [new branch] cherry_pick_166036_166040 -> origin/cherry_pick_166036_166040 2025-12-04T09:36:31.1081910Z * [new branch] cherry_pick_166457 -> origin/cherry_pick_166457 2025-12-04T09:36:31.1082196Z * [new branch] cherrypick_166338 -> origin/cherrypick_166338 2025-12-04T09:36:31.1082486Z * [new branch] cherrypick_166458 -> origin/cherrypick_166458 2025-12-04T09:36:31.1082819Z * [new branch] cherrypick_166586 -> origin/cherrypick_166586 2025-12-04T09:36:31.1083086Z * [new branch] cherrypick_166956 -> origin/cherrypick_166956 2025-12-04T09:36:31.1083345Z * [new branch] ci_attn -> origin/ci_attn 2025-12-04T09:36:31.1083621Z * [new branch] codex-testing -> origin/codex-testing 2025-12-04T09:36:31.1084081Z * [new branch] codex/add-check_memory_overlap-helper-functions -> origin/codex/add-check_memory_overlap-helper-functions 2025-12-04T09:36:31.1084522Z * [new branch] codex/fix-issue-121219-in-pytorch -> origin/codex/fix-issue-121219-in-pytorch 2025-12-04T09:36:31.1085017Z * [new branch] codex/investigate-segfaults-in-get_tensor_storage_id -> origin/codex/investigate-segfaults-in-get_tensor_storage_id 2025-12-04T09:36:31.1085644Z * [new branch] codex/refactor-lintrunner-config-to-use-uv-run -> origin/codex/refactor-lintrunner-config-to-use-uv-run 2025-12-04T09:36:31.1086089Z * [new branch] compatiblpy39util -> origin/compatiblpy39util 2025-12-04T09:36:31.1086375Z * [new branch] cond_hop_device -> origin/cond_hop_device 2025-12-04T09:36:31.1086661Z * [new branch] context_test -> origin/context_test 2025-12-04T09:36:31.1087030Z * [new branch] copilot/code-style-cleanup-python-pip -> origin/copilot/code-style-cleanup-python-pip 2025-12-04T09:36:31.1087408Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-12-04T09:36:31.1087774Z * [new branch] cpp-docs-dependency-upgrade -> origin/cpp-docs-dependency-upgrade 2025-12-04T09:36:31.1088321Z * [new branch] crpa/typo-in-inductor_comm_lowering -> origin/crpa/typo-in-inductor_comm_lowering 2025-12-04T09:36:31.1088718Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-12-04T09:36:31.1089037Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-12-04T09:36:31.1089378Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-12-04T09:36:31.1089694Z * [new branch] csl/clean_up -> origin/csl/clean_up 2025-12-04T09:36:31.1090007Z * [new branch] csl/fix_retry_segfault_exit -> origin/csl/fix_retry_segfault_exit 2025-12-04T09:36:31.1090301Z * [new branch] csl/katex -> origin/csl/katex 2025-12-04T09:36:31.1090618Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-12-04T09:36:31.1090909Z * [new branch] csl/lint_testing -> origin/csl/lint_testing 2025-12-04T09:36:31.1091288Z * [new branch] csl/lint_thing -> origin/csl/lint_thing 2025-12-04T09:36:31.1091580Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-12-04T09:36:31.1091918Z * [new branch] csl/manually_gen_json -> origin/csl/manually_gen_json 2025-12-04T09:36:31.1092237Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-12-04T09:36:31.1092561Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-12-04T09:36:31.1092867Z * [new branch] csl/print_timing -> origin/csl/print_timing 2025-12-04T09:36:31.1093197Z * [new branch] csl/remove_experiment -> origin/csl/remove_experiment 2025-12-04T09:36:31.1093571Z * [new branch] csl/remove_maybe_unused_var -> origin/csl/remove_maybe_unused_var 2025-12-04T09:36:31.1093935Z * [new branch] csl/remove_repo_specific_autolabel -> origin/csl/remove_repo_specific_autolabel 2025-12-04T09:36:31.1094302Z * [new branch] csl/remove_run_parallel -> origin/csl/remove_run_parallel 2025-12-04T09:36:31.1094642Z * [new branch] csl/remove_unused_vars -> origin/csl/remove_unused_vars 2025-12-04T09:36:31.1095003Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-12-04T09:36:31.1095292Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-12-04T09:36:31.1095635Z * [new branch] csl/smaller_avx_amx_runenrs -> origin/csl/smaller_avx_amx_runenrs 2025-12-04T09:36:31.1096061Z * [new branch] csl/td_job_level -> origin/csl/td_job_level 2025-12-04T09:36:31.1096400Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-12-04T09:36:31.1096753Z * [new branch] csl/test_owners_autograd_dispatch_nn -> origin/csl/test_owners_autograd_dispatch_nn 2025-12-04T09:36:31.1097188Z * [new branch] csl/test_owners_higher_confidence -> origin/csl/test_owners_higher_confidence 2025-12-04T09:36:31.1097549Z * [new branch] csl/upload_json_running -> origin/csl/upload_json_running 2025-12-04T09:36:31.1097879Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-12-04T09:36:31.1098173Z * [new branch] csl/xml_stuff -> origin/csl/xml_stuff 2025-12-04T09:36:31.1098447Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-12-04T09:36:31.1098727Z * [new branch] cuda_mempool -> origin/cuda_mempool 2025-12-04T09:36:31.1099006Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-12-04T09:36:31.1099330Z * [new branch] d4l3k/debug_plane_frtrace -> origin/d4l3k/debug_plane_frtrace 2025-12-04T09:36:31.1099621Z * [new branch] daxia6/2.8o3 -> origin/daxia6/2.8o3 2025-12-04T09:36:31.1099895Z * [new branch] debug-guard -> origin/debug-guard 2025-12-04T09:36:31.1100223Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-12-04T09:36:31.1100728Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 2025-12-04T09:36:31.1101390Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 2025-12-04T09:36:31.1101881Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-12-04T09:36:31.1102258Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-12-04T09:36:31.1102642Z * [new branch] dev/dhruva/flex_attn_opt -> origin/dev/dhruva/flex_attn_opt 2025-12-04T09:36:31.1102957Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-12-04T09:36:31.1103302Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-12-04T09:36:31.1103579Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-12-04T09:36:31.1103864Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-12-04T09:36:31.1104173Z * [new branch] dev/joona/fix_sdpa_memtest -> origin/dev/joona/fix_sdpa_memtest 2025-12-04T09:36:31.1104517Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-12-04T09:36:31.1104894Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-12-04T09:36:31.1105202Z * [new branch] dev/joona/scalar_clamp -> origin/dev/joona/scalar_clamp 2025-12-04T09:36:31.1105498Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-12-04T09:36:31.1105797Z * [new branch] dev/joona/sdpa_api -> origin/dev/joona/sdpa_api 2025-12-04T09:36:31.1106133Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-12-04T09:36:31.1106443Z * [new branch] dev/joona/ulpAssertClose -> origin/dev/joona/ulpAssertClose 2025-12-04T09:36:31.1106744Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-12-04T09:36:31.1107026Z * [new branch] disp_counter -> origin/disp_counter 2025-12-04T09:36:31.1107362Z * [new branch] divyanshk-patch-1 -> origin/divyanshk-patch-1 2025-12-04T09:36:31.1107643Z * [new branch] docs -> origin/docs 2025-12-04T09:36:31.1107904Z * [new branch] documentation -> origin/documentation 2025-12-04T09:36:31.1108206Z * [new branch] eager_model_benchmarks -> origin/eager_model_benchmarks 2025-12-04T09:36:31.1108580Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-12-04T09:36:31.1108920Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-12-04T09:36:31.1109251Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-12-04T09:36:31.1109549Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-12-04T09:36:31.1109832Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-12-04T09:36:31.1110092Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-12-04T09:36:31.1110370Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-12-04T09:36:31.1110646Z * [new branch] eqy-patch-5 -> origin/eqy-patch-5 2025-12-04T09:36:31.1110934Z * [new branch] eqy-patch-6 -> origin/eqy-patch-6 2025-12-04T09:36:31.1111228Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-12-04T09:36:31.1111586Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-12-04T09:36:31.1111994Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-12-04T09:36:31.1112378Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-12-04T09:36:31.1112803Z * [new branch] exclamaforte/fix-exhaustive-autotuning -> origin/exclamaforte/fix-exhaustive-autotuning 2025-12-04T09:36:31.1113253Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-12-04T09:36:31.1113718Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-12-04T09:36:31.1114104Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-12-04T09:36:31.1114480Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-12-04T09:36:31.1114902Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-12-04T09:36:31.1115253Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-12-04T09:36:31.1115669Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-12-04T09:36:31.1116094Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-12-04T09:36:31.1116428Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-12-04T09:36:31.1116813Z * [new branch] exclamaforte/just-gemm-model-no-refactor -> origin/exclamaforte/just-gemm-model-no-refactor 2025-12-04T09:36:31.1117242Z * [new branch] exclamaforte/profile-diff-algo -> origin/exclamaforte/profile-diff-algo 2025-12-04T09:36:31.1117629Z * [new branch] exclamaforte/profiler-visualization -> origin/exclamaforte/profiler-visualization 2025-12-04T09:36:31.1118024Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-12-04T09:36:31.1118432Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-12-04T09:36:31.1118937Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-12-04T09:36:31.1119277Z * [new branch] exec -> origin/exec 2025-12-04T09:36:31.1119549Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-12-04T09:36:31.1119837Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-12-04T09:36:31.1120241Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-12-04T09:36:31.1120562Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-12-04T09:36:31.1120835Z * [new branch] export-D78957093 -> origin/export-D78957093 2025-12-04T09:36:31.1121097Z * [new branch] export-D78996107 -> origin/export-D78996107 2025-12-04T09:36:31.1121364Z * [new branch] export-D80823877 -> origin/export-D80823877 2025-12-04T09:36:31.1121658Z * [new branch] export-D80958642 -> origin/export-D80958642 2025-12-04T09:36:31.1121939Z * [new branch] export-D81054193 -> origin/export-D81054193 2025-12-04T09:36:31.1122203Z * [new branch] export-D81204584 -> origin/export-D81204584 2025-12-04T09:36:31.1122490Z * [new branch] export-D81429090 -> origin/export-D81429090 2025-12-04T09:36:31.1122761Z * [new branch] export-D82250826 -> origin/export-D82250826 2025-12-04T09:36:31.1123037Z * [new branch] export-D82253817 -> origin/export-D82253817 2025-12-04T09:36:31.1123321Z * [new branch] export-D83541846 -> origin/export-D83541846 2025-12-04T09:36:31.1123612Z * [new branch] export-D83627170 -> origin/export-D83627170 2025-12-04T09:36:31.1123889Z * [new branch] export-D83766701 -> origin/export-D83766701 2025-12-04T09:36:31.1124175Z * [new branch] export-D83768878 -> origin/export-D83768878 2025-12-04T09:36:31.1124515Z * [new branch] export-D83769447 -> origin/export-D83769447 2025-12-04T09:36:31.1124815Z * [new branch] export-D84089824 -> origin/export-D84089824 2025-12-04T09:36:31.1125086Z * [new branch] export-D84213020 -> origin/export-D84213020 2025-12-04T09:36:31.1125355Z * [new branch] export-D84373821 -> origin/export-D84373821 2025-12-04T09:36:31.1125655Z * [new branch] export-D84612194 -> origin/export-D84612194 2025-12-04T09:36:31.1125921Z * [new branch] export-D84890985 -> origin/export-D84890985 2025-12-04T09:36:31.1126229Z * [new branch] export-D85122326 -> origin/export-D85122326 2025-12-04T09:36:31.1126557Z * [new branch] export-D86256198 -> origin/export-D86256198 2025-12-04T09:36:31.1126851Z * [new branch] export-D86460608 -> origin/export-D86460608 2025-12-04T09:36:31.1127131Z * [new branch] export-D86474796 -> origin/export-D86474796 2025-12-04T09:36:31.1127397Z * [new branch] export-D86712396 -> origin/export-D86712396 2025-12-04T09:36:31.1127669Z * [new branch] export-D87022129 -> origin/export-D87022129 2025-12-04T09:36:31.1127978Z * [new branch] export-D87838959 -> origin/export-D87838959 2025-12-04T09:36:31.1128264Z * [new branch] export-D88319437 -> origin/export-D88319437 2025-12-04T09:36:31.1128604Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-12-04T09:36:31.1129023Z * [new branch] ezyang-titan-october -> origin/ezyang-titan-october 2025-12-04T09:36:31.1129331Z * [new branch] ezyang-titan-october2 -> origin/ezyang-titan-october2 2025-12-04T09:36:31.1129662Z * [new branch] ezyang-war -> origin/ezyang-war 2025-12-04T09:36:31.1129967Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-12-04T09:36:31.1130283Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-12-04T09:36:31.1130601Z * [new branch] fadeputr/sequence_fbgemm -> origin/fadeputr/sequence_fbgemm 2025-12-04T09:36:31.1130950Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-12-04T09:36:31.1131223Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-12-04T09:36:31.1131512Z * [new branch] fca -> origin/fca 2025-12-04T09:36:31.1131783Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-12-04T09:36:31.1132041Z * [new branch] fca5 -> origin/fca5 2025-12-04T09:36:31.1132345Z * [new branch] feature/justknobs-cpp -> origin/feature/justknobs-cpp 2025-12-04T09:36:31.1132695Z * [new branch] feature/numa-forkserver -> origin/feature/numa-forkserver 2025-12-04T09:36:31.1132999Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-12-04T09:36:31.1133359Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-12-04T09:36:31.1133685Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-12-04T09:36:31.1133993Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-12-04T09:36:31.1134320Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-12-04T09:36:31.1134644Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-12-04T09:36:31.1135014Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-12-04T09:36:31.1135361Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-12-04T09:36:31.1135730Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-12-04T09:36:31.1136113Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-12-04T09:36:31.1136516Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-12-04T09:36:31.1136918Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-12-04T09:36:31.1137207Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-12-04T09:36:31.1137497Z * [new branch] fix_addmm_issue -> origin/fix_addmm_issue 2025-12-04T09:36:31.1137815Z * [new branch] fix_amd_missing_cluster_dims -> origin/fix_amd_missing_cluster_dims 2025-12-04T09:36:31.1138128Z * [new branch] fix_bench_bwd_pass -> origin/fix_bench_bwd_pass 2025-12-04T09:36:31.1138442Z * [new branch] fix_mem_profiler_config -> origin/fix_mem_profiler_config 2025-12-04T09:36:31.1138780Z * [new branch] fix_nvrtc_discovery -> origin/fix_nvrtc_discovery 2025-12-04T09:36:31.1139102Z * [new branch] fix_op_runner -> origin/fix_op_runner 2025-12-04T09:36:31.1139390Z * [new branch] fix_ubn_159469 -> origin/fix_ubn_159469 2025-12-04T09:36:31.1139692Z * [new branch] fixes-triage -> origin/fixes-triage 2025-12-04T09:36:31.1139986Z * [new branch] fixflashinfer -> origin/fixflashinfer 2025-12-04T09:36:31.1140316Z * [new branch] flash_decoding_cpu -> origin/flash_decoding_cpu 2025-12-04T09:36:31.1140607Z * [new branch] flex-flash -> origin/flex-flash 2025-12-04T09:36:31.1140924Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-12-04T09:36:31.1141306Z * [new branch] flex_flash -> origin/flex_flash 2025-12-04T09:36:31.1141635Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-12-04T09:36:31.1142043Z * [new branch] fmassa/tests_comm_compute_scheduler -> origin/fmassa/tests_comm_compute_scheduler 2025-12-04T09:36:31.1142437Z * [new branch] forkserver_fix -> origin/forkserver_fix 2025-12-04T09:36:31.1142767Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-12-04T09:36:31.1143024Z * [new branch] fx_cpp -> origin/fx_cpp 2025-12-04T09:36:31.1143341Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-12-04T09:36:31.1143672Z * [new branch] galv-patch-1 -> origin/galv-patch-1 2025-12-04T09:36:31.1144048Z * [new branch] galv/cudagraphs-conditional-nodes-4 -> origin/galv/cudagraphs-conditional-nodes-4 2025-12-04T09:36:31.1144425Z * [new branch] georgehong/cmakelists-patch -> origin/georgehong/cmakelists-patch 2025-12-04T09:36:31.1144744Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-12-04T09:36:31.1145054Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-12-04T09:36:31.1145342Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-12-04T09:36:31.1145678Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-12-04T09:36:31.1145982Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-12-04T09:36:31.1146282Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-12-04T09:36:31.1146563Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-12-04T09:36:31.1146890Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-12-04T09:36:31.1147234Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-12-04T09:36:31.1147506Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-12-04T09:36:31.1147776Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-12-04T09:36:31.1148099Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-12-04T09:36:31.1148385Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-12-04T09:36:31.1148656Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-12-04T09:36:31.1148925Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-12-04T09:36:31.1149213Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-12-04T09:36:31.1149503Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-12-04T09:36:31.1149787Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-12-04T09:36:31.1150112Z * [new branch] gh/H-Huang/226/base -> origin/gh/H-Huang/226/base 2025-12-04T09:36:31.1150414Z * [new branch] gh/H-Huang/226/head -> origin/gh/H-Huang/226/head 2025-12-04T09:36:31.1150696Z * [new branch] gh/H-Huang/226/orig -> origin/gh/H-Huang/226/orig 2025-12-04T09:36:31.1150985Z * [new branch] gh/H-Huang/228/base -> origin/gh/H-Huang/228/base 2025-12-04T09:36:31.1151320Z * [new branch] gh/H-Huang/228/head -> origin/gh/H-Huang/228/head 2025-12-04T09:36:31.1151658Z * [new branch] gh/H-Huang/228/orig -> origin/gh/H-Huang/228/orig 2025-12-04T09:36:31.1152022Z * [new branch] gh/IvanKobzarev/150/base -> origin/gh/IvanKobzarev/150/base 2025-12-04T09:36:31.1152442Z * [new branch] gh/IvanKobzarev/150/head -> origin/gh/IvanKobzarev/150/head 2025-12-04T09:36:31.1152815Z * [new branch] gh/IvanKobzarev/150/orig -> origin/gh/IvanKobzarev/150/orig 2025-12-04T09:36:31.1153190Z * [new branch] gh/IvanKobzarev/157/base -> origin/gh/IvanKobzarev/157/base 2025-12-04T09:36:31.1153561Z * [new branch] gh/IvanKobzarev/157/head -> origin/gh/IvanKobzarev/157/head 2025-12-04T09:36:31.1153934Z * [new branch] gh/IvanKobzarev/157/orig -> origin/gh/IvanKobzarev/157/orig 2025-12-04T09:36:31.1154244Z * [new branch] gh/IvanKobzarev/159/base -> origin/gh/IvanKobzarev/159/base 2025-12-04T09:36:31.1154553Z * [new branch] gh/IvanKobzarev/159/head -> origin/gh/IvanKobzarev/159/head 2025-12-04T09:36:31.1154886Z * [new branch] gh/IvanKobzarev/159/orig -> origin/gh/IvanKobzarev/159/orig 2025-12-04T09:36:31.1155194Z * [new branch] gh/IvanKobzarev/162/base -> origin/gh/IvanKobzarev/162/base 2025-12-04T09:36:31.1155504Z * [new branch] gh/IvanKobzarev/162/head -> origin/gh/IvanKobzarev/162/head 2025-12-04T09:36:31.1155828Z * [new branch] gh/IvanKobzarev/162/orig -> origin/gh/IvanKobzarev/162/orig 2025-12-04T09:36:31.1156152Z * [new branch] gh/IvanKobzarev/163/base -> origin/gh/IvanKobzarev/163/base 2025-12-04T09:36:31.1156489Z * [new branch] gh/IvanKobzarev/163/head -> origin/gh/IvanKobzarev/163/head 2025-12-04T09:36:31.1156793Z * [new branch] gh/IvanKobzarev/163/orig -> origin/gh/IvanKobzarev/163/orig 2025-12-04T09:36:31.1157155Z * [new branch] gh/IvanKobzarev/166/base -> origin/gh/IvanKobzarev/166/base 2025-12-04T09:36:31.1157479Z * [new branch] gh/IvanKobzarev/166/head -> origin/gh/IvanKobzarev/166/head 2025-12-04T09:36:31.1157823Z * [new branch] gh/IvanKobzarev/166/orig -> origin/gh/IvanKobzarev/166/orig 2025-12-04T09:36:31.1158201Z * [new branch] gh/IvanKobzarev/167/base -> origin/gh/IvanKobzarev/167/base 2025-12-04T09:36:31.1158543Z * [new branch] gh/IvanKobzarev/167/head -> origin/gh/IvanKobzarev/167/head 2025-12-04T09:36:31.1158880Z * [new branch] gh/IvanKobzarev/167/orig -> origin/gh/IvanKobzarev/167/orig 2025-12-04T09:36:31.1159219Z * [new branch] gh/IvanKobzarev/168/base -> origin/gh/IvanKobzarev/168/base 2025-12-04T09:36:31.1159552Z * [new branch] gh/IvanKobzarev/168/head -> origin/gh/IvanKobzarev/168/head 2025-12-04T09:36:31.1159892Z * [new branch] gh/IvanKobzarev/168/orig -> origin/gh/IvanKobzarev/168/orig 2025-12-04T09:36:31.1160245Z * [new branch] gh/IvanKobzarev/169/base -> origin/gh/IvanKobzarev/169/base 2025-12-04T09:36:31.1160596Z * [new branch] gh/IvanKobzarev/169/head -> origin/gh/IvanKobzarev/169/head 2025-12-04T09:36:31.1160938Z * [new branch] gh/IvanKobzarev/169/orig -> origin/gh/IvanKobzarev/169/orig 2025-12-04T09:36:31.1161276Z * [new branch] gh/IvanKobzarev/170/base -> origin/gh/IvanKobzarev/170/base 2025-12-04T09:36:31.1161604Z * [new branch] gh/IvanKobzarev/170/head -> origin/gh/IvanKobzarev/170/head 2025-12-04T09:36:31.1161984Z * [new branch] gh/IvanKobzarev/170/orig -> origin/gh/IvanKobzarev/170/orig 2025-12-04T09:36:31.1162377Z * [new branch] gh/IvanKobzarev/171/base -> origin/gh/IvanKobzarev/171/base 2025-12-04T09:36:31.1162729Z * [new branch] gh/IvanKobzarev/171/head -> origin/gh/IvanKobzarev/171/head 2025-12-04T09:36:31.1163060Z * [new branch] gh/IvanKobzarev/171/orig -> origin/gh/IvanKobzarev/171/orig 2025-12-04T09:36:31.1163391Z * [new branch] gh/IvanKobzarev/172/base -> origin/gh/IvanKobzarev/172/base 2025-12-04T09:36:31.1163761Z * [new branch] gh/IvanKobzarev/172/head -> origin/gh/IvanKobzarev/172/head 2025-12-04T09:36:31.1164189Z * [new branch] gh/IvanKobzarev/172/orig -> origin/gh/IvanKobzarev/172/orig 2025-12-04T09:36:31.1164518Z * [new branch] gh/IvanKobzarev/173/base -> origin/gh/IvanKobzarev/173/base 2025-12-04T09:36:31.1164892Z * [new branch] gh/IvanKobzarev/173/head -> origin/gh/IvanKobzarev/173/head 2025-12-04T09:36:31.1165261Z * [new branch] gh/IvanKobzarev/173/orig -> origin/gh/IvanKobzarev/173/orig 2025-12-04T09:36:31.1165654Z * [new branch] gh/IvanKobzarev/174/base -> origin/gh/IvanKobzarev/174/base 2025-12-04T09:36:31.1165996Z * [new branch] gh/IvanKobzarev/174/head -> origin/gh/IvanKobzarev/174/head 2025-12-04T09:36:31.1166345Z * [new branch] gh/IvanKobzarev/174/orig -> origin/gh/IvanKobzarev/174/orig 2025-12-04T09:36:31.1166698Z * [new branch] gh/IvanKobzarev/175/base -> origin/gh/IvanKobzarev/175/base 2025-12-04T09:36:31.1167015Z * [new branch] gh/IvanKobzarev/175/head -> origin/gh/IvanKobzarev/175/head 2025-12-04T09:36:31.1167385Z * [new branch] gh/IvanKobzarev/175/orig -> origin/gh/IvanKobzarev/175/orig 2025-12-04T09:36:31.1167732Z * [new branch] gh/IvanKobzarev/176/base -> origin/gh/IvanKobzarev/176/base 2025-12-04T09:36:31.1168034Z * [new branch] gh/IvanKobzarev/176/head -> origin/gh/IvanKobzarev/176/head 2025-12-04T09:36:31.1168352Z * [new branch] gh/IvanKobzarev/176/orig -> origin/gh/IvanKobzarev/176/orig 2025-12-04T09:36:31.1168679Z * [new branch] gh/IvanKobzarev/177/base -> origin/gh/IvanKobzarev/177/base 2025-12-04T09:36:31.1169009Z * [new branch] gh/IvanKobzarev/177/head -> origin/gh/IvanKobzarev/177/head 2025-12-04T09:36:31.1169312Z * [new branch] gh/IvanKobzarev/177/orig -> origin/gh/IvanKobzarev/177/orig 2025-12-04T09:36:31.1169659Z * [new branch] gh/IvanKobzarev/178/base -> origin/gh/IvanKobzarev/178/base 2025-12-04T09:36:31.1170034Z * [new branch] gh/IvanKobzarev/178/head -> origin/gh/IvanKobzarev/178/head 2025-12-04T09:36:31.1170390Z * [new branch] gh/IvanKobzarev/178/orig -> origin/gh/IvanKobzarev/178/orig 2025-12-04T09:36:31.1170689Z * [new branch] gh/IvanKobzarev/179/base -> origin/gh/IvanKobzarev/179/base 2025-12-04T09:36:31.1170997Z * [new branch] gh/IvanKobzarev/179/head -> origin/gh/IvanKobzarev/179/head 2025-12-04T09:36:31.1171310Z * [new branch] gh/IvanKobzarev/179/orig -> origin/gh/IvanKobzarev/179/orig 2025-12-04T09:36:31.1171614Z * [new branch] gh/IvanKobzarev/180/base -> origin/gh/IvanKobzarev/180/base 2025-12-04T09:36:31.1171950Z * [new branch] gh/IvanKobzarev/180/head -> origin/gh/IvanKobzarev/180/head 2025-12-04T09:36:31.1172279Z * [new branch] gh/IvanKobzarev/180/orig -> origin/gh/IvanKobzarev/180/orig 2025-12-04T09:36:31.1172596Z * [new branch] gh/IvanKobzarev/181/base -> origin/gh/IvanKobzarev/181/base 2025-12-04T09:36:31.1172903Z * [new branch] gh/IvanKobzarev/181/head -> origin/gh/IvanKobzarev/181/head 2025-12-04T09:36:31.1173223Z * [new branch] gh/IvanKobzarev/181/orig -> origin/gh/IvanKobzarev/181/orig 2025-12-04T09:36:31.1173542Z * [new branch] gh/IvanKobzarev/182/base -> origin/gh/IvanKobzarev/182/base 2025-12-04T09:36:31.1173857Z * [new branch] gh/IvanKobzarev/182/head -> origin/gh/IvanKobzarev/182/head 2025-12-04T09:36:31.1174166Z * [new branch] gh/IvanKobzarev/182/orig -> origin/gh/IvanKobzarev/182/orig 2025-12-04T09:36:31.1174490Z * [new branch] gh/IvanKobzarev/183/base -> origin/gh/IvanKobzarev/183/base 2025-12-04T09:36:31.1174854Z * [new branch] gh/IvanKobzarev/183/head -> origin/gh/IvanKobzarev/183/head 2025-12-04T09:36:31.1175196Z * [new branch] gh/IvanKobzarev/183/orig -> origin/gh/IvanKobzarev/183/orig 2025-12-04T09:36:31.1175559Z * [new branch] gh/IvanKobzarev/184/base -> origin/gh/IvanKobzarev/184/base 2025-12-04T09:36:31.1175900Z * [new branch] gh/IvanKobzarev/184/head -> origin/gh/IvanKobzarev/184/head 2025-12-04T09:36:31.1176204Z * [new branch] gh/IvanKobzarev/184/orig -> origin/gh/IvanKobzarev/184/orig 2025-12-04T09:36:31.1176565Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-12-04T09:36:31.1176877Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-12-04T09:36:31.1177215Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-12-04T09:36:31.1177531Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-12-04T09:36:31.1177851Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-12-04T09:36:31.1178167Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-12-04T09:36:31.1178477Z * [new branch] gh/NikhilAPatel/5/base -> origin/gh/NikhilAPatel/5/base 2025-12-04T09:36:31.1178796Z * [new branch] gh/NikhilAPatel/5/head -> origin/gh/NikhilAPatel/5/head 2025-12-04T09:36:31.1179114Z * [new branch] gh/NikhilAPatel/5/orig -> origin/gh/NikhilAPatel/5/orig 2025-12-04T09:36:31.1179435Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-12-04T09:36:31.1179725Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-12-04T09:36:31.1180003Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-12-04T09:36:31.1180285Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-12-04T09:36:31.1180559Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-12-04T09:36:31.1180843Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-12-04T09:36:31.1181113Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-12-04T09:36:31.1181393Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-12-04T09:36:31.1181676Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-12-04T09:36:31.1182034Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-12-04T09:36:31.1182320Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-12-04T09:36:31.1182597Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-12-04T09:36:31.1182889Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-12-04T09:36:31.1183199Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-12-04T09:36:31.1183468Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-12-04T09:36:31.1183740Z * [new branch] gh/PaliC/24/base -> origin/gh/PaliC/24/base 2025-12-04T09:36:31.1184080Z * [new branch] gh/PaliC/24/head -> origin/gh/PaliC/24/head 2025-12-04T09:36:31.1184358Z * [new branch] gh/PaliC/24/orig -> origin/gh/PaliC/24/orig 2025-12-04T09:36:31.1184663Z * [new branch] gh/PaliC/25/head -> origin/gh/PaliC/25/head 2025-12-04T09:36:31.1184969Z * [new branch] gh/PaliC/25/next -> origin/gh/PaliC/25/next 2025-12-04T09:36:31.1185265Z * [new branch] gh/PaliC/25/orig -> origin/gh/PaliC/25/orig 2025-12-04T09:36:31.1185550Z * [new branch] gh/PaliC/26/head -> origin/gh/PaliC/26/head 2025-12-04T09:36:31.1185836Z * [new branch] gh/PaliC/26/next -> origin/gh/PaliC/26/next 2025-12-04T09:36:31.1186196Z * [new branch] gh/PaliC/26/orig -> origin/gh/PaliC/26/orig 2025-12-04T09:36:31.1186562Z * [new branch] gh/PaliC/27/next -> origin/gh/PaliC/27/next 2025-12-04T09:36:31.1186872Z * [new branch] gh/PaliC/28/head -> origin/gh/PaliC/28/head 2025-12-04T09:36:31.1187154Z * [new branch] gh/PaliC/28/next -> origin/gh/PaliC/28/next 2025-12-04T09:36:31.1187496Z * [new branch] gh/PaliC/28/orig -> origin/gh/PaliC/28/orig 2025-12-04T09:36:31.1187795Z * [new branch] gh/PaliC/29/head -> origin/gh/PaliC/29/head 2025-12-04T09:36:31.1188102Z * [new branch] gh/PaliC/29/next -> origin/gh/PaliC/29/next 2025-12-04T09:36:31.1188395Z * [new branch] gh/PaliC/29/orig -> origin/gh/PaliC/29/orig 2025-12-04T09:36:31.1188744Z * [new branch] gh/PaliC/30/head -> origin/gh/PaliC/30/head 2025-12-04T09:36:31.1189062Z * [new branch] gh/PaliC/30/next -> origin/gh/PaliC/30/next 2025-12-04T09:36:31.1189413Z * [new branch] gh/PaliC/30/orig -> origin/gh/PaliC/30/orig 2025-12-04T09:36:31.1189727Z * [new branch] gh/PaliC/31/head -> origin/gh/PaliC/31/head 2025-12-04T09:36:31.1190012Z * [new branch] gh/PaliC/31/next -> origin/gh/PaliC/31/next 2025-12-04T09:36:31.1190292Z * [new branch] gh/PaliC/31/orig -> origin/gh/PaliC/31/orig 2025-12-04T09:36:31.1190594Z * [new branch] gh/PaulZhang12/25/base -> origin/gh/PaulZhang12/25/base 2025-12-04T09:36:31.1190909Z * [new branch] gh/PaulZhang12/25/head -> origin/gh/PaulZhang12/25/head 2025-12-04T09:36:31.1191228Z * [new branch] gh/PaulZhang12/25/orig -> origin/gh/PaulZhang12/25/orig 2025-12-04T09:36:31.1191536Z * [new branch] gh/PaulZhang12/28/base -> origin/gh/PaulZhang12/28/base 2025-12-04T09:36:31.1191852Z * [new branch] gh/PaulZhang12/28/head -> origin/gh/PaulZhang12/28/head 2025-12-04T09:36:31.1192216Z * [new branch] gh/PaulZhang12/28/orig -> origin/gh/PaulZhang12/28/orig 2025-12-04T09:36:31.1192523Z * [new branch] gh/PaulZhang12/31/base -> origin/gh/PaulZhang12/31/base 2025-12-04T09:36:31.1192872Z * [new branch] gh/PaulZhang12/31/head -> origin/gh/PaulZhang12/31/head 2025-12-04T09:36:31.1193202Z * [new branch] gh/PaulZhang12/31/orig -> origin/gh/PaulZhang12/31/orig 2025-12-04T09:36:31.1193518Z * [new branch] gh/PaulZhang12/37/base -> origin/gh/PaulZhang12/37/base 2025-12-04T09:36:31.1193830Z * [new branch] gh/PaulZhang12/37/head -> origin/gh/PaulZhang12/37/head 2025-12-04T09:36:31.1194187Z * [new branch] gh/PaulZhang12/37/orig -> origin/gh/PaulZhang12/37/orig 2025-12-04T09:36:31.1194485Z * [new branch] gh/PaulZhang12/40/base -> origin/gh/PaulZhang12/40/base 2025-12-04T09:36:31.1194854Z * [new branch] gh/PaulZhang12/40/head -> origin/gh/PaulZhang12/40/head 2025-12-04T09:36:31.1195168Z * [new branch] gh/PaulZhang12/40/orig -> origin/gh/PaulZhang12/40/orig 2025-12-04T09:36:31.1195491Z * [new branch] gh/PaulZhang12/42/base -> origin/gh/PaulZhang12/42/base 2025-12-04T09:36:31.1195816Z * [new branch] gh/PaulZhang12/42/head -> origin/gh/PaulZhang12/42/head 2025-12-04T09:36:31.1196108Z * [new branch] gh/PaulZhang12/43/base -> origin/gh/PaulZhang12/43/base 2025-12-04T09:36:31.1196434Z * [new branch] gh/PaulZhang12/43/head -> origin/gh/PaulZhang12/43/head 2025-12-04T09:36:31.1196744Z * [new branch] gh/PaulZhang12/43/orig -> origin/gh/PaulZhang12/43/orig 2025-12-04T09:36:31.1197116Z * [new branch] gh/PaulZhang12/44/base -> origin/gh/PaulZhang12/44/base 2025-12-04T09:36:31.1197496Z * [new branch] gh/PaulZhang12/44/head -> origin/gh/PaulZhang12/44/head 2025-12-04T09:36:31.1198279Z * [new branch] gh/PaulZhang12/45/base -> origin/gh/PaulZhang12/45/base 2025-12-04T09:36:31.1198577Z * [new branch] gh/PaulZhang12/45/head -> origin/gh/PaulZhang12/45/head 2025-12-04T09:36:31.1198878Z * [new branch] gh/PaulZhang12/45/orig -> origin/gh/PaulZhang12/45/orig 2025-12-04T09:36:31.1199223Z * [new branch] gh/PaulZhang12/46/base -> origin/gh/PaulZhang12/46/base 2025-12-04T09:36:31.1199522Z * [new branch] gh/PaulZhang12/46/head -> origin/gh/PaulZhang12/46/head 2025-12-04T09:36:31.1199820Z * [new branch] gh/PaulZhang12/46/orig -> origin/gh/PaulZhang12/46/orig 2025-12-04T09:36:31.1200149Z * [new branch] gh/PaulZhang12/47/base -> origin/gh/PaulZhang12/47/base 2025-12-04T09:36:31.1200440Z * [new branch] gh/PaulZhang12/47/head -> origin/gh/PaulZhang12/47/head 2025-12-04T09:36:31.1200738Z * [new branch] gh/PaulZhang12/47/orig -> origin/gh/PaulZhang12/47/orig 2025-12-04T09:36:31.1201032Z * [new branch] gh/PaulZhang12/48/base -> origin/gh/PaulZhang12/48/base 2025-12-04T09:36:31.1201327Z * [new branch] gh/PaulZhang12/48/head -> origin/gh/PaulZhang12/48/head 2025-12-04T09:36:31.1201617Z * [new branch] gh/PaulZhang12/48/orig -> origin/gh/PaulZhang12/48/orig 2025-12-04T09:36:31.1201922Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-12-04T09:36:31.1202221Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-12-04T09:36:31.1202527Z * [new branch] gh/SherlockNoMad/1/base -> origin/gh/SherlockNoMad/1/base 2025-12-04T09:36:31.1202839Z * [new branch] gh/SherlockNoMad/1/head -> origin/gh/SherlockNoMad/1/head 2025-12-04T09:36:31.1203154Z * [new branch] gh/SherlockNoMad/10/base -> origin/gh/SherlockNoMad/10/base 2025-12-04T09:36:31.1203471Z * [new branch] gh/SherlockNoMad/10/head -> origin/gh/SherlockNoMad/10/head 2025-12-04T09:36:31.1203774Z * [new branch] gh/SherlockNoMad/10/orig -> origin/gh/SherlockNoMad/10/orig 2025-12-04T09:36:31.1204081Z * [new branch] gh/SherlockNoMad/11/base -> origin/gh/SherlockNoMad/11/base 2025-12-04T09:36:31.1204388Z * [new branch] gh/SherlockNoMad/11/head -> origin/gh/SherlockNoMad/11/head 2025-12-04T09:36:31.1204692Z * [new branch] gh/SherlockNoMad/11/orig -> origin/gh/SherlockNoMad/11/orig 2025-12-04T09:36:31.1205047Z * [new branch] gh/SherlockNoMad/12/base -> origin/gh/SherlockNoMad/12/base 2025-12-04T09:36:31.1205355Z * [new branch] gh/SherlockNoMad/12/head -> origin/gh/SherlockNoMad/12/head 2025-12-04T09:36:31.1205664Z * [new branch] gh/SherlockNoMad/12/orig -> origin/gh/SherlockNoMad/12/orig 2025-12-04T09:36:31.1205977Z * [new branch] gh/SherlockNoMad/15/base -> origin/gh/SherlockNoMad/15/base 2025-12-04T09:36:31.1206283Z * [new branch] gh/SherlockNoMad/15/head -> origin/gh/SherlockNoMad/15/head 2025-12-04T09:36:31.1206592Z * [new branch] gh/SherlockNoMad/15/orig -> origin/gh/SherlockNoMad/15/orig 2025-12-04T09:36:31.1206897Z * [new branch] gh/SherlockNoMad/17/base -> origin/gh/SherlockNoMad/17/base 2025-12-04T09:36:31.1207200Z * [new branch] gh/SherlockNoMad/17/head -> origin/gh/SherlockNoMad/17/head 2025-12-04T09:36:31.1207509Z * [new branch] gh/SherlockNoMad/17/orig -> origin/gh/SherlockNoMad/17/orig 2025-12-04T09:36:31.1207812Z * [new branch] gh/SherlockNoMad/18/base -> origin/gh/SherlockNoMad/18/base 2025-12-04T09:36:31.1208116Z * [new branch] gh/SherlockNoMad/18/head -> origin/gh/SherlockNoMad/18/head 2025-12-04T09:36:31.1208490Z * [new branch] gh/SherlockNoMad/18/orig -> origin/gh/SherlockNoMad/18/orig 2025-12-04T09:36:31.1208804Z * [new branch] gh/SherlockNoMad/19/base -> origin/gh/SherlockNoMad/19/base 2025-12-04T09:36:31.1209113Z * [new branch] gh/SherlockNoMad/19/head -> origin/gh/SherlockNoMad/19/head 2025-12-04T09:36:31.1209421Z * [new branch] gh/SherlockNoMad/19/orig -> origin/gh/SherlockNoMad/19/orig 2025-12-04T09:36:31.1209789Z * [new branch] gh/SherlockNoMad/2/base -> origin/gh/SherlockNoMad/2/base 2025-12-04T09:36:31.1210105Z * [new branch] gh/SherlockNoMad/2/head -> origin/gh/SherlockNoMad/2/head 2025-12-04T09:36:31.1210422Z * [new branch] gh/SherlockNoMad/20/base -> origin/gh/SherlockNoMad/20/base 2025-12-04T09:36:31.1210741Z * [new branch] gh/SherlockNoMad/20/head -> origin/gh/SherlockNoMad/20/head 2025-12-04T09:36:31.1211048Z * [new branch] gh/SherlockNoMad/20/orig -> origin/gh/SherlockNoMad/20/orig 2025-12-04T09:36:31.1211369Z * [new branch] gh/SherlockNoMad/21/base -> origin/gh/SherlockNoMad/21/base 2025-12-04T09:36:31.1211715Z * [new branch] gh/SherlockNoMad/21/head -> origin/gh/SherlockNoMad/21/head 2025-12-04T09:36:31.1212039Z * [new branch] gh/SherlockNoMad/21/orig -> origin/gh/SherlockNoMad/21/orig 2025-12-04T09:36:31.1212362Z * [new branch] gh/SherlockNoMad/3/base -> origin/gh/SherlockNoMad/3/base 2025-12-04T09:36:31.1212705Z * [new branch] gh/SherlockNoMad/3/head -> origin/gh/SherlockNoMad/3/head 2025-12-04T09:36:31.1213019Z * [new branch] gh/SherlockNoMad/4/base -> origin/gh/SherlockNoMad/4/base 2025-12-04T09:36:31.1213322Z * [new branch] gh/SherlockNoMad/4/head -> origin/gh/SherlockNoMad/4/head 2025-12-04T09:36:31.1213632Z * [new branch] gh/SherlockNoMad/5/base -> origin/gh/SherlockNoMad/5/base 2025-12-04T09:36:31.1213952Z * [new branch] gh/SherlockNoMad/5/head -> origin/gh/SherlockNoMad/5/head 2025-12-04T09:36:31.1214278Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-12-04T09:36:31.1214597Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-12-04T09:36:31.1214948Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-12-04T09:36:31.1215324Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-12-04T09:36:31.1215641Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-12-04T09:36:31.1215938Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-12-04T09:36:31.1216266Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-12-04T09:36:31.1216587Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-12-04T09:36:31.1216891Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-12-04T09:36:31.1217196Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-12-04T09:36:31.1217492Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-12-04T09:36:31.1217783Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-12-04T09:36:31.1218082Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-12-04T09:36:31.1218381Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-12-04T09:36:31.1218724Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-12-04T09:36:31.1219073Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-12-04T09:36:31.1219348Z * [new branch] gh/XilunWu/163/base -> origin/gh/XilunWu/163/base 2025-12-04T09:36:31.1219687Z * [new branch] gh/XilunWu/163/head -> origin/gh/XilunWu/163/head 2025-12-04T09:36:31.1219969Z * [new branch] gh/XilunWu/163/orig -> origin/gh/XilunWu/163/orig 2025-12-04T09:36:31.1220276Z * [new branch] gh/XilunWu/168/base -> origin/gh/XilunWu/168/base 2025-12-04T09:36:31.1220553Z * [new branch] gh/XilunWu/168/head -> origin/gh/XilunWu/168/head 2025-12-04T09:36:31.1220885Z * [new branch] gh/XilunWu/168/orig -> origin/gh/XilunWu/168/orig 2025-12-04T09:36:31.1221183Z * [new branch] gh/XilunWu/169/base -> origin/gh/XilunWu/169/base 2025-12-04T09:36:31.1221462Z * [new branch] gh/XilunWu/169/head -> origin/gh/XilunWu/169/head 2025-12-04T09:36:31.1221761Z * [new branch] gh/XilunWu/169/orig -> origin/gh/XilunWu/169/orig 2025-12-04T09:36:31.1222042Z * [new branch] gh/XilunWu/170/base -> origin/gh/XilunWu/170/base 2025-12-04T09:36:31.1222326Z * [new branch] gh/XilunWu/170/head -> origin/gh/XilunWu/170/head 2025-12-04T09:36:31.1222601Z * [new branch] gh/XilunWu/170/orig -> origin/gh/XilunWu/170/orig 2025-12-04T09:36:31.1222894Z * [new branch] gh/XilunWu/171/base -> origin/gh/XilunWu/171/base 2025-12-04T09:36:31.1223183Z * [new branch] gh/XilunWu/171/head -> origin/gh/XilunWu/171/head 2025-12-04T09:36:31.1223486Z * [new branch] gh/XilunWu/171/orig -> origin/gh/XilunWu/171/orig 2025-12-04T09:36:31.1223784Z * [new branch] gh/XilunWu/173/base -> origin/gh/XilunWu/173/base 2025-12-04T09:36:31.1224079Z * [new branch] gh/XilunWu/173/head -> origin/gh/XilunWu/173/head 2025-12-04T09:36:31.1224376Z * [new branch] gh/XilunWu/173/orig -> origin/gh/XilunWu/173/orig 2025-12-04T09:36:31.1224668Z * [new branch] gh/XilunWu/175/base -> origin/gh/XilunWu/175/base 2025-12-04T09:36:31.1224978Z * [new branch] gh/XilunWu/175/head -> origin/gh/XilunWu/175/head 2025-12-04T09:36:31.1225262Z * [new branch] gh/XilunWu/175/orig -> origin/gh/XilunWu/175/orig 2025-12-04T09:36:31.1225560Z * [new branch] gh/XilunWu/176/base -> origin/gh/XilunWu/176/base 2025-12-04T09:36:31.1225840Z * [new branch] gh/XilunWu/176/head -> origin/gh/XilunWu/176/head 2025-12-04T09:36:31.1226125Z * [new branch] gh/XilunWu/176/orig -> origin/gh/XilunWu/176/orig 2025-12-04T09:36:31.1226461Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-12-04T09:36:31.1226788Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-12-04T09:36:31.1227083Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-12-04T09:36:31.1227376Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-12-04T09:36:31.1227692Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-12-04T09:36:31.1227990Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-12-04T09:36:31.1228311Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-12-04T09:36:31.1228623Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-12-04T09:36:31.1228931Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-12-04T09:36:31.1229242Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-12-04T09:36:31.1229585Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-12-04T09:36:31.1229901Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-12-04T09:36:31.1230329Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-12-04T09:36:31.1230674Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-12-04T09:36:31.1231044Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-12-04T09:36:31.1231388Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-12-04T09:36:31.1231749Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-12-04T09:36:31.1232050Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-12-04T09:36:31.1232364Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-12-04T09:36:31.1232673Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-12-04T09:36:31.1232998Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-12-04T09:36:31.1233362Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-12-04T09:36:31.1233733Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-12-04T09:36:31.1234061Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-12-04T09:36:31.1234361Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-12-04T09:36:31.1234671Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-12-04T09:36:31.1235006Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-12-04T09:36:31.1235323Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-12-04T09:36:31.1235638Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-12-04T09:36:31.1235975Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-12-04T09:36:31.1236350Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-12-04T09:36:31.1236722Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-12-04T09:36:31.1237066Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-12-04T09:36:31.1237440Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-12-04T09:36:31.1237806Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-12-04T09:36:31.1238125Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-12-04T09:36:31.1238443Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-12-04T09:36:31.1238751Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-12-04T09:36:31.1239054Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-12-04T09:36:31.1239342Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-12-04T09:36:31.1239638Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-12-04T09:36:31.1239939Z * [new branch] gh/XuehaiPan/390/base -> origin/gh/XuehaiPan/390/base 2025-12-04T09:36:31.1240269Z * [new branch] gh/XuehaiPan/390/head -> origin/gh/XuehaiPan/390/head 2025-12-04T09:36:31.1240572Z * [new branch] gh/XuehaiPan/390/orig -> origin/gh/XuehaiPan/390/orig 2025-12-04T09:36:31.1240885Z * [new branch] gh/XuehaiPan/391/base -> origin/gh/XuehaiPan/391/base 2025-12-04T09:36:31.1241207Z * [new branch] gh/XuehaiPan/391/head -> origin/gh/XuehaiPan/391/head 2025-12-04T09:36:31.1241510Z * [new branch] gh/XuehaiPan/391/orig -> origin/gh/XuehaiPan/391/orig 2025-12-04T09:36:31.1241881Z * [new branch] gh/XuehaiPan/392/base -> origin/gh/XuehaiPan/392/base 2025-12-04T09:36:31.1242182Z * [new branch] gh/XuehaiPan/392/head -> origin/gh/XuehaiPan/392/head 2025-12-04T09:36:31.1242492Z * [new branch] gh/XuehaiPan/392/orig -> origin/gh/XuehaiPan/392/orig 2025-12-04T09:36:31.1242849Z * [new branch] gh/XuehaiPan/394/base -> origin/gh/XuehaiPan/394/base 2025-12-04T09:36:31.1243176Z * [new branch] gh/XuehaiPan/394/head -> origin/gh/XuehaiPan/394/head 2025-12-04T09:36:31.1243476Z * [new branch] gh/XuehaiPan/394/orig -> origin/gh/XuehaiPan/394/orig 2025-12-04T09:36:31.1243794Z * [new branch] gh/XuehaiPan/397/base -> origin/gh/XuehaiPan/397/base 2025-12-04T09:36:31.1244100Z * [new branch] gh/XuehaiPan/397/head -> origin/gh/XuehaiPan/397/head 2025-12-04T09:36:31.1244447Z * [new branch] gh/XuehaiPan/397/orig -> origin/gh/XuehaiPan/397/orig 2025-12-04T09:36:31.1244742Z * [new branch] gh/XuehaiPan/398/base -> origin/gh/XuehaiPan/398/base 2025-12-04T09:36:31.1245082Z * [new branch] gh/XuehaiPan/398/head -> origin/gh/XuehaiPan/398/head 2025-12-04T09:36:31.1245407Z * [new branch] gh/XuehaiPan/398/orig -> origin/gh/XuehaiPan/398/orig 2025-12-04T09:36:31.1245764Z * [new branch] gh/XuehaiPan/399/base -> origin/gh/XuehaiPan/399/base 2025-12-04T09:36:31.1246116Z * [new branch] gh/XuehaiPan/399/head -> origin/gh/XuehaiPan/399/head 2025-12-04T09:36:31.1246401Z * [new branch] gh/XuehaiPan/399/orig -> origin/gh/XuehaiPan/399/orig 2025-12-04T09:36:31.1246700Z * [new branch] gh/XuehaiPan/400/base -> origin/gh/XuehaiPan/400/base 2025-12-04T09:36:31.1246999Z * [new branch] gh/XuehaiPan/400/head -> origin/gh/XuehaiPan/400/head 2025-12-04T09:36:31.1247293Z * [new branch] gh/XuehaiPan/400/orig -> origin/gh/XuehaiPan/400/orig 2025-12-04T09:36:31.1247616Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-12-04T09:36:31.1247943Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-12-04T09:36:31.1248307Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-12-04T09:36:31.1248608Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-12-04T09:36:31.1248900Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-12-04T09:36:31.1249211Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-12-04T09:36:31.1249520Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-12-04T09:36:31.1249819Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-12-04T09:36:31.1250123Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-12-04T09:36:31.1250465Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-12-04T09:36:31.1250803Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-12-04T09:36:31.1251096Z * [new branch] gh/ZhiweiYan-96/66/base -> origin/gh/ZhiweiYan-96/66/base 2025-12-04T09:36:31.1251393Z * [new branch] gh/ZhiweiYan-96/66/head -> origin/gh/ZhiweiYan-96/66/head 2025-12-04T09:36:31.1251709Z * [new branch] gh/ZhiweiYan-96/67/base -> origin/gh/ZhiweiYan-96/67/base 2025-12-04T09:36:31.1252023Z * [new branch] gh/ZhiweiYan-96/67/head -> origin/gh/ZhiweiYan-96/67/head 2025-12-04T09:36:31.1252312Z * [new branch] gh/ZhiweiYan-96/68/base -> origin/gh/ZhiweiYan-96/68/base 2025-12-04T09:36:31.1252694Z * [new branch] gh/ZhiweiYan-96/68/head -> origin/gh/ZhiweiYan-96/68/head 2025-12-04T09:36:31.1253011Z * [new branch] gh/ZhiweiYan-96/68/orig -> origin/gh/ZhiweiYan-96/68/orig 2025-12-04T09:36:31.1253327Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-12-04T09:36:31.1253617Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-12-04T09:36:31.1253990Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-12-04T09:36:31.1254284Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-12-04T09:36:31.1254588Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-12-04T09:36:31.1254904Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-12-04T09:36:31.1255204Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-12-04T09:36:31.1255506Z * [new branch] gh/albanD/4/base -> origin/gh/albanD/4/base 2025-12-04T09:36:31.1255782Z * [new branch] gh/albanD/4/head -> origin/gh/albanD/4/head 2025-12-04T09:36:31.1256090Z * [new branch] gh/albanD/4/orig -> origin/gh/albanD/4/orig 2025-12-04T09:36:31.1256522Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-12-04T09:36:31.1256937Z * [new branch] gh/alexsamardzic/12/base -> origin/gh/alexsamardzic/12/base 2025-12-04T09:36:31.1257248Z * [new branch] gh/alexsamardzic/12/head -> origin/gh/alexsamardzic/12/head 2025-12-04T09:36:31.1257565Z * [new branch] gh/alexsamardzic/12/orig -> origin/gh/alexsamardzic/12/orig 2025-12-04T09:36:31.1257876Z * [new branch] gh/alexsamardzic/14/base -> origin/gh/alexsamardzic/14/base 2025-12-04T09:36:31.1258190Z * [new branch] gh/alexsamardzic/14/head -> origin/gh/alexsamardzic/14/head 2025-12-04T09:36:31.1258487Z * [new branch] gh/alexsamardzic/14/orig -> origin/gh/alexsamardzic/14/orig 2025-12-04T09:36:31.1258793Z * [new branch] gh/alexsamardzic/15/base -> origin/gh/alexsamardzic/15/base 2025-12-04T09:36:31.1259098Z * [new branch] gh/alexsamardzic/15/head -> origin/gh/alexsamardzic/15/head 2025-12-04T09:36:31.1259410Z * [new branch] gh/alexsamardzic/15/orig -> origin/gh/alexsamardzic/15/orig 2025-12-04T09:36:31.1259700Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-12-04T09:36:31.1259985Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-12-04T09:36:31.1260270Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-12-04T09:36:31.1260554Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-12-04T09:36:31.1260854Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-12-04T09:36:31.1261142Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-12-04T09:36:31.1261429Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-12-04T09:36:31.1261711Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-12-04T09:36:31.1261999Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-12-04T09:36:31.1262287Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-12-04T09:36:31.1262578Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-12-04T09:36:31.1262862Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-12-04T09:36:31.1263231Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-12-04T09:36:31.1263539Z * [new branch] gh/andyanwang/39/base -> origin/gh/andyanwang/39/base 2025-12-04T09:36:31.1263834Z * [new branch] gh/andyanwang/39/head -> origin/gh/andyanwang/39/head 2025-12-04T09:36:31.1264123Z * [new branch] gh/andyanwang/39/orig -> origin/gh/andyanwang/39/orig 2025-12-04T09:36:31.1264509Z * [new branch] gh/andyanwang/42/base -> origin/gh/andyanwang/42/base 2025-12-04T09:36:31.1264839Z * [new branch] gh/andyanwang/42/head -> origin/gh/andyanwang/42/head 2025-12-04T09:36:31.1265129Z * [new branch] gh/andyanwang/42/orig -> origin/gh/andyanwang/42/orig 2025-12-04T09:36:31.1265422Z * [new branch] gh/andyanwang/45/base -> origin/gh/andyanwang/45/base 2025-12-04T09:36:31.1265759Z * [new branch] gh/andyanwang/45/head -> origin/gh/andyanwang/45/head 2025-12-04T09:36:31.1266110Z * [new branch] gh/andyanwang/45/orig -> origin/gh/andyanwang/45/orig 2025-12-04T09:36:31.1266438Z * [new branch] gh/angelayi/107/base -> origin/gh/angelayi/107/base 2025-12-04T09:36:31.1266782Z * [new branch] gh/angelayi/107/head -> origin/gh/angelayi/107/head 2025-12-04T09:36:31.1267076Z * [new branch] gh/angelayi/114/base -> origin/gh/angelayi/114/base 2025-12-04T09:36:31.1267375Z * [new branch] gh/angelayi/114/head -> origin/gh/angelayi/114/head 2025-12-04T09:36:31.1267657Z * [new branch] gh/angelayi/114/orig -> origin/gh/angelayi/114/orig 2025-12-04T09:36:31.1267948Z * [new branch] gh/angelayi/116/base -> origin/gh/angelayi/116/base 2025-12-04T09:36:31.1268236Z * [new branch] gh/angelayi/116/head -> origin/gh/angelayi/116/head 2025-12-04T09:36:31.1268539Z * [new branch] gh/angelayi/116/orig -> origin/gh/angelayi/116/orig 2025-12-04T09:36:31.1268828Z * [new branch] gh/angelayi/122/base -> origin/gh/angelayi/122/base 2025-12-04T09:36:31.1269175Z * [new branch] gh/angelayi/122/head -> origin/gh/angelayi/122/head 2025-12-04T09:36:31.1269534Z * [new branch] gh/angelayi/122/orig -> origin/gh/angelayi/122/orig 2025-12-04T09:36:31.1269813Z * [new branch] gh/angelayi/124/base -> origin/gh/angelayi/124/base 2025-12-04T09:36:31.1270104Z * [new branch] gh/angelayi/124/head -> origin/gh/angelayi/124/head 2025-12-04T09:36:31.1270391Z * [new branch] gh/angelayi/124/orig -> origin/gh/angelayi/124/orig 2025-12-04T09:36:31.1270695Z * [new branch] gh/angelayi/128/base -> origin/gh/angelayi/128/base 2025-12-04T09:36:31.1271022Z * [new branch] gh/angelayi/128/head -> origin/gh/angelayi/128/head 2025-12-04T09:36:31.1271351Z * [new branch] gh/angelayi/128/orig -> origin/gh/angelayi/128/orig 2025-12-04T09:36:31.1271641Z * [new branch] gh/angelayi/131/base -> origin/gh/angelayi/131/base 2025-12-04T09:36:31.1271928Z * [new branch] gh/angelayi/131/head -> origin/gh/angelayi/131/head 2025-12-04T09:36:31.1272247Z * [new branch] gh/angelayi/131/orig -> origin/gh/angelayi/131/orig 2025-12-04T09:36:31.1272555Z * [new branch] gh/angelayi/132/base -> origin/gh/angelayi/132/base 2025-12-04T09:36:31.1272853Z * [new branch] gh/angelayi/132/head -> origin/gh/angelayi/132/head 2025-12-04T09:36:31.1273147Z * [new branch] gh/angelayi/132/orig -> origin/gh/angelayi/132/orig 2025-12-04T09:36:31.1273462Z * [new branch] gh/angelayi/133/base -> origin/gh/angelayi/133/base 2025-12-04T09:36:31.1273774Z * [new branch] gh/angelayi/133/head -> origin/gh/angelayi/133/head 2025-12-04T09:36:31.1274154Z * [new branch] gh/angelayi/133/orig -> origin/gh/angelayi/133/orig 2025-12-04T09:36:31.1274459Z * [new branch] gh/angelayi/134/base -> origin/gh/angelayi/134/base 2025-12-04T09:36:31.1274853Z * [new branch] gh/angelayi/134/head -> origin/gh/angelayi/134/head 2025-12-04T09:36:31.1275156Z * [new branch] gh/angelayi/134/orig -> origin/gh/angelayi/134/orig 2025-12-04T09:36:31.1275517Z * [new branch] gh/angelayi/135/base -> origin/gh/angelayi/135/base 2025-12-04T09:36:31.1275833Z * [new branch] gh/angelayi/135/head -> origin/gh/angelayi/135/head 2025-12-04T09:36:31.1276151Z * [new branch] gh/angelayi/135/orig -> origin/gh/angelayi/135/orig 2025-12-04T09:36:31.1276450Z * [new branch] gh/angelayi/136/base -> origin/gh/angelayi/136/base 2025-12-04T09:36:31.1276788Z * [new branch] gh/angelayi/136/head -> origin/gh/angelayi/136/head 2025-12-04T09:36:31.1277139Z * [new branch] gh/angelayi/136/orig -> origin/gh/angelayi/136/orig 2025-12-04T09:36:31.1277446Z * [new branch] gh/angelayi/137/base -> origin/gh/angelayi/137/base 2025-12-04T09:36:31.1277744Z * [new branch] gh/angelayi/137/head -> origin/gh/angelayi/137/head 2025-12-04T09:36:31.1278067Z * [new branch] gh/angelayi/137/orig -> origin/gh/angelayi/137/orig 2025-12-04T09:36:31.1278391Z * [new branch] gh/angelayi/138/base -> origin/gh/angelayi/138/base 2025-12-04T09:36:31.1278700Z * [new branch] gh/angelayi/138/head -> origin/gh/angelayi/138/head 2025-12-04T09:36:31.1279023Z * [new branch] gh/angelayi/138/orig -> origin/gh/angelayi/138/orig 2025-12-04T09:36:31.1279333Z * [new branch] gh/angelayi/139/base -> origin/gh/angelayi/139/base 2025-12-04T09:36:31.1279635Z * [new branch] gh/angelayi/139/head -> origin/gh/angelayi/139/head 2025-12-04T09:36:31.1279939Z * [new branch] gh/angelayi/139/orig -> origin/gh/angelayi/139/orig 2025-12-04T09:36:31.1280289Z * [new branch] gh/angelayi/140/base -> origin/gh/angelayi/140/base 2025-12-04T09:36:31.1280584Z * [new branch] gh/angelayi/140/head -> origin/gh/angelayi/140/head 2025-12-04T09:36:31.1280893Z * [new branch] gh/angelayi/140/orig -> origin/gh/angelayi/140/orig 2025-12-04T09:36:31.1281198Z * [new branch] gh/angelayi/141/base -> origin/gh/angelayi/141/base 2025-12-04T09:36:31.1281490Z * [new branch] gh/angelayi/141/head -> origin/gh/angelayi/141/head 2025-12-04T09:36:31.1281794Z * [new branch] gh/angelayi/141/orig -> origin/gh/angelayi/141/orig 2025-12-04T09:36:31.1282129Z * [new branch] gh/angelayi/142/base -> origin/gh/angelayi/142/base 2025-12-04T09:36:31.1282428Z * [new branch] gh/angelayi/142/head -> origin/gh/angelayi/142/head 2025-12-04T09:36:31.1282734Z * [new branch] gh/angelayi/142/orig -> origin/gh/angelayi/142/orig 2025-12-04T09:36:31.1283036Z * [new branch] gh/angelayi/143/base -> origin/gh/angelayi/143/base 2025-12-04T09:36:31.1283343Z * [new branch] gh/angelayi/143/head -> origin/gh/angelayi/143/head 2025-12-04T09:36:31.1283653Z * [new branch] gh/angelayi/143/orig -> origin/gh/angelayi/143/orig 2025-12-04T09:36:31.1283972Z * [new branch] gh/angelayi/144/base -> origin/gh/angelayi/144/base 2025-12-04T09:36:31.1284320Z * [new branch] gh/angelayi/144/head -> origin/gh/angelayi/144/head 2025-12-04T09:36:31.1284651Z * [new branch] gh/angelayi/144/orig -> origin/gh/angelayi/144/orig 2025-12-04T09:36:31.1285010Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-12-04T09:36:31.1285366Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-12-04T09:36:31.1285669Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-12-04T09:36:31.1285968Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-12-04T09:36:31.1286283Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-12-04T09:36:31.1286733Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-12-04T09:36:31.1287098Z * [new branch] gh/anijain2305/854/base -> origin/gh/anijain2305/854/base 2025-12-04T09:36:31.1287459Z * [new branch] gh/anijain2305/854/head -> origin/gh/anijain2305/854/head 2025-12-04T09:36:31.1287798Z * [new branch] gh/anijain2305/854/orig -> origin/gh/anijain2305/854/orig 2025-12-04T09:36:31.1288158Z * [new branch] gh/anijain2305/864/base -> origin/gh/anijain2305/864/base 2025-12-04T09:36:31.1288527Z * [new branch] gh/anijain2305/864/head -> origin/gh/anijain2305/864/head 2025-12-04T09:36:31.1288893Z * [new branch] gh/anijain2305/864/orig -> origin/gh/anijain2305/864/orig 2025-12-04T09:36:31.1289232Z * [new branch] gh/anijain2305/870/base -> origin/gh/anijain2305/870/base 2025-12-04T09:36:31.1289586Z * [new branch] gh/anijain2305/870/head -> origin/gh/anijain2305/870/head 2025-12-04T09:36:31.1289956Z * [new branch] gh/anijain2305/870/orig -> origin/gh/anijain2305/870/orig 2025-12-04T09:36:31.1290319Z * [new branch] gh/anijain2305/873/base -> origin/gh/anijain2305/873/base 2025-12-04T09:36:31.1290610Z * [new branch] gh/anijain2305/873/head -> origin/gh/anijain2305/873/head 2025-12-04T09:36:31.1290905Z * [new branch] gh/anijain2305/873/orig -> origin/gh/anijain2305/873/orig 2025-12-04T09:36:31.1291203Z * [new branch] gh/anijain2305/894/base -> origin/gh/anijain2305/894/base 2025-12-04T09:36:31.1291497Z * [new branch] gh/anijain2305/894/head -> origin/gh/anijain2305/894/head 2025-12-04T09:36:31.1291792Z * [new branch] gh/anijain2305/894/orig -> origin/gh/anijain2305/894/orig 2025-12-04T09:36:31.1292087Z * [new branch] gh/anijain2305/895/base -> origin/gh/anijain2305/895/base 2025-12-04T09:36:31.1292386Z * [new branch] gh/anijain2305/895/head -> origin/gh/anijain2305/895/head 2025-12-04T09:36:31.1292675Z * [new branch] gh/anijain2305/895/orig -> origin/gh/anijain2305/895/orig 2025-12-04T09:36:31.1292969Z * [new branch] gh/anijain2305/910/base -> origin/gh/anijain2305/910/base 2025-12-04T09:36:31.1293270Z * [new branch] gh/anijain2305/910/head -> origin/gh/anijain2305/910/head 2025-12-04T09:36:31.1293566Z * [new branch] gh/anijain2305/910/orig -> origin/gh/anijain2305/910/orig 2025-12-04T09:36:31.1293856Z * [new branch] gh/anijain2305/919/base -> origin/gh/anijain2305/919/base 2025-12-04T09:36:31.1294185Z * [new branch] gh/anijain2305/919/head -> origin/gh/anijain2305/919/head 2025-12-04T09:36:31.1294496Z * [new branch] gh/anijain2305/919/orig -> origin/gh/anijain2305/919/orig 2025-12-04T09:36:31.1294816Z * [new branch] gh/anijain2305/922/base -> origin/gh/anijain2305/922/base 2025-12-04T09:36:31.1295141Z * [new branch] gh/anijain2305/922/head -> origin/gh/anijain2305/922/head 2025-12-04T09:36:31.1295496Z * [new branch] gh/anijain2305/922/orig -> origin/gh/anijain2305/922/orig 2025-12-04T09:36:31.1295842Z * [new branch] gh/anijain2305/932/base -> origin/gh/anijain2305/932/base 2025-12-04T09:36:31.1296135Z * [new branch] gh/anijain2305/932/head -> origin/gh/anijain2305/932/head 2025-12-04T09:36:31.1296501Z * [new branch] gh/anijain2305/932/orig -> origin/gh/anijain2305/932/orig 2025-12-04T09:36:31.1296808Z * [new branch] gh/anijain2305/940/base -> origin/gh/anijain2305/940/base 2025-12-04T09:36:31.1297118Z * [new branch] gh/anijain2305/940/head -> origin/gh/anijain2305/940/head 2025-12-04T09:36:31.1297420Z * [new branch] gh/anijain2305/940/orig -> origin/gh/anijain2305/940/orig 2025-12-04T09:36:31.1297813Z * [new branch] gh/anijain2305/941/base -> origin/gh/anijain2305/941/base 2025-12-04T09:36:31.1298173Z * [new branch] gh/anijain2305/941/head -> origin/gh/anijain2305/941/head 2025-12-04T09:36:31.1298530Z * [new branch] gh/anijain2305/941/orig -> origin/gh/anijain2305/941/orig 2025-12-04T09:36:31.1298864Z * [new branch] gh/anijain2305/942/base -> origin/gh/anijain2305/942/base 2025-12-04T09:36:31.1299219Z * [new branch] gh/anijain2305/942/head -> origin/gh/anijain2305/942/head 2025-12-04T09:36:31.1299575Z * [new branch] gh/anijain2305/942/orig -> origin/gh/anijain2305/942/orig 2025-12-04T09:36:31.1299929Z * [new branch] gh/anijain2305/943/base -> origin/gh/anijain2305/943/base 2025-12-04T09:36:31.1300260Z * [new branch] gh/anijain2305/943/head -> origin/gh/anijain2305/943/head 2025-12-04T09:36:31.1300622Z * [new branch] gh/anijain2305/943/orig -> origin/gh/anijain2305/943/orig 2025-12-04T09:36:31.1300984Z * [new branch] gh/anijain2305/944/base -> origin/gh/anijain2305/944/base 2025-12-04T09:36:31.1301318Z * [new branch] gh/anijain2305/944/head -> origin/gh/anijain2305/944/head 2025-12-04T09:36:31.1301681Z * [new branch] gh/anijain2305/944/orig -> origin/gh/anijain2305/944/orig 2025-12-04T09:36:31.1302042Z * [new branch] gh/anijain2305/945/base -> origin/gh/anijain2305/945/base 2025-12-04T09:36:31.1302400Z * [new branch] gh/anijain2305/945/head -> origin/gh/anijain2305/945/head 2025-12-04T09:36:31.1302732Z * [new branch] gh/anijain2305/945/orig -> origin/gh/anijain2305/945/orig 2025-12-04T09:36:31.1303096Z * [new branch] gh/anijain2305/946/base -> origin/gh/anijain2305/946/base 2025-12-04T09:36:31.1303461Z * [new branch] gh/anijain2305/946/head -> origin/gh/anijain2305/946/head 2025-12-04T09:36:31.1303824Z * [new branch] gh/anijain2305/946/orig -> origin/gh/anijain2305/946/orig 2025-12-04T09:36:31.1304155Z * [new branch] gh/anijain2305/947/base -> origin/gh/anijain2305/947/base 2025-12-04T09:36:31.1304512Z * [new branch] gh/anijain2305/947/head -> origin/gh/anijain2305/947/head 2025-12-04T09:36:31.1304890Z * [new branch] gh/anijain2305/947/orig -> origin/gh/anijain2305/947/orig 2025-12-04T09:36:31.1305254Z * [new branch] gh/anijain2305/948/base -> origin/gh/anijain2305/948/base 2025-12-04T09:36:31.1305589Z * [new branch] gh/anijain2305/948/head -> origin/gh/anijain2305/948/head 2025-12-04T09:36:31.1305956Z * [new branch] gh/anijain2305/948/orig -> origin/gh/anijain2305/948/orig 2025-12-04T09:36:31.1306316Z * [new branch] gh/anijain2305/949/base -> origin/gh/anijain2305/949/base 2025-12-04T09:36:31.1306646Z * [new branch] gh/anijain2305/949/head -> origin/gh/anijain2305/949/head 2025-12-04T09:36:31.1307006Z * [new branch] gh/anijain2305/949/orig -> origin/gh/anijain2305/949/orig 2025-12-04T09:36:31.1307360Z * [new branch] gh/anijain2305/950/base -> origin/gh/anijain2305/950/base 2025-12-04T09:36:31.1307713Z * [new branch] gh/anijain2305/950/head -> origin/gh/anijain2305/950/head 2025-12-04T09:36:31.1308037Z * [new branch] gh/anijain2305/950/orig -> origin/gh/anijain2305/950/orig 2025-12-04T09:36:31.1308396Z * [new branch] gh/anijain2305/951/base -> origin/gh/anijain2305/951/base 2025-12-04T09:36:31.1308822Z * [new branch] gh/anijain2305/951/head -> origin/gh/anijain2305/951/head 2025-12-04T09:36:31.1309182Z * [new branch] gh/anijain2305/951/orig -> origin/gh/anijain2305/951/orig 2025-12-04T09:36:31.1309525Z * [new branch] gh/anijain2305/952/base -> origin/gh/anijain2305/952/base 2025-12-04T09:36:31.1309933Z * [new branch] gh/anijain2305/952/head -> origin/gh/anijain2305/952/head 2025-12-04T09:36:31.1310296Z * [new branch] gh/anijain2305/952/orig -> origin/gh/anijain2305/952/orig 2025-12-04T09:36:31.1310657Z * [new branch] gh/anijain2305/953/base -> origin/gh/anijain2305/953/base 2025-12-04T09:36:31.1310988Z * [new branch] gh/anijain2305/953/head -> origin/gh/anijain2305/953/head 2025-12-04T09:36:31.1311347Z * [new branch] gh/anijain2305/953/orig -> origin/gh/anijain2305/953/orig 2025-12-04T09:36:31.1311709Z * [new branch] gh/anijain2305/954/base -> origin/gh/anijain2305/954/base 2025-12-04T09:36:31.1312048Z * [new branch] gh/anijain2305/954/head -> origin/gh/anijain2305/954/head 2025-12-04T09:36:31.1312343Z * [new branch] gh/anijain2305/954/orig -> origin/gh/anijain2305/954/orig 2025-12-04T09:36:31.1312643Z * [new branch] gh/anijain2305/955/base -> origin/gh/anijain2305/955/base 2025-12-04T09:36:31.1312945Z * [new branch] gh/anijain2305/955/head -> origin/gh/anijain2305/955/head 2025-12-04T09:36:31.1313236Z * [new branch] gh/anijain2305/955/orig -> origin/gh/anijain2305/955/orig 2025-12-04T09:36:31.1313536Z * [new branch] gh/anijain2305/956/base -> origin/gh/anijain2305/956/base 2025-12-04T09:36:31.1313838Z * [new branch] gh/anijain2305/956/head -> origin/gh/anijain2305/956/head 2025-12-04T09:36:31.1314134Z * [new branch] gh/anijain2305/956/orig -> origin/gh/anijain2305/956/orig 2025-12-04T09:36:31.1314426Z * [new branch] gh/anijain2305/957/base -> origin/gh/anijain2305/957/base 2025-12-04T09:36:31.1314724Z * [new branch] gh/anijain2305/957/head -> origin/gh/anijain2305/957/head 2025-12-04T09:36:31.1315042Z * [new branch] gh/anijain2305/957/orig -> origin/gh/anijain2305/957/orig 2025-12-04T09:36:31.1315343Z * [new branch] gh/anijain2305/958/base -> origin/gh/anijain2305/958/base 2025-12-04T09:36:31.1315628Z * [new branch] gh/anijain2305/958/head -> origin/gh/anijain2305/958/head 2025-12-04T09:36:31.1315927Z * [new branch] gh/anijain2305/958/orig -> origin/gh/anijain2305/958/orig 2025-12-04T09:36:31.1316222Z * [new branch] gh/anijain2305/959/base -> origin/gh/anijain2305/959/base 2025-12-04T09:36:31.1316515Z * [new branch] gh/anijain2305/959/head -> origin/gh/anijain2305/959/head 2025-12-04T09:36:31.1316804Z * [new branch] gh/anijain2305/959/orig -> origin/gh/anijain2305/959/orig 2025-12-04T09:36:31.1317135Z * [new branch] gh/anijain2305/960/base -> origin/gh/anijain2305/960/base 2025-12-04T09:36:31.1317431Z * [new branch] gh/anijain2305/960/head -> origin/gh/anijain2305/960/head 2025-12-04T09:36:31.1317757Z * [new branch] gh/anijain2305/960/orig -> origin/gh/anijain2305/960/orig 2025-12-04T09:36:31.1318073Z * [new branch] gh/anijain2305/961/base -> origin/gh/anijain2305/961/base 2025-12-04T09:36:31.1318408Z * [new branch] gh/anijain2305/961/head -> origin/gh/anijain2305/961/head 2025-12-04T09:36:31.1318785Z * [new branch] gh/anijain2305/961/orig -> origin/gh/anijain2305/961/orig 2025-12-04T09:36:31.1319132Z * [new branch] gh/anijain2305/962/base -> origin/gh/anijain2305/962/base 2025-12-04T09:36:31.1319510Z * [new branch] gh/anijain2305/962/head -> origin/gh/anijain2305/962/head 2025-12-04T09:36:31.1319945Z * [new branch] gh/anijain2305/962/orig -> origin/gh/anijain2305/962/orig 2025-12-04T09:36:31.1320318Z * [new branch] gh/anijain2305/963/base -> origin/gh/anijain2305/963/base 2025-12-04T09:36:31.1320663Z * [new branch] gh/anijain2305/963/head -> origin/gh/anijain2305/963/head 2025-12-04T09:36:31.1321045Z * [new branch] gh/anijain2305/963/orig -> origin/gh/anijain2305/963/orig 2025-12-04T09:36:31.1321483Z * [new branch] gh/anijain2305/964/base -> origin/gh/anijain2305/964/base 2025-12-04T09:36:31.1321876Z * [new branch] gh/anijain2305/964/head -> origin/gh/anijain2305/964/head 2025-12-04T09:36:31.1322225Z * [new branch] gh/anijain2305/964/orig -> origin/gh/anijain2305/964/orig 2025-12-04T09:36:31.1322595Z * [new branch] gh/anijain2305/965/base -> origin/gh/anijain2305/965/base 2025-12-04T09:36:31.1322970Z * [new branch] gh/anijain2305/965/head -> origin/gh/anijain2305/965/head 2025-12-04T09:36:31.1323317Z * [new branch] gh/anijain2305/965/orig -> origin/gh/anijain2305/965/orig 2025-12-04T09:36:31.1323694Z * [new branch] gh/anijain2305/966/base -> origin/gh/anijain2305/966/base 2025-12-04T09:36:31.1324067Z * [new branch] gh/anijain2305/966/head -> origin/gh/anijain2305/966/head 2025-12-04T09:36:31.1324444Z * [new branch] gh/anijain2305/966/orig -> origin/gh/anijain2305/966/orig 2025-12-04T09:36:31.1324813Z * [new branch] gh/anijain2305/967/base -> origin/gh/anijain2305/967/base 2025-12-04T09:36:31.1325204Z * [new branch] gh/anijain2305/967/head -> origin/gh/anijain2305/967/head 2025-12-04T09:36:31.1325583Z * [new branch] gh/anijain2305/967/orig -> origin/gh/anijain2305/967/orig 2025-12-04T09:36:31.1325957Z * [new branch] gh/anijain2305/968/base -> origin/gh/anijain2305/968/base 2025-12-04T09:36:31.1326303Z * [new branch] gh/anijain2305/968/head -> origin/gh/anijain2305/968/head 2025-12-04T09:36:31.1326682Z * [new branch] gh/anijain2305/968/orig -> origin/gh/anijain2305/968/orig 2025-12-04T09:36:31.1327058Z * [new branch] gh/anijain2305/969/base -> origin/gh/anijain2305/969/base 2025-12-04T09:36:31.1327442Z * [new branch] gh/anijain2305/969/head -> origin/gh/anijain2305/969/head 2025-12-04T09:36:31.1327805Z * [new branch] gh/anijain2305/969/orig -> origin/gh/anijain2305/969/orig 2025-12-04T09:36:31.1328163Z * [new branch] gh/anijain2305/970/base -> origin/gh/anijain2305/970/base 2025-12-04T09:36:31.1328522Z * [new branch] gh/anijain2305/970/head -> origin/gh/anijain2305/970/head 2025-12-04T09:36:31.1328854Z * [new branch] gh/anijain2305/970/orig -> origin/gh/anijain2305/970/orig 2025-12-04T09:36:31.1329219Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-12-04T09:36:31.1329579Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-12-04T09:36:31.1329927Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-12-04T09:36:31.1330258Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-12-04T09:36:31.1330611Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-12-04T09:36:31.1330959Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-12-04T09:36:31.1331303Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-12-04T09:36:31.1331621Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-12-04T09:36:31.1331965Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-12-04T09:36:31.1332382Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-12-04T09:36:31.1332728Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-12-04T09:36:31.1333052Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-12-04T09:36:31.1333399Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-12-04T09:36:31.1333810Z * [new branch] gh/anshul-si/53/base -> origin/gh/anshul-si/53/base 2025-12-04T09:36:31.1334136Z * [new branch] gh/anshul-si/53/head -> origin/gh/anshul-si/53/head 2025-12-04T09:36:31.1334483Z * [new branch] gh/anshul-si/58/base -> origin/gh/anshul-si/58/base 2025-12-04T09:36:31.1334849Z * [new branch] gh/anshul-si/58/head -> origin/gh/anshul-si/58/head 2025-12-04T09:36:31.1335196Z * [new branch] gh/anshul-si/66/base -> origin/gh/anshul-si/66/base 2025-12-04T09:36:31.1335508Z * [new branch] gh/anshul-si/66/head -> origin/gh/anshul-si/66/head 2025-12-04T09:36:31.1335827Z * [new branch] gh/anshul-si/66/orig -> origin/gh/anshul-si/66/orig 2025-12-04T09:36:31.1336171Z * [new branch] gh/anshul-si/67/base -> origin/gh/anshul-si/67/base 2025-12-04T09:36:31.1336509Z * [new branch] gh/anshul-si/67/head -> origin/gh/anshul-si/67/head 2025-12-04T09:36:31.1336837Z * [new branch] gh/anshul-si/67/orig -> origin/gh/anshul-si/67/orig 2025-12-04T09:36:31.1337176Z * [new branch] gh/anshul-si/68/base -> origin/gh/anshul-si/68/base 2025-12-04T09:36:31.1337518Z * [new branch] gh/anshul-si/68/head -> origin/gh/anshul-si/68/head 2025-12-04T09:36:31.1337856Z * [new branch] gh/anshul-si/68/orig -> origin/gh/anshul-si/68/orig 2025-12-04T09:36:31.1338166Z * [new branch] gh/anshul-si/69/base -> origin/gh/anshul-si/69/base 2025-12-04T09:36:31.1338495Z * [new branch] gh/anshul-si/69/head -> origin/gh/anshul-si/69/head 2025-12-04T09:36:31.1338837Z * [new branch] gh/anshul-si/69/orig -> origin/gh/anshul-si/69/orig 2025-12-04T09:36:31.1339143Z * [new branch] gh/anshul-si/70/base -> origin/gh/anshul-si/70/base 2025-12-04T09:36:31.1339500Z * [new branch] gh/anshul-si/70/head -> origin/gh/anshul-si/70/head 2025-12-04T09:36:31.1339825Z * [new branch] gh/anshul-si/70/orig -> origin/gh/anshul-si/70/orig 2025-12-04T09:36:31.1340150Z * [new branch] gh/anshul-si/71/base -> origin/gh/anshul-si/71/base 2025-12-04T09:36:31.1340468Z * [new branch] gh/anshul-si/71/head -> origin/gh/anshul-si/71/head 2025-12-04T09:36:31.1340814Z * [new branch] gh/anshul-si/71/orig -> origin/gh/anshul-si/71/orig 2025-12-04T09:36:31.1341149Z * [new branch] gh/anshul-si/72/base -> origin/gh/anshul-si/72/base 2025-12-04T09:36:31.1341492Z * [new branch] gh/anshul-si/72/head -> origin/gh/anshul-si/72/head 2025-12-04T09:36:31.1341804Z * [new branch] gh/anshul-si/72/orig -> origin/gh/anshul-si/72/orig 2025-12-04T09:36:31.1342131Z * [new branch] gh/anshul-si/73/base -> origin/gh/anshul-si/73/base 2025-12-04T09:36:31.1342473Z * [new branch] gh/anshul-si/73/head -> origin/gh/anshul-si/73/head 2025-12-04T09:36:31.1342796Z * [new branch] gh/anshul-si/73/orig -> origin/gh/anshul-si/73/orig 2025-12-04T09:36:31.1343134Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-12-04T09:36:31.1343480Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-12-04T09:36:31.1343807Z * [new branch] gh/aorenste/134/base -> origin/gh/aorenste/134/base 2025-12-04T09:36:31.1344179Z * [new branch] gh/aorenste/134/head -> origin/gh/aorenste/134/head 2025-12-04T09:36:31.1344524Z * [new branch] gh/aorenste/134/orig -> origin/gh/aorenste/134/orig 2025-12-04T09:36:31.1344890Z * [new branch] gh/aorenste/139/base -> origin/gh/aorenste/139/base 2025-12-04T09:36:31.1345229Z * [new branch] gh/aorenste/139/head -> origin/gh/aorenste/139/head 2025-12-04T09:36:31.1345597Z * [new branch] gh/aorenste/139/orig -> origin/gh/aorenste/139/orig 2025-12-04T09:36:31.1345940Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-12-04T09:36:31.1346291Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-12-04T09:36:31.1346629Z * [new branch] gh/aorenste/145/base -> origin/gh/aorenste/145/base 2025-12-04T09:36:31.1346972Z * [new branch] gh/aorenste/145/head -> origin/gh/aorenste/145/head 2025-12-04T09:36:31.1347305Z * [new branch] gh/aorenste/145/orig -> origin/gh/aorenste/145/orig 2025-12-04T09:36:31.1347646Z * [new branch] gh/aorenste/146/base -> origin/gh/aorenste/146/base 2025-12-04T09:36:31.1347975Z * [new branch] gh/aorenste/146/head -> origin/gh/aorenste/146/head 2025-12-04T09:36:31.1348328Z * [new branch] gh/aorenste/146/orig -> origin/gh/aorenste/146/orig 2025-12-04T09:36:31.1348667Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-12-04T09:36:31.1349154Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-12-04T09:36:31.1349467Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-12-04T09:36:31.1349866Z * [new branch] gh/aorenste/148/base -> origin/gh/aorenste/148/base 2025-12-04T09:36:31.1350210Z * [new branch] gh/aorenste/148/head -> origin/gh/aorenste/148/head 2025-12-04T09:36:31.1350496Z * [new branch] gh/aorenste/148/orig -> origin/gh/aorenste/148/orig 2025-12-04T09:36:31.1350780Z * [new branch] gh/aorenste/149/base -> origin/gh/aorenste/149/base 2025-12-04T09:36:31.1351069Z * [new branch] gh/aorenste/149/head -> origin/gh/aorenste/149/head 2025-12-04T09:36:31.1351355Z * [new branch] gh/aorenste/149/orig -> origin/gh/aorenste/149/orig 2025-12-04T09:36:31.1351643Z * [new branch] gh/aorenste/150/base -> origin/gh/aorenste/150/base 2025-12-04T09:36:31.1351952Z * [new branch] gh/aorenste/150/head -> origin/gh/aorenste/150/head 2025-12-04T09:36:31.1352258Z * [new branch] gh/aorenste/150/orig -> origin/gh/aorenste/150/orig 2025-12-04T09:36:31.1352542Z * [new branch] gh/aorenste/151/base -> origin/gh/aorenste/151/base 2025-12-04T09:36:31.1352821Z * [new branch] gh/aorenste/151/head -> origin/gh/aorenste/151/head 2025-12-04T09:36:31.1353111Z * [new branch] gh/aorenste/151/orig -> origin/gh/aorenste/151/orig 2025-12-04T09:36:31.1353396Z * [new branch] gh/aorenste/152/base -> origin/gh/aorenste/152/base 2025-12-04T09:36:31.1353693Z * [new branch] gh/aorenste/152/head -> origin/gh/aorenste/152/head 2025-12-04T09:36:31.1353978Z * [new branch] gh/aorenste/152/orig -> origin/gh/aorenste/152/orig 2025-12-04T09:36:31.1354264Z * [new branch] gh/aorenste/153/base -> origin/gh/aorenste/153/base 2025-12-04T09:36:31.1354550Z * [new branch] gh/aorenste/153/head -> origin/gh/aorenste/153/head 2025-12-04T09:36:31.1354899Z * [new branch] gh/aorenste/153/orig -> origin/gh/aorenste/153/orig 2025-12-04T09:36:31.1355174Z * [new branch] gh/aorenste/154/base -> origin/gh/aorenste/154/base 2025-12-04T09:36:31.1355528Z * [new branch] gh/aorenste/154/head -> origin/gh/aorenste/154/head 2025-12-04T09:36:31.1355843Z * [new branch] gh/aorenste/154/orig -> origin/gh/aorenste/154/orig 2025-12-04T09:36:31.1356122Z * [new branch] gh/aorenste/155/base -> origin/gh/aorenste/155/base 2025-12-04T09:36:31.1356407Z * [new branch] gh/aorenste/155/head -> origin/gh/aorenste/155/head 2025-12-04T09:36:31.1356762Z * [new branch] gh/aorenste/155/orig -> origin/gh/aorenste/155/orig 2025-12-04T09:36:31.1357073Z * [new branch] gh/aorenste/156/base -> origin/gh/aorenste/156/base 2025-12-04T09:36:31.1357357Z * [new branch] gh/aorenste/156/head -> origin/gh/aorenste/156/head 2025-12-04T09:36:31.1357646Z * [new branch] gh/aorenste/156/orig -> origin/gh/aorenste/156/orig 2025-12-04T09:36:31.1357936Z * [new branch] gh/aorenste/157/base -> origin/gh/aorenste/157/base 2025-12-04T09:36:31.1358226Z * [new branch] gh/aorenste/157/head -> origin/gh/aorenste/157/head 2025-12-04T09:36:31.1358502Z * [new branch] gh/aorenste/157/orig -> origin/gh/aorenste/157/orig 2025-12-04T09:36:31.1358823Z * [new branch] gh/aorenste/158/base -> origin/gh/aorenste/158/base 2025-12-04T09:36:31.1359126Z * [new branch] gh/aorenste/158/head -> origin/gh/aorenste/158/head 2025-12-04T09:36:31.1359447Z * [new branch] gh/aorenste/158/orig -> origin/gh/aorenste/158/orig 2025-12-04T09:36:31.1359726Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-12-04T09:36:31.1360011Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-12-04T09:36:31.1360341Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-12-04T09:36:31.1360639Z * [new branch] gh/avikchaudhuri/1/base -> origin/gh/avikchaudhuri/1/base 2025-12-04T09:36:31.1360960Z * [new branch] gh/avikchaudhuri/1/head -> origin/gh/avikchaudhuri/1/head 2025-12-04T09:36:31.1361271Z * [new branch] gh/avikchaudhuri/2/base -> origin/gh/avikchaudhuri/2/base 2025-12-04T09:36:31.1361617Z * [new branch] gh/avikchaudhuri/2/head -> origin/gh/avikchaudhuri/2/head 2025-12-04T09:36:31.1361935Z * [new branch] gh/avikchaudhuri/2/orig -> origin/gh/avikchaudhuri/2/orig 2025-12-04T09:36:31.1362255Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-12-04T09:36:31.1362549Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-12-04T09:36:31.1362861Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-12-04T09:36:31.1363153Z * [new branch] gh/bdhirsh/668/base -> origin/gh/bdhirsh/668/base 2025-12-04T09:36:31.1363450Z * [new branch] gh/bdhirsh/668/head -> origin/gh/bdhirsh/668/head 2025-12-04T09:36:31.1363754Z * [new branch] gh/bdhirsh/668/orig -> origin/gh/bdhirsh/668/orig 2025-12-04T09:36:31.1364050Z * [new branch] gh/bdhirsh/669/base -> origin/gh/bdhirsh/669/base 2025-12-04T09:36:31.1364348Z * [new branch] gh/bdhirsh/669/head -> origin/gh/bdhirsh/669/head 2025-12-04T09:36:31.1364646Z * [new branch] gh/bdhirsh/669/orig -> origin/gh/bdhirsh/669/orig 2025-12-04T09:36:31.1364971Z * [new branch] gh/bdhirsh/670/base -> origin/gh/bdhirsh/670/base 2025-12-04T09:36:31.1365256Z * [new branch] gh/bdhirsh/670/head -> origin/gh/bdhirsh/670/head 2025-12-04T09:36:31.1365547Z * [new branch] gh/bdhirsh/670/orig -> origin/gh/bdhirsh/670/orig 2025-12-04T09:36:31.1365838Z * [new branch] gh/bdhirsh/672/base -> origin/gh/bdhirsh/672/base 2025-12-04T09:36:31.1366192Z * [new branch] gh/bdhirsh/672/head -> origin/gh/bdhirsh/672/head 2025-12-04T09:36:31.1366487Z * [new branch] gh/bdhirsh/672/orig -> origin/gh/bdhirsh/672/orig 2025-12-04T09:36:31.1366783Z * [new branch] gh/bdhirsh/675/base -> origin/gh/bdhirsh/675/base 2025-12-04T09:36:31.1367075Z * [new branch] gh/bdhirsh/675/head -> origin/gh/bdhirsh/675/head 2025-12-04T09:36:31.1367427Z * [new branch] gh/bdhirsh/675/orig -> origin/gh/bdhirsh/675/orig 2025-12-04T09:36:31.1367713Z * [new branch] gh/bdhirsh/676/base -> origin/gh/bdhirsh/676/base 2025-12-04T09:36:31.1368005Z * [new branch] gh/bdhirsh/676/head -> origin/gh/bdhirsh/676/head 2025-12-04T09:36:31.1368303Z * [new branch] gh/bdhirsh/676/orig -> origin/gh/bdhirsh/676/orig 2025-12-04T09:36:31.1368425Z * [new branch] gh/bdhirsh/677/base -> origin/gh/bdhirsh/677/base 2025-12-04T09:36:31.1368553Z * [new branch] gh/bdhirsh/677/head -> origin/gh/bdhirsh/677/head 2025-12-04T09:36:31.1368673Z * [new branch] gh/bdhirsh/677/orig -> origin/gh/bdhirsh/677/orig 2025-12-04T09:36:31.1368792Z * [new branch] gh/bdhirsh/678/base -> origin/gh/bdhirsh/678/base 2025-12-04T09:36:31.1368922Z * [new branch] gh/bdhirsh/678/head -> origin/gh/bdhirsh/678/head 2025-12-04T09:36:31.1369044Z * [new branch] gh/bdhirsh/678/orig -> origin/gh/bdhirsh/678/orig 2025-12-04T09:36:31.1369163Z * [new branch] gh/bdhirsh/679/base -> origin/gh/bdhirsh/679/base 2025-12-04T09:36:31.1369289Z * [new branch] gh/bdhirsh/679/head -> origin/gh/bdhirsh/679/head 2025-12-04T09:36:31.1369406Z * [new branch] gh/bdhirsh/679/orig -> origin/gh/bdhirsh/679/orig 2025-12-04T09:36:31.1369532Z * [new branch] gh/bdhirsh/680/base -> origin/gh/bdhirsh/680/base 2025-12-04T09:36:31.1369650Z * [new branch] gh/bdhirsh/680/head -> origin/gh/bdhirsh/680/head 2025-12-04T09:36:31.1369772Z * [new branch] gh/bdhirsh/680/orig -> origin/gh/bdhirsh/680/orig 2025-12-04T09:36:31.1369941Z * [new branch] gh/bdhirsh/681/base -> origin/gh/bdhirsh/681/base 2025-12-04T09:36:31.1370081Z * [new branch] gh/bdhirsh/681/head -> origin/gh/bdhirsh/681/head 2025-12-04T09:36:31.1370252Z * [new branch] gh/bdhirsh/681/orig -> origin/gh/bdhirsh/681/orig 2025-12-04T09:36:31.1370414Z * [new branch] gh/benjaminglass1/101/base -> origin/gh/benjaminglass1/101/base 2025-12-04T09:36:31.1370565Z * [new branch] gh/benjaminglass1/101/head -> origin/gh/benjaminglass1/101/head 2025-12-04T09:36:31.1370717Z * [new branch] gh/benjaminglass1/101/orig -> origin/gh/benjaminglass1/101/orig 2025-12-04T09:36:31.1370858Z * [new branch] gh/benjaminglass1/102/base -> origin/gh/benjaminglass1/102/base 2025-12-04T09:36:31.1371041Z * [new branch] gh/benjaminglass1/102/head -> origin/gh/benjaminglass1/102/head 2025-12-04T09:36:31.1371190Z * [new branch] gh/benjaminglass1/102/orig -> origin/gh/benjaminglass1/102/orig 2025-12-04T09:36:31.1371323Z * [new branch] gh/benjaminglass1/106/base -> origin/gh/benjaminglass1/106/base 2025-12-04T09:36:31.1371465Z * [new branch] gh/benjaminglass1/106/head -> origin/gh/benjaminglass1/106/head 2025-12-04T09:36:31.1371607Z * [new branch] gh/benjaminglass1/106/orig -> origin/gh/benjaminglass1/106/orig 2025-12-04T09:36:31.1371737Z * [new branch] gh/benjaminglass1/107/base -> origin/gh/benjaminglass1/107/base 2025-12-04T09:36:31.1371875Z * [new branch] gh/benjaminglass1/107/head -> origin/gh/benjaminglass1/107/head 2025-12-04T09:36:31.1372006Z * [new branch] gh/benjaminglass1/107/orig -> origin/gh/benjaminglass1/107/orig 2025-12-04T09:36:31.1372189Z * [new branch] gh/benjaminglass1/108/base -> origin/gh/benjaminglass1/108/base 2025-12-04T09:36:31.1372323Z * [new branch] gh/benjaminglass1/108/head -> origin/gh/benjaminglass1/108/head 2025-12-04T09:36:31.1372456Z * [new branch] gh/benjaminglass1/108/orig -> origin/gh/benjaminglass1/108/orig 2025-12-04T09:36:31.1372639Z * [new branch] gh/benjaminglass1/109/base -> origin/gh/benjaminglass1/109/base 2025-12-04T09:36:31.1372772Z * [new branch] gh/benjaminglass1/109/head -> origin/gh/benjaminglass1/109/head 2025-12-04T09:36:31.1372912Z * [new branch] gh/benjaminglass1/109/orig -> origin/gh/benjaminglass1/109/orig 2025-12-04T09:36:31.1373052Z * [new branch] gh/benjaminglass1/97/base -> origin/gh/benjaminglass1/97/base 2025-12-04T09:36:31.1373188Z * [new branch] gh/benjaminglass1/97/head -> origin/gh/benjaminglass1/97/head 2025-12-04T09:36:31.1373330Z * [new branch] gh/benjaminglass1/97/orig -> origin/gh/benjaminglass1/97/orig 2025-12-04T09:36:31.1373460Z * [new branch] gh/bobrenjc93/570/base -> origin/gh/bobrenjc93/570/base 2025-12-04T09:36:31.1373595Z * [new branch] gh/bobrenjc93/570/head -> origin/gh/bobrenjc93/570/head 2025-12-04T09:36:31.1373719Z * [new branch] gh/bobrenjc93/570/orig -> origin/gh/bobrenjc93/570/orig 2025-12-04T09:36:31.1373844Z * [new branch] gh/bobrenjc93/604/base -> origin/gh/bobrenjc93/604/base 2025-12-04T09:36:31.1373973Z * [new branch] gh/bobrenjc93/604/head -> origin/gh/bobrenjc93/604/head 2025-12-04T09:36:31.1374093Z * [new branch] gh/bobrenjc93/604/orig -> origin/gh/bobrenjc93/604/orig 2025-12-04T09:36:31.1374227Z * [new branch] gh/bobrenjc93/638/base -> origin/gh/bobrenjc93/638/base 2025-12-04T09:36:31.1374347Z * [new branch] gh/bobrenjc93/638/head -> origin/gh/bobrenjc93/638/head 2025-12-04T09:36:31.1374470Z * [new branch] gh/bobrenjc93/638/orig -> origin/gh/bobrenjc93/638/orig 2025-12-04T09:36:31.1374597Z * [new branch] gh/bobrenjc93/653/base -> origin/gh/bobrenjc93/653/base 2025-12-04T09:36:31.1374720Z * [new branch] gh/bobrenjc93/653/head -> origin/gh/bobrenjc93/653/head 2025-12-04T09:36:31.1374865Z * [new branch] gh/bobrenjc93/653/orig -> origin/gh/bobrenjc93/653/orig 2025-12-04T09:36:31.1374996Z * [new branch] gh/bobrenjc93/654/base -> origin/gh/bobrenjc93/654/base 2025-12-04T09:36:31.1375119Z * [new branch] gh/bobrenjc93/654/head -> origin/gh/bobrenjc93/654/head 2025-12-04T09:36:31.1375248Z * [new branch] gh/bobrenjc93/654/orig -> origin/gh/bobrenjc93/654/orig 2025-12-04T09:36:31.1375367Z * [new branch] gh/bobrenjc93/657/base -> origin/gh/bobrenjc93/657/base 2025-12-04T09:36:31.1375492Z * [new branch] gh/bobrenjc93/657/head -> origin/gh/bobrenjc93/657/head 2025-12-04T09:36:31.1375623Z * [new branch] gh/bobrenjc93/657/orig -> origin/gh/bobrenjc93/657/orig 2025-12-04T09:36:31.1375744Z * [new branch] gh/bobrenjc93/672/base -> origin/gh/bobrenjc93/672/base 2025-12-04T09:36:31.1375873Z * [new branch] gh/bobrenjc93/672/head -> origin/gh/bobrenjc93/672/head 2025-12-04T09:36:31.1375998Z * [new branch] gh/bobrenjc93/672/orig -> origin/gh/bobrenjc93/672/orig 2025-12-04T09:36:31.1376119Z * [new branch] gh/bobrenjc93/679/base -> origin/gh/bobrenjc93/679/base 2025-12-04T09:36:31.1376247Z * [new branch] gh/bobrenjc93/679/head -> origin/gh/bobrenjc93/679/head 2025-12-04T09:36:31.1376368Z * [new branch] gh/bobrenjc93/679/orig -> origin/gh/bobrenjc93/679/orig 2025-12-04T09:36:31.1376497Z * [new branch] gh/bobrenjc93/680/base -> origin/gh/bobrenjc93/680/base 2025-12-04T09:36:31.1376670Z * [new branch] gh/bobrenjc93/680/head -> origin/gh/bobrenjc93/680/head 2025-12-04T09:36:31.1376793Z * [new branch] gh/bobrenjc93/680/orig -> origin/gh/bobrenjc93/680/orig 2025-12-04T09:36:31.1376925Z * [new branch] gh/bobrenjc93/681/base -> origin/gh/bobrenjc93/681/base 2025-12-04T09:36:31.1377054Z * [new branch] gh/bobrenjc93/681/head -> origin/gh/bobrenjc93/681/head 2025-12-04T09:36:31.1377250Z * [new branch] gh/bobrenjc93/681/orig -> origin/gh/bobrenjc93/681/orig 2025-12-04T09:36:31.1377370Z * [new branch] gh/bobrenjc93/682/base -> origin/gh/bobrenjc93/682/base 2025-12-04T09:36:31.1377491Z * [new branch] gh/bobrenjc93/682/head -> origin/gh/bobrenjc93/682/head 2025-12-04T09:36:31.1377617Z * [new branch] gh/bobrenjc93/682/orig -> origin/gh/bobrenjc93/682/orig 2025-12-04T09:36:31.1377740Z * [new branch] gh/bobrenjc93/683/base -> origin/gh/bobrenjc93/683/base 2025-12-04T09:36:31.1377860Z * [new branch] gh/bobrenjc93/683/head -> origin/gh/bobrenjc93/683/head 2025-12-04T09:36:31.1378034Z * [new branch] gh/bobrenjc93/683/orig -> origin/gh/bobrenjc93/683/orig 2025-12-04T09:36:31.1378177Z * [new branch] gh/bobrenjc93/684/base -> origin/gh/bobrenjc93/684/base 2025-12-04T09:36:31.1378328Z * [new branch] gh/bobrenjc93/684/head -> origin/gh/bobrenjc93/684/head 2025-12-04T09:36:31.1378453Z * [new branch] gh/bobrenjc93/684/orig -> origin/gh/bobrenjc93/684/orig 2025-12-04T09:36:31.1378573Z * [new branch] gh/bobrenjc93/685/base -> origin/gh/bobrenjc93/685/base 2025-12-04T09:36:31.1378700Z * [new branch] gh/bobrenjc93/685/head -> origin/gh/bobrenjc93/685/head 2025-12-04T09:36:31.1378818Z * [new branch] gh/bobrenjc93/685/orig -> origin/gh/bobrenjc93/685/orig 2025-12-04T09:36:31.1378948Z * [new branch] gh/bobrenjc93/686/base -> origin/gh/bobrenjc93/686/base 2025-12-04T09:36:31.1379070Z * [new branch] gh/bobrenjc93/686/head -> origin/gh/bobrenjc93/686/head 2025-12-04T09:36:31.1379189Z * [new branch] gh/bobrenjc93/686/orig -> origin/gh/bobrenjc93/686/orig 2025-12-04T09:36:31.1379315Z * [new branch] gh/bobrenjc93/687/base -> origin/gh/bobrenjc93/687/base 2025-12-04T09:36:31.1379437Z * [new branch] gh/bobrenjc93/687/head -> origin/gh/bobrenjc93/687/head 2025-12-04T09:36:31.1379562Z * [new branch] gh/bobrenjc93/687/orig -> origin/gh/bobrenjc93/687/orig 2025-12-04T09:36:31.1379681Z * [new branch] gh/bobrenjc93/688/base -> origin/gh/bobrenjc93/688/base 2025-12-04T09:36:31.1379803Z * [new branch] gh/bobrenjc93/688/head -> origin/gh/bobrenjc93/688/head 2025-12-04T09:36:31.1379927Z * [new branch] gh/bobrenjc93/688/orig -> origin/gh/bobrenjc93/688/orig 2025-12-04T09:36:31.1380050Z * [new branch] gh/bobrenjc93/689/base -> origin/gh/bobrenjc93/689/base 2025-12-04T09:36:31.1380169Z * [new branch] gh/bobrenjc93/689/head -> origin/gh/bobrenjc93/689/head 2025-12-04T09:36:31.1380296Z * [new branch] gh/bobrenjc93/689/orig -> origin/gh/bobrenjc93/689/orig 2025-12-04T09:36:31.1380415Z * [new branch] gh/bobrenjc93/690/base -> origin/gh/bobrenjc93/690/base 2025-12-04T09:36:31.1380544Z * [new branch] gh/bobrenjc93/690/head -> origin/gh/bobrenjc93/690/head 2025-12-04T09:36:31.1380662Z * [new branch] gh/bobrenjc93/690/orig -> origin/gh/bobrenjc93/690/orig 2025-12-04T09:36:31.1380781Z * [new branch] gh/bobrenjc93/691/base -> origin/gh/bobrenjc93/691/base 2025-12-04T09:36:31.1380907Z * [new branch] gh/bobrenjc93/691/head -> origin/gh/bobrenjc93/691/head 2025-12-04T09:36:31.1381086Z * [new branch] gh/bobrenjc93/691/orig -> origin/gh/bobrenjc93/691/orig 2025-12-04T09:36:31.1381224Z * [new branch] gh/bobrenjc93/692/base -> origin/gh/bobrenjc93/692/base 2025-12-04T09:36:31.1381346Z * [new branch] gh/bobrenjc93/692/head -> origin/gh/bobrenjc93/692/head 2025-12-04T09:36:31.1381468Z * [new branch] gh/bobrenjc93/692/orig -> origin/gh/bobrenjc93/692/orig 2025-12-04T09:36:31.1381641Z * [new branch] gh/bobrenjc93/693/base -> origin/gh/bobrenjc93/693/base 2025-12-04T09:36:31.1381764Z * [new branch] gh/bobrenjc93/693/head -> origin/gh/bobrenjc93/693/head 2025-12-04T09:36:31.1381893Z * [new branch] gh/bobrenjc93/693/orig -> origin/gh/bobrenjc93/693/orig 2025-12-04T09:36:31.1382016Z * [new branch] gh/bobrenjc93/694/base -> origin/gh/bobrenjc93/694/base 2025-12-04T09:36:31.1382139Z * [new branch] gh/bobrenjc93/694/head -> origin/gh/bobrenjc93/694/head 2025-12-04T09:36:31.1382272Z * [new branch] gh/bobrenjc93/694/orig -> origin/gh/bobrenjc93/694/orig 2025-12-04T09:36:31.1382394Z * [new branch] gh/bobrenjc93/695/base -> origin/gh/bobrenjc93/695/base 2025-12-04T09:36:31.1382521Z * [new branch] gh/bobrenjc93/695/head -> origin/gh/bobrenjc93/695/head 2025-12-04T09:36:31.1382640Z * [new branch] gh/bobrenjc93/695/orig -> origin/gh/bobrenjc93/695/orig 2025-12-04T09:36:31.1382754Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-12-04T09:36:31.1382870Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-12-04T09:36:31.1382977Z * [new branch] gh/c00w/53/base -> origin/gh/c00w/53/base 2025-12-04T09:36:31.1383085Z * [new branch] gh/c00w/53/head -> origin/gh/c00w/53/head 2025-12-04T09:36:31.1383203Z * [new branch] gh/c00w/53/orig -> origin/gh/c00w/53/orig 2025-12-04T09:36:31.1383310Z * [new branch] gh/c00w/54/base -> origin/gh/c00w/54/base 2025-12-04T09:36:31.1383427Z * [new branch] gh/c00w/54/head -> origin/gh/c00w/54/head 2025-12-04T09:36:31.1383534Z * [new branch] gh/c00w/54/orig -> origin/gh/c00w/54/orig 2025-12-04T09:36:31.1383637Z * [new branch] gh/c00w/56/base -> origin/gh/c00w/56/base 2025-12-04T09:36:31.1383750Z * [new branch] gh/c00w/56/head -> origin/gh/c00w/56/head 2025-12-04T09:36:31.1383853Z * [new branch] gh/c00w/56/orig -> origin/gh/c00w/56/orig 2025-12-04T09:36:31.1383967Z * [new branch] gh/c00w/57/base -> origin/gh/c00w/57/base 2025-12-04T09:36:31.1384070Z * [new branch] gh/c00w/57/head -> origin/gh/c00w/57/head 2025-12-04T09:36:31.1384172Z * [new branch] gh/c00w/57/orig -> origin/gh/c00w/57/orig 2025-12-04T09:36:31.1384284Z * [new branch] gh/c00w/58/base -> origin/gh/c00w/58/base 2025-12-04T09:36:31.1384387Z * [new branch] gh/c00w/58/head -> origin/gh/c00w/58/head 2025-12-04T09:36:31.1384492Z * [new branch] gh/c00w/58/orig -> origin/gh/c00w/58/orig 2025-12-04T09:36:31.1384620Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-12-04T09:36:31.1384740Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-12-04T09:36:31.1384895Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-12-04T09:36:31.1385026Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-12-04T09:36:31.1385166Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-12-04T09:36:31.1385302Z * [new branch] gh/coconutruben/55/base -> origin/gh/coconutruben/55/base 2025-12-04T09:36:31.1385481Z * [new branch] gh/coconutruben/55/head -> origin/gh/coconutruben/55/head 2025-12-04T09:36:31.1385617Z * [new branch] gh/coconutruben/55/orig -> origin/gh/coconutruben/55/orig 2025-12-04T09:36:31.1385746Z * [new branch] gh/coconutruben/57/base -> origin/gh/coconutruben/57/base 2025-12-04T09:36:31.1385876Z * [new branch] gh/coconutruben/57/head -> origin/gh/coconutruben/57/head 2025-12-04T09:36:31.1386060Z * [new branch] gh/coconutruben/57/orig -> origin/gh/coconutruben/57/orig 2025-12-04T09:36:31.1386185Z * [new branch] gh/coconutruben/70/base -> origin/gh/coconutruben/70/base 2025-12-04T09:36:31.1386318Z * [new branch] gh/coconutruben/70/head -> origin/gh/coconutruben/70/head 2025-12-04T09:36:31.1386443Z * [new branch] gh/coconutruben/70/orig -> origin/gh/coconutruben/70/orig 2025-12-04T09:36:31.1386569Z * [new branch] gh/coconutruben/71/base -> origin/gh/coconutruben/71/base 2025-12-04T09:36:31.1386700Z * [new branch] gh/coconutruben/71/head -> origin/gh/coconutruben/71/head 2025-12-04T09:36:31.1386824Z * [new branch] gh/coconutruben/71/orig -> origin/gh/coconutruben/71/orig 2025-12-04T09:36:31.1386955Z * [new branch] gh/coconutruben/72/base -> origin/gh/coconutruben/72/base 2025-12-04T09:36:31.1387082Z * [new branch] gh/coconutruben/72/head -> origin/gh/coconutruben/72/head 2025-12-04T09:36:31.1387207Z * [new branch] gh/coconutruben/72/orig -> origin/gh/coconutruben/72/orig 2025-12-04T09:36:31.1387338Z * [new branch] gh/coconutruben/73/base -> origin/gh/coconutruben/73/base 2025-12-04T09:36:31.1387461Z * [new branch] gh/coconutruben/73/head -> origin/gh/coconutruben/73/head 2025-12-04T09:36:31.1387586Z * [new branch] gh/coconutruben/73/orig -> origin/gh/coconutruben/73/orig 2025-12-04T09:36:31.1387756Z * [new branch] gh/coconutruben/74/base -> origin/gh/coconutruben/74/base 2025-12-04T09:36:31.1387903Z * [new branch] gh/coconutruben/74/head -> origin/gh/coconutruben/74/head 2025-12-04T09:36:31.1388071Z * [new branch] gh/coconutruben/74/orig -> origin/gh/coconutruben/74/orig 2025-12-04T09:36:31.1388198Z * [new branch] gh/coconutruben/79/base -> origin/gh/coconutruben/79/base 2025-12-04T09:36:31.1388325Z * [new branch] gh/coconutruben/79/head -> origin/gh/coconutruben/79/head 2025-12-04T09:36:31.1388461Z * [new branch] gh/coconutruben/79/orig -> origin/gh/coconutruben/79/orig 2025-12-04T09:36:31.1388587Z * [new branch] gh/coconutruben/80/base -> origin/gh/coconutruben/80/base 2025-12-04T09:36:31.1388718Z * [new branch] gh/coconutruben/80/head -> origin/gh/coconutruben/80/head 2025-12-04T09:36:31.1388846Z * [new branch] gh/coconutruben/80/orig -> origin/gh/coconutruben/80/orig 2025-12-04T09:36:31.1388972Z * [new branch] gh/coconutruben/82/base -> origin/gh/coconutruben/82/base 2025-12-04T09:36:31.1389103Z * [new branch] gh/coconutruben/82/head -> origin/gh/coconutruben/82/head 2025-12-04T09:36:31.1389226Z * [new branch] gh/coconutruben/82/orig -> origin/gh/coconutruben/82/orig 2025-12-04T09:36:31.1389360Z * [new branch] gh/coconutruben/83/base -> origin/gh/coconutruben/83/base 2025-12-04T09:36:31.1389481Z * [new branch] gh/coconutruben/83/head -> origin/gh/coconutruben/83/head 2025-12-04T09:36:31.1389604Z * [new branch] gh/coconutruben/83/orig -> origin/gh/coconutruben/83/orig 2025-12-04T09:36:31.1389735Z * [new branch] gh/coconutruben/84/base -> origin/gh/coconutruben/84/base 2025-12-04T09:36:31.1389859Z * [new branch] gh/coconutruben/84/head -> origin/gh/coconutruben/84/head 2025-12-04T09:36:31.1390022Z * [new branch] gh/coconutruben/84/orig -> origin/gh/coconutruben/84/orig 2025-12-04T09:36:31.1390155Z * [new branch] gh/coconutruben/85/base -> origin/gh/coconutruben/85/base 2025-12-04T09:36:31.1390290Z * [new branch] gh/coconutruben/85/head -> origin/gh/coconutruben/85/head 2025-12-04T09:36:31.1390424Z * [new branch] gh/coconutruben/85/orig -> origin/gh/coconutruben/85/orig 2025-12-04T09:36:31.1390594Z * [new branch] gh/coconutruben/86/base -> origin/gh/coconutruben/86/base 2025-12-04T09:36:31.1390719Z * [new branch] gh/coconutruben/86/head -> origin/gh/coconutruben/86/head 2025-12-04T09:36:31.1390855Z * [new branch] gh/coconutruben/86/orig -> origin/gh/coconutruben/86/orig 2025-12-04T09:36:31.1390982Z * [new branch] gh/colinchan15/1/base -> origin/gh/colinchan15/1/base 2025-12-04T09:36:31.1391115Z * [new branch] gh/colinchan15/1/head -> origin/gh/colinchan15/1/head 2025-12-04T09:36:31.1391241Z * [new branch] gh/colinchan15/2/base -> origin/gh/colinchan15/2/base 2025-12-04T09:36:31.1391366Z * [new branch] gh/colinchan15/2/head -> origin/gh/colinchan15/2/head 2025-12-04T09:36:31.1391495Z * [new branch] gh/colinchan15/3/base -> origin/gh/colinchan15/3/base 2025-12-04T09:36:31.1391619Z * [new branch] gh/colinchan15/3/head -> origin/gh/colinchan15/3/head 2025-12-04T09:36:31.1391747Z * [new branch] gh/colinchan15/6/base -> origin/gh/colinchan15/6/base 2025-12-04T09:36:31.1391868Z * [new branch] gh/colinchan15/6/head -> origin/gh/colinchan15/6/head 2025-12-04T09:36:31.1391982Z * [new branch] gh/d4l3k/1/base -> origin/gh/d4l3k/1/base 2025-12-04T09:36:31.1392102Z * [new branch] gh/d4l3k/1/head -> origin/gh/d4l3k/1/head 2025-12-04T09:36:31.1392211Z * [new branch] gh/d4l3k/2/base -> origin/gh/d4l3k/2/base 2025-12-04T09:36:31.1392318Z * [new branch] gh/d4l3k/2/head -> origin/gh/d4l3k/2/head 2025-12-04T09:36:31.1392433Z * [new branch] gh/d4l3k/2/orig -> origin/gh/d4l3k/2/orig 2025-12-04T09:36:31.1392539Z * [new branch] gh/d4l3k/3/base -> origin/gh/d4l3k/3/base 2025-12-04T09:36:31.1392654Z * [new branch] gh/d4l3k/3/head -> origin/gh/d4l3k/3/head 2025-12-04T09:36:31.1392761Z * [new branch] gh/d4l3k/3/orig -> origin/gh/d4l3k/3/orig 2025-12-04T09:36:31.1392868Z * [new branch] gh/d4l3k/4/base -> origin/gh/d4l3k/4/base 2025-12-04T09:36:31.1392985Z * [new branch] gh/d4l3k/4/head -> origin/gh/d4l3k/4/head 2025-12-04T09:36:31.1393092Z * [new branch] gh/d4l3k/4/orig -> origin/gh/d4l3k/4/orig 2025-12-04T09:36:31.1393210Z * [new branch] gh/d4l3k/5/base -> origin/gh/d4l3k/5/base 2025-12-04T09:36:31.1393317Z * [new branch] gh/d4l3k/5/orig -> origin/gh/d4l3k/5/orig 2025-12-04T09:36:31.1393457Z * [new branch] gh/davidberard98/392/base -> origin/gh/davidberard98/392/base 2025-12-04T09:36:31.1393604Z * [new branch] gh/davidberard98/392/head -> origin/gh/davidberard98/392/head 2025-12-04T09:36:31.1393741Z * [new branch] gh/davidberard98/392/orig -> origin/gh/davidberard98/392/orig 2025-12-04T09:36:31.1393881Z * [new branch] gh/davidberard98/399/base -> origin/gh/davidberard98/399/base 2025-12-04T09:36:31.1394010Z * [new branch] gh/davidberard98/399/head -> origin/gh/davidberard98/399/head 2025-12-04T09:36:31.1394139Z * [new branch] gh/davidberard98/399/orig -> origin/gh/davidberard98/399/orig 2025-12-04T09:36:31.1394273Z * [new branch] gh/desertfire/605/base -> origin/gh/desertfire/605/base 2025-12-04T09:36:31.1394441Z * [new branch] gh/desertfire/605/head -> origin/gh/desertfire/605/head 2025-12-04T09:36:31.1394566Z * [new branch] gh/desertfire/605/orig -> origin/gh/desertfire/605/orig 2025-12-04T09:36:31.1394694Z * [new branch] gh/desertfire/606/base -> origin/gh/desertfire/606/base 2025-12-04T09:36:31.1394853Z * [new branch] gh/desertfire/606/head -> origin/gh/desertfire/606/head 2025-12-04T09:36:31.1395065Z * [new branch] gh/desertfire/606/orig -> origin/gh/desertfire/606/orig 2025-12-04T09:36:31.1395189Z * [new branch] gh/desertfire/607/base -> origin/gh/desertfire/607/base 2025-12-04T09:36:31.1395311Z * [new branch] gh/desertfire/607/head -> origin/gh/desertfire/607/head 2025-12-04T09:36:31.1395441Z * [new branch] gh/desertfire/607/orig -> origin/gh/desertfire/607/orig 2025-12-04T09:36:31.1395564Z * [new branch] gh/desertfire/608/base -> origin/gh/desertfire/608/base 2025-12-04T09:36:31.1395700Z * [new branch] gh/desertfire/608/head -> origin/gh/desertfire/608/head 2025-12-04T09:36:31.1395823Z * [new branch] gh/desertfire/608/orig -> origin/gh/desertfire/608/orig 2025-12-04T09:36:31.1395942Z * [new branch] gh/desertfire/609/base -> origin/gh/desertfire/609/base 2025-12-04T09:36:31.1396074Z * [new branch] gh/desertfire/609/head -> origin/gh/desertfire/609/head 2025-12-04T09:36:31.1396193Z * [new branch] gh/desertfire/609/orig -> origin/gh/desertfire/609/orig 2025-12-04T09:36:31.1396323Z * [new branch] gh/desertfire/610/base -> origin/gh/desertfire/610/base 2025-12-04T09:36:31.1396444Z * [new branch] gh/desertfire/610/head -> origin/gh/desertfire/610/head 2025-12-04T09:36:31.1396564Z * [new branch] gh/desertfire/610/orig -> origin/gh/desertfire/610/orig 2025-12-04T09:36:31.1396693Z * [new branch] gh/desertfire/611/base -> origin/gh/desertfire/611/base 2025-12-04T09:36:31.1396816Z * [new branch] gh/desertfire/611/head -> origin/gh/desertfire/611/head 2025-12-04T09:36:31.1396936Z * [new branch] gh/desertfire/611/orig -> origin/gh/desertfire/611/orig 2025-12-04T09:36:31.1397064Z * [new branch] gh/desertfire/612/base -> origin/gh/desertfire/612/base 2025-12-04T09:36:31.1397185Z * [new branch] gh/desertfire/612/head -> origin/gh/desertfire/612/head 2025-12-04T09:36:31.1397310Z * [new branch] gh/desertfire/612/orig -> origin/gh/desertfire/612/orig 2025-12-04T09:36:31.1397431Z * [new branch] gh/desertfire/613/base -> origin/gh/desertfire/613/base 2025-12-04T09:36:31.1397550Z * [new branch] gh/desertfire/613/head -> origin/gh/desertfire/613/head 2025-12-04T09:36:31.1397677Z * [new branch] gh/desertfire/613/orig -> origin/gh/desertfire/613/orig 2025-12-04T09:36:31.1397799Z * [new branch] gh/desertfire/614/base -> origin/gh/desertfire/614/base 2025-12-04T09:36:31.1397926Z * [new branch] gh/desertfire/614/head -> origin/gh/desertfire/614/head 2025-12-04T09:36:31.1398044Z * [new branch] gh/desertfire/614/orig -> origin/gh/desertfire/614/orig 2025-12-04T09:36:31.1398165Z * [new branch] gh/desertfire/615/base -> origin/gh/desertfire/615/base 2025-12-04T09:36:31.1398299Z * [new branch] gh/desertfire/615/head -> origin/gh/desertfire/615/head 2025-12-04T09:36:31.1398418Z * [new branch] gh/desertfire/615/orig -> origin/gh/desertfire/615/orig 2025-12-04T09:36:31.1398547Z * [new branch] gh/desertfire/616/base -> origin/gh/desertfire/616/base 2025-12-04T09:36:31.1398669Z * [new branch] gh/desertfire/616/head -> origin/gh/desertfire/616/head 2025-12-04T09:36:31.1398849Z * [new branch] gh/desertfire/616/orig -> origin/gh/desertfire/616/orig 2025-12-04T09:36:31.1398982Z * [new branch] gh/desertfire/617/base -> origin/gh/desertfire/617/base 2025-12-04T09:36:31.1399103Z * [new branch] gh/desertfire/617/head -> origin/gh/desertfire/617/head 2025-12-04T09:36:31.1399234Z * [new branch] gh/desertfire/617/orig -> origin/gh/desertfire/617/orig 2025-12-04T09:36:31.1399400Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-12-04T09:36:31.1399517Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-12-04T09:36:31.1399643Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-12-04T09:36:31.1399764Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-12-04T09:36:31.1399881Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-12-04T09:36:31.1400005Z * [new branch] gh/drisspg/182/base -> origin/gh/drisspg/182/base 2025-12-04T09:36:31.1400121Z * [new branch] gh/drisspg/182/head -> origin/gh/drisspg/182/head 2025-12-04T09:36:31.1400242Z * [new branch] gh/drisspg/183/base -> origin/gh/drisspg/183/base 2025-12-04T09:36:31.1400356Z * [new branch] gh/drisspg/183/head -> origin/gh/drisspg/183/head 2025-12-04T09:36:31.1400472Z * [new branch] gh/drisspg/184/base -> origin/gh/drisspg/184/base 2025-12-04T09:36:31.1400592Z * [new branch] gh/drisspg/184/head -> origin/gh/drisspg/184/head 2025-12-04T09:36:31.1400706Z * [new branch] gh/drisspg/185/base -> origin/gh/drisspg/185/base 2025-12-04T09:36:31.1400829Z * [new branch] gh/drisspg/185/head -> origin/gh/drisspg/185/head 2025-12-04T09:36:31.1400967Z * [new branch] gh/drisspg/194/base -> origin/gh/drisspg/194/base 2025-12-04T09:36:31.1401108Z * [new branch] gh/drisspg/194/head -> origin/gh/drisspg/194/head 2025-12-04T09:36:31.1401271Z * [new branch] gh/drisspg/194/orig -> origin/gh/drisspg/194/orig 2025-12-04T09:36:31.1401407Z * [new branch] gh/drisspg/200/base -> origin/gh/drisspg/200/base 2025-12-04T09:36:31.1401576Z * [new branch] gh/drisspg/200/head -> origin/gh/drisspg/200/head 2025-12-04T09:36:31.1401716Z * [new branch] gh/drisspg/200/orig -> origin/gh/drisspg/200/orig 2025-12-04T09:36:31.1401855Z * [new branch] gh/drisspg/218/base -> origin/gh/drisspg/218/base 2025-12-04T09:36:31.1402019Z * [new branch] gh/drisspg/218/head -> origin/gh/drisspg/218/head 2025-12-04T09:36:31.1402155Z * [new branch] gh/drisspg/218/orig -> origin/gh/drisspg/218/orig 2025-12-04T09:36:31.1402291Z * [new branch] gh/drisspg/219/base -> origin/gh/drisspg/219/base 2025-12-04T09:36:31.1402459Z * [new branch] gh/drisspg/219/head -> origin/gh/drisspg/219/head 2025-12-04T09:36:31.1402597Z * [new branch] gh/drisspg/219/orig -> origin/gh/drisspg/219/orig 2025-12-04T09:36:31.1402764Z * [new branch] gh/drisspg/220/base -> origin/gh/drisspg/220/base 2025-12-04T09:36:31.1402903Z * [new branch] gh/drisspg/220/head -> origin/gh/drisspg/220/head 2025-12-04T09:36:31.1403040Z * [new branch] gh/drisspg/220/orig -> origin/gh/drisspg/220/orig 2025-12-04T09:36:31.1403206Z * [new branch] gh/drisspg/221/base -> origin/gh/drisspg/221/base 2025-12-04T09:36:31.1403339Z * [new branch] gh/drisspg/221/head -> origin/gh/drisspg/221/head 2025-12-04T09:36:31.1403501Z * [new branch] gh/drisspg/221/orig -> origin/gh/drisspg/221/orig 2025-12-04T09:36:31.1403641Z * [new branch] gh/drisspg/222/base -> origin/gh/drisspg/222/base 2025-12-04T09:36:31.1403816Z * [new branch] gh/drisspg/222/head -> origin/gh/drisspg/222/head 2025-12-04T09:36:31.1403984Z * [new branch] gh/drisspg/222/orig -> origin/gh/drisspg/222/orig 2025-12-04T09:36:31.1404125Z * [new branch] gh/drisspg/223/base -> origin/gh/drisspg/223/base 2025-12-04T09:36:31.1404266Z * [new branch] gh/drisspg/223/head -> origin/gh/drisspg/223/head 2025-12-04T09:36:31.1404483Z * [new branch] gh/drisspg/223/orig -> origin/gh/drisspg/223/orig 2025-12-04T09:36:31.1404619Z * [new branch] gh/drisspg/224/base -> origin/gh/drisspg/224/base 2025-12-04T09:36:31.1404809Z * [new branch] gh/drisspg/224/head -> origin/gh/drisspg/224/head 2025-12-04T09:36:31.1404947Z * [new branch] gh/drisspg/224/orig -> origin/gh/drisspg/224/orig 2025-12-04T09:36:31.1405090Z * [new branch] gh/drisspg/225/base -> origin/gh/drisspg/225/base 2025-12-04T09:36:31.1405276Z * [new branch] gh/drisspg/225/head -> origin/gh/drisspg/225/head 2025-12-04T09:36:31.1405417Z * [new branch] gh/drisspg/225/orig -> origin/gh/drisspg/225/orig 2025-12-04T09:36:31.1405586Z * [new branch] gh/drisspg/226/base -> origin/gh/drisspg/226/base 2025-12-04T09:36:31.1405731Z * [new branch] gh/drisspg/226/head -> origin/gh/drisspg/226/head 2025-12-04T09:36:31.1405880Z * [new branch] gh/drisspg/226/orig -> origin/gh/drisspg/226/orig 2025-12-04T09:36:31.1406048Z * [new branch] gh/drisspg/227/base -> origin/gh/drisspg/227/base 2025-12-04T09:36:31.1406193Z * [new branch] gh/drisspg/227/head -> origin/gh/drisspg/227/head 2025-12-04T09:36:31.1406365Z * [new branch] gh/drisspg/227/orig -> origin/gh/drisspg/227/orig 2025-12-04T09:36:31.1406509Z * [new branch] gh/drisspg/228/base -> origin/gh/drisspg/228/base 2025-12-04T09:36:31.1406652Z * [new branch] gh/drisspg/228/head -> origin/gh/drisspg/228/head 2025-12-04T09:36:31.1406819Z * [new branch] gh/drisspg/228/orig -> origin/gh/drisspg/228/orig 2025-12-04T09:36:31.1406962Z * [new branch] gh/drisspg/229/base -> origin/gh/drisspg/229/base 2025-12-04T09:36:31.1407108Z * [new branch] gh/drisspg/229/head -> origin/gh/drisspg/229/head 2025-12-04T09:36:31.1407280Z * [new branch] gh/drisspg/229/orig -> origin/gh/drisspg/229/orig 2025-12-04T09:36:31.1407424Z * [new branch] gh/drisspg/230/base -> origin/gh/drisspg/230/base 2025-12-04T09:36:31.1407593Z * [new branch] gh/drisspg/230/head -> origin/gh/drisspg/230/head 2025-12-04T09:36:31.1407735Z * [new branch] gh/drisspg/230/orig -> origin/gh/drisspg/230/orig 2025-12-04T09:36:31.1407886Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-12-04T09:36:31.1408062Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-12-04T09:36:31.1408221Z * [new branch] gh/dzmitry-huba/1/base -> origin/gh/dzmitry-huba/1/base 2025-12-04T09:36:31.1408401Z * [new branch] gh/dzmitry-huba/1/head -> origin/gh/dzmitry-huba/1/head 2025-12-04T09:36:31.1408560Z * [new branch] gh/dzmitry-huba/12/base -> origin/gh/dzmitry-huba/12/base 2025-12-04T09:36:31.1408704Z * [new branch] gh/dzmitry-huba/12/head -> origin/gh/dzmitry-huba/12/head 2025-12-04T09:36:31.1408888Z * [new branch] gh/dzmitry-huba/12/orig -> origin/gh/dzmitry-huba/12/orig 2025-12-04T09:36:31.1409038Z * [new branch] gh/dzmitry-huba/13/base -> origin/gh/dzmitry-huba/13/base 2025-12-04T09:36:31.1409217Z * [new branch] gh/dzmitry-huba/13/head -> origin/gh/dzmitry-huba/13/head 2025-12-04T09:36:31.1409428Z * [new branch] gh/dzmitry-huba/13/orig -> origin/gh/dzmitry-huba/13/orig 2025-12-04T09:36:31.1409577Z * [new branch] gh/dzmitry-huba/14/base -> origin/gh/dzmitry-huba/14/base 2025-12-04T09:36:31.1409758Z * [new branch] gh/dzmitry-huba/14/head -> origin/gh/dzmitry-huba/14/head 2025-12-04T09:36:31.1409907Z * [new branch] gh/dzmitry-huba/14/orig -> origin/gh/dzmitry-huba/14/orig 2025-12-04T09:36:31.1410143Z * [new branch] gh/dzmitry-huba/15/base -> origin/gh/dzmitry-huba/15/base 2025-12-04T09:36:31.1410298Z * [new branch] gh/dzmitry-huba/15/head -> origin/gh/dzmitry-huba/15/head 2025-12-04T09:36:31.1410450Z * [new branch] gh/dzmitry-huba/15/orig -> origin/gh/dzmitry-huba/15/orig 2025-12-04T09:36:31.1410631Z * [new branch] gh/dzmitry-huba/16/base -> origin/gh/dzmitry-huba/16/base 2025-12-04T09:36:31.1410785Z * [new branch] gh/dzmitry-huba/16/head -> origin/gh/dzmitry-huba/16/head 2025-12-04T09:36:31.1410937Z * [new branch] gh/dzmitry-huba/16/orig -> origin/gh/dzmitry-huba/16/orig 2025-12-04T09:36:31.1411116Z * [new branch] gh/dzmitry-huba/17/base -> origin/gh/dzmitry-huba/17/base 2025-12-04T09:36:31.1411269Z * [new branch] gh/dzmitry-huba/17/head -> origin/gh/dzmitry-huba/17/head 2025-12-04T09:36:31.1411459Z * [new branch] gh/dzmitry-huba/17/orig -> origin/gh/dzmitry-huba/17/orig 2025-12-04T09:36:31.1411612Z * [new branch] gh/dzmitry-huba/2/base -> origin/gh/dzmitry-huba/2/base 2025-12-04T09:36:31.1411768Z * [new branch] gh/dzmitry-huba/2/head -> origin/gh/dzmitry-huba/2/head 2025-12-04T09:36:31.1411948Z * [new branch] gh/dzmitry-huba/3/base -> origin/gh/dzmitry-huba/3/base 2025-12-04T09:36:31.1412100Z * [new branch] gh/dzmitry-huba/3/head -> origin/gh/dzmitry-huba/3/head 2025-12-04T09:36:31.1412279Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-12-04T09:36:31.1412430Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-12-04T09:36:31.1412579Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-12-04T09:36:31.1412758Z * [new branch] gh/eellison/822/base -> origin/gh/eellison/822/base 2025-12-04T09:36:31.1412907Z * [new branch] gh/eellison/822/head -> origin/gh/eellison/822/head 2025-12-04T09:36:31.1413084Z * [new branch] gh/eellison/822/orig -> origin/gh/eellison/822/orig 2025-12-04T09:36:31.1413228Z * [new branch] gh/eellison/823/base -> origin/gh/eellison/823/base 2025-12-04T09:36:31.1413375Z * [new branch] gh/eellison/823/head -> origin/gh/eellison/823/head 2025-12-04T09:36:31.1413546Z * [new branch] gh/eellison/823/orig -> origin/gh/eellison/823/orig 2025-12-04T09:36:31.1413691Z * [new branch] gh/eellison/862/base -> origin/gh/eellison/862/base 2025-12-04T09:36:31.1413838Z * [new branch] gh/eellison/862/head -> origin/gh/eellison/862/head 2025-12-04T09:36:31.1414010Z * [new branch] gh/eellison/862/orig -> origin/gh/eellison/862/orig 2025-12-04T09:36:31.1414155Z * [new branch] gh/eellison/863/base -> origin/gh/eellison/863/base 2025-12-04T09:36:31.1414332Z * [new branch] gh/eellison/863/head -> origin/gh/eellison/863/head 2025-12-04T09:36:31.1414475Z * [new branch] gh/eellison/863/orig -> origin/gh/eellison/863/orig 2025-12-04T09:36:31.1414616Z * [new branch] gh/eellison/864/base -> origin/gh/eellison/864/base 2025-12-04T09:36:31.1414813Z * [new branch] gh/eellison/864/head -> origin/gh/eellison/864/head 2025-12-04T09:36:31.1415021Z * [new branch] gh/eellison/864/orig -> origin/gh/eellison/864/orig 2025-12-04T09:36:31.1415193Z * [new branch] gh/eellison/865/base -> origin/gh/eellison/865/base 2025-12-04T09:36:31.1415340Z * [new branch] gh/eellison/865/head -> origin/gh/eellison/865/head 2025-12-04T09:36:31.1415487Z * [new branch] gh/eellison/865/orig -> origin/gh/eellison/865/orig 2025-12-04T09:36:31.1415730Z * [new branch] gh/eellison/866/base -> origin/gh/eellison/866/base 2025-12-04T09:36:31.1415872Z * [new branch] gh/eellison/866/head -> origin/gh/eellison/866/head 2025-12-04T09:36:31.1416047Z * [new branch] gh/eellison/866/orig -> origin/gh/eellison/866/orig 2025-12-04T09:36:31.1416188Z * [new branch] gh/eellison/867/base -> origin/gh/eellison/867/base 2025-12-04T09:36:31.1416363Z * [new branch] gh/eellison/867/head -> origin/gh/eellison/867/head 2025-12-04T09:36:31.1416529Z * [new branch] gh/eellison/867/orig -> origin/gh/eellison/867/orig 2025-12-04T09:36:31.1416666Z * [new branch] gh/eellison/868/base -> origin/gh/eellison/868/base 2025-12-04T09:36:31.1416804Z * [new branch] gh/eellison/868/head -> origin/gh/eellison/868/head 2025-12-04T09:36:31.1416972Z * [new branch] gh/eellison/868/orig -> origin/gh/eellison/868/orig 2025-12-04T09:36:31.1417114Z * [new branch] gh/eellison/869/base -> origin/gh/eellison/869/base 2025-12-04T09:36:31.1417281Z * [new branch] gh/eellison/869/head -> origin/gh/eellison/869/head 2025-12-04T09:36:31.1417419Z * [new branch] gh/eellison/869/orig -> origin/gh/eellison/869/orig 2025-12-04T09:36:31.1417555Z * [new branch] gh/eellison/870/base -> origin/gh/eellison/870/base 2025-12-04T09:36:31.1417722Z * [new branch] gh/eellison/870/head -> origin/gh/eellison/870/head 2025-12-04T09:36:31.1417858Z * [new branch] gh/eellison/870/orig -> origin/gh/eellison/870/orig 2025-12-04T09:36:31.1418022Z * [new branch] gh/eellison/871/base -> origin/gh/eellison/871/base 2025-12-04T09:36:31.1418157Z * [new branch] gh/eellison/871/head -> origin/gh/eellison/871/head 2025-12-04T09:36:31.1418293Z * [new branch] gh/eellison/871/orig -> origin/gh/eellison/871/orig 2025-12-04T09:36:31.1418477Z * [new branch] gh/eellison/872/base -> origin/gh/eellison/872/base 2025-12-04T09:36:31.1418616Z * [new branch] gh/eellison/872/head -> origin/gh/eellison/872/head 2025-12-04T09:36:31.1418779Z * [new branch] gh/eellison/872/orig -> origin/gh/eellison/872/orig 2025-12-04T09:36:31.1418916Z * [new branch] gh/eellison/873/base -> origin/gh/eellison/873/base 2025-12-04T09:36:31.1419052Z * [new branch] gh/eellison/873/head -> origin/gh/eellison/873/head 2025-12-04T09:36:31.1419217Z * [new branch] gh/eellison/873/orig -> origin/gh/eellison/873/orig 2025-12-04T09:36:31.1419356Z * [new branch] gh/eellison/874/base -> origin/gh/eellison/874/base 2025-12-04T09:36:31.1419492Z * [new branch] gh/eellison/874/head -> origin/gh/eellison/874/head 2025-12-04T09:36:31.1419654Z * [new branch] gh/eellison/874/orig -> origin/gh/eellison/874/orig 2025-12-04T09:36:31.1419793Z * [new branch] gh/eellison/875/base -> origin/gh/eellison/875/base 2025-12-04T09:36:31.1419965Z * [new branch] gh/eellison/875/head -> origin/gh/eellison/875/head 2025-12-04T09:36:31.1420102Z * [new branch] gh/eellison/875/orig -> origin/gh/eellison/875/orig 2025-12-04T09:36:31.1420232Z * [new branch] gh/eellison/876/base -> origin/gh/eellison/876/base 2025-12-04T09:36:31.1420440Z * [new branch] gh/eellison/876/head -> origin/gh/eellison/876/head 2025-12-04T09:36:31.1420578Z * [new branch] gh/eellison/876/orig -> origin/gh/eellison/876/orig 2025-12-04T09:36:31.1420731Z * [new branch] gh/eellison/877/base -> origin/gh/eellison/877/base 2025-12-04T09:36:31.1420847Z * [new branch] gh/eellison/877/head -> origin/gh/eellison/877/head 2025-12-04T09:36:31.1421022Z * [new branch] gh/eellison/877/orig -> origin/gh/eellison/877/orig 2025-12-04T09:36:31.1421166Z * [new branch] gh/eellison/878/base -> origin/gh/eellison/878/base 2025-12-04T09:36:31.1421284Z * [new branch] gh/eellison/878/head -> origin/gh/eellison/878/head 2025-12-04T09:36:31.1421428Z * [new branch] gh/eellison/878/orig -> origin/gh/eellison/878/orig 2025-12-04T09:36:31.1421566Z * [new branch] gh/eellison/879/base -> origin/gh/eellison/879/base 2025-12-04T09:36:31.1421685Z * [new branch] gh/eellison/879/head -> origin/gh/eellison/879/head 2025-12-04T09:36:31.1421809Z * [new branch] gh/eellison/879/orig -> origin/gh/eellison/879/orig 2025-12-04T09:36:31.1421941Z * [new branch] gh/eellison/880/base -> origin/gh/eellison/880/base 2025-12-04T09:36:31.1422070Z * [new branch] gh/eellison/880/head -> origin/gh/eellison/880/head 2025-12-04T09:36:31.1422238Z * [new branch] gh/eellison/880/orig -> origin/gh/eellison/880/orig 2025-12-04T09:36:31.1422368Z * [new branch] gh/eellison/881/base -> origin/gh/eellison/881/base 2025-12-04T09:36:31.1422503Z * [new branch] gh/eellison/881/head -> origin/gh/eellison/881/head 2025-12-04T09:36:31.1422633Z * [new branch] gh/eellison/881/orig -> origin/gh/eellison/881/orig 2025-12-04T09:36:31.1422762Z * [new branch] gh/eellison/882/base -> origin/gh/eellison/882/base 2025-12-04T09:36:31.1422901Z * [new branch] gh/eellison/882/head -> origin/gh/eellison/882/head 2025-12-04T09:36:31.1423029Z * [new branch] gh/eellison/882/orig -> origin/gh/eellison/882/orig 2025-12-04T09:36:31.1423156Z * [new branch] gh/eellison/883/base -> origin/gh/eellison/883/base 2025-12-04T09:36:31.1423276Z * [new branch] gh/eellison/883/head -> origin/gh/eellison/883/head 2025-12-04T09:36:31.1423395Z * [new branch] gh/eellison/883/orig -> origin/gh/eellison/883/orig 2025-12-04T09:36:31.1423518Z * [new branch] gh/eellison/884/base -> origin/gh/eellison/884/base 2025-12-04T09:36:31.1423636Z * [new branch] gh/eellison/884/head -> origin/gh/eellison/884/head 2025-12-04T09:36:31.1423776Z * [new branch] gh/eellison/884/orig -> origin/gh/eellison/884/orig 2025-12-04T09:36:31.1423922Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-12-04T09:36:31.1424058Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-12-04T09:36:31.1424207Z * [new branch] gh/etaf/154/base -> origin/gh/etaf/154/base 2025-12-04T09:36:31.1424326Z * [new branch] gh/etaf/154/head -> origin/gh/etaf/154/head 2025-12-04T09:36:31.1424445Z * [new branch] gh/etaf/154/orig -> origin/gh/etaf/154/orig 2025-12-04T09:36:31.1424594Z * [new branch] gh/etaf/156/base -> origin/gh/etaf/156/base 2025-12-04T09:36:31.1424702Z * [new branch] gh/etaf/156/head -> origin/gh/etaf/156/head 2025-12-04T09:36:31.1424859Z * [new branch] gh/etaf/156/orig -> origin/gh/etaf/156/orig 2025-12-04T09:36:31.1424980Z * [new branch] gh/etaf/157/base -> origin/gh/etaf/157/base 2025-12-04T09:36:31.1425132Z * [new branch] gh/etaf/157/head -> origin/gh/etaf/157/head 2025-12-04T09:36:31.1425333Z * [new branch] gh/etaf/157/orig -> origin/gh/etaf/157/orig 2025-12-04T09:36:31.1425465Z * [new branch] gh/etaf/158/base -> origin/gh/etaf/158/base 2025-12-04T09:36:31.1425601Z * [new branch] gh/etaf/158/head -> origin/gh/etaf/158/head 2025-12-04T09:36:31.1425722Z * [new branch] gh/etaf/158/orig -> origin/gh/etaf/158/orig 2025-12-04T09:36:31.1425901Z * [new branch] gh/etaf/159/base -> origin/gh/etaf/159/base 2025-12-04T09:36:31.1426050Z * [new branch] gh/etaf/159/head -> origin/gh/etaf/159/head 2025-12-04T09:36:31.1426175Z * [new branch] gh/etaf/159/orig -> origin/gh/etaf/159/orig 2025-12-04T09:36:31.1426305Z * [new branch] gh/etaf/160/base -> origin/gh/etaf/160/base 2025-12-04T09:36:31.1426452Z * [new branch] gh/etaf/160/head -> origin/gh/etaf/160/head 2025-12-04T09:36:31.1426580Z * [new branch] gh/etaf/160/orig -> origin/gh/etaf/160/orig 2025-12-04T09:36:31.1426738Z * [new branch] gh/etaf/161/base -> origin/gh/etaf/161/base 2025-12-04T09:36:31.1426855Z * [new branch] gh/etaf/161/head -> origin/gh/etaf/161/head 2025-12-04T09:36:31.1426983Z * [new branch] gh/etaf/161/orig -> origin/gh/etaf/161/orig 2025-12-04T09:36:31.1427133Z * [new branch] gh/etaf/166/base -> origin/gh/etaf/166/base 2025-12-04T09:36:31.1427263Z * [new branch] gh/etaf/166/head -> origin/gh/etaf/166/head 2025-12-04T09:36:31.1427410Z * [new branch] gh/etaf/166/orig -> origin/gh/etaf/166/orig 2025-12-04T09:36:31.1427536Z * [new branch] gh/etaf/167/base -> origin/gh/etaf/167/base 2025-12-04T09:36:31.1427662Z * [new branch] gh/etaf/167/head -> origin/gh/etaf/167/head 2025-12-04T09:36:31.1427819Z * [new branch] gh/etaf/167/orig -> origin/gh/etaf/167/orig 2025-12-04T09:36:31.1427938Z * [new branch] gh/etaf/168/base -> origin/gh/etaf/168/base 2025-12-04T09:36:31.1428046Z * [new branch] gh/etaf/168/head -> origin/gh/etaf/168/head 2025-12-04T09:36:31.1428183Z * [new branch] gh/etaf/168/orig -> origin/gh/etaf/168/orig 2025-12-04T09:36:31.1428312Z * [new branch] gh/etaf/172/base -> origin/gh/etaf/172/base 2025-12-04T09:36:31.1428470Z * [new branch] gh/etaf/172/head -> origin/gh/etaf/172/head 2025-12-04T09:36:31.1428585Z * [new branch] gh/etaf/172/orig -> origin/gh/etaf/172/orig 2025-12-04T09:36:31.1428704Z * [new branch] gh/etaf/173/base -> origin/gh/etaf/173/base 2025-12-04T09:36:31.1428856Z * [new branch] gh/etaf/173/head -> origin/gh/etaf/173/head 2025-12-04T09:36:31.1428983Z * [new branch] gh/etaf/173/orig -> origin/gh/etaf/173/orig 2025-12-04T09:36:31.1429126Z * [new branch] gh/etaf/174/base -> origin/gh/etaf/174/base 2025-12-04T09:36:31.1429254Z * [new branch] gh/etaf/174/head -> origin/gh/etaf/174/head 2025-12-04T09:36:31.1429372Z * [new branch] gh/etaf/175/base -> origin/gh/etaf/175/base 2025-12-04T09:36:31.1429511Z * [new branch] gh/etaf/175/head -> origin/gh/etaf/175/head 2025-12-04T09:36:31.1429641Z * [new branch] gh/etaf/175/orig -> origin/gh/etaf/175/orig 2025-12-04T09:36:31.1429757Z * [new branch] gh/etaf/176/base -> origin/gh/etaf/176/base 2025-12-04T09:36:31.1429913Z * [new branch] gh/etaf/176/head -> origin/gh/etaf/176/head 2025-12-04T09:36:31.1430020Z * [new branch] gh/etaf/176/orig -> origin/gh/etaf/176/orig 2025-12-04T09:36:31.1430216Z * [new branch] gh/etaf/177/base -> origin/gh/etaf/177/base 2025-12-04T09:36:31.1430335Z * [new branch] gh/etaf/177/head -> origin/gh/etaf/177/head 2025-12-04T09:36:31.1430452Z * [new branch] gh/etaf/177/orig -> origin/gh/etaf/177/orig 2025-12-04T09:36:31.1430606Z * [new branch] gh/etaf/178/base -> origin/gh/etaf/178/base 2025-12-04T09:36:31.1430773Z * [new branch] gh/etaf/178/head -> origin/gh/etaf/178/head 2025-12-04T09:36:31.1430927Z * [new branch] gh/etaf/178/orig -> origin/gh/etaf/178/orig 2025-12-04T09:36:31.1431046Z * [new branch] gh/etaf/179/base -> origin/gh/etaf/179/base 2025-12-04T09:36:31.1431174Z * [new branch] gh/etaf/179/head -> origin/gh/etaf/179/head 2025-12-04T09:36:31.1431333Z * [new branch] gh/etaf/179/orig -> origin/gh/etaf/179/orig 2025-12-04T09:36:31.1431456Z * [new branch] gh/etaf/180/base -> origin/gh/etaf/180/base 2025-12-04T09:36:31.1431610Z * [new branch] gh/etaf/180/head -> origin/gh/etaf/180/head 2025-12-04T09:36:31.1431719Z * [new branch] gh/etaf/180/orig -> origin/gh/etaf/180/orig 2025-12-04T09:36:31.1431851Z * [new branch] gh/exclamaforte/1/base -> origin/gh/exclamaforte/1/base 2025-12-04T09:36:31.1432044Z * [new branch] gh/exclamaforte/1/head -> origin/gh/exclamaforte/1/head 2025-12-04T09:36:31.1432199Z * [new branch] gh/exclamaforte/2/base -> origin/gh/exclamaforte/2/base 2025-12-04T09:36:31.1432339Z * [new branch] gh/exclamaforte/2/head -> origin/gh/exclamaforte/2/head 2025-12-04T09:36:31.1432508Z * [new branch] gh/exclamaforte/3/base -> origin/gh/exclamaforte/3/base 2025-12-04T09:36:31.1432651Z * [new branch] gh/exclamaforte/3/head -> origin/gh/exclamaforte/3/head 2025-12-04T09:36:31.1434357Z * [new branch] gh/exclamaforte/4/base -> origin/gh/exclamaforte/4/base 2025-12-04T09:36:31.1434505Z * [new branch] gh/exclamaforte/4/head -> origin/gh/exclamaforte/4/head 2025-12-04T09:36:31.1434644Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-12-04T09:36:31.1434844Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-12-04T09:36:31.1434989Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-12-04T09:36:31.1435155Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-12-04T09:36:31.1435292Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-12-04T09:36:31.1435426Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-12-04T09:36:31.1435608Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-12-04T09:36:31.1435748Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-12-04T09:36:31.1435911Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-12-04T09:36:31.1436047Z * [new branch] gh/ezyang/3131/base -> origin/gh/ezyang/3131/base 2025-12-04T09:36:31.1436185Z * [new branch] gh/ezyang/3131/head -> origin/gh/ezyang/3131/head 2025-12-04T09:36:31.1436339Z * [new branch] gh/ezyang/3131/orig -> origin/gh/ezyang/3131/orig 2025-12-04T09:36:31.1436473Z * [new branch] gh/ezyang/3139/base -> origin/gh/ezyang/3139/base 2025-12-04T09:36:31.1436617Z * [new branch] gh/ezyang/3139/head -> origin/gh/ezyang/3139/head 2025-12-04T09:36:31.1436755Z * [new branch] gh/ezyang/3139/orig -> origin/gh/ezyang/3139/orig 2025-12-04T09:36:31.1436957Z * [new branch] gh/ezyang/3140/base -> origin/gh/ezyang/3140/base 2025-12-04T09:36:31.1437124Z * [new branch] gh/ezyang/3140/head -> origin/gh/ezyang/3140/head 2025-12-04T09:36:31.1437259Z * [new branch] gh/ezyang/3140/orig -> origin/gh/ezyang/3140/orig 2025-12-04T09:36:31.1437389Z * [new branch] gh/ezyang/3143/base -> origin/gh/ezyang/3143/base 2025-12-04T09:36:31.1437609Z * [new branch] gh/ezyang/3143/head -> origin/gh/ezyang/3143/head 2025-12-04T09:36:31.1437746Z * [new branch] gh/ezyang/3143/orig -> origin/gh/ezyang/3143/orig 2025-12-04T09:36:31.1437906Z * [new branch] gh/ezyang/3144/base -> origin/gh/ezyang/3144/base 2025-12-04T09:36:31.1438042Z * [new branch] gh/ezyang/3144/head -> origin/gh/ezyang/3144/head 2025-12-04T09:36:31.1438182Z * [new branch] gh/ezyang/3144/orig -> origin/gh/ezyang/3144/orig 2025-12-04T09:36:31.1438319Z * [new branch] gh/ezyang/3167/base -> origin/gh/ezyang/3167/base 2025-12-04T09:36:31.1438434Z * [new branch] gh/ezyang/3167/head -> origin/gh/ezyang/3167/head 2025-12-04T09:36:31.1438558Z * [new branch] gh/ezyang/3167/orig -> origin/gh/ezyang/3167/orig 2025-12-04T09:36:31.1438672Z * [new branch] gh/ezyang/3173/base -> origin/gh/ezyang/3173/base 2025-12-04T09:36:31.1438789Z * [new branch] gh/ezyang/3173/head -> origin/gh/ezyang/3173/head 2025-12-04T09:36:31.1438911Z * [new branch] gh/ezyang/3173/orig -> origin/gh/ezyang/3173/orig 2025-12-04T09:36:31.1439025Z * [new branch] gh/ezyang/3175/base -> origin/gh/ezyang/3175/base 2025-12-04T09:36:31.1439156Z * [new branch] gh/ezyang/3175/head -> origin/gh/ezyang/3175/head 2025-12-04T09:36:31.1439290Z * [new branch] gh/ezyang/3175/orig -> origin/gh/ezyang/3175/orig 2025-12-04T09:36:31.1439407Z * [new branch] gh/ezyang/3182/base -> origin/gh/ezyang/3182/base 2025-12-04T09:36:31.1439528Z * [new branch] gh/ezyang/3182/head -> origin/gh/ezyang/3182/head 2025-12-04T09:36:31.1439642Z * [new branch] gh/ezyang/3182/orig -> origin/gh/ezyang/3182/orig 2025-12-04T09:36:31.1439767Z * [new branch] gh/ezyang/3185/base -> origin/gh/ezyang/3185/base 2025-12-04T09:36:31.1439930Z * [new branch] gh/ezyang/3185/head -> origin/gh/ezyang/3185/head 2025-12-04T09:36:31.1440062Z * [new branch] gh/ezyang/3185/orig -> origin/gh/ezyang/3185/orig 2025-12-04T09:36:31.1440224Z * [new branch] gh/ezyang/3189/base -> origin/gh/ezyang/3189/base 2025-12-04T09:36:31.1440359Z * [new branch] gh/ezyang/3189/head -> origin/gh/ezyang/3189/head 2025-12-04T09:36:31.1440490Z * [new branch] gh/ezyang/3189/orig -> origin/gh/ezyang/3189/orig 2025-12-04T09:36:31.1440657Z * [new branch] gh/ezyang/3191/base -> origin/gh/ezyang/3191/base 2025-12-04T09:36:31.1440789Z * [new branch] gh/ezyang/3191/head -> origin/gh/ezyang/3191/head 2025-12-04T09:36:31.1440950Z * [new branch] gh/ezyang/3191/orig -> origin/gh/ezyang/3191/orig 2025-12-04T09:36:31.1441087Z * [new branch] gh/ezyang/3192/base -> origin/gh/ezyang/3192/base 2025-12-04T09:36:31.1441223Z * [new branch] gh/ezyang/3192/head -> origin/gh/ezyang/3192/head 2025-12-04T09:36:31.1441367Z * [new branch] gh/ezyang/3192/orig -> origin/gh/ezyang/3192/orig 2025-12-04T09:36:31.1441494Z * [new branch] gh/ezyang/3193/base -> origin/gh/ezyang/3193/base 2025-12-04T09:36:31.1441654Z * [new branch] gh/ezyang/3193/head -> origin/gh/ezyang/3193/head 2025-12-04T09:36:31.1441786Z * [new branch] gh/ezyang/3193/orig -> origin/gh/ezyang/3193/orig 2025-12-04T09:36:31.1441961Z * [new branch] gh/ezyang/3194/base -> origin/gh/ezyang/3194/base 2025-12-04T09:36:31.1442117Z * [new branch] gh/ezyang/3194/head -> origin/gh/ezyang/3194/head 2025-12-04T09:36:31.1442241Z * [new branch] gh/ezyang/3194/orig -> origin/gh/ezyang/3194/orig 2025-12-04T09:36:31.1442354Z * [new branch] gh/ezyang/3195/base -> origin/gh/ezyang/3195/base 2025-12-04T09:36:31.1442521Z * [new branch] gh/ezyang/3195/head -> origin/gh/ezyang/3195/head 2025-12-04T09:36:31.1442636Z * [new branch] gh/ezyang/3195/orig -> origin/gh/ezyang/3195/orig 2025-12-04T09:36:31.1442755Z * [new branch] gh/ezyang/3196/base -> origin/gh/ezyang/3196/base 2025-12-04T09:36:31.1442868Z * [new branch] gh/ezyang/3196/head -> origin/gh/ezyang/3196/head 2025-12-04T09:36:31.1442980Z * [new branch] gh/ezyang/3196/orig -> origin/gh/ezyang/3196/orig 2025-12-04T09:36:31.1443103Z * [new branch] gh/ezyang/3197/base -> origin/gh/ezyang/3197/base 2025-12-04T09:36:31.1443216Z * [new branch] gh/ezyang/3197/head -> origin/gh/ezyang/3197/head 2025-12-04T09:36:31.1443335Z * [new branch] gh/ezyang/3197/orig -> origin/gh/ezyang/3197/orig 2025-12-04T09:36:31.1443458Z * [new branch] gh/ezyang/3198/base -> origin/gh/ezyang/3198/base 2025-12-04T09:36:31.1443569Z * [new branch] gh/ezyang/3198/head -> origin/gh/ezyang/3198/head 2025-12-04T09:36:31.1443688Z * [new branch] gh/ezyang/3198/orig -> origin/gh/ezyang/3198/orig 2025-12-04T09:36:31.1443800Z * [new branch] gh/ezyang/3199/base -> origin/gh/ezyang/3199/base 2025-12-04T09:36:31.1443919Z * [new branch] gh/ezyang/3199/head -> origin/gh/ezyang/3199/head 2025-12-04T09:36:31.1444053Z * [new branch] gh/ezyang/3199/orig -> origin/gh/ezyang/3199/orig 2025-12-04T09:36:31.1444192Z * [new branch] gh/ezyang/3200/base -> origin/gh/ezyang/3200/base 2025-12-04T09:36:31.1444353Z * [new branch] gh/ezyang/3200/head -> origin/gh/ezyang/3200/head 2025-12-04T09:36:31.1444489Z * [new branch] gh/ezyang/3200/orig -> origin/gh/ezyang/3200/orig 2025-12-04T09:36:31.1444627Z * [new branch] gh/ezyang/3201/base -> origin/gh/ezyang/3201/base 2025-12-04T09:36:31.1444803Z * [new branch] gh/ezyang/3201/head -> origin/gh/ezyang/3201/head 2025-12-04T09:36:31.1444938Z * [new branch] gh/ezyang/3201/orig -> origin/gh/ezyang/3201/orig 2025-12-04T09:36:31.1445098Z * [new branch] gh/ezyang/3202/base -> origin/gh/ezyang/3202/base 2025-12-04T09:36:31.1445232Z * [new branch] gh/ezyang/3202/head -> origin/gh/ezyang/3202/head 2025-12-04T09:36:31.1445368Z * [new branch] gh/ezyang/3202/orig -> origin/gh/ezyang/3202/orig 2025-12-04T09:36:31.1445534Z * [new branch] gh/ezyang/3203/base -> origin/gh/ezyang/3203/base 2025-12-04T09:36:31.1445666Z * [new branch] gh/ezyang/3203/head -> origin/gh/ezyang/3203/head 2025-12-04T09:36:31.1445833Z * [new branch] gh/ezyang/3203/orig -> origin/gh/ezyang/3203/orig 2025-12-04T09:36:31.1445968Z * [new branch] gh/ezyang/3204/base -> origin/gh/ezyang/3204/base 2025-12-04T09:36:31.1446100Z * [new branch] gh/ezyang/3204/head -> origin/gh/ezyang/3204/head 2025-12-04T09:36:31.1446260Z * [new branch] gh/ezyang/3204/orig -> origin/gh/ezyang/3204/orig 2025-12-04T09:36:31.1446392Z * [new branch] gh/ezyang/3205/base -> origin/gh/ezyang/3205/base 2025-12-04T09:36:31.1446552Z * [new branch] gh/ezyang/3205/head -> origin/gh/ezyang/3205/head 2025-12-04T09:36:31.1446738Z * [new branch] gh/ezyang/3205/orig -> origin/gh/ezyang/3205/orig 2025-12-04T09:36:31.1446874Z * [new branch] gh/ezyang/3206/base -> origin/gh/ezyang/3206/base 2025-12-04T09:36:31.1447035Z * [new branch] gh/ezyang/3206/head -> origin/gh/ezyang/3206/head 2025-12-04T09:36:31.1447168Z * [new branch] gh/ezyang/3206/orig -> origin/gh/ezyang/3206/orig 2025-12-04T09:36:31.1447348Z * [new branch] gh/ezyang/3207/base -> origin/gh/ezyang/3207/base 2025-12-04T09:36:31.1447509Z * [new branch] gh/ezyang/3207/head -> origin/gh/ezyang/3207/head 2025-12-04T09:36:31.1447646Z * [new branch] gh/ezyang/3207/orig -> origin/gh/ezyang/3207/orig 2025-12-04T09:36:31.1447768Z * [new branch] gh/ezyang/3208/base -> origin/gh/ezyang/3208/base 2025-12-04T09:36:31.1447883Z * [new branch] gh/ezyang/3208/head -> origin/gh/ezyang/3208/head 2025-12-04T09:36:31.1447999Z * [new branch] gh/ezyang/3208/orig -> origin/gh/ezyang/3208/orig 2025-12-04T09:36:31.1448121Z * [new branch] gh/ezyang/3209/base -> origin/gh/ezyang/3209/base 2025-12-04T09:36:31.1448237Z * [new branch] gh/ezyang/3209/head -> origin/gh/ezyang/3209/head 2025-12-04T09:36:31.1448359Z * [new branch] gh/ezyang/3209/orig -> origin/gh/ezyang/3209/orig 2025-12-04T09:36:31.1448481Z * [new branch] gh/fadara01/3/base -> origin/gh/fadara01/3/base 2025-12-04T09:36:31.1448598Z * [new branch] gh/fadara01/3/head -> origin/gh/fadara01/3/head 2025-12-04T09:36:31.1448760Z * [new branch] gh/fadara01/3/orig -> origin/gh/fadara01/3/orig 2025-12-04T09:36:31.1448888Z * [new branch] gh/fadara01/5/base -> origin/gh/fadara01/5/base 2025-12-04T09:36:31.1449022Z * [new branch] gh/fadara01/5/head -> origin/gh/fadara01/5/head 2025-12-04T09:36:31.1449186Z * [new branch] gh/fadara01/5/orig -> origin/gh/fadara01/5/orig 2025-12-04T09:36:31.1449313Z * [new branch] gh/fadara01/6/base -> origin/gh/fadara01/6/base 2025-12-04T09:36:31.1449436Z * [new branch] gh/fadara01/6/head -> origin/gh/fadara01/6/head 2025-12-04T09:36:31.1449554Z * [new branch] gh/fadara01/6/orig -> origin/gh/fadara01/6/orig 2025-12-04T09:36:31.1449676Z * [new branch] gh/fadara01/7/base -> origin/gh/fadara01/7/base 2025-12-04T09:36:31.1449803Z * [new branch] gh/fadara01/7/head -> origin/gh/fadara01/7/head 2025-12-04T09:36:31.1449920Z * [new branch] gh/fadara01/7/orig -> origin/gh/fadara01/7/orig 2025-12-04T09:36:31.1450044Z * [new branch] gh/fadara01/8/base -> origin/gh/fadara01/8/base 2025-12-04T09:36:31.1450162Z * [new branch] gh/fadara01/8/head -> origin/gh/fadara01/8/head 2025-12-04T09:36:31.1450281Z * [new branch] gh/fadara01/8/orig -> origin/gh/fadara01/8/orig 2025-12-04T09:36:31.1450410Z * [new branch] gh/fadara01/9/base -> origin/gh/fadara01/9/base 2025-12-04T09:36:31.1450527Z * [new branch] gh/fadara01/9/head -> origin/gh/fadara01/9/head 2025-12-04T09:36:31.1450652Z * [new branch] gh/fadara01/9/orig -> origin/gh/fadara01/9/orig 2025-12-04T09:36:31.1450774Z * [new branch] gh/fduwjj/182/base -> origin/gh/fduwjj/182/base 2025-12-04T09:36:31.1450891Z * [new branch] gh/fduwjj/182/head -> origin/gh/fduwjj/182/head 2025-12-04T09:36:31.1451016Z * [new branch] gh/fduwjj/182/orig -> origin/gh/fduwjj/182/orig 2025-12-04T09:36:31.1451135Z * [new branch] gh/fduwjj/211/base -> origin/gh/fduwjj/211/base 2025-12-04T09:36:31.1451300Z * [new branch] gh/fduwjj/211/head -> origin/gh/fduwjj/211/head 2025-12-04T09:36:31.1451428Z * [new branch] gh/fduwjj/211/orig -> origin/gh/fduwjj/211/orig 2025-12-04T09:36:31.1451546Z * [new branch] gh/fduwjj/212/base -> origin/gh/fduwjj/212/base 2025-12-04T09:36:31.1451671Z * [new branch] gh/fduwjj/212/head -> origin/gh/fduwjj/212/head 2025-12-04T09:36:31.1451834Z * [new branch] gh/fduwjj/212/orig -> origin/gh/fduwjj/212/orig 2025-12-04T09:36:31.1451956Z * [new branch] gh/fduwjj/213/base -> origin/gh/fduwjj/213/base 2025-12-04T09:36:31.1452099Z * [new branch] gh/fduwjj/213/head -> origin/gh/fduwjj/213/head 2025-12-04T09:36:31.1452219Z * [new branch] gh/fduwjj/213/orig -> origin/gh/fduwjj/213/orig 2025-12-04T09:36:31.1452346Z * [new branch] gh/fduwjj/226/base -> origin/gh/fduwjj/226/base 2025-12-04T09:36:31.1452470Z * [new branch] gh/fduwjj/226/head -> origin/gh/fduwjj/226/head 2025-12-04T09:36:31.1452591Z * [new branch] gh/fduwjj/226/orig -> origin/gh/fduwjj/226/orig 2025-12-04T09:36:31.1452719Z * [new branch] gh/fduwjj/229/base -> origin/gh/fduwjj/229/base 2025-12-04T09:36:31.1452839Z * [new branch] gh/fduwjj/229/head -> origin/gh/fduwjj/229/head 2025-12-04T09:36:31.1452967Z * [new branch] gh/fduwjj/229/orig -> origin/gh/fduwjj/229/orig 2025-12-04T09:36:31.1453086Z * [new branch] gh/fduwjj/233/base -> origin/gh/fduwjj/233/base 2025-12-04T09:36:31.1453205Z * [new branch] gh/fduwjj/233/head -> origin/gh/fduwjj/233/head 2025-12-04T09:36:31.1453333Z * [new branch] gh/fduwjj/233/orig -> origin/gh/fduwjj/233/orig 2025-12-04T09:36:31.1453452Z * [new branch] gh/fduwjj/234/base -> origin/gh/fduwjj/234/base 2025-12-04T09:36:31.1453575Z * [new branch] gh/fduwjj/234/head -> origin/gh/fduwjj/234/head 2025-12-04T09:36:31.1453703Z * [new branch] gh/fduwjj/234/orig -> origin/gh/fduwjj/234/orig 2025-12-04T09:36:31.1453822Z * [new branch] gh/fduwjj/235/base -> origin/gh/fduwjj/235/base 2025-12-04T09:36:31.1453948Z * [new branch] gh/fduwjj/235/head -> origin/gh/fduwjj/235/head 2025-12-04T09:36:31.1454069Z * [new branch] gh/fduwjj/235/orig -> origin/gh/fduwjj/235/orig 2025-12-04T09:36:31.1454191Z * [new branch] gh/fduwjj/236/base -> origin/gh/fduwjj/236/base 2025-12-04T09:36:31.1454320Z * [new branch] gh/fduwjj/236/head -> origin/gh/fduwjj/236/head 2025-12-04T09:36:31.1454440Z * [new branch] gh/fduwjj/236/orig -> origin/gh/fduwjj/236/orig 2025-12-04T09:36:31.1454567Z * [new branch] gh/fduwjj/237/base -> origin/gh/fduwjj/237/base 2025-12-04T09:36:31.1454690Z * [new branch] gh/fduwjj/237/head -> origin/gh/fduwjj/237/head 2025-12-04T09:36:31.1454833Z * [new branch] gh/fduwjj/237/orig -> origin/gh/fduwjj/237/orig 2025-12-04T09:36:31.1454964Z * [new branch] gh/fduwjj/238/base -> origin/gh/fduwjj/238/base 2025-12-04T09:36:31.1455083Z * [new branch] gh/fduwjj/238/head -> origin/gh/fduwjj/238/head 2025-12-04T09:36:31.1455215Z * [new branch] gh/fduwjj/238/orig -> origin/gh/fduwjj/238/orig 2025-12-04T09:36:31.1455333Z * [new branch] gh/fduwjj/239/base -> origin/gh/fduwjj/239/base 2025-12-04T09:36:31.1455452Z * [new branch] gh/fduwjj/239/head -> origin/gh/fduwjj/239/head 2025-12-04T09:36:31.1455580Z * [new branch] gh/fduwjj/239/orig -> origin/gh/fduwjj/239/orig 2025-12-04T09:36:31.1455703Z * [new branch] gh/fegin/332/base -> origin/gh/fegin/332/base 2025-12-04T09:36:31.1455903Z * [new branch] gh/fegin/332/head -> origin/gh/fegin/332/head 2025-12-04T09:36:31.1456030Z * [new branch] gh/fegin/332/orig -> origin/gh/fegin/332/orig 2025-12-04T09:36:31.1456147Z * [new branch] gh/fegin/333/base -> origin/gh/fegin/333/base 2025-12-04T09:36:31.1456273Z * [new branch] gh/fegin/333/head -> origin/gh/fegin/333/head 2025-12-04T09:36:31.1456445Z * [new branch] gh/fegin/333/orig -> origin/gh/fegin/333/orig 2025-12-04T09:36:31.1456562Z * [new branch] gh/fegin/334/base -> origin/gh/fegin/334/base 2025-12-04T09:36:31.1456687Z * [new branch] gh/fegin/334/head -> origin/gh/fegin/334/head 2025-12-04T09:36:31.1456802Z * [new branch] gh/fegin/334/orig -> origin/gh/fegin/334/orig 2025-12-04T09:36:31.1456928Z * [new branch] gh/fegin/335/base -> origin/gh/fegin/335/base 2025-12-04T09:36:31.1457047Z * [new branch] gh/fegin/335/head -> origin/gh/fegin/335/head 2025-12-04T09:36:31.1457166Z * [new branch] gh/fegin/335/orig -> origin/gh/fegin/335/orig 2025-12-04T09:36:31.1457298Z * [new branch] gh/fffrog/160/base -> origin/gh/fffrog/160/base 2025-12-04T09:36:31.1457441Z * [new branch] gh/fffrog/160/head -> origin/gh/fffrog/160/head 2025-12-04T09:36:31.1457573Z * [new branch] gh/fffrog/177/base -> origin/gh/fffrog/177/base 2025-12-04T09:36:31.1457709Z * [new branch] gh/fffrog/177/head -> origin/gh/fffrog/177/head 2025-12-04T09:36:31.1457828Z * [new branch] gh/fffrog/177/orig -> origin/gh/fffrog/177/orig 2025-12-04T09:36:31.1457959Z * [new branch] gh/fffrog/178/base -> origin/gh/fffrog/178/base 2025-12-04T09:36:31.1458073Z * [new branch] gh/fffrog/178/head -> origin/gh/fffrog/178/head 2025-12-04T09:36:31.1458187Z * [new branch] gh/fffrog/178/orig -> origin/gh/fffrog/178/orig 2025-12-04T09:36:31.1458307Z * [new branch] gh/fffrog/181/base -> origin/gh/fffrog/181/base 2025-12-04T09:36:31.1458420Z * [new branch] gh/fffrog/181/head -> origin/gh/fffrog/181/head 2025-12-04T09:36:31.1458538Z * [new branch] gh/fffrog/181/orig -> origin/gh/fffrog/181/orig 2025-12-04T09:36:31.1458655Z * [new branch] gh/fffrog/183/base -> origin/gh/fffrog/183/base 2025-12-04T09:36:31.1458767Z * [new branch] gh/fffrog/183/head -> origin/gh/fffrog/183/head 2025-12-04T09:36:31.1458889Z * [new branch] gh/fffrog/183/orig -> origin/gh/fffrog/183/orig 2025-12-04T09:36:31.1459003Z * [new branch] gh/fxdawnn/10/base -> origin/gh/fxdawnn/10/base 2025-12-04T09:36:31.1459126Z * [new branch] gh/fxdawnn/10/head -> origin/gh/fxdawnn/10/head 2025-12-04T09:36:31.1459244Z * [new branch] gh/fxdawnn/10/orig -> origin/gh/fxdawnn/10/orig 2025-12-04T09:36:31.1459358Z * [new branch] gh/fxdawnn/11/base -> origin/gh/fxdawnn/11/base 2025-12-04T09:36:31.1459477Z * [new branch] gh/fxdawnn/11/head -> origin/gh/fxdawnn/11/head 2025-12-04T09:36:31.1459593Z * [new branch] gh/fxdawnn/11/orig -> origin/gh/fxdawnn/11/orig 2025-12-04T09:36:31.1459710Z * [new branch] gh/fxdawnn/12/base -> origin/gh/fxdawnn/12/base 2025-12-04T09:36:31.1459829Z * [new branch] gh/fxdawnn/12/head -> origin/gh/fxdawnn/12/head 2025-12-04T09:36:31.1459942Z * [new branch] gh/fxdawnn/12/orig -> origin/gh/fxdawnn/12/orig 2025-12-04T09:36:31.1460063Z * [new branch] gh/fxdawnn/13/base -> origin/gh/fxdawnn/13/base 2025-12-04T09:36:31.1460178Z * [new branch] gh/fxdawnn/13/head -> origin/gh/fxdawnn/13/head 2025-12-04T09:36:31.1460335Z * [new branch] gh/fxdawnn/13/orig -> origin/gh/fxdawnn/13/orig 2025-12-04T09:36:31.1460457Z * [new branch] gh/fxdawnn/14/base -> origin/gh/fxdawnn/14/base 2025-12-04T09:36:31.1460572Z * [new branch] gh/fxdawnn/14/head -> origin/gh/fxdawnn/14/head 2025-12-04T09:36:31.1460694Z * [new branch] gh/fxdawnn/14/orig -> origin/gh/fxdawnn/14/orig 2025-12-04T09:36:31.1460849Z * [new branch] gh/fxdawnn/15/base -> origin/gh/fxdawnn/15/base 2025-12-04T09:36:31.1460972Z * [new branch] gh/fxdawnn/15/head -> origin/gh/fxdawnn/15/head 2025-12-04T09:36:31.1461093Z * [new branch] gh/fxdawnn/15/orig -> origin/gh/fxdawnn/15/orig 2025-12-04T09:36:31.1461209Z * [new branch] gh/fxdawnn/6/base -> origin/gh/fxdawnn/6/base 2025-12-04T09:36:31.1461345Z * [new branch] gh/fxdawnn/6/head -> origin/gh/fxdawnn/6/head 2025-12-04T09:36:31.1461480Z * [new branch] gh/fxdawnn/6/orig -> origin/gh/fxdawnn/6/orig 2025-12-04T09:36:31.1461613Z * [new branch] gh/fxdawnn/7/base -> origin/gh/fxdawnn/7/base 2025-12-04T09:36:31.1461773Z * [new branch] gh/fxdawnn/7/head -> origin/gh/fxdawnn/7/head 2025-12-04T09:36:31.1461904Z * [new branch] gh/fxdawnn/7/orig -> origin/gh/fxdawnn/7/orig 2025-12-04T09:36:31.1462042Z * [new branch] gh/fxdawnn/9/base -> origin/gh/fxdawnn/9/base 2025-12-04T09:36:31.1462207Z * [new branch] gh/fxdawnn/9/head -> origin/gh/fxdawnn/9/head 2025-12-04T09:36:31.1462341Z * [new branch] gh/fxdawnn/9/orig -> origin/gh/fxdawnn/9/orig 2025-12-04T09:36:31.1462505Z * [new branch] gh/galv/1/base -> origin/gh/galv/1/base 2025-12-04T09:36:31.1462636Z * [new branch] gh/galv/1/head -> origin/gh/galv/1/head 2025-12-04T09:36:31.1462764Z * [new branch] gh/galv/1/orig -> origin/gh/galv/1/orig 2025-12-04T09:36:31.1462921Z * [new branch] gh/galv/2/base -> origin/gh/galv/2/base 2025-12-04T09:36:31.1463049Z * [new branch] gh/galv/2/head -> origin/gh/galv/2/head 2025-12-04T09:36:31.1463202Z * [new branch] gh/galv/2/orig -> origin/gh/galv/2/orig 2025-12-04T09:36:31.1463330Z * [new branch] gh/galv/3/base -> origin/gh/galv/3/base 2025-12-04T09:36:31.1463456Z * [new branch] gh/galv/3/head -> origin/gh/galv/3/head 2025-12-04T09:36:31.1463613Z * [new branch] gh/galv/3/orig -> origin/gh/galv/3/orig 2025-12-04T09:36:31.1463762Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-12-04T09:36:31.1463904Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-12-04T09:36:31.1464076Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-12-04T09:36:31.1464216Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-12-04T09:36:31.1464385Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-12-04T09:36:31.1464526Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-12-04T09:36:31.1464668Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-12-04T09:36:31.1464870Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-12-04T09:36:31.1465006Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-12-04T09:36:31.1465167Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-12-04T09:36:31.1465307Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-12-04T09:36:31.1465506Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-12-04T09:36:31.1465674Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-12-04T09:36:31.1465813Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-12-04T09:36:31.1465977Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-12-04T09:36:31.1466164Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-12-04T09:36:31.1466299Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-12-04T09:36:31.1466460Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-12-04T09:36:31.1466597Z * [new branch] gh/guangyey/178/base -> origin/gh/guangyey/178/base 2025-12-04T09:36:31.1466738Z * [new branch] gh/guangyey/178/head -> origin/gh/guangyey/178/head 2025-12-04T09:36:31.1466904Z * [new branch] gh/guangyey/178/orig -> origin/gh/guangyey/178/orig 2025-12-04T09:36:31.1467034Z * [new branch] gh/guangyey/182/base -> origin/gh/guangyey/182/base 2025-12-04T09:36:31.1467214Z * [new branch] gh/guangyey/182/head -> origin/gh/guangyey/182/head 2025-12-04T09:36:31.1467356Z * [new branch] gh/guangyey/182/orig -> origin/gh/guangyey/182/orig 2025-12-04T09:36:31.1467493Z * [new branch] gh/guangyey/183/base -> origin/gh/guangyey/183/base 2025-12-04T09:36:31.1467655Z * [new branch] gh/guangyey/183/head -> origin/gh/guangyey/183/head 2025-12-04T09:36:31.1467793Z * [new branch] gh/guangyey/183/orig -> origin/gh/guangyey/183/orig 2025-12-04T09:36:31.1467955Z * [new branch] gh/guangyey/185/base -> origin/gh/guangyey/185/base 2025-12-04T09:36:31.1468093Z * [new branch] gh/guangyey/185/head -> origin/gh/guangyey/185/head 2025-12-04T09:36:31.1468231Z * [new branch] gh/guangyey/185/orig -> origin/gh/guangyey/185/orig 2025-12-04T09:36:31.1468398Z * [new branch] gh/guangyey/186/base -> origin/gh/guangyey/186/base 2025-12-04T09:36:31.1468535Z * [new branch] gh/guangyey/186/head -> origin/gh/guangyey/186/head 2025-12-04T09:36:31.1468701Z * [new branch] gh/guangyey/186/orig -> origin/gh/guangyey/186/orig 2025-12-04T09:36:31.1468840Z * [new branch] gh/guangyey/187/base -> origin/gh/guangyey/187/base 2025-12-04T09:36:31.1468978Z * [new branch] gh/guangyey/187/head -> origin/gh/guangyey/187/head 2025-12-04T09:36:31.1469147Z * [new branch] gh/guangyey/187/orig -> origin/gh/guangyey/187/orig 2025-12-04T09:36:31.1469285Z * [new branch] gh/guangyey/188/base -> origin/gh/guangyey/188/base 2025-12-04T09:36:31.1469423Z * [new branch] gh/guangyey/188/head -> origin/gh/guangyey/188/head 2025-12-04T09:36:31.1469588Z * [new branch] gh/guangyey/188/orig -> origin/gh/guangyey/188/orig 2025-12-04T09:36:31.1469717Z * [new branch] gh/guangyey/190/base -> origin/gh/guangyey/190/base 2025-12-04T09:36:31.1469841Z * [new branch] gh/guangyey/190/head -> origin/gh/guangyey/190/head 2025-12-04T09:36:31.1469960Z * [new branch] gh/guangyey/190/orig -> origin/gh/guangyey/190/orig 2025-12-04T09:36:31.1470075Z * [new branch] gh/guangyey/208/base -> origin/gh/guangyey/208/base 2025-12-04T09:36:31.1470211Z * [new branch] gh/guangyey/208/head -> origin/gh/guangyey/208/head 2025-12-04T09:36:31.1470329Z * [new branch] gh/guangyey/208/orig -> origin/gh/guangyey/208/orig 2025-12-04T09:36:31.1470455Z * [new branch] gh/guangyey/228/base -> origin/gh/guangyey/228/base 2025-12-04T09:36:31.1470617Z * [new branch] gh/guangyey/228/head -> origin/gh/guangyey/228/head 2025-12-04T09:36:31.1470748Z * [new branch] gh/guangyey/228/orig -> origin/gh/guangyey/228/orig 2025-12-04T09:36:31.1470903Z * [new branch] gh/guangyey/230/base -> origin/gh/guangyey/230/base 2025-12-04T09:36:31.1471019Z * [new branch] gh/guangyey/230/head -> origin/gh/guangyey/230/head 2025-12-04T09:36:31.1471196Z * [new branch] gh/guangyey/230/orig -> origin/gh/guangyey/230/orig 2025-12-04T09:36:31.1471312Z * [new branch] gh/guangyey/231/base -> origin/gh/guangyey/231/base 2025-12-04T09:36:31.1471429Z * [new branch] gh/guangyey/231/head -> origin/gh/guangyey/231/head 2025-12-04T09:36:31.1471552Z * [new branch] gh/guangyey/231/orig -> origin/gh/guangyey/231/orig 2025-12-04T09:36:31.1471668Z * [new branch] gh/guangyey/232/base -> origin/gh/guangyey/232/base 2025-12-04T09:36:31.1471784Z * [new branch] gh/guangyey/232/head -> origin/gh/guangyey/232/head 2025-12-04T09:36:31.1471905Z * [new branch] gh/guangyey/232/orig -> origin/gh/guangyey/232/orig 2025-12-04T09:36:31.1472019Z * [new branch] gh/guangyey/233/base -> origin/gh/guangyey/233/base 2025-12-04T09:36:31.1472145Z * [new branch] gh/guangyey/233/head -> origin/gh/guangyey/233/head 2025-12-04T09:36:31.1472261Z * [new branch] gh/guangyey/233/orig -> origin/gh/guangyey/233/orig 2025-12-04T09:36:31.1472376Z * [new branch] gh/guangyey/234/base -> origin/gh/guangyey/234/base 2025-12-04T09:36:31.1472532Z * [new branch] gh/guangyey/234/head -> origin/gh/guangyey/234/head 2025-12-04T09:36:31.1472652Z * [new branch] gh/guangyey/234/orig -> origin/gh/guangyey/234/orig 2025-12-04T09:36:31.1472777Z * [new branch] gh/guangyey/235/base -> origin/gh/guangyey/235/base 2025-12-04T09:36:31.1472895Z * [new branch] gh/guangyey/235/head -> origin/gh/guangyey/235/head 2025-12-04T09:36:31.1473013Z * [new branch] gh/guangyey/235/orig -> origin/gh/guangyey/235/orig 2025-12-04T09:36:31.1473150Z * [new branch] gh/guangyey/236/base -> origin/gh/guangyey/236/base 2025-12-04T09:36:31.1473269Z * [new branch] gh/guangyey/236/head -> origin/gh/guangyey/236/head 2025-12-04T09:36:31.1473397Z * [new branch] gh/guangyey/236/orig -> origin/gh/guangyey/236/orig 2025-12-04T09:36:31.1473515Z * [new branch] gh/guangyey/237/base -> origin/gh/guangyey/237/base 2025-12-04T09:36:31.1473634Z * [new branch] gh/guangyey/237/head -> origin/gh/guangyey/237/head 2025-12-04T09:36:31.1473759Z * [new branch] gh/guangyey/237/orig -> origin/gh/guangyey/237/orig 2025-12-04T09:36:31.1473879Z * [new branch] gh/guangyey/238/base -> origin/gh/guangyey/238/base 2025-12-04T09:36:31.1473997Z * [new branch] gh/guangyey/238/head -> origin/gh/guangyey/238/head 2025-12-04T09:36:31.1474120Z * [new branch] gh/guangyey/239/base -> origin/gh/guangyey/239/base 2025-12-04T09:36:31.1474237Z * [new branch] gh/guangyey/239/head -> origin/gh/guangyey/239/head 2025-12-04T09:36:31.1474367Z * [new branch] gh/guangyey/239/orig -> origin/gh/guangyey/239/orig 2025-12-04T09:36:31.1474483Z * [new branch] gh/guangyey/240/base -> origin/gh/guangyey/240/base 2025-12-04T09:36:31.1474598Z * [new branch] gh/guangyey/240/head -> origin/gh/guangyey/240/head 2025-12-04T09:36:31.1474721Z * [new branch] gh/guangyey/240/orig -> origin/gh/guangyey/240/orig 2025-12-04T09:36:31.1474865Z * [new branch] gh/guangyey/241/base -> origin/gh/guangyey/241/base 2025-12-04T09:36:31.1475043Z * [new branch] gh/guangyey/241/head -> origin/gh/guangyey/241/head 2025-12-04T09:36:31.1475159Z * [new branch] gh/guangyey/241/orig -> origin/gh/guangyey/241/orig 2025-12-04T09:36:31.1475277Z * [new branch] gh/guangyey/242/base -> origin/gh/guangyey/242/base 2025-12-04T09:36:31.1475398Z * [new branch] gh/guangyey/242/head -> origin/gh/guangyey/242/head 2025-12-04T09:36:31.1475579Z * [new branch] gh/guangyey/242/orig -> origin/gh/guangyey/242/orig 2025-12-04T09:36:31.1475703Z * [new branch] gh/guangyey/243/base -> origin/gh/guangyey/243/base 2025-12-04T09:36:31.1475821Z * [new branch] gh/guangyey/243/head -> origin/gh/guangyey/243/head 2025-12-04T09:36:31.1475937Z * [new branch] gh/guangyey/243/orig -> origin/gh/guangyey/243/orig 2025-12-04T09:36:31.1476063Z * [new branch] gh/guangyey/244/base -> origin/gh/guangyey/244/base 2025-12-04T09:36:31.1476181Z * [new branch] gh/guangyey/244/head -> origin/gh/guangyey/244/head 2025-12-04T09:36:31.1476297Z * [new branch] gh/guangyey/244/orig -> origin/gh/guangyey/244/orig 2025-12-04T09:36:31.1476421Z * [new branch] gh/guangyey/245/base -> origin/gh/guangyey/245/base 2025-12-04T09:36:31.1476541Z * [new branch] gh/guangyey/245/head -> origin/gh/guangyey/245/head 2025-12-04T09:36:31.1476668Z * [new branch] gh/guangyey/245/orig -> origin/gh/guangyey/245/orig 2025-12-04T09:36:31.1476785Z * [new branch] gh/guangyey/246/base -> origin/gh/guangyey/246/base 2025-12-04T09:36:31.1476901Z * [new branch] gh/guangyey/246/head -> origin/gh/guangyey/246/head 2025-12-04T09:36:31.1477025Z * [new branch] gh/guangyey/246/orig -> origin/gh/guangyey/246/orig 2025-12-04T09:36:31.1477143Z * [new branch] gh/guangyey/247/base -> origin/gh/guangyey/247/base 2025-12-04T09:36:31.1477266Z * [new branch] gh/guangyey/247/head -> origin/gh/guangyey/247/head 2025-12-04T09:36:31.1477384Z * [new branch] gh/guangyey/247/orig -> origin/gh/guangyey/247/orig 2025-12-04T09:36:31.1477499Z * [new branch] gh/guangyey/248/base -> origin/gh/guangyey/248/base 2025-12-04T09:36:31.1477628Z * [new branch] gh/guangyey/248/head -> origin/gh/guangyey/248/head 2025-12-04T09:36:31.1477751Z * [new branch] gh/guangyey/248/orig -> origin/gh/guangyey/248/orig 2025-12-04T09:36:31.1477869Z * [new branch] gh/guangyey/249/base -> origin/gh/guangyey/249/base 2025-12-04T09:36:31.1477992Z * [new branch] gh/guangyey/249/head -> origin/gh/guangyey/249/head 2025-12-04T09:36:31.1478109Z * [new branch] gh/guangyey/249/orig -> origin/gh/guangyey/249/orig 2025-12-04T09:36:31.1478235Z * [new branch] gh/guangyey/250/base -> origin/gh/guangyey/250/base 2025-12-04T09:36:31.1478351Z * [new branch] gh/guangyey/250/head -> origin/gh/guangyey/250/head 2025-12-04T09:36:31.1478465Z * [new branch] gh/guangyey/250/orig -> origin/gh/guangyey/250/orig 2025-12-04T09:36:31.1478586Z * [new branch] gh/guangyey/251/base -> origin/gh/guangyey/251/base 2025-12-04T09:36:31.1478704Z * [new branch] gh/guangyey/251/head -> origin/gh/guangyey/251/head 2025-12-04T09:36:31.1478836Z * [new branch] gh/guangyey/251/orig -> origin/gh/guangyey/251/orig 2025-12-04T09:36:31.1478952Z * [new branch] gh/guangyey/252/base -> origin/gh/guangyey/252/base 2025-12-04T09:36:31.1479069Z * [new branch] gh/guangyey/252/head -> origin/gh/guangyey/252/head 2025-12-04T09:36:31.1479195Z * [new branch] gh/guangyey/252/orig -> origin/gh/guangyey/252/orig 2025-12-04T09:36:31.1479359Z * [new branch] gh/guangyey/253/base -> origin/gh/guangyey/253/base 2025-12-04T09:36:31.1479483Z * [new branch] gh/guangyey/253/head -> origin/gh/guangyey/253/head 2025-12-04T09:36:31.1479600Z * [new branch] gh/guangyey/253/orig -> origin/gh/guangyey/253/orig 2025-12-04T09:36:31.1479717Z * [new branch] gh/guangyey/254/base -> origin/gh/guangyey/254/base 2025-12-04T09:36:31.1479899Z * [new branch] gh/guangyey/254/head -> origin/gh/guangyey/254/head 2025-12-04T09:36:31.1480038Z * [new branch] gh/guangyey/254/orig -> origin/gh/guangyey/254/orig 2025-12-04T09:36:31.1480176Z * [new branch] gh/guangyey/255/base -> origin/gh/guangyey/255/base 2025-12-04T09:36:31.1480332Z * [new branch] gh/guangyey/255/head -> origin/gh/guangyey/255/head 2025-12-04T09:36:31.1480452Z * [new branch] gh/guangyey/255/orig -> origin/gh/guangyey/255/orig 2025-12-04T09:36:31.1480621Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-12-04T09:36:31.1480763Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-12-04T09:36:31.1480903Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-12-04T09:36:31.1481055Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-12-04T09:36:31.1481190Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-12-04T09:36:31.1481332Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-12-04T09:36:31.1481467Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-12-04T09:36:31.1481600Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-12-04T09:36:31.1481747Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-12-04T09:36:31.1481883Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-12-04T09:36:31.1482024Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-12-04T09:36:31.1482161Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-12-04T09:36:31.1482294Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-12-04T09:36:31.1482437Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-12-04T09:36:31.1482570Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-12-04T09:36:31.1482711Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-12-04T09:36:31.1482847Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-12-04T09:36:31.1482983Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-12-04T09:36:31.1483124Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-12-04T09:36:31.1483259Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-12-04T09:36:31.1483404Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-12-04T09:36:31.1483539Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-12-04T09:36:31.1483672Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-12-04T09:36:31.1483824Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-12-04T09:36:31.1483998Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-12-04T09:36:31.1484147Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-12-04T09:36:31.1484291Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-12-04T09:36:31.1484427Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-12-04T09:36:31.1484623Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-12-04T09:36:31.1484760Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-12-04T09:36:31.1484936Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-12-04T09:36:31.1485092Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-12-04T09:36:31.1485229Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-12-04T09:36:31.1485377Z * [new branch] gh/guilhermeleobas/226/base -> origin/gh/guilhermeleobas/226/base 2025-12-04T09:36:31.1485512Z * [new branch] gh/guilhermeleobas/226/head -> origin/gh/guilhermeleobas/226/head 2025-12-04T09:36:31.1485648Z * [new branch] gh/guilhermeleobas/226/orig -> origin/gh/guilhermeleobas/226/orig 2025-12-04T09:36:31.1485796Z * [new branch] gh/guilhermeleobas/236/base -> origin/gh/guilhermeleobas/236/base 2025-12-04T09:36:31.1485931Z * [new branch] gh/guilhermeleobas/236/head -> origin/gh/guilhermeleobas/236/head 2025-12-04T09:36:31.1486072Z * [new branch] gh/guilhermeleobas/236/orig -> origin/gh/guilhermeleobas/236/orig 2025-12-04T09:36:31.1486208Z * [new branch] gh/guilhermeleobas/247/base -> origin/gh/guilhermeleobas/247/base 2025-12-04T09:36:31.1486342Z * [new branch] gh/guilhermeleobas/247/head -> origin/gh/guilhermeleobas/247/head 2025-12-04T09:36:31.1486484Z * [new branch] gh/guilhermeleobas/247/orig -> origin/gh/guilhermeleobas/247/orig 2025-12-04T09:36:31.1486620Z * [new branch] gh/guilhermeleobas/248/base -> origin/gh/guilhermeleobas/248/base 2025-12-04T09:36:31.1486760Z * [new branch] gh/guilhermeleobas/248/head -> origin/gh/guilhermeleobas/248/head 2025-12-04T09:36:31.1486898Z * [new branch] gh/guilhermeleobas/248/orig -> origin/gh/guilhermeleobas/248/orig 2025-12-04T09:36:31.1487032Z * [new branch] gh/guilhermeleobas/250/base -> origin/gh/guilhermeleobas/250/base 2025-12-04T09:36:31.1487173Z * [new branch] gh/guilhermeleobas/250/head -> origin/gh/guilhermeleobas/250/head 2025-12-04T09:36:31.1487308Z * [new branch] gh/guilhermeleobas/250/orig -> origin/gh/guilhermeleobas/250/orig 2025-12-04T09:36:31.1487444Z * [new branch] gh/guilhermeleobas/253/base -> origin/gh/guilhermeleobas/253/base 2025-12-04T09:36:31.1487594Z * [new branch] gh/guilhermeleobas/253/head -> origin/gh/guilhermeleobas/253/head 2025-12-04T09:36:31.1487731Z * [new branch] gh/guilhermeleobas/253/orig -> origin/gh/guilhermeleobas/253/orig 2025-12-04T09:36:31.1487874Z * [new branch] gh/guilhermeleobas/254/base -> origin/gh/guilhermeleobas/254/base 2025-12-04T09:36:31.1488009Z * [new branch] gh/guilhermeleobas/254/head -> origin/gh/guilhermeleobas/254/head 2025-12-04T09:36:31.1488145Z * [new branch] gh/guilhermeleobas/254/orig -> origin/gh/guilhermeleobas/254/orig 2025-12-04T09:36:31.1488287Z * [new branch] gh/guilhermeleobas/255/base -> origin/gh/guilhermeleobas/255/base 2025-12-04T09:36:31.1488423Z * [new branch] gh/guilhermeleobas/255/head -> origin/gh/guilhermeleobas/255/head 2025-12-04T09:36:31.1488564Z * [new branch] gh/guilhermeleobas/255/orig -> origin/gh/guilhermeleobas/255/orig 2025-12-04T09:36:31.1488753Z * [new branch] gh/guilhermeleobas/256/base -> origin/gh/guilhermeleobas/256/base 2025-12-04T09:36:31.1488888Z * [new branch] gh/guilhermeleobas/256/head -> origin/gh/guilhermeleobas/256/head 2025-12-04T09:36:31.1489031Z * [new branch] gh/guilhermeleobas/256/orig -> origin/gh/guilhermeleobas/256/orig 2025-12-04T09:36:31.1489169Z * [new branch] gh/guilhermeleobas/257/base -> origin/gh/guilhermeleobas/257/base 2025-12-04T09:36:31.1489390Z * [new branch] gh/guilhermeleobas/257/head -> origin/gh/guilhermeleobas/257/head 2025-12-04T09:36:31.1489529Z * [new branch] gh/guilhermeleobas/257/orig -> origin/gh/guilhermeleobas/257/orig 2025-12-04T09:36:31.1489676Z * [new branch] gh/guilhermeleobas/258/base -> origin/gh/guilhermeleobas/258/base 2025-12-04T09:36:31.1489854Z * [new branch] gh/guilhermeleobas/258/head -> origin/gh/guilhermeleobas/258/head 2025-12-04T09:36:31.1489991Z * [new branch] gh/guilhermeleobas/258/orig -> origin/gh/guilhermeleobas/258/orig 2025-12-04T09:36:31.1490138Z * [new branch] gh/guilhermeleobas/259/base -> origin/gh/guilhermeleobas/259/base 2025-12-04T09:36:31.1490283Z * [new branch] gh/guilhermeleobas/259/head -> origin/gh/guilhermeleobas/259/head 2025-12-04T09:36:31.1490439Z * [new branch] gh/guilhermeleobas/259/orig -> origin/gh/guilhermeleobas/259/orig 2025-12-04T09:36:31.1490625Z * [new branch] gh/guilhermeleobas/260/base -> origin/gh/guilhermeleobas/260/base 2025-12-04T09:36:31.1490781Z * [new branch] gh/guilhermeleobas/260/head -> origin/gh/guilhermeleobas/260/head 2025-12-04T09:36:31.1490963Z * [new branch] gh/guilhermeleobas/260/orig -> origin/gh/guilhermeleobas/260/orig 2025-12-04T09:36:31.1491126Z * [new branch] gh/guilhermeleobas/261/base -> origin/gh/guilhermeleobas/261/base 2025-12-04T09:36:31.1491282Z * [new branch] gh/guilhermeleobas/261/head -> origin/gh/guilhermeleobas/261/head 2025-12-04T09:36:31.1491468Z * [new branch] gh/guilhermeleobas/261/orig -> origin/gh/guilhermeleobas/261/orig 2025-12-04T09:36:31.1491621Z * [new branch] gh/guilhermeleobas/262/base -> origin/gh/guilhermeleobas/262/base 2025-12-04T09:36:31.1491776Z * [new branch] gh/guilhermeleobas/262/head -> origin/gh/guilhermeleobas/262/head 2025-12-04T09:36:31.1491961Z * [new branch] gh/guilhermeleobas/262/orig -> origin/gh/guilhermeleobas/262/orig 2025-12-04T09:36:31.1492117Z * [new branch] gh/guilhermeleobas/263/base -> origin/gh/guilhermeleobas/263/base 2025-12-04T09:36:31.1492278Z * [new branch] gh/guilhermeleobas/263/head -> origin/gh/guilhermeleobas/263/head 2025-12-04T09:36:31.1492415Z * [new branch] gh/guilhermeleobas/263/orig -> origin/gh/guilhermeleobas/263/orig 2025-12-04T09:36:31.1492562Z * [new branch] gh/guilhermeleobas/264/base -> origin/gh/guilhermeleobas/264/base 2025-12-04T09:36:31.1492749Z * [new branch] gh/guilhermeleobas/264/head -> origin/gh/guilhermeleobas/264/head 2025-12-04T09:36:31.1492905Z * [new branch] gh/guilhermeleobas/264/orig -> origin/gh/guilhermeleobas/264/orig 2025-12-04T09:36:31.1493087Z * [new branch] gh/guilhermeleobas/265/base -> origin/gh/guilhermeleobas/265/base 2025-12-04T09:36:31.1493245Z * [new branch] gh/guilhermeleobas/265/head -> origin/gh/guilhermeleobas/265/head 2025-12-04T09:36:31.1493401Z * [new branch] gh/guilhermeleobas/265/orig -> origin/gh/guilhermeleobas/265/orig 2025-12-04T09:36:31.1493582Z * [new branch] gh/guilhermeleobas/266/base -> origin/gh/guilhermeleobas/266/base 2025-12-04T09:36:31.1493741Z * [new branch] gh/guilhermeleobas/266/head -> origin/gh/guilhermeleobas/266/head 2025-12-04T09:36:31.1493907Z * [new branch] gh/guilhermeleobas/266/orig -> origin/gh/guilhermeleobas/266/orig 2025-12-04T09:36:31.1494089Z * [new branch] gh/guilhermeleobas/267/base -> origin/gh/guilhermeleobas/267/base 2025-12-04T09:36:31.1494226Z * [new branch] gh/guilhermeleobas/267/head -> origin/gh/guilhermeleobas/267/head 2025-12-04T09:36:31.1494372Z * [new branch] gh/guilhermeleobas/267/orig -> origin/gh/guilhermeleobas/267/orig 2025-12-04T09:36:31.1494517Z * [new branch] gh/hameerabbasi/1/base -> origin/gh/hameerabbasi/1/base 2025-12-04T09:36:31.1494718Z * [new branch] gh/hameerabbasi/1/head -> origin/gh/hameerabbasi/1/head 2025-12-04T09:36:31.1494903Z * [new branch] gh/hameerabbasi/2/base -> origin/gh/hameerabbasi/2/base 2025-12-04T09:36:31.1495035Z * [new branch] gh/hameerabbasi/2/head -> origin/gh/hameerabbasi/2/head 2025-12-04T09:36:31.1495173Z * [new branch] gh/hameerabbasi/2/orig -> origin/gh/hameerabbasi/2/orig 2025-12-04T09:36:31.1495301Z * [new branch] gh/hameerabbasi/3/base -> origin/gh/hameerabbasi/3/base 2025-12-04T09:36:31.1495432Z * [new branch] gh/hameerabbasi/3/head -> origin/gh/hameerabbasi/3/head 2025-12-04T09:36:31.1495575Z * [new branch] gh/hameerabbasi/3/orig -> origin/gh/hameerabbasi/3/orig 2025-12-04T09:36:31.1495707Z * [new branch] gh/hameerabbasi/4/base -> origin/gh/hameerabbasi/4/base 2025-12-04T09:36:31.1495849Z * [new branch] gh/hameerabbasi/4/head -> origin/gh/hameerabbasi/4/head 2025-12-04T09:36:31.1495984Z * [new branch] gh/hameerabbasi/4/orig -> origin/gh/hameerabbasi/4/orig 2025-12-04T09:36:31.1496107Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-12-04T09:36:31.1496233Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-12-04T09:36:31.1496363Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-12-04T09:36:31.1496499Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-12-04T09:36:31.1496630Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-12-04T09:36:31.1496747Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-12-04T09:36:31.1496871Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-12-04T09:36:31.1496989Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-12-04T09:36:31.1497126Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-12-04T09:36:31.1497251Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-12-04T09:36:31.1497374Z * [new branch] gh/isuruf/146/base -> origin/gh/isuruf/146/base 2025-12-04T09:36:31.1497499Z * [new branch] gh/isuruf/146/head -> origin/gh/isuruf/146/head 2025-12-04T09:36:31.1497619Z * [new branch] gh/isuruf/146/orig -> origin/gh/isuruf/146/orig 2025-12-04T09:36:31.1497740Z * [new branch] gh/isuruf/158/base -> origin/gh/isuruf/158/base 2025-12-04T09:36:31.1497865Z * [new branch] gh/isuruf/158/head -> origin/gh/isuruf/158/head 2025-12-04T09:36:31.1497982Z * [new branch] gh/isuruf/159/base -> origin/gh/isuruf/159/base 2025-12-04T09:36:31.1498109Z * [new branch] gh/isuruf/159/head -> origin/gh/isuruf/159/head 2025-12-04T09:36:31.1498232Z * [new branch] gh/isuruf/160/base -> origin/gh/isuruf/160/base 2025-12-04T09:36:31.1498351Z * [new branch] gh/isuruf/160/head -> origin/gh/isuruf/160/head 2025-12-04T09:36:31.1498479Z * [new branch] gh/isuruf/160/orig -> origin/gh/isuruf/160/orig 2025-12-04T09:36:31.1498601Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-12-04T09:36:31.1498730Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-12-04T09:36:31.1498912Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-12-04T09:36:31.1499043Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-12-04T09:36:31.1499179Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-12-04T09:36:31.1499356Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-12-04T09:36:31.1499488Z * [new branch] gh/jamesjwu/187/base -> origin/gh/jamesjwu/187/base 2025-12-04T09:36:31.1499610Z * [new branch] gh/jamesjwu/187/head -> origin/gh/jamesjwu/187/head 2025-12-04T09:36:31.1499736Z * [new branch] gh/jamesjwu/187/orig -> origin/gh/jamesjwu/187/orig 2025-12-04T09:36:31.1499878Z * [new branch] gh/jamesjwu/196/base -> origin/gh/jamesjwu/196/base 2025-12-04T09:36:31.1500004Z * [new branch] gh/jamesjwu/196/head -> origin/gh/jamesjwu/196/head 2025-12-04T09:36:31.1500139Z * [new branch] gh/jamesjwu/196/orig -> origin/gh/jamesjwu/196/orig 2025-12-04T09:36:31.1500278Z * [new branch] gh/jamesjwu/198/base -> origin/gh/jamesjwu/198/base 2025-12-04T09:36:31.1500424Z * [new branch] gh/jamesjwu/198/head -> origin/gh/jamesjwu/198/head 2025-12-04T09:36:31.1500604Z * [new branch] gh/jamesjwu/198/orig -> origin/gh/jamesjwu/198/orig 2025-12-04T09:36:31.1500729Z * [new branch] gh/jamesjwu/207/base -> origin/gh/jamesjwu/207/base 2025-12-04T09:36:31.1500865Z * [new branch] gh/jamesjwu/207/head -> origin/gh/jamesjwu/207/head 2025-12-04T09:36:31.1500995Z * [new branch] gh/jamesjwu/207/orig -> origin/gh/jamesjwu/207/orig 2025-12-04T09:36:31.1501129Z * [new branch] gh/jamesjwu/208/base -> origin/gh/jamesjwu/208/base 2025-12-04T09:36:31.1501262Z * [new branch] gh/jamesjwu/208/head -> origin/gh/jamesjwu/208/head 2025-12-04T09:36:31.1501385Z * [new branch] gh/jamesjwu/208/orig -> origin/gh/jamesjwu/208/orig 2025-12-04T09:36:31.1501533Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-12-04T09:36:31.1501667Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-12-04T09:36:31.1501792Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-12-04T09:36:31.1501969Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-12-04T09:36:31.1502100Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-12-04T09:36:31.1502244Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-12-04T09:36:31.1502414Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-12-04T09:36:31.1502558Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-12-04T09:36:31.1502706Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-12-04T09:36:31.1502876Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-12-04T09:36:31.1503024Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-12-04T09:36:31.1503192Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-12-04T09:36:31.1503335Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-12-04T09:36:31.1503476Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-12-04T09:36:31.1503649Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-12-04T09:36:31.1503790Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-12-04T09:36:31.1504004Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-12-04T09:36:31.1504137Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-12-04T09:36:31.1504251Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-12-04T09:36:31.1504375Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-12-04T09:36:31.1504536Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-12-04T09:36:31.1504671Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-12-04T09:36:31.1504842Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-12-04T09:36:31.1504970Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-12-04T09:36:31.1505097Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-12-04T09:36:31.1505217Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-12-04T09:36:31.1505335Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-12-04T09:36:31.1505467Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-12-04T09:36:31.1505594Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-12-04T09:36:31.1505722Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-12-04T09:36:31.1505840Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-12-04T09:36:31.1505958Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-12-04T09:36:31.1506087Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-12-04T09:36:31.1506208Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-12-04T09:36:31.1506339Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-12-04T09:36:31.1506458Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-12-04T09:36:31.1506586Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-12-04T09:36:31.1506722Z * [new branch] gh/janeyx99/299/base -> origin/gh/janeyx99/299/base 2025-12-04T09:36:31.1506843Z * [new branch] gh/janeyx99/299/head -> origin/gh/janeyx99/299/head 2025-12-04T09:36:31.1506963Z * [new branch] gh/janeyx99/299/orig -> origin/gh/janeyx99/299/orig 2025-12-04T09:36:31.1507095Z * [new branch] gh/janeyx99/302/base -> origin/gh/janeyx99/302/base 2025-12-04T09:36:31.1507214Z * [new branch] gh/janeyx99/302/head -> origin/gh/janeyx99/302/head 2025-12-04T09:36:31.1507348Z * [new branch] gh/janeyx99/303/base -> origin/gh/janeyx99/303/base 2025-12-04T09:36:31.1507488Z * [new branch] gh/janeyx99/303/head -> origin/gh/janeyx99/303/head 2025-12-04T09:36:31.1507625Z * [new branch] gh/janeyx99/305/base -> origin/gh/janeyx99/305/base 2025-12-04T09:36:31.1507790Z * [new branch] gh/janeyx99/305/head -> origin/gh/janeyx99/305/head 2025-12-04T09:36:31.1507930Z * [new branch] gh/janeyx99/306/base -> origin/gh/janeyx99/306/base 2025-12-04T09:36:31.1508108Z * [new branch] gh/janeyx99/306/head -> origin/gh/janeyx99/306/head 2025-12-04T09:36:31.1508246Z * [new branch] gh/janeyx99/314/base -> origin/gh/janeyx99/314/base 2025-12-04T09:36:31.1508383Z * [new branch] gh/janeyx99/314/head -> origin/gh/janeyx99/314/head 2025-12-04T09:36:31.1508531Z * [new branch] gh/janeyx99/314/orig -> origin/gh/janeyx99/314/orig 2025-12-04T09:36:31.1508721Z * [new branch] gh/janeyx99/315/base -> origin/gh/janeyx99/315/base 2025-12-04T09:36:31.1508864Z * [new branch] gh/janeyx99/315/head -> origin/gh/janeyx99/315/head 2025-12-04T09:36:31.1508980Z * [new branch] gh/janeyx99/315/orig -> origin/gh/janeyx99/315/orig 2025-12-04T09:36:31.1509095Z * [new branch] gh/janeyx99/316/base -> origin/gh/janeyx99/316/base 2025-12-04T09:36:31.1509265Z * [new branch] gh/janeyx99/316/head -> origin/gh/janeyx99/316/head 2025-12-04T09:36:31.1509382Z * [new branch] gh/janeyx99/316/orig -> origin/gh/janeyx99/316/orig 2025-12-04T09:36:31.1509498Z * [new branch] gh/janeyx99/317/base -> origin/gh/janeyx99/317/base 2025-12-04T09:36:31.1509621Z * [new branch] gh/janeyx99/317/head -> origin/gh/janeyx99/317/head 2025-12-04T09:36:31.1509736Z * [new branch] gh/janeyx99/317/orig -> origin/gh/janeyx99/317/orig 2025-12-04T09:36:31.1509873Z * [new branch] gh/janeyx99/325/base -> origin/gh/janeyx99/325/base 2025-12-04T09:36:31.1509989Z * [new branch] gh/janeyx99/325/head -> origin/gh/janeyx99/325/head 2025-12-04T09:36:31.1510103Z * [new branch] gh/janeyx99/325/orig -> origin/gh/janeyx99/325/orig 2025-12-04T09:36:31.1510227Z * [new branch] gh/janeyx99/327/base -> origin/gh/janeyx99/327/base 2025-12-04T09:36:31.1510342Z * [new branch] gh/janeyx99/327/head -> origin/gh/janeyx99/327/head 2025-12-04T09:36:31.1510473Z * [new branch] gh/janeyx99/327/orig -> origin/gh/janeyx99/327/orig 2025-12-04T09:36:31.1510590Z * [new branch] gh/janeyx99/328/base -> origin/gh/janeyx99/328/base 2025-12-04T09:36:31.1510707Z * [new branch] gh/janeyx99/328/head -> origin/gh/janeyx99/328/head 2025-12-04T09:36:31.1510875Z * [new branch] gh/janeyx99/328/orig -> origin/gh/janeyx99/328/orig 2025-12-04T09:36:31.1510991Z * [new branch] gh/janeyx99/329/base -> origin/gh/janeyx99/329/base 2025-12-04T09:36:31.1511115Z * [new branch] gh/janeyx99/329/head -> origin/gh/janeyx99/329/head 2025-12-04T09:36:31.1511231Z * [new branch] gh/janeyx99/329/orig -> origin/gh/janeyx99/329/orig 2025-12-04T09:36:31.1511348Z * [new branch] gh/janeyx99/330/base -> origin/gh/janeyx99/330/base 2025-12-04T09:36:31.1511472Z * [new branch] gh/janeyx99/330/head -> origin/gh/janeyx99/330/head 2025-12-04T09:36:31.1511599Z * [new branch] gh/janeyx99/330/orig -> origin/gh/janeyx99/330/orig 2025-12-04T09:36:31.1511739Z * [new branch] gh/janeyx99/331/base -> origin/gh/janeyx99/331/base 2025-12-04T09:36:31.1511905Z * [new branch] gh/janeyx99/331/head -> origin/gh/janeyx99/331/head 2025-12-04T09:36:31.1512043Z * [new branch] gh/janeyx99/331/orig -> origin/gh/janeyx99/331/orig 2025-12-04T09:36:31.1512194Z * [new branch] gh/janeyx99/332/base -> origin/gh/janeyx99/332/base 2025-12-04T09:36:31.1512312Z * [new branch] gh/janeyx99/332/head -> origin/gh/janeyx99/332/head 2025-12-04T09:36:31.1512428Z * [new branch] gh/janeyx99/332/orig -> origin/gh/janeyx99/332/orig 2025-12-04T09:36:31.1512555Z * [new branch] gh/janeyx99/333/base -> origin/gh/janeyx99/333/base 2025-12-04T09:36:31.1512670Z * [new branch] gh/janeyx99/333/head -> origin/gh/janeyx99/333/head 2025-12-04T09:36:31.1512792Z * [new branch] gh/janeyx99/333/orig -> origin/gh/janeyx99/333/orig 2025-12-04T09:36:31.1512909Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-12-04T09:36:31.1513026Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-12-04T09:36:31.1513190Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-12-04T09:36:31.1513306Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-12-04T09:36:31.1513427Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-12-04T09:36:31.1513551Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-12-04T09:36:31.1513702Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-12-04T09:36:31.1513861Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-12-04T09:36:31.1513994Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-12-04T09:36:31.1514125Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-12-04T09:36:31.1514285Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-12-04T09:36:31.1514417Z * [new branch] gh/jansel/533/base -> origin/gh/jansel/533/base 2025-12-04T09:36:31.1514575Z * [new branch] gh/jansel/533/head -> origin/gh/jansel/533/head 2025-12-04T09:36:31.1514710Z * [new branch] gh/jansel/533/orig -> origin/gh/jansel/533/orig 2025-12-04T09:36:31.1514869Z * [new branch] gh/jansel/552/base -> origin/gh/jansel/552/base 2025-12-04T09:36:31.1515030Z * [new branch] gh/jansel/552/head -> origin/gh/jansel/552/head 2025-12-04T09:36:31.1515169Z * [new branch] gh/jansel/552/orig -> origin/gh/jansel/552/orig 2025-12-04T09:36:31.1515307Z * [new branch] gh/jansel/553/base -> origin/gh/jansel/553/base 2025-12-04T09:36:31.1515441Z * [new branch] gh/jansel/553/head -> origin/gh/jansel/553/head 2025-12-04T09:36:31.1515562Z * [new branch] gh/jansel/553/orig -> origin/gh/jansel/553/orig 2025-12-04T09:36:31.1515724Z * [new branch] gh/jansel/554/base -> origin/gh/jansel/554/base 2025-12-04T09:36:31.1515848Z * [new branch] gh/jansel/554/head -> origin/gh/jansel/554/head 2025-12-04T09:36:31.1516004Z * [new branch] gh/jansel/554/orig -> origin/gh/jansel/554/orig 2025-12-04T09:36:31.1516138Z * [new branch] gh/jansel/555/base -> origin/gh/jansel/555/base 2025-12-04T09:36:31.1516266Z * [new branch] gh/jansel/555/head -> origin/gh/jansel/555/head 2025-12-04T09:36:31.1516429Z * [new branch] gh/jansel/555/orig -> origin/gh/jansel/555/orig 2025-12-04T09:36:31.1516561Z * [new branch] gh/jansel/556/base -> origin/gh/jansel/556/base 2025-12-04T09:36:31.1516699Z * [new branch] gh/jansel/556/head -> origin/gh/jansel/556/head 2025-12-04T09:36:31.1516851Z * [new branch] gh/jansel/556/orig -> origin/gh/jansel/556/orig 2025-12-04T09:36:31.1516986Z * [new branch] gh/jansel/557/base -> origin/gh/jansel/557/base 2025-12-04T09:36:31.1517150Z * [new branch] gh/jansel/557/head -> origin/gh/jansel/557/head 2025-12-04T09:36:31.1517285Z * [new branch] gh/jansel/557/orig -> origin/gh/jansel/557/orig 2025-12-04T09:36:31.1517412Z * [new branch] gh/jansel/558/base -> origin/gh/jansel/558/base 2025-12-04T09:36:31.1517572Z * [new branch] gh/jansel/558/head -> origin/gh/jansel/558/head 2025-12-04T09:36:31.1517705Z * [new branch] gh/jansel/558/orig -> origin/gh/jansel/558/orig 2025-12-04T09:36:31.1517860Z * [new branch] gh/jansel/559/base -> origin/gh/jansel/559/base 2025-12-04T09:36:31.1517998Z * [new branch] gh/jansel/559/head -> origin/gh/jansel/559/head 2025-12-04T09:36:31.1518181Z * [new branch] gh/jansel/559/orig -> origin/gh/jansel/559/orig 2025-12-04T09:36:31.1518333Z * [new branch] gh/jansel/560/base -> origin/gh/jansel/560/base 2025-12-04T09:36:31.1518468Z * [new branch] gh/jansel/560/head -> origin/gh/jansel/560/head 2025-12-04T09:36:31.1518618Z * [new branch] gh/jansel/560/orig -> origin/gh/jansel/560/orig 2025-12-04T09:36:31.1518780Z * [new branch] gh/jansel/561/base -> origin/gh/jansel/561/base 2025-12-04T09:36:31.1518895Z * [new branch] gh/jansel/561/head -> origin/gh/jansel/561/head 2025-12-04T09:36:31.1519019Z * [new branch] gh/jansel/561/orig -> origin/gh/jansel/561/orig 2025-12-04T09:36:31.1519134Z * [new branch] gh/jansel/562/base -> origin/gh/jansel/562/base 2025-12-04T09:36:31.1519245Z * [new branch] gh/jansel/562/head -> origin/gh/jansel/562/head 2025-12-04T09:36:31.1519367Z * [new branch] gh/jansel/562/orig -> origin/gh/jansel/562/orig 2025-12-04T09:36:31.1519483Z * [new branch] gh/jansel/563/base -> origin/gh/jansel/563/base 2025-12-04T09:36:31.1519604Z * [new branch] gh/jansel/563/head -> origin/gh/jansel/563/head 2025-12-04T09:36:31.1519716Z * [new branch] gh/jansel/563/orig -> origin/gh/jansel/563/orig 2025-12-04T09:36:31.1519834Z * [new branch] gh/jansel/564/base -> origin/gh/jansel/564/base 2025-12-04T09:36:31.1519960Z * [new branch] gh/jansel/564/head -> origin/gh/jansel/564/head 2025-12-04T09:36:31.1520076Z * [new branch] gh/jansel/564/orig -> origin/gh/jansel/564/orig 2025-12-04T09:36:31.1520201Z * [new branch] gh/jansel/565/base -> origin/gh/jansel/565/base 2025-12-04T09:36:31.1520314Z * [new branch] gh/jansel/565/head -> origin/gh/jansel/565/head 2025-12-04T09:36:31.1520429Z * [new branch] gh/jansel/565/orig -> origin/gh/jansel/565/orig 2025-12-04T09:36:31.1520549Z * [new branch] gh/jansel/566/base -> origin/gh/jansel/566/base 2025-12-04T09:36:31.1520660Z * [new branch] gh/jansel/566/head -> origin/gh/jansel/566/head 2025-12-04T09:36:31.1520780Z * [new branch] gh/jansel/566/orig -> origin/gh/jansel/566/orig 2025-12-04T09:36:31.1520897Z * [new branch] gh/jansel/567/base -> origin/gh/jansel/567/base 2025-12-04T09:36:31.1521013Z * [new branch] gh/jansel/567/head -> origin/gh/jansel/567/head 2025-12-04T09:36:31.1521135Z * [new branch] gh/jansel/567/orig -> origin/gh/jansel/567/orig 2025-12-04T09:36:31.1521247Z * [new branch] gh/jansel/568/base -> origin/gh/jansel/568/base 2025-12-04T09:36:31.1521362Z * [new branch] gh/jansel/568/head -> origin/gh/jansel/568/head 2025-12-04T09:36:31.1521487Z * [new branch] gh/jansel/568/orig -> origin/gh/jansel/568/orig 2025-12-04T09:36:31.1521602Z * [new branch] gh/jansel/569/base -> origin/gh/jansel/569/base 2025-12-04T09:36:31.1521721Z * [new branch] gh/jansel/569/head -> origin/gh/jansel/569/head 2025-12-04T09:36:31.1521836Z * [new branch] gh/jansel/569/orig -> origin/gh/jansel/569/orig 2025-12-04T09:36:31.1521954Z * [new branch] gh/jansel/570/base -> origin/gh/jansel/570/base 2025-12-04T09:36:31.1522075Z * [new branch] gh/jansel/570/head -> origin/gh/jansel/570/head 2025-12-04T09:36:31.1522188Z * [new branch] gh/jansel/570/orig -> origin/gh/jansel/570/orig 2025-12-04T09:36:31.1522309Z * [new branch] gh/jansel/571/base -> origin/gh/jansel/571/base 2025-12-04T09:36:31.1522423Z * [new branch] gh/jansel/571/head -> origin/gh/jansel/571/head 2025-12-04T09:36:31.1522576Z * [new branch] gh/jansel/571/orig -> origin/gh/jansel/571/orig 2025-12-04T09:36:31.1522696Z * [new branch] gh/jansel/572/base -> origin/gh/jansel/572/base 2025-12-04T09:36:31.1522813Z * [new branch] gh/jansel/572/head -> origin/gh/jansel/572/head 2025-12-04T09:36:31.1522933Z * [new branch] gh/jansel/572/orig -> origin/gh/jansel/572/orig 2025-12-04T09:36:31.1523096Z * [new branch] gh/jansel/573/base -> origin/gh/jansel/573/base 2025-12-04T09:36:31.1523209Z * [new branch] gh/jansel/573/head -> origin/gh/jansel/573/head 2025-12-04T09:36:31.1523329Z * [new branch] gh/jansel/573/orig -> origin/gh/jansel/573/orig 2025-12-04T09:36:31.1523441Z * [new branch] gh/jansel/574/base -> origin/gh/jansel/574/base 2025-12-04T09:36:31.1523552Z * [new branch] gh/jansel/574/head -> origin/gh/jansel/574/head 2025-12-04T09:36:31.1523673Z * [new branch] gh/jansel/574/orig -> origin/gh/jansel/574/orig 2025-12-04T09:36:31.1523784Z * [new branch] gh/jansel/575/base -> origin/gh/jansel/575/base 2025-12-04T09:36:31.1523900Z * [new branch] gh/jansel/575/head -> origin/gh/jansel/575/head 2025-12-04T09:36:31.1524011Z * [new branch] gh/jansel/575/orig -> origin/gh/jansel/575/orig 2025-12-04T09:36:31.1524124Z * [new branch] gh/jansel/576/base -> origin/gh/jansel/576/base 2025-12-04T09:36:31.1524242Z * [new branch] gh/jansel/576/head -> origin/gh/jansel/576/head 2025-12-04T09:36:31.1524353Z * [new branch] gh/jansel/576/orig -> origin/gh/jansel/576/orig 2025-12-04T09:36:31.1524494Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-12-04T09:36:31.1524621Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-12-04T09:36:31.1524746Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-12-04T09:36:31.1524942Z * [new branch] gh/jbschlosser/250/base -> origin/gh/jbschlosser/250/base 2025-12-04T09:36:31.1525064Z * [new branch] gh/jbschlosser/250/head -> origin/gh/jbschlosser/250/head 2025-12-04T09:36:31.1525193Z * [new branch] gh/jbschlosser/250/orig -> origin/gh/jbschlosser/250/orig 2025-12-04T09:36:31.1525318Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-12-04T09:36:31.1525437Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-12-04T09:36:31.1525562Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-12-04T09:36:31.1525682Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-12-04T09:36:31.1525800Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-12-04T09:36:31.1525926Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-12-04T09:36:31.1526042Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-12-04T09:36:31.1526171Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-12-04T09:36:31.1526288Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-12-04T09:36:31.1526403Z * [new branch] gh/jiayisunx/68/base -> origin/gh/jiayisunx/68/base 2025-12-04T09:36:31.1526528Z * [new branch] gh/jiayisunx/68/head -> origin/gh/jiayisunx/68/head 2025-12-04T09:36:31.1526642Z * [new branch] gh/jiayisunx/68/orig -> origin/gh/jiayisunx/68/orig 2025-12-04T09:36:31.1526763Z * [new branch] gh/jiayisunx/77/base -> origin/gh/jiayisunx/77/base 2025-12-04T09:36:31.1526951Z * [new branch] gh/jiayisunx/77/head -> origin/gh/jiayisunx/77/head 2025-12-04T09:36:31.1527071Z * [new branch] gh/jiayisunx/77/orig -> origin/gh/jiayisunx/77/orig 2025-12-04T09:36:31.1527201Z * [new branch] gh/jiayisunx/78/base -> origin/gh/jiayisunx/78/base 2025-12-04T09:36:31.1527320Z * [new branch] gh/jiayisunx/78/head -> origin/gh/jiayisunx/78/head 2025-12-04T09:36:31.1527529Z * [new branch] gh/jiayisunx/78/orig -> origin/gh/jiayisunx/78/orig 2025-12-04T09:36:31.1527648Z * [new branch] gh/jiayisunx/79/base -> origin/gh/jiayisunx/79/base 2025-12-04T09:36:31.1527768Z * [new branch] gh/jiayisunx/79/head -> origin/gh/jiayisunx/79/head 2025-12-04T09:36:31.1527895Z * [new branch] gh/jiayisunx/79/orig -> origin/gh/jiayisunx/79/orig 2025-12-04T09:36:31.1528015Z * [new branch] gh/jiayisunx/82/base -> origin/gh/jiayisunx/82/base 2025-12-04T09:36:31.1528135Z * [new branch] gh/jiayisunx/82/head -> origin/gh/jiayisunx/82/head 2025-12-04T09:36:31.1528261Z * [new branch] gh/jiayisunx/82/orig -> origin/gh/jiayisunx/82/orig 2025-12-04T09:36:31.1528378Z * [new branch] gh/jiayisunx/83/base -> origin/gh/jiayisunx/83/base 2025-12-04T09:36:31.1528503Z * [new branch] gh/jiayisunx/83/head -> origin/gh/jiayisunx/83/head 2025-12-04T09:36:31.1528625Z * [new branch] gh/jiayisunx/83/orig -> origin/gh/jiayisunx/83/orig 2025-12-04T09:36:31.1528743Z * [new branch] gh/jiayisunx/84/base -> origin/gh/jiayisunx/84/base 2025-12-04T09:36:31.1528869Z * [new branch] gh/jiayisunx/84/head -> origin/gh/jiayisunx/84/head 2025-12-04T09:36:31.1528988Z * [new branch] gh/jiayisunx/84/orig -> origin/gh/jiayisunx/84/orig 2025-12-04T09:36:31.1529118Z * [new branch] gh/jiayisunx/85/base -> origin/gh/jiayisunx/85/base 2025-12-04T09:36:31.1529244Z * [new branch] gh/jiayisunx/85/head -> origin/gh/jiayisunx/85/head 2025-12-04T09:36:31.1529367Z * [new branch] gh/jiayisunx/85/orig -> origin/gh/jiayisunx/85/orig 2025-12-04T09:36:31.1529495Z * [new branch] gh/jiayisunx/86/base -> origin/gh/jiayisunx/86/base 2025-12-04T09:36:31.1529617Z * [new branch] gh/jiayisunx/86/head -> origin/gh/jiayisunx/86/head 2025-12-04T09:36:31.1529740Z * [new branch] gh/jiayisunx/86/orig -> origin/gh/jiayisunx/86/orig 2025-12-04T09:36:31.1529868Z * [new branch] gh/jiayisunx/87/base -> origin/gh/jiayisunx/87/base 2025-12-04T09:36:31.1529984Z * [new branch] gh/jiayisunx/87/head -> origin/gh/jiayisunx/87/head 2025-12-04T09:36:31.1530109Z * [new branch] gh/jiayisunx/87/orig -> origin/gh/jiayisunx/87/orig 2025-12-04T09:36:31.1530228Z * [new branch] gh/jiayisunx/88/base -> origin/gh/jiayisunx/88/base 2025-12-04T09:36:31.1530344Z * [new branch] gh/jiayisunx/88/head -> origin/gh/jiayisunx/88/head 2025-12-04T09:36:31.1530467Z * [new branch] gh/jiayisunx/88/orig -> origin/gh/jiayisunx/88/orig 2025-12-04T09:36:31.1530583Z * [new branch] gh/jiayisunx/89/base -> origin/gh/jiayisunx/89/base 2025-12-04T09:36:31.1530712Z * [new branch] gh/jiayisunx/89/head -> origin/gh/jiayisunx/89/head 2025-12-04T09:36:31.1530827Z * [new branch] gh/jiayisunx/89/orig -> origin/gh/jiayisunx/89/orig 2025-12-04T09:36:31.1530943Z * [new branch] gh/jiayisunx/90/base -> origin/gh/jiayisunx/90/base 2025-12-04T09:36:31.1531069Z * [new branch] gh/jiayisunx/90/head -> origin/gh/jiayisunx/90/head 2025-12-04T09:36:31.1531185Z * [new branch] gh/jiayisunx/90/orig -> origin/gh/jiayisunx/90/orig 2025-12-04T09:36:31.1531371Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-12-04T09:36:31.1531496Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-12-04T09:36:31.1531617Z * [new branch] gh/jturney/1/base -> origin/gh/jturney/1/base 2025-12-04T09:36:31.1531738Z * [new branch] gh/jturney/1/head -> origin/gh/jturney/1/head 2025-12-04T09:36:31.1531893Z * [new branch] gh/jturney/1/orig -> origin/gh/jturney/1/orig 2025-12-04T09:36:31.1532009Z * [new branch] gh/jturney/2/base -> origin/gh/jturney/2/base 2025-12-04T09:36:31.1532130Z * [new branch] gh/jturney/2/head -> origin/gh/jturney/2/head 2025-12-04T09:36:31.1532242Z * [new branch] gh/jturney/2/orig -> origin/gh/jturney/2/orig 2025-12-04T09:36:31.1532377Z * [new branch] gh/karthickai/10/base -> origin/gh/karthickai/10/base 2025-12-04T09:36:31.1532505Z * [new branch] gh/karthickai/10/head -> origin/gh/karthickai/10/head 2025-12-04T09:36:31.1532629Z * [new branch] gh/karthickai/10/orig -> origin/gh/karthickai/10/orig 2025-12-04T09:36:31.1532757Z * [new branch] gh/karthickai/11/base -> origin/gh/karthickai/11/base 2025-12-04T09:36:31.1532899Z * [new branch] gh/karthickai/11/head -> origin/gh/karthickai/11/head 2025-12-04T09:36:31.1533029Z * [new branch] gh/karthickai/11/orig -> origin/gh/karthickai/11/orig 2025-12-04T09:36:31.1533150Z * [new branch] gh/karthickai/12/base -> origin/gh/karthickai/12/base 2025-12-04T09:36:31.1533269Z * [new branch] gh/karthickai/12/head -> origin/gh/karthickai/12/head 2025-12-04T09:36:31.1533397Z * [new branch] gh/karthickai/12/orig -> origin/gh/karthickai/12/orig 2025-12-04T09:36:31.1533517Z * [new branch] gh/karthickai/13/base -> origin/gh/karthickai/13/base 2025-12-04T09:36:31.1533645Z * [new branch] gh/karthickai/13/head -> origin/gh/karthickai/13/head 2025-12-04T09:36:31.1533766Z * [new branch] gh/karthickai/13/orig -> origin/gh/karthickai/13/orig 2025-12-04T09:36:31.1533887Z * [new branch] gh/karthickai/14/base -> origin/gh/karthickai/14/base 2025-12-04T09:36:31.1534015Z * [new branch] gh/karthickai/14/head -> origin/gh/karthickai/14/head 2025-12-04T09:36:31.1534138Z * [new branch] gh/karthickai/14/orig -> origin/gh/karthickai/14/orig 2025-12-04T09:36:31.1534258Z * [new branch] gh/karthickai/15/base -> origin/gh/karthickai/15/base 2025-12-04T09:36:31.1534389Z * [new branch] gh/karthickai/15/head -> origin/gh/karthickai/15/head 2025-12-04T09:36:31.1534510Z * [new branch] gh/karthickai/15/orig -> origin/gh/karthickai/15/orig 2025-12-04T09:36:31.1534639Z * [new branch] gh/karthickai/16/base -> origin/gh/karthickai/16/base 2025-12-04T09:36:31.1534759Z * [new branch] gh/karthickai/16/head -> origin/gh/karthickai/16/head 2025-12-04T09:36:31.1534904Z * [new branch] gh/karthickai/16/orig -> origin/gh/karthickai/16/orig 2025-12-04T09:36:31.1535033Z * [new branch] gh/karthickai/17/base -> origin/gh/karthickai/17/base 2025-12-04T09:36:31.1535154Z * [new branch] gh/karthickai/17/head -> origin/gh/karthickai/17/head 2025-12-04T09:36:31.1535279Z * [new branch] gh/karthickai/17/orig -> origin/gh/karthickai/17/orig 2025-12-04T09:36:31.1535399Z * [new branch] gh/karthickai/18/base -> origin/gh/karthickai/18/base 2025-12-04T09:36:31.1535521Z * [new branch] gh/karthickai/18/head -> origin/gh/karthickai/18/head 2025-12-04T09:36:31.1535646Z * [new branch] gh/karthickai/18/orig -> origin/gh/karthickai/18/orig 2025-12-04T09:36:31.1535815Z * [new branch] gh/karthickai/19/base -> origin/gh/karthickai/19/base 2025-12-04T09:36:31.1535945Z * [new branch] gh/karthickai/19/head -> origin/gh/karthickai/19/head 2025-12-04T09:36:31.1536069Z * [new branch] gh/karthickai/19/orig -> origin/gh/karthickai/19/orig 2025-12-04T09:36:31.1536193Z * [new branch] gh/karthickai/20/base -> origin/gh/karthickai/20/base 2025-12-04T09:36:31.1536375Z * [new branch] gh/karthickai/20/head -> origin/gh/karthickai/20/head 2025-12-04T09:36:31.1536498Z * [new branch] gh/karthickai/20/orig -> origin/gh/karthickai/20/orig 2025-12-04T09:36:31.1536618Z * [new branch] gh/karthickai/21/base -> origin/gh/karthickai/21/base 2025-12-04T09:36:31.1536747Z * [new branch] gh/karthickai/21/head -> origin/gh/karthickai/21/head 2025-12-04T09:36:31.1536869Z * [new branch] gh/karthickai/21/orig -> origin/gh/karthickai/21/orig 2025-12-04T09:36:31.1536996Z * [new branch] gh/karthickai/22/base -> origin/gh/karthickai/22/base 2025-12-04T09:36:31.1537117Z * [new branch] gh/karthickai/22/head -> origin/gh/karthickai/22/head 2025-12-04T09:36:31.1537238Z * [new branch] gh/karthickai/22/orig -> origin/gh/karthickai/22/orig 2025-12-04T09:36:31.1537366Z * [new branch] gh/karthickai/23/base -> origin/gh/karthickai/23/base 2025-12-04T09:36:31.1537487Z * [new branch] gh/karthickai/23/head -> origin/gh/karthickai/23/head 2025-12-04T09:36:31.1537646Z * [new branch] gh/karthickai/23/orig -> origin/gh/karthickai/23/orig 2025-12-04T09:36:31.1537765Z * [new branch] gh/karthickai/24/base -> origin/gh/karthickai/24/base 2025-12-04T09:36:31.1537883Z * [new branch] gh/karthickai/24/head -> origin/gh/karthickai/24/head 2025-12-04T09:36:31.1538012Z * [new branch] gh/karthickai/24/orig -> origin/gh/karthickai/24/orig 2025-12-04T09:36:31.1538141Z * [new branch] gh/karthickai/25/base -> origin/gh/karthickai/25/base 2025-12-04T09:36:31.1538271Z * [new branch] gh/karthickai/25/head -> origin/gh/karthickai/25/head 2025-12-04T09:36:31.1538396Z * [new branch] gh/karthickai/25/orig -> origin/gh/karthickai/25/orig 2025-12-04T09:36:31.1538522Z * [new branch] gh/karthickai/26/base -> origin/gh/karthickai/26/base 2025-12-04T09:36:31.1538654Z * [new branch] gh/karthickai/26/head -> origin/gh/karthickai/26/head 2025-12-04T09:36:31.1538777Z * [new branch] gh/karthickai/26/orig -> origin/gh/karthickai/26/orig 2025-12-04T09:36:31.1538903Z * [new branch] gh/karthickai/6/base -> origin/gh/karthickai/6/base 2025-12-04T09:36:31.1539037Z * [new branch] gh/karthickai/6/head -> origin/gh/karthickai/6/head 2025-12-04T09:36:31.1539164Z * [new branch] gh/karthickai/6/orig -> origin/gh/karthickai/6/orig 2025-12-04T09:36:31.1539289Z * [new branch] gh/krocki/1/base -> origin/gh/krocki/1/base 2025-12-04T09:36:31.1539403Z * [new branch] gh/krocki/1/head -> origin/gh/krocki/1/head 2025-12-04T09:36:31.1539518Z * [new branch] gh/krocki/1/orig -> origin/gh/krocki/1/orig 2025-12-04T09:36:31.1539642Z * [new branch] gh/krocki/2/base -> origin/gh/krocki/2/base 2025-12-04T09:36:31.1539757Z * [new branch] gh/krocki/2/head -> origin/gh/krocki/2/head 2025-12-04T09:36:31.1539903Z * [new branch] gh/krocki/2/orig -> origin/gh/krocki/2/orig 2025-12-04T09:36:31.1540040Z * [new branch] gh/kurtamohler/60/base -> origin/gh/kurtamohler/60/base 2025-12-04T09:36:31.1540172Z * [new branch] gh/kurtamohler/60/head -> origin/gh/kurtamohler/60/head 2025-12-04T09:36:31.1540354Z * [new branch] gh/kurtamohler/60/orig -> origin/gh/kurtamohler/60/orig 2025-12-04T09:36:31.1540486Z * [new branch] gh/kurtamohler/61/base -> origin/gh/kurtamohler/61/base 2025-12-04T09:36:31.1540624Z * [new branch] gh/kurtamohler/61/head -> origin/gh/kurtamohler/61/head 2025-12-04T09:36:31.1540758Z * [new branch] gh/kurtamohler/61/orig -> origin/gh/kurtamohler/61/orig 2025-12-04T09:36:31.1540986Z * [new branch] gh/kurtamohler/62/base -> origin/gh/kurtamohler/62/base 2025-12-04T09:36:31.1541130Z * [new branch] gh/kurtamohler/62/head -> origin/gh/kurtamohler/62/head 2025-12-04T09:36:31.1541263Z * [new branch] gh/kurtamohler/62/orig -> origin/gh/kurtamohler/62/orig 2025-12-04T09:36:31.1541394Z * [new branch] gh/kurtamohler/63/base -> origin/gh/kurtamohler/63/base 2025-12-04T09:36:31.1541531Z * [new branch] gh/kurtamohler/63/head -> origin/gh/kurtamohler/63/head 2025-12-04T09:36:31.1541663Z * [new branch] gh/kurtamohler/63/orig -> origin/gh/kurtamohler/63/orig 2025-12-04T09:36:31.1541802Z * [new branch] gh/kurtamohler/64/base -> origin/gh/kurtamohler/64/base 2025-12-04T09:36:31.1541930Z * [new branch] gh/kurtamohler/64/head -> origin/gh/kurtamohler/64/head 2025-12-04T09:36:31.1542066Z * [new branch] gh/kurtamohler/64/orig -> origin/gh/kurtamohler/64/orig 2025-12-04T09:36:31.1542201Z * [new branch] gh/kurtamohler/65/base -> origin/gh/kurtamohler/65/base 2025-12-04T09:36:31.1542326Z * [new branch] gh/kurtamohler/65/head -> origin/gh/kurtamohler/65/head 2025-12-04T09:36:31.1542463Z * [new branch] gh/kurtamohler/65/orig -> origin/gh/kurtamohler/65/orig 2025-12-04T09:36:31.1542591Z * [new branch] gh/kurtamohler/66/base -> origin/gh/kurtamohler/66/base 2025-12-04T09:36:31.1542721Z * [new branch] gh/kurtamohler/66/head -> origin/gh/kurtamohler/66/head 2025-12-04T09:36:31.1542863Z * [new branch] gh/kurtamohler/66/orig -> origin/gh/kurtamohler/66/orig 2025-12-04T09:36:31.1542995Z * [new branch] gh/kurtamohler/67/base -> origin/gh/kurtamohler/67/base 2025-12-04T09:36:31.1543131Z * [new branch] gh/kurtamohler/67/head -> origin/gh/kurtamohler/67/head 2025-12-04T09:36:31.1543265Z * [new branch] gh/kurtamohler/67/orig -> origin/gh/kurtamohler/67/orig 2025-12-04T09:36:31.1543391Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-12-04T09:36:31.1543532Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-12-04T09:36:31.1543653Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-12-04T09:36:31.1543774Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-12-04T09:36:31.1543902Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-12-04T09:36:31.1544023Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-12-04T09:36:31.1544149Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-12-04T09:36:31.1544268Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-12-04T09:36:31.1544391Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-12-04T09:36:31.1544518Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-12-04T09:36:31.1544638Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-12-04T09:36:31.1544763Z * [new branch] gh/kwen2501/211/base -> origin/gh/kwen2501/211/base 2025-12-04T09:36:31.1544909Z * [new branch] gh/kwen2501/211/head -> origin/gh/kwen2501/211/head 2025-12-04T09:36:31.1545082Z * [new branch] gh/kwen2501/224/base -> origin/gh/kwen2501/224/base 2025-12-04T09:36:31.1545210Z * [new branch] gh/kwen2501/224/head -> origin/gh/kwen2501/224/head 2025-12-04T09:36:31.1545332Z * [new branch] gh/kwen2501/224/orig -> origin/gh/kwen2501/224/orig 2025-12-04T09:36:31.1545462Z * [new branch] gh/kwen2501/228/base -> origin/gh/kwen2501/228/base 2025-12-04T09:36:31.1545639Z * [new branch] gh/kwen2501/228/head -> origin/gh/kwen2501/228/head 2025-12-04T09:36:31.1545759Z * [new branch] gh/kwen2501/228/orig -> origin/gh/kwen2501/228/orig 2025-12-04T09:36:31.1545920Z * [new branch] gh/kwen2501/234/base -> origin/gh/kwen2501/234/base 2025-12-04T09:36:31.1546070Z * [new branch] gh/kwen2501/234/head -> origin/gh/kwen2501/234/head 2025-12-04T09:36:31.1546225Z * [new branch] gh/kwen2501/234/orig -> origin/gh/kwen2501/234/orig 2025-12-04T09:36:31.1546418Z * [new branch] gh/kwen2501/235/base -> origin/gh/kwen2501/235/base 2025-12-04T09:36:31.1546666Z * [new branch] gh/kwen2501/235/head -> origin/gh/kwen2501/235/head 2025-12-04T09:36:31.1546830Z * [new branch] gh/kwen2501/235/orig -> origin/gh/kwen2501/235/orig 2025-12-04T09:36:31.1547016Z * [new branch] gh/kwen2501/236/base -> origin/gh/kwen2501/236/base 2025-12-04T09:36:31.1547167Z * [new branch] gh/kwen2501/236/head -> origin/gh/kwen2501/236/head 2025-12-04T09:36:31.1547357Z * [new branch] gh/kwen2501/236/orig -> origin/gh/kwen2501/236/orig 2025-12-04T09:36:31.1547491Z * [new branch] gh/kwen2501/237/base -> origin/gh/kwen2501/237/base 2025-12-04T09:36:31.1547680Z * [new branch] gh/kwen2501/237/head -> origin/gh/kwen2501/237/head 2025-12-04T09:36:31.1547856Z * [new branch] gh/kwen2501/237/orig -> origin/gh/kwen2501/237/orig 2025-12-04T09:36:31.1547993Z * [new branch] gh/kwen2501/238/base -> origin/gh/kwen2501/238/base 2025-12-04T09:36:31.1548158Z * [new branch] gh/kwen2501/238/head -> origin/gh/kwen2501/238/head 2025-12-04T09:36:31.1548296Z * [new branch] gh/kwen2501/238/orig -> origin/gh/kwen2501/238/orig 2025-12-04T09:36:31.1548472Z * [new branch] gh/kwen2501/240/base -> origin/gh/kwen2501/240/base 2025-12-04T09:36:31.1548653Z * [new branch] gh/kwen2501/240/head -> origin/gh/kwen2501/240/head 2025-12-04T09:36:31.1548808Z * [new branch] gh/kwen2501/240/orig -> origin/gh/kwen2501/240/orig 2025-12-04T09:36:31.1548973Z * [new branch] gh/kwen2501/241/base -> origin/gh/kwen2501/241/base 2025-12-04T09:36:31.1549131Z * [new branch] gh/kwen2501/241/head -> origin/gh/kwen2501/241/head 2025-12-04T09:36:31.1549310Z * [new branch] gh/kwen2501/241/orig -> origin/gh/kwen2501/241/orig 2025-12-04T09:36:31.1549495Z * [new branch] gh/kwen2501/247/base -> origin/gh/kwen2501/247/base 2025-12-04T09:36:31.1549638Z * [new branch] gh/kwen2501/247/head -> origin/gh/kwen2501/247/head 2025-12-04T09:36:31.1549780Z * [new branch] gh/kwen2501/247/orig -> origin/gh/kwen2501/247/orig 2025-12-04T09:36:31.1549961Z * [new branch] gh/kwen2501/252/base -> origin/gh/kwen2501/252/base 2025-12-04T09:36:31.1550129Z * [new branch] gh/kwen2501/252/head -> origin/gh/kwen2501/252/head 2025-12-04T09:36:31.1550306Z * [new branch] gh/kwen2501/252/orig -> origin/gh/kwen2501/252/orig 2025-12-04T09:36:31.1550447Z * [new branch] gh/kwen2501/259/base -> origin/gh/kwen2501/259/base 2025-12-04T09:36:31.1550584Z * [new branch] gh/kwen2501/259/head -> origin/gh/kwen2501/259/head 2025-12-04T09:36:31.1550807Z * [new branch] gh/kwen2501/259/orig -> origin/gh/kwen2501/259/orig 2025-12-04T09:36:31.1550933Z * [new branch] gh/kwen2501/260/base -> origin/gh/kwen2501/260/base 2025-12-04T09:36:31.1551137Z * [new branch] gh/kwen2501/260/head -> origin/gh/kwen2501/260/head 2025-12-04T09:36:31.1551277Z * [new branch] gh/kwen2501/260/orig -> origin/gh/kwen2501/260/orig 2025-12-04T09:36:31.1551472Z * [new branch] gh/kwen2501/268/base -> origin/gh/kwen2501/268/base 2025-12-04T09:36:31.1551662Z * [new branch] gh/kwen2501/268/head -> origin/gh/kwen2501/268/head 2025-12-04T09:36:31.1551790Z * [new branch] gh/kwen2501/268/orig -> origin/gh/kwen2501/268/orig 2025-12-04T09:36:31.1551989Z * [new branch] gh/kwen2501/269/base -> origin/gh/kwen2501/269/base 2025-12-04T09:36:31.1552127Z * [new branch] gh/kwen2501/269/head -> origin/gh/kwen2501/269/head 2025-12-04T09:36:31.1552268Z * [new branch] gh/kwen2501/269/orig -> origin/gh/kwen2501/269/orig 2025-12-04T09:36:31.1552475Z * [new branch] gh/kwen2501/270/base -> origin/gh/kwen2501/270/base 2025-12-04T09:36:31.1552601Z * [new branch] gh/kwen2501/270/head -> origin/gh/kwen2501/270/head 2025-12-04T09:36:31.1552799Z * [new branch] gh/kwen2501/270/orig -> origin/gh/kwen2501/270/orig 2025-12-04T09:36:31.1552944Z * [new branch] gh/kwen2501/271/base -> origin/gh/kwen2501/271/base 2025-12-04T09:36:31.1553088Z * [new branch] gh/kwen2501/271/head -> origin/gh/kwen2501/271/head 2025-12-04T09:36:31.1553267Z * [new branch] gh/kwen2501/271/orig -> origin/gh/kwen2501/271/orig 2025-12-04T09:36:31.1553406Z * [new branch] gh/kwen2501/274/base -> origin/gh/kwen2501/274/base 2025-12-04T09:36:31.1553580Z * [new branch] gh/kwen2501/274/head -> origin/gh/kwen2501/274/head 2025-12-04T09:36:31.1553729Z * [new branch] gh/kwen2501/274/orig -> origin/gh/kwen2501/274/orig 2025-12-04T09:36:31.1553878Z * [new branch] gh/kwen2501/275/base -> origin/gh/kwen2501/275/base 2025-12-04T09:36:31.1554052Z * [new branch] gh/kwen2501/275/head -> origin/gh/kwen2501/275/head 2025-12-04T09:36:31.1554205Z * [new branch] gh/kwen2501/275/orig -> origin/gh/kwen2501/275/orig 2025-12-04T09:36:31.1554382Z * [new branch] gh/kwen2501/276/base -> origin/gh/kwen2501/276/base 2025-12-04T09:36:31.1554538Z * [new branch] gh/kwen2501/276/head -> origin/gh/kwen2501/276/head 2025-12-04T09:36:31.1554678Z * [new branch] gh/kwen2501/276/orig -> origin/gh/kwen2501/276/orig 2025-12-04T09:36:31.1554881Z * [new branch] gh/kwen2501/277/base -> origin/gh/kwen2501/277/base 2025-12-04T09:36:31.1555033Z * [new branch] gh/kwen2501/277/head -> origin/gh/kwen2501/277/head 2025-12-04T09:36:31.1555176Z * [new branch] gh/kwen2501/277/orig -> origin/gh/kwen2501/277/orig 2025-12-04T09:36:31.1555351Z * [new branch] gh/kwen2501/278/base -> origin/gh/kwen2501/278/base 2025-12-04T09:36:31.1555511Z * [new branch] gh/kwen2501/278/head -> origin/gh/kwen2501/278/head 2025-12-04T09:36:31.1555691Z * [new branch] gh/kwen2501/278/orig -> origin/gh/kwen2501/278/orig 2025-12-04T09:36:31.1555829Z * [new branch] gh/kwen2501/279/base -> origin/gh/kwen2501/279/base 2025-12-04T09:36:31.1555987Z * [new branch] gh/kwen2501/279/head -> origin/gh/kwen2501/279/head 2025-12-04T09:36:31.1556166Z * [new branch] gh/kwen2501/279/orig -> origin/gh/kwen2501/279/orig 2025-12-04T09:36:31.1556321Z * [new branch] gh/kwen2501/280/base -> origin/gh/kwen2501/280/base 2025-12-04T09:36:31.1556540Z * [new branch] gh/kwen2501/280/head -> origin/gh/kwen2501/280/head 2025-12-04T09:36:31.1556700Z * [new branch] gh/kwen2501/280/orig -> origin/gh/kwen2501/280/orig 2025-12-04T09:36:31.1556839Z * [new branch] gh/kwen2501/281/base -> origin/gh/kwen2501/281/base 2025-12-04T09:36:31.1556995Z * [new branch] gh/kwen2501/281/head -> origin/gh/kwen2501/281/head 2025-12-04T09:36:31.1557205Z * [new branch] gh/kwen2501/281/orig -> origin/gh/kwen2501/281/orig 2025-12-04T09:36:31.1557381Z * [new branch] gh/kwen2501/282/base -> origin/gh/kwen2501/282/base 2025-12-04T09:36:31.1557538Z * [new branch] gh/kwen2501/282/head -> origin/gh/kwen2501/282/head 2025-12-04T09:36:31.1557678Z * [new branch] gh/kwen2501/282/orig -> origin/gh/kwen2501/282/orig 2025-12-04T09:36:31.1557840Z * [new branch] gh/kwen2501/283/base -> origin/gh/kwen2501/283/base 2025-12-04T09:36:31.1558001Z * [new branch] gh/kwen2501/283/head -> origin/gh/kwen2501/283/head 2025-12-04T09:36:31.1558185Z * [new branch] gh/kwen2501/283/orig -> origin/gh/kwen2501/283/orig 2025-12-04T09:36:31.1558335Z * [new branch] gh/kwen2501/284/base -> origin/gh/kwen2501/284/base 2025-12-04T09:36:31.1558481Z * [new branch] gh/kwen2501/284/head -> origin/gh/kwen2501/284/head 2025-12-04T09:36:31.1558653Z * [new branch] gh/kwen2501/284/orig -> origin/gh/kwen2501/284/orig 2025-12-04T09:36:31.1558780Z * [new branch] gh/kwen2501/285/base -> origin/gh/kwen2501/285/base 2025-12-04T09:36:31.1558983Z * [new branch] gh/kwen2501/285/head -> origin/gh/kwen2501/285/head 2025-12-04T09:36:31.1559125Z * [new branch] gh/kwen2501/285/orig -> origin/gh/kwen2501/285/orig 2025-12-04T09:36:31.1559279Z * [new branch] gh/kwen2501/286/base -> origin/gh/kwen2501/286/base 2025-12-04T09:36:31.1559451Z * [new branch] gh/kwen2501/286/head -> origin/gh/kwen2501/286/head 2025-12-04T09:36:31.1559577Z * [new branch] gh/kwen2501/286/orig -> origin/gh/kwen2501/286/orig 2025-12-04T09:36:31.1559783Z * [new branch] gh/kwen2501/287/base -> origin/gh/kwen2501/287/base 2025-12-04T09:36:31.1559925Z * [new branch] gh/kwen2501/287/head -> origin/gh/kwen2501/287/head 2025-12-04T09:36:31.1560075Z * [new branch] gh/kwen2501/287/orig -> origin/gh/kwen2501/287/orig 2025-12-04T09:36:31.1560253Z * [new branch] gh/kwen2501/288/base -> origin/gh/kwen2501/288/base 2025-12-04T09:36:31.1560392Z * [new branch] gh/kwen2501/288/head -> origin/gh/kwen2501/288/head 2025-12-04T09:36:31.1560564Z * [new branch] gh/kwen2501/288/orig -> origin/gh/kwen2501/288/orig 2025-12-04T09:36:31.1560737Z * [new branch] gh/laithsakka/251/base -> origin/gh/laithsakka/251/base 2025-12-04T09:36:31.1560890Z * [new branch] gh/laithsakka/251/head -> origin/gh/laithsakka/251/head 2025-12-04T09:36:31.1561077Z * [new branch] gh/laithsakka/251/orig -> origin/gh/laithsakka/251/orig 2025-12-04T09:36:31.1561226Z * [new branch] gh/laithsakka/276/base -> origin/gh/laithsakka/276/base 2025-12-04T09:36:31.1561375Z * [new branch] gh/laithsakka/276/head -> origin/gh/laithsakka/276/head 2025-12-04T09:36:31.1561557Z * [new branch] gh/laithsakka/276/orig -> origin/gh/laithsakka/276/orig 2025-12-04T09:36:31.1561704Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-12-04T09:36:31.1561892Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-12-04T09:36:31.1562036Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-12-04T09:36:31.1562225Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-12-04T09:36:31.1562404Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-12-04T09:36:31.1562559Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-12-04T09:36:31.1562791Z * [new branch] gh/laithsakka/313/base -> origin/gh/laithsakka/313/base 2025-12-04T09:36:31.1562947Z * [new branch] gh/laithsakka/313/head -> origin/gh/laithsakka/313/head 2025-12-04T09:36:31.1563094Z * [new branch] gh/laithsakka/313/orig -> origin/gh/laithsakka/313/orig 2025-12-04T09:36:31.1563284Z * [new branch] gh/laithsakka/316/base -> origin/gh/laithsakka/316/base 2025-12-04T09:36:31.1563454Z * [new branch] gh/laithsakka/316/head -> origin/gh/laithsakka/316/head 2025-12-04T09:36:31.1563628Z * [new branch] gh/laithsakka/316/orig -> origin/gh/laithsakka/316/orig 2025-12-04T09:36:31.1563775Z * [new branch] gh/laithsakka/317/base -> origin/gh/laithsakka/317/base 2025-12-04T09:36:31.1563929Z * [new branch] gh/laithsakka/317/head -> origin/gh/laithsakka/317/head 2025-12-04T09:36:31.1564096Z * [new branch] gh/laithsakka/317/orig -> origin/gh/laithsakka/317/orig 2025-12-04T09:36:31.1564261Z * [new branch] gh/laithsakka/319/base -> origin/gh/laithsakka/319/base 2025-12-04T09:36:31.1564460Z * [new branch] gh/laithsakka/319/head -> origin/gh/laithsakka/319/head 2025-12-04T09:36:31.1564610Z * [new branch] gh/laithsakka/319/orig -> origin/gh/laithsakka/319/orig 2025-12-04T09:36:31.1564754Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-12-04T09:36:31.1564957Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-12-04T09:36:31.1565094Z * [new branch] gh/laithsakka/320/base -> origin/gh/laithsakka/320/base 2025-12-04T09:36:31.1565309Z * [new branch] gh/laithsakka/320/head -> origin/gh/laithsakka/320/head 2025-12-04T09:36:31.1565465Z * [new branch] gh/laithsakka/320/orig -> origin/gh/laithsakka/320/orig 2025-12-04T09:36:31.1565613Z * [new branch] gh/laithsakka/321/base -> origin/gh/laithsakka/321/base 2025-12-04T09:36:31.1565798Z * [new branch] gh/laithsakka/321/head -> origin/gh/laithsakka/321/head 2025-12-04T09:36:31.1565932Z * [new branch] gh/laithsakka/321/orig -> origin/gh/laithsakka/321/orig 2025-12-04T09:36:31.1566163Z * [new branch] gh/laithsakka/322/base -> origin/gh/laithsakka/322/base 2025-12-04T09:36:31.1566310Z * [new branch] gh/laithsakka/322/head -> origin/gh/laithsakka/322/head 2025-12-04T09:36:31.1566462Z * [new branch] gh/laithsakka/322/orig -> origin/gh/laithsakka/322/orig 2025-12-04T09:36:31.1566666Z * [new branch] gh/laithsakka/323/base -> origin/gh/laithsakka/323/base 2025-12-04T09:36:31.1566799Z * [new branch] gh/laithsakka/323/head -> origin/gh/laithsakka/323/head 2025-12-04T09:36:31.1567012Z * [new branch] gh/laithsakka/323/orig -> origin/gh/laithsakka/323/orig 2025-12-04T09:36:31.1567162Z * [new branch] gh/laithsakka/324/base -> origin/gh/laithsakka/324/base 2025-12-04T09:36:31.1567309Z * [new branch] gh/laithsakka/324/head -> origin/gh/laithsakka/324/head 2025-12-04T09:36:31.1567489Z * [new branch] gh/laithsakka/324/orig -> origin/gh/laithsakka/324/orig 2025-12-04T09:36:31.1567643Z * [new branch] gh/laithsakka/325/base -> origin/gh/laithsakka/325/base 2025-12-04T09:36:31.1567836Z * [new branch] gh/laithsakka/325/head -> origin/gh/laithsakka/325/head 2025-12-04T09:36:31.1568058Z * [new branch] gh/laithsakka/325/orig -> origin/gh/laithsakka/325/orig 2025-12-04T09:36:31.1568207Z * [new branch] gh/laithsakka/326/base -> origin/gh/laithsakka/326/base 2025-12-04T09:36:31.1568416Z * [new branch] gh/laithsakka/326/head -> origin/gh/laithsakka/326/head 2025-12-04T09:36:31.1568563Z * [new branch] gh/laithsakka/326/orig -> origin/gh/laithsakka/326/orig 2025-12-04T09:36:31.1568838Z * [new branch] gh/laithsakka/327/base -> origin/gh/laithsakka/327/base 2025-12-04T09:36:31.1569000Z * [new branch] gh/laithsakka/327/head -> origin/gh/laithsakka/327/head 2025-12-04T09:36:31.1569147Z * [new branch] gh/laithsakka/327/orig -> origin/gh/laithsakka/327/orig 2025-12-04T09:36:31.1569327Z * [new branch] gh/laithsakka/328/base -> origin/gh/laithsakka/328/base 2025-12-04T09:36:31.1569478Z * [new branch] gh/laithsakka/328/head -> origin/gh/laithsakka/328/head 2025-12-04T09:36:31.1569694Z * [new branch] gh/laithsakka/328/orig -> origin/gh/laithsakka/328/orig 2025-12-04T09:36:31.1569852Z * [new branch] gh/liangel/4/base -> origin/gh/liangel/4/base 2025-12-04T09:36:31.1569995Z * [new branch] gh/liangel/4/head -> origin/gh/liangel/4/head 2025-12-04T09:36:31.1570167Z * [new branch] gh/liangel/4/orig -> origin/gh/liangel/4/orig 2025-12-04T09:36:31.1570319Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-12-04T09:36:31.1570472Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-12-04T09:36:31.1570640Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-12-04T09:36:31.1570781Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-12-04T09:36:31.1570948Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-12-04T09:36:31.1571082Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-12-04T09:36:31.1571207Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-12-04T09:36:31.1571382Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-12-04T09:36:31.1571516Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-12-04T09:36:31.1571668Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-12-04T09:36:31.1571791Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-12-04T09:36:31.1571930Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-12-04T09:36:31.1572100Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-12-04T09:36:31.1572270Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-12-04T09:36:31.1572451Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-12-04T09:36:31.1572591Z * [new branch] gh/malfet/506/base -> origin/gh/malfet/506/base 2025-12-04T09:36:31.1572730Z * [new branch] gh/malfet/506/head -> origin/gh/malfet/506/head 2025-12-04T09:36:31.1572910Z * [new branch] gh/malfet/506/orig -> origin/gh/malfet/506/orig 2025-12-04T09:36:31.1573035Z * [new branch] gh/malfet/517/base -> origin/gh/malfet/517/base 2025-12-04T09:36:31.1573248Z * [new branch] gh/malfet/517/head -> origin/gh/malfet/517/head 2025-12-04T09:36:31.1573389Z * [new branch] gh/malfet/528/base -> origin/gh/malfet/528/base 2025-12-04T09:36:31.1573524Z * [new branch] gh/malfet/528/head -> origin/gh/malfet/528/head 2025-12-04T09:36:31.1573694Z * [new branch] gh/malfet/528/orig -> origin/gh/malfet/528/orig 2025-12-04T09:36:31.1573899Z * [new branch] gh/malfet/537/base -> origin/gh/malfet/537/base 2025-12-04T09:36:31.1574092Z * [new branch] gh/malfet/537/head -> origin/gh/malfet/537/head 2025-12-04T09:36:31.1574245Z * [new branch] gh/malfet/537/orig -> origin/gh/malfet/537/orig 2025-12-04T09:36:31.1574383Z * [new branch] gh/malfet/546/base -> origin/gh/malfet/546/base 2025-12-04T09:36:31.1574615Z * [new branch] gh/malfet/546/head -> origin/gh/malfet/546/head 2025-12-04T09:36:31.1574753Z * [new branch] gh/malfet/546/orig -> origin/gh/malfet/546/orig 2025-12-04T09:36:31.1574920Z * [new branch] gh/malfet/565/base -> origin/gh/malfet/565/base 2025-12-04T09:36:31.1575100Z * [new branch] gh/malfet/565/head -> origin/gh/malfet/565/head 2025-12-04T09:36:31.1575248Z * [new branch] gh/malfet/565/orig -> origin/gh/malfet/565/orig 2025-12-04T09:36:31.1575439Z * [new branch] gh/malfet/575/base -> origin/gh/malfet/575/base 2025-12-04T09:36:31.1575580Z * [new branch] gh/malfet/575/head -> origin/gh/malfet/575/head 2025-12-04T09:36:31.1575721Z * [new branch] gh/malfet/575/orig -> origin/gh/malfet/575/orig 2025-12-04T09:36:31.1575901Z * [new branch] gh/malfet/580/base -> origin/gh/malfet/580/base 2025-12-04T09:36:31.1576057Z * [new branch] gh/malfet/580/head -> origin/gh/malfet/580/head 2025-12-04T09:36:31.1576227Z * [new branch] gh/malfet/580/orig -> origin/gh/malfet/580/orig 2025-12-04T09:36:31.1576378Z * [new branch] gh/malfet/581/base -> origin/gh/malfet/581/base 2025-12-04T09:36:31.1576516Z * [new branch] gh/malfet/581/head -> origin/gh/malfet/581/head 2025-12-04T09:36:31.1576674Z * [new branch] gh/malfet/581/orig -> origin/gh/malfet/581/orig 2025-12-04T09:36:31.1576835Z * [new branch] gh/malfet/583/base -> origin/gh/malfet/583/base 2025-12-04T09:36:31.1577019Z * [new branch] gh/malfet/583/head -> origin/gh/malfet/583/head 2025-12-04T09:36:31.1577167Z * [new branch] gh/malfet/583/orig -> origin/gh/malfet/583/orig 2025-12-04T09:36:31.1577310Z * [new branch] gh/malfet/586/base -> origin/gh/malfet/586/base 2025-12-04T09:36:31.1577482Z * [new branch] gh/malfet/586/head -> origin/gh/malfet/586/head 2025-12-04T09:36:31.1577604Z * [new branch] gh/malfet/586/orig -> origin/gh/malfet/586/orig 2025-12-04T09:36:31.1577800Z * [new branch] gh/malfet/587/base -> origin/gh/malfet/587/base 2025-12-04T09:36:31.1577936Z * [new branch] gh/malfet/587/head -> origin/gh/malfet/587/head 2025-12-04T09:36:31.1578085Z * [new branch] gh/malfet/587/orig -> origin/gh/malfet/587/orig 2025-12-04T09:36:31.1578289Z * [new branch] gh/malfet/588/base -> origin/gh/malfet/588/base 2025-12-04T09:36:31.1578414Z * [new branch] gh/malfet/588/head -> origin/gh/malfet/588/head 2025-12-04T09:36:31.1578621Z * [new branch] gh/malfet/588/orig -> origin/gh/malfet/588/orig 2025-12-04T09:36:31.1578760Z * [new branch] gh/malfet/589/base -> origin/gh/malfet/589/base 2025-12-04T09:36:31.1578907Z * [new branch] gh/malfet/589/head -> origin/gh/malfet/589/head 2025-12-04T09:36:31.1579082Z * [new branch] gh/malfet/589/orig -> origin/gh/malfet/589/orig 2025-12-04T09:36:31.1579223Z * [new branch] gh/malfet/590/base -> origin/gh/malfet/590/base 2025-12-04T09:36:31.1579393Z * [new branch] gh/malfet/590/head -> origin/gh/malfet/590/head 2025-12-04T09:36:31.1579611Z * [new branch] gh/malfet/590/orig -> origin/gh/malfet/590/orig 2025-12-04T09:36:31.1579750Z * [new branch] gh/malfet/591/base -> origin/gh/malfet/591/base 2025-12-04T09:36:31.1579923Z * [new branch] gh/malfet/591/head -> origin/gh/malfet/591/head 2025-12-04T09:36:31.1580060Z * [new branch] gh/malfet/591/orig -> origin/gh/malfet/591/orig 2025-12-04T09:36:31.1580246Z * [new branch] gh/malfet/592/base -> origin/gh/malfet/592/base 2025-12-04T09:36:31.1580426Z * [new branch] gh/malfet/592/head -> origin/gh/malfet/592/head 2025-12-04T09:36:31.1580577Z * [new branch] gh/malfet/592/orig -> origin/gh/malfet/592/orig 2025-12-04T09:36:31.1580750Z * [new branch] gh/malfet/593/base -> origin/gh/malfet/593/base 2025-12-04T09:36:31.1580891Z * [new branch] gh/malfet/593/head -> origin/gh/malfet/593/head 2025-12-04T09:36:31.1581051Z * [new branch] gh/malfet/593/orig -> origin/gh/malfet/593/orig 2025-12-04T09:36:31.1581249Z * [new branch] gh/malfet/594/base -> origin/gh/malfet/594/base 2025-12-04T09:36:31.1581419Z * [new branch] gh/malfet/594/head -> origin/gh/malfet/594/head 2025-12-04T09:36:31.1581596Z * [new branch] gh/malfet/594/orig -> origin/gh/malfet/594/orig 2025-12-04T09:36:31.1581735Z * [new branch] gh/malfet/595/base -> origin/gh/malfet/595/base 2025-12-04T09:36:31.1581875Z * [new branch] gh/malfet/595/head -> origin/gh/malfet/595/head 2025-12-04T09:36:31.1582026Z * [new branch] gh/malfet/595/orig -> origin/gh/malfet/595/orig 2025-12-04T09:36:31.1582190Z * [new branch] gh/malfet/596/base -> origin/gh/malfet/596/base 2025-12-04T09:36:31.1582371Z * [new branch] gh/malfet/596/head -> origin/gh/malfet/596/head 2025-12-04T09:36:31.1582508Z * [new branch] gh/malfet/596/orig -> origin/gh/malfet/596/orig 2025-12-04T09:36:31.1582643Z * [new branch] gh/malfet/597/base -> origin/gh/malfet/597/base 2025-12-04T09:36:31.1582831Z * [new branch] gh/malfet/597/head -> origin/gh/malfet/597/head 2025-12-04T09:36:31.1582961Z * [new branch] gh/malfet/597/orig -> origin/gh/malfet/597/orig 2025-12-04T09:36:31.1583188Z * [new branch] gh/malfet/598/base -> origin/gh/malfet/598/base 2025-12-04T09:36:31.1583335Z * [new branch] gh/malfet/598/head -> origin/gh/malfet/598/head 2025-12-04T09:36:31.1583483Z * [new branch] gh/malfet/598/orig -> origin/gh/malfet/598/orig 2025-12-04T09:36:31.1583661Z * [new branch] gh/malfet/599/base -> origin/gh/malfet/599/base 2025-12-04T09:36:31.1583805Z * [new branch] gh/malfet/599/head -> origin/gh/malfet/599/head 2025-12-04T09:36:31.1583990Z * [new branch] gh/malfet/599/orig -> origin/gh/malfet/599/orig 2025-12-04T09:36:31.1584137Z * [new branch] gh/malfet/600/base -> origin/gh/malfet/600/base 2025-12-04T09:36:31.1584305Z * [new branch] gh/malfet/600/head -> origin/gh/malfet/600/head 2025-12-04T09:36:31.1584483Z * [new branch] gh/malfet/600/orig -> origin/gh/malfet/600/orig 2025-12-04T09:36:31.1584634Z * [new branch] gh/malfet/601/base -> origin/gh/malfet/601/base 2025-12-04T09:36:31.1584891Z * [new branch] gh/malfet/601/head -> origin/gh/malfet/601/head 2025-12-04T09:36:31.1585051Z * [new branch] gh/malfet/601/orig -> origin/gh/malfet/601/orig 2025-12-04T09:36:31.1585197Z * [new branch] gh/malfet/602/base -> origin/gh/malfet/602/base 2025-12-04T09:36:31.1585382Z * [new branch] gh/malfet/602/head -> origin/gh/malfet/602/head 2025-12-04T09:36:31.1585580Z * [new branch] gh/malfet/602/orig -> origin/gh/malfet/602/orig 2025-12-04T09:36:31.1585743Z * [new branch] gh/malfet/603/base -> origin/gh/malfet/603/base 2025-12-04T09:36:31.1585928Z * [new branch] gh/malfet/603/head -> origin/gh/malfet/603/head 2025-12-04T09:36:31.1586089Z * [new branch] gh/malfet/603/orig -> origin/gh/malfet/603/orig 2025-12-04T09:36:31.1586318Z * [new branch] gh/malfet/604/base -> origin/gh/malfet/604/base 2025-12-04T09:36:31.1586463Z * [new branch] gh/malfet/604/head -> origin/gh/malfet/604/head 2025-12-04T09:36:31.1586616Z * [new branch] gh/malfet/604/orig -> origin/gh/malfet/604/orig 2025-12-04T09:36:31.1586774Z * [new branch] gh/malfet/605/base -> origin/gh/malfet/605/base 2025-12-04T09:36:31.1586950Z * [new branch] gh/malfet/605/head -> origin/gh/malfet/605/head 2025-12-04T09:36:31.1587132Z * [new branch] gh/malfet/605/orig -> origin/gh/malfet/605/orig 2025-12-04T09:36:31.1587272Z * [new branch] gh/malfet/606/base -> origin/gh/malfet/606/base 2025-12-04T09:36:31.1587416Z * [new branch] gh/malfet/606/head -> origin/gh/malfet/606/head 2025-12-04T09:36:31.1587590Z * [new branch] gh/malfet/606/orig -> origin/gh/malfet/606/orig 2025-12-04T09:36:31.1587761Z * [new branch] gh/malfet/607/base -> origin/gh/malfet/607/base 2025-12-04T09:36:31.1587949Z * [new branch] gh/malfet/607/head -> origin/gh/malfet/607/head 2025-12-04T09:36:31.1588089Z * [new branch] gh/malfet/607/orig -> origin/gh/malfet/607/orig 2025-12-04T09:36:31.1588234Z * [new branch] gh/malfet/608/base -> origin/gh/malfet/608/base 2025-12-04T09:36:31.1588415Z * [new branch] gh/malfet/608/head -> origin/gh/malfet/608/head 2025-12-04T09:36:31.1588548Z * [new branch] gh/malfet/608/orig -> origin/gh/malfet/608/orig 2025-12-04T09:36:31.1588755Z * [new branch] gh/malfet/609/base -> origin/gh/malfet/609/base 2025-12-04T09:36:31.1588896Z * [new branch] gh/malfet/609/head -> origin/gh/malfet/609/head 2025-12-04T09:36:31.1589037Z * [new branch] gh/malfet/609/orig -> origin/gh/malfet/609/orig 2025-12-04T09:36:31.1589234Z * [new branch] gh/malfet/610/base -> origin/gh/malfet/610/base 2025-12-04T09:36:31.1589375Z * [new branch] gh/malfet/610/head -> origin/gh/malfet/610/head 2025-12-04T09:36:31.1589605Z * [new branch] gh/malfet/610/orig -> origin/gh/malfet/610/orig 2025-12-04T09:36:31.1589746Z * [new branch] gh/malfet/611/base -> origin/gh/malfet/611/base 2025-12-04T09:36:31.1589887Z * [new branch] gh/malfet/611/head -> origin/gh/malfet/611/head 2025-12-04T09:36:31.1590079Z * [new branch] gh/malfet/611/orig -> origin/gh/malfet/611/orig 2025-12-04T09:36:31.1590224Z * [new branch] gh/malfet/612/base -> origin/gh/malfet/612/base 2025-12-04T09:36:31.1590414Z * [new branch] gh/malfet/612/head -> origin/gh/malfet/612/head 2025-12-04T09:36:31.1590574Z * [new branch] gh/malfet/612/orig -> origin/gh/malfet/612/orig 2025-12-04T09:36:31.1590720Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-12-04T09:36:31.1590907Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-12-04T09:36:31.1591087Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-12-04T09:36:31.1591254Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-12-04T09:36:31.1591517Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-12-04T09:36:31.1591674Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-12-04T09:36:31.1591867Z * [new branch] gh/masnesral/1/base -> origin/gh/masnesral/1/base 2025-12-04T09:36:31.1592016Z * [new branch] gh/masnesral/1/head -> origin/gh/masnesral/1/head 2025-12-04T09:36:31.1592251Z * [new branch] gh/masnesral/1/orig -> origin/gh/masnesral/1/orig 2025-12-04T09:36:31.1592457Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-12-04T09:36:31.1592613Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-12-04T09:36:31.1592827Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-12-04T09:36:31.1592969Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-12-04T09:36:31.1593112Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-12-04T09:36:31.1593271Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-12-04T09:36:31.1593446Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-12-04T09:36:31.1593634Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-12-04T09:36:31.1593780Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-12-04T09:36:31.1593927Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-12-04T09:36:31.1594104Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-12-04T09:36:31.1594232Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-12-04T09:36:31.1594453Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-12-04T09:36:31.1594599Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-12-04T09:36:31.1594844Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-12-04T09:36:31.1595050Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-12-04T09:36:31.1595207Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-12-04T09:36:31.1595443Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-12-04T09:36:31.1595619Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-12-04T09:36:31.1595780Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-12-04T09:36:31.1595975Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-12-04T09:36:31.1596142Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-12-04T09:36:31.1596346Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-12-04T09:36:31.1596532Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-12-04T09:36:31.1596696Z * [new branch] gh/mikaylagawarecki/336/base -> origin/gh/mikaylagawarecki/336/base 2025-12-04T09:36:31.1596896Z * [new branch] gh/mikaylagawarecki/336/head -> origin/gh/mikaylagawarecki/336/head 2025-12-04T09:36:31.1597059Z * [new branch] gh/mikaylagawarecki/336/orig -> origin/gh/mikaylagawarecki/336/orig 2025-12-04T09:36:31.1597239Z * [new branch] gh/mikaylagawarecki/341/base -> origin/gh/mikaylagawarecki/341/base 2025-12-04T09:36:31.1597466Z * [new branch] gh/mikaylagawarecki/341/head -> origin/gh/mikaylagawarecki/341/head 2025-12-04T09:36:31.1597699Z * [new branch] gh/mikaylagawarecki/341/orig -> origin/gh/mikaylagawarecki/341/orig 2025-12-04T09:36:31.1597893Z * [new branch] gh/mikaylagawarecki/342/base -> origin/gh/mikaylagawarecki/342/base 2025-12-04T09:36:31.1598056Z * [new branch] gh/mikaylagawarecki/342/head -> origin/gh/mikaylagawarecki/342/head 2025-12-04T09:36:31.1598245Z * [new branch] gh/mikaylagawarecki/342/orig -> origin/gh/mikaylagawarecki/342/orig 2025-12-04T09:36:31.1598496Z * [new branch] gh/mikaylagawarecki/345/base -> origin/gh/mikaylagawarecki/345/base 2025-12-04T09:36:31.1598674Z * [new branch] gh/mikaylagawarecki/345/head -> origin/gh/mikaylagawarecki/345/head 2025-12-04T09:36:31.1598866Z * [new branch] gh/mikaylagawarecki/345/orig -> origin/gh/mikaylagawarecki/345/orig 2025-12-04T09:36:31.1599031Z * [new branch] gh/mikaylagawarecki/346/base -> origin/gh/mikaylagawarecki/346/base 2025-12-04T09:36:31.1599227Z * [new branch] gh/mikaylagawarecki/346/head -> origin/gh/mikaylagawarecki/346/head 2025-12-04T09:36:31.1599394Z * [new branch] gh/mikaylagawarecki/346/orig -> origin/gh/mikaylagawarecki/346/orig 2025-12-04T09:36:31.1599577Z * [new branch] gh/mikaylagawarecki/347/base -> origin/gh/mikaylagawarecki/347/base 2025-12-04T09:36:31.1599785Z * [new branch] gh/mikaylagawarecki/347/head -> origin/gh/mikaylagawarecki/347/head 2025-12-04T09:36:31.1599946Z * [new branch] gh/mikaylagawarecki/347/orig -> origin/gh/mikaylagawarecki/347/orig 2025-12-04T09:36:31.1600134Z * [new branch] gh/mikaylagawarecki/350/base -> origin/gh/mikaylagawarecki/350/base 2025-12-04T09:36:31.1600306Z * [new branch] gh/mikaylagawarecki/350/head -> origin/gh/mikaylagawarecki/350/head 2025-12-04T09:36:31.1600497Z * [new branch] gh/mikaylagawarecki/350/orig -> origin/gh/mikaylagawarecki/350/orig 2025-12-04T09:36:31.1600697Z * [new branch] gh/mikaylagawarecki/351/base -> origin/gh/mikaylagawarecki/351/base 2025-12-04T09:36:31.1600867Z * [new branch] gh/mikaylagawarecki/351/head -> origin/gh/mikaylagawarecki/351/head 2025-12-04T09:36:31.1601027Z * [new branch] gh/mikaylagawarecki/351/orig -> origin/gh/mikaylagawarecki/351/orig 2025-12-04T09:36:31.1601230Z * [new branch] gh/mikaylagawarecki/352/base -> origin/gh/mikaylagawarecki/352/base 2025-12-04T09:36:31.1601384Z * [new branch] gh/mikaylagawarecki/352/head -> origin/gh/mikaylagawarecki/352/head 2025-12-04T09:36:31.1601607Z * [new branch] gh/mikaylagawarecki/352/orig -> origin/gh/mikaylagawarecki/352/orig 2025-12-04T09:36:31.1601767Z * [new branch] gh/mikaylagawarecki/353/base -> origin/gh/mikaylagawarecki/353/base 2025-12-04T09:36:31.1601931Z * [new branch] gh/mikaylagawarecki/353/head -> origin/gh/mikaylagawarecki/353/head 2025-12-04T09:36:31.1602125Z * [new branch] gh/mikaylagawarecki/353/orig -> origin/gh/mikaylagawarecki/353/orig 2025-12-04T09:36:31.1602298Z * [new branch] gh/mikaylagawarecki/354/base -> origin/gh/mikaylagawarecki/354/base 2025-12-04T09:36:31.1602492Z * [new branch] gh/mikaylagawarecki/354/head -> origin/gh/mikaylagawarecki/354/head 2025-12-04T09:36:31.1602666Z * [new branch] gh/mikaylagawarecki/354/orig -> origin/gh/mikaylagawarecki/354/orig 2025-12-04T09:36:31.1602830Z * [new branch] gh/mikaylagawarecki/356/base -> origin/gh/mikaylagawarecki/356/base 2025-12-04T09:36:31.1603018Z * [new branch] gh/mikaylagawarecki/356/head -> origin/gh/mikaylagawarecki/356/head 2025-12-04T09:36:31.1603195Z * [new branch] gh/mikaylagawarecki/356/orig -> origin/gh/mikaylagawarecki/356/orig 2025-12-04T09:36:31.1603376Z * [new branch] gh/mikaylagawarecki/357/base -> origin/gh/mikaylagawarecki/357/base 2025-12-04T09:36:31.1603555Z * [new branch] gh/mikaylagawarecki/357/head -> origin/gh/mikaylagawarecki/357/head 2025-12-04T09:36:31.1603767Z * [new branch] gh/mikaylagawarecki/357/orig -> origin/gh/mikaylagawarecki/357/orig 2025-12-04T09:36:31.1603965Z * [new branch] gh/mikaylagawarecki/359/base -> origin/gh/mikaylagawarecki/359/base 2025-12-04T09:36:31.1604139Z * [new branch] gh/mikaylagawarecki/359/head -> origin/gh/mikaylagawarecki/359/head 2025-12-04T09:36:31.1604331Z * [new branch] gh/mikaylagawarecki/359/orig -> origin/gh/mikaylagawarecki/359/orig 2025-12-04T09:36:31.1604558Z * [new branch] gh/mikaylagawarecki/360/base -> origin/gh/mikaylagawarecki/360/base 2025-12-04T09:36:31.1604734Z * [new branch] gh/mikaylagawarecki/360/head -> origin/gh/mikaylagawarecki/360/head 2025-12-04T09:36:31.1604973Z * [new branch] gh/mikaylagawarecki/360/orig -> origin/gh/mikaylagawarecki/360/orig 2025-12-04T09:36:31.1605137Z * [new branch] gh/mikaylagawarecki/361/base -> origin/gh/mikaylagawarecki/361/base 2025-12-04T09:36:31.1605332Z * [new branch] gh/mikaylagawarecki/361/head -> origin/gh/mikaylagawarecki/361/head 2025-12-04T09:36:31.1605483Z * [new branch] gh/mikaylagawarecki/361/orig -> origin/gh/mikaylagawarecki/361/orig 2025-12-04T09:36:31.1605670Z * [new branch] gh/mikaylagawarecki/362/base -> origin/gh/mikaylagawarecki/362/base 2025-12-04T09:36:31.1605886Z * [new branch] gh/mikaylagawarecki/362/head -> origin/gh/mikaylagawarecki/362/head 2025-12-04T09:36:31.1606050Z * [new branch] gh/mikaylagawarecki/362/orig -> origin/gh/mikaylagawarecki/362/orig 2025-12-04T09:36:31.1606240Z * [new branch] gh/mikaylagawarecki/363/base -> origin/gh/mikaylagawarecki/363/base 2025-12-04T09:36:31.1606406Z * [new branch] gh/mikaylagawarecki/363/head -> origin/gh/mikaylagawarecki/363/head 2025-12-04T09:36:31.1606557Z * [new branch] gh/mikaylagawarecki/363/orig -> origin/gh/mikaylagawarecki/363/orig 2025-12-04T09:36:31.1606786Z * [new branch] gh/mikaylagawarecki/364/base -> origin/gh/mikaylagawarecki/364/base 2025-12-04T09:36:31.1606963Z * [new branch] gh/mikaylagawarecki/364/head -> origin/gh/mikaylagawarecki/364/head 2025-12-04T09:36:31.1607161Z * [new branch] gh/mikaylagawarecki/364/orig -> origin/gh/mikaylagawarecki/364/orig 2025-12-04T09:36:31.1607326Z * [new branch] gh/mikaylagawarecki/365/base -> origin/gh/mikaylagawarecki/365/base 2025-12-04T09:36:31.1607493Z * [new branch] gh/mikaylagawarecki/365/head -> origin/gh/mikaylagawarecki/365/head 2025-12-04T09:36:31.1607702Z * [new branch] gh/mikaylagawarecki/365/orig -> origin/gh/mikaylagawarecki/365/orig 2025-12-04T09:36:31.1607881Z * [new branch] gh/mikaylagawarecki/366/base -> origin/gh/mikaylagawarecki/366/base 2025-12-04T09:36:31.1608070Z * [new branch] gh/mikaylagawarecki/366/head -> origin/gh/mikaylagawarecki/366/head 2025-12-04T09:36:31.1608234Z * [new branch] gh/mikaylagawarecki/366/orig -> origin/gh/mikaylagawarecki/366/orig 2025-12-04T09:36:31.1608397Z * [new branch] gh/mikaylagawarecki/367/base -> origin/gh/mikaylagawarecki/367/base 2025-12-04T09:36:31.1608578Z * [new branch] gh/mikaylagawarecki/367/head -> origin/gh/mikaylagawarecki/367/head 2025-12-04T09:36:31.1608760Z * [new branch] gh/mikaylagawarecki/367/orig -> origin/gh/mikaylagawarecki/367/orig 2025-12-04T09:36:31.1608980Z * [new branch] gh/mikaylagawarecki/368/base -> origin/gh/mikaylagawarecki/368/base 2025-12-04T09:36:31.1609149Z * [new branch] gh/mikaylagawarecki/368/head -> origin/gh/mikaylagawarecki/368/head 2025-12-04T09:36:31.1609320Z * [new branch] gh/mikaylagawarecki/368/orig -> origin/gh/mikaylagawarecki/368/orig 2025-12-04T09:36:31.1609498Z * [new branch] gh/mikaylagawarecki/369/base -> origin/gh/mikaylagawarecki/369/base 2025-12-04T09:36:31.1609748Z * [new branch] gh/mikaylagawarecki/369/head -> origin/gh/mikaylagawarecki/369/head 2025-12-04T09:36:31.1609965Z * [new branch] gh/mikaylagawarecki/369/orig -> origin/gh/mikaylagawarecki/369/orig 2025-12-04T09:36:31.1610130Z * [new branch] gh/mikaylagawarecki/370/base -> origin/gh/mikaylagawarecki/370/base 2025-12-04T09:36:31.1610295Z * [new branch] gh/mikaylagawarecki/370/head -> origin/gh/mikaylagawarecki/370/head 2025-12-04T09:36:31.1610536Z * [new branch] gh/mikaylagawarecki/370/orig -> origin/gh/mikaylagawarecki/370/orig 2025-12-04T09:36:31.1610695Z * [new branch] gh/mikaylagawarecki/371/base -> origin/gh/mikaylagawarecki/371/base 2025-12-04T09:36:31.1610923Z * [new branch] gh/mikaylagawarecki/371/head -> origin/gh/mikaylagawarecki/371/head 2025-12-04T09:36:31.1611085Z * [new branch] gh/mikaylagawarecki/371/orig -> origin/gh/mikaylagawarecki/371/orig 2025-12-04T09:36:31.1611245Z * [new branch] gh/mikaylagawarecki/372/base -> origin/gh/mikaylagawarecki/372/base 2025-12-04T09:36:31.1611446Z * [new branch] gh/mikaylagawarecki/372/head -> origin/gh/mikaylagawarecki/372/head 2025-12-04T09:36:31.1611619Z * [new branch] gh/mikaylagawarecki/372/orig -> origin/gh/mikaylagawarecki/372/orig 2025-12-04T09:36:31.1611818Z * [new branch] gh/mikaylagawarecki/373/base -> origin/gh/mikaylagawarecki/373/base 2025-12-04T09:36:31.1611995Z * [new branch] gh/mikaylagawarecki/373/head -> origin/gh/mikaylagawarecki/373/head 2025-12-04T09:36:31.1612158Z * [new branch] gh/mikaylagawarecki/373/orig -> origin/gh/mikaylagawarecki/373/orig 2025-12-04T09:36:31.1612360Z * [new branch] gh/mikaylagawarecki/374/base -> origin/gh/mikaylagawarecki/374/base 2025-12-04T09:36:31.1612522Z * [new branch] gh/mikaylagawarecki/374/head -> origin/gh/mikaylagawarecki/374/head 2025-12-04T09:36:31.1612694Z * [new branch] gh/mikaylagawarecki/374/orig -> origin/gh/mikaylagawarecki/374/orig 2025-12-04T09:36:31.1612895Z * [new branch] gh/mikaylagawarecki/375/base -> origin/gh/mikaylagawarecki/375/base 2025-12-04T09:36:31.1613070Z * [new branch] gh/mikaylagawarecki/375/head -> origin/gh/mikaylagawarecki/375/head 2025-12-04T09:36:31.1613281Z * [new branch] gh/mikaylagawarecki/375/orig -> origin/gh/mikaylagawarecki/375/orig 2025-12-04T09:36:31.1613445Z * [new branch] gh/mikaylagawarecki/376/base -> origin/gh/mikaylagawarecki/376/base 2025-12-04T09:36:31.1613617Z * [new branch] gh/mikaylagawarecki/376/head -> origin/gh/mikaylagawarecki/376/head 2025-12-04T09:36:31.1613843Z * [new branch] gh/mikaylagawarecki/376/orig -> origin/gh/mikaylagawarecki/376/orig 2025-12-04T09:36:31.1614017Z * [new branch] gh/mikaylagawarecki/377/base -> origin/gh/mikaylagawarecki/377/base 2025-12-04T09:36:31.1614203Z * [new branch] gh/mikaylagawarecki/377/head -> origin/gh/mikaylagawarecki/377/head 2025-12-04T09:36:31.1614371Z * [new branch] gh/mikaylagawarecki/377/orig -> origin/gh/mikaylagawarecki/377/orig 2025-12-04T09:36:31.1614535Z * [new branch] gh/mikaylagawarecki/378/base -> origin/gh/mikaylagawarecki/378/base 2025-12-04T09:36:31.1614725Z * [new branch] gh/mikaylagawarecki/378/head -> origin/gh/mikaylagawarecki/378/head 2025-12-04T09:36:31.1614939Z * [new branch] gh/mikaylagawarecki/378/orig -> origin/gh/mikaylagawarecki/378/orig 2025-12-04T09:36:31.1615146Z * [new branch] gh/mikaylagawarecki/379/base -> origin/gh/mikaylagawarecki/379/base 2025-12-04T09:36:31.1615309Z * [new branch] gh/mikaylagawarecki/379/head -> origin/gh/mikaylagawarecki/379/head 2025-12-04T09:36:31.1615471Z * [new branch] gh/mikaylagawarecki/379/orig -> origin/gh/mikaylagawarecki/379/orig 2025-12-04T09:36:31.1615675Z * [new branch] gh/mikaylagawarecki/380/base -> origin/gh/mikaylagawarecki/380/base 2025-12-04T09:36:31.1615870Z * [new branch] gh/mikaylagawarecki/380/head -> origin/gh/mikaylagawarecki/380/head 2025-12-04T09:36:31.1616087Z * [new branch] gh/mikaylagawarecki/380/orig -> origin/gh/mikaylagawarecki/380/orig 2025-12-04T09:36:31.1616250Z * [new branch] gh/mikaylagawarecki/381/base -> origin/gh/mikaylagawarecki/381/base 2025-12-04T09:36:31.1616412Z * [new branch] gh/mikaylagawarecki/381/head -> origin/gh/mikaylagawarecki/381/head 2025-12-04T09:36:31.1616665Z * [new branch] gh/mikaylagawarecki/381/orig -> origin/gh/mikaylagawarecki/381/orig 2025-12-04T09:36:31.1616834Z * [new branch] gh/mikaylagawarecki/382/base -> origin/gh/mikaylagawarecki/382/base 2025-12-04T09:36:31.1617028Z * [new branch] gh/mikaylagawarecki/382/head -> origin/gh/mikaylagawarecki/382/head 2025-12-04T09:36:31.1617217Z * [new branch] gh/mikaylagawarecki/382/orig -> origin/gh/mikaylagawarecki/382/orig 2025-12-04T09:36:31.1617394Z * [new branch] gh/mikaylagawarecki/383/base -> origin/gh/mikaylagawarecki/383/base 2025-12-04T09:36:31.1617590Z * [new branch] gh/mikaylagawarecki/383/head -> origin/gh/mikaylagawarecki/383/head 2025-12-04T09:36:31.1617756Z * [new branch] gh/mikaylagawarecki/383/orig -> origin/gh/mikaylagawarecki/383/orig 2025-12-04T09:36:31.1617935Z * [new branch] gh/mikaylagawarecki/384/base -> origin/gh/mikaylagawarecki/384/base 2025-12-04T09:36:31.1618125Z * [new branch] gh/mikaylagawarecki/384/head -> origin/gh/mikaylagawarecki/384/head 2025-12-04T09:36:31.1618299Z * [new branch] gh/mikaylagawarecki/384/orig -> origin/gh/mikaylagawarecki/384/orig 2025-12-04T09:36:31.1618512Z * [new branch] gh/mikaylagawarecki/385/base -> origin/gh/mikaylagawarecki/385/base 2025-12-04T09:36:31.1618678Z * [new branch] gh/mikaylagawarecki/385/head -> origin/gh/mikaylagawarecki/385/head 2025-12-04T09:36:31.1618860Z * [new branch] gh/mikaylagawarecki/385/orig -> origin/gh/mikaylagawarecki/385/orig 2025-12-04T09:36:31.1619049Z * [new branch] gh/mikaylagawarecki/386/base -> origin/gh/mikaylagawarecki/386/base 2025-12-04T09:36:31.1619224Z * [new branch] gh/mikaylagawarecki/386/head -> origin/gh/mikaylagawarecki/386/head 2025-12-04T09:36:31.1619430Z * [new branch] gh/mikaylagawarecki/386/orig -> origin/gh/mikaylagawarecki/386/orig 2025-12-04T09:36:31.1619596Z * [new branch] gh/mikaylagawarecki/387/base -> origin/gh/mikaylagawarecki/387/base 2025-12-04T09:36:31.1619788Z * [new branch] gh/mikaylagawarecki/387/head -> origin/gh/mikaylagawarecki/387/head 2025-12-04T09:36:31.1619937Z * [new branch] gh/mikaylagawarecki/387/orig -> origin/gh/mikaylagawarecki/387/orig 2025-12-04T09:36:31.1620120Z * [new branch] gh/mikaylagawarecki/388/base -> origin/gh/mikaylagawarecki/388/base 2025-12-04T09:36:31.1620331Z * [new branch] gh/mikaylagawarecki/388/head -> origin/gh/mikaylagawarecki/388/head 2025-12-04T09:36:31.1620495Z * [new branch] gh/mikaylagawarecki/388/orig -> origin/gh/mikaylagawarecki/388/orig 2025-12-04T09:36:31.1620686Z * [new branch] gh/mikaylagawarecki/389/base -> origin/gh/mikaylagawarecki/389/base 2025-12-04T09:36:31.1620847Z * [new branch] gh/mikaylagawarecki/389/head -> origin/gh/mikaylagawarecki/389/head 2025-12-04T09:36:31.1621006Z * [new branch] gh/mikaylagawarecki/389/orig -> origin/gh/mikaylagawarecki/389/orig 2025-12-04T09:36:31.1621265Z * [new branch] gh/mikaylagawarecki/390/base -> origin/gh/mikaylagawarecki/390/base 2025-12-04T09:36:31.1621431Z * [new branch] gh/mikaylagawarecki/390/head -> origin/gh/mikaylagawarecki/390/head 2025-12-04T09:36:31.1621621Z * [new branch] gh/mikaylagawarecki/390/orig -> origin/gh/mikaylagawarecki/390/orig 2025-12-04T09:36:31.1621821Z * [new branch] gh/mikaylagawarecki/391/base -> origin/gh/mikaylagawarecki/391/base 2025-12-04T09:36:31.1621986Z * [new branch] gh/mikaylagawarecki/391/head -> origin/gh/mikaylagawarecki/391/head 2025-12-04T09:36:31.1622191Z * [new branch] gh/mikaylagawarecki/391/orig -> origin/gh/mikaylagawarecki/391/orig 2025-12-04T09:36:31.1622364Z * [new branch] gh/mikaylagawarecki/392/base -> origin/gh/mikaylagawarecki/392/base 2025-12-04T09:36:31.1622596Z * [new branch] gh/mikaylagawarecki/392/head -> origin/gh/mikaylagawarecki/392/head 2025-12-04T09:36:31.1622761Z * [new branch] gh/mikaylagawarecki/392/orig -> origin/gh/mikaylagawarecki/392/orig 2025-12-04T09:36:31.1622901Z * [new branch] gh/mlazos/41/base -> origin/gh/mlazos/41/base 2025-12-04T09:36:31.1623064Z * [new branch] gh/mlazos/41/head -> origin/gh/mlazos/41/head 2025-12-04T09:36:31.1623225Z * [new branch] gh/mlazos/41/orig -> origin/gh/mlazos/41/orig 2025-12-04T09:36:31.1623392Z * [new branch] gh/mlazos/42/base -> origin/gh/mlazos/42/base 2025-12-04T09:36:31.1623528Z * [new branch] gh/mlazos/42/head -> origin/gh/mlazos/42/head 2025-12-04T09:36:31.1623664Z * [new branch] gh/mlazos/42/orig -> origin/gh/mlazos/42/orig 2025-12-04T09:36:31.1623813Z * [new branch] gh/mlazos/43/base -> origin/gh/mlazos/43/base 2025-12-04T09:36:31.1623996Z * [new branch] gh/mlazos/43/head -> origin/gh/mlazos/43/head 2025-12-04T09:36:31.1624168Z * [new branch] gh/mlazos/43/orig -> origin/gh/mlazos/43/orig 2025-12-04T09:36:31.1624305Z * [new branch] gh/mlazos/44/base -> origin/gh/mlazos/44/base 2025-12-04T09:36:31.1624441Z * [new branch] gh/mlazos/44/head -> origin/gh/mlazos/44/head 2025-12-04T09:36:31.1624612Z * [new branch] gh/mlazos/44/orig -> origin/gh/mlazos/44/orig 2025-12-04T09:36:31.1624744Z * [new branch] gh/mlazos/47/base -> origin/gh/mlazos/47/base 2025-12-04T09:36:31.1624967Z * [new branch] gh/mlazos/47/head -> origin/gh/mlazos/47/head 2025-12-04T09:36:31.1625101Z * [new branch] gh/mlazos/47/orig -> origin/gh/mlazos/47/orig 2025-12-04T09:36:31.1625232Z * [new branch] gh/mlazos/48/base -> origin/gh/mlazos/48/base 2025-12-04T09:36:31.1625398Z * [new branch] gh/mlazos/48/head -> origin/gh/mlazos/48/head 2025-12-04T09:36:31.1625540Z * [new branch] gh/mlazos/48/orig -> origin/gh/mlazos/48/orig 2025-12-04T09:36:31.1625662Z * [new branch] gh/mlazos/49/base -> origin/gh/mlazos/49/base 2025-12-04T09:36:31.1625855Z * [new branch] gh/mlazos/49/head -> origin/gh/mlazos/49/head 2025-12-04T09:36:31.1625988Z * [new branch] gh/mlazos/49/orig -> origin/gh/mlazos/49/orig 2025-12-04T09:36:31.1626153Z * [new branch] gh/mlazos/50/base -> origin/gh/mlazos/50/base 2025-12-04T09:36:31.1626290Z * [new branch] gh/mlazos/50/head -> origin/gh/mlazos/50/head 2025-12-04T09:36:31.1626432Z * [new branch] gh/mlazos/50/orig -> origin/gh/mlazos/50/orig 2025-12-04T09:36:31.1626601Z * [new branch] gh/mlazos/51/base -> origin/gh/mlazos/51/base 2025-12-04T09:36:31.1626748Z * [new branch] gh/mlazos/51/head -> origin/gh/mlazos/51/head 2025-12-04T09:36:31.1626913Z * [new branch] gh/mlazos/51/orig -> origin/gh/mlazos/51/orig 2025-12-04T09:36:31.1627050Z * [new branch] gh/mlazos/52/base -> origin/gh/mlazos/52/base 2025-12-04T09:36:31.1627196Z * [new branch] gh/mlazos/52/head -> origin/gh/mlazos/52/head 2025-12-04T09:36:31.1627347Z * [new branch] gh/mlazos/52/orig -> origin/gh/mlazos/52/orig 2025-12-04T09:36:31.1627548Z * [new branch] gh/mlazos/53/base -> origin/gh/mlazos/53/base 2025-12-04T09:36:31.1627722Z * [new branch] gh/mlazos/53/head -> origin/gh/mlazos/53/head 2025-12-04T09:36:31.1627873Z * [new branch] gh/mlazos/53/orig -> origin/gh/mlazos/53/orig 2025-12-04T09:36:31.1628047Z * [new branch] gh/mlazos/54/base -> origin/gh/mlazos/54/base 2025-12-04T09:36:31.1628324Z * [new branch] gh/mlazos/54/head -> origin/gh/mlazos/54/head 2025-12-04T09:36:31.1628489Z * [new branch] gh/mlazos/54/orig -> origin/gh/mlazos/54/orig 2025-12-04T09:36:31.1628668Z * [new branch] gh/mlazos/55/base -> origin/gh/mlazos/55/base 2025-12-04T09:36:31.1628827Z * [new branch] gh/mlazos/55/head -> origin/gh/mlazos/55/head 2025-12-04T09:36:31.1628970Z * [new branch] gh/mlazos/55/orig -> origin/gh/mlazos/55/orig 2025-12-04T09:36:31.1629141Z * [new branch] gh/mlazos/56/base -> origin/gh/mlazos/56/base 2025-12-04T09:36:31.1629269Z * [new branch] gh/mlazos/56/head -> origin/gh/mlazos/56/head 2025-12-04T09:36:31.1629432Z * [new branch] gh/mlazos/56/orig -> origin/gh/mlazos/56/orig 2025-12-04T09:36:31.1629623Z * [new branch] gh/mlazos/57/base -> origin/gh/mlazos/57/base 2025-12-04T09:36:31.1629766Z * [new branch] gh/mlazos/57/head -> origin/gh/mlazos/57/head 2025-12-04T09:36:31.1629935Z * [new branch] gh/mlazos/57/orig -> origin/gh/mlazos/57/orig 2025-12-04T09:36:31.1630078Z * [new branch] gh/mlazos/58/base -> origin/gh/mlazos/58/base 2025-12-04T09:36:31.1630305Z * [new branch] gh/mlazos/58/head -> origin/gh/mlazos/58/head 2025-12-04T09:36:31.1630523Z * [new branch] gh/mlazos/58/orig -> origin/gh/mlazos/58/orig 2025-12-04T09:36:31.1630676Z * [new branch] gh/mlazos/59/base -> origin/gh/mlazos/59/base 2025-12-04T09:36:31.1630849Z * [new branch] gh/mlazos/59/head -> origin/gh/mlazos/59/head 2025-12-04T09:36:31.1630990Z * [new branch] gh/mlazos/59/orig -> origin/gh/mlazos/59/orig 2025-12-04T09:36:31.1631129Z * [new branch] gh/mlazos/60/base -> origin/gh/mlazos/60/base 2025-12-04T09:36:31.1631318Z * [new branch] gh/mlazos/60/head -> origin/gh/mlazos/60/head 2025-12-04T09:36:31.1631481Z * [new branch] gh/mlazos/60/orig -> origin/gh/mlazos/60/orig 2025-12-04T09:36:31.1631646Z * [new branch] gh/mlazos/61/base -> origin/gh/mlazos/61/base 2025-12-04T09:36:31.1631799Z * [new branch] gh/mlazos/61/head -> origin/gh/mlazos/61/head 2025-12-04T09:36:31.1631939Z * [new branch] gh/mlazos/61/orig -> origin/gh/mlazos/61/orig 2025-12-04T09:36:31.1632098Z * [new branch] gh/mlazos/62/base -> origin/gh/mlazos/62/base 2025-12-04T09:36:31.1632270Z * [new branch] gh/mlazos/62/head -> origin/gh/mlazos/62/head 2025-12-04T09:36:31.1632463Z * [new branch] gh/mlazos/62/orig -> origin/gh/mlazos/62/orig 2025-12-04T09:36:31.1632606Z * [new branch] gh/mlazos/63/base -> origin/gh/mlazos/63/base 2025-12-04T09:36:31.1632749Z * [new branch] gh/mlazos/63/head -> origin/gh/mlazos/63/head 2025-12-04T09:36:31.1632917Z * [new branch] gh/mlazos/63/orig -> origin/gh/mlazos/63/orig 2025-12-04T09:36:31.1633044Z * [new branch] gh/mlazos/64/base -> origin/gh/mlazos/64/base 2025-12-04T09:36:31.1633265Z * [new branch] gh/mlazos/64/head -> origin/gh/mlazos/64/head 2025-12-04T09:36:31.1633409Z * [new branch] gh/mlazos/64/orig -> origin/gh/mlazos/64/orig 2025-12-04T09:36:31.1633595Z * [new branch] gh/mlazos/65/base -> origin/gh/mlazos/65/base 2025-12-04T09:36:31.1633786Z * [new branch] gh/mlazos/65/head -> origin/gh/mlazos/65/head 2025-12-04T09:36:31.1633912Z * [new branch] gh/mlazos/65/orig -> origin/gh/mlazos/65/orig 2025-12-04T09:36:31.1634092Z * [new branch] gh/mlazos/66/base -> origin/gh/mlazos/66/base 2025-12-04T09:36:31.1634315Z * [new branch] gh/mlazos/66/head -> origin/gh/mlazos/66/head 2025-12-04T09:36:31.1634455Z * [new branch] gh/mlazos/66/orig -> origin/gh/mlazos/66/orig 2025-12-04T09:36:31.1634624Z * [new branch] gh/mlazos/67/base -> origin/gh/mlazos/67/base 2025-12-04T09:36:31.1634805Z * [new branch] gh/mlazos/67/head -> origin/gh/mlazos/67/head 2025-12-04T09:36:31.1634932Z * [new branch] gh/mlazos/67/orig -> origin/gh/mlazos/67/orig 2025-12-04T09:36:31.1635137Z * [new branch] gh/mlazos/68/base -> origin/gh/mlazos/68/base 2025-12-04T09:36:31.1635282Z * [new branch] gh/mlazos/68/head -> origin/gh/mlazos/68/head 2025-12-04T09:36:31.1635451Z * [new branch] gh/mlazos/68/orig -> origin/gh/mlazos/68/orig 2025-12-04T09:36:31.1635602Z * [new branch] gh/mlazos/69/base -> origin/gh/mlazos/69/base 2025-12-04T09:36:31.1635743Z * [new branch] gh/mlazos/69/head -> origin/gh/mlazos/69/head 2025-12-04T09:36:31.1635917Z * [new branch] gh/mlazos/69/orig -> origin/gh/mlazos/69/orig 2025-12-04T09:36:31.1636069Z * [new branch] gh/mlazos/70/base -> origin/gh/mlazos/70/base 2025-12-04T09:36:31.1636240Z * [new branch] gh/mlazos/70/head -> origin/gh/mlazos/70/head 2025-12-04T09:36:31.1636382Z * [new branch] gh/mlazos/70/orig -> origin/gh/mlazos/70/orig 2025-12-04T09:36:31.1636535Z * [new branch] gh/mlazos/71/base -> origin/gh/mlazos/71/base 2025-12-04T09:36:31.1636701Z * [new branch] gh/mlazos/71/head -> origin/gh/mlazos/71/head 2025-12-04T09:36:31.1636854Z * [new branch] gh/mlazos/71/orig -> origin/gh/mlazos/71/orig 2025-12-04T09:36:31.1637026Z * [new branch] gh/mlazos/72/base -> origin/gh/mlazos/72/base 2025-12-04T09:36:31.1637165Z * [new branch] gh/mlazos/72/head -> origin/gh/mlazos/72/head 2025-12-04T09:36:31.1637308Z * [new branch] gh/mlazos/72/orig -> origin/gh/mlazos/72/orig 2025-12-04T09:36:31.1637468Z * [new branch] gh/mlazos/73/base -> origin/gh/mlazos/73/base 2025-12-04T09:36:31.1637588Z * [new branch] gh/mlazos/73/head -> origin/gh/mlazos/73/head 2025-12-04T09:36:31.1637736Z * [new branch] gh/mlazos/73/orig -> origin/gh/mlazos/73/orig 2025-12-04T09:36:31.1637918Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-12-04T09:36:31.1638052Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-12-04T09:36:31.1638241Z * [new branch] gh/muchulee8/73/base -> origin/gh/muchulee8/73/base 2025-12-04T09:36:31.1638386Z * [new branch] gh/muchulee8/73/head -> origin/gh/muchulee8/73/head 2025-12-04T09:36:31.1638515Z * [new branch] gh/muchulee8/73/orig -> origin/gh/muchulee8/73/orig 2025-12-04T09:36:31.1638738Z * [new branch] gh/naveenthangudu/1/base -> origin/gh/naveenthangudu/1/base 2025-12-04T09:36:31.1638906Z * [new branch] gh/naveenthangudu/1/head -> origin/gh/naveenthangudu/1/head 2025-12-04T09:36:31.1639098Z * [new branch] gh/naveenthangudu/1/orig -> origin/gh/naveenthangudu/1/orig 2025-12-04T09:36:31.1639304Z * [new branch] gh/naveenthangudu/2/base -> origin/gh/naveenthangudu/2/base 2025-12-04T09:36:31.1639455Z * [new branch] gh/naveenthangudu/2/head -> origin/gh/naveenthangudu/2/head 2025-12-04T09:36:31.1639643Z * [new branch] gh/naveenthangudu/2/orig -> origin/gh/naveenthangudu/2/orig 2025-12-04T09:36:31.1639813Z * [new branch] gh/naveenthangudu/3/base -> origin/gh/naveenthangudu/3/base 2025-12-04T09:36:31.1640050Z * [new branch] gh/naveenthangudu/3/head -> origin/gh/naveenthangudu/3/head 2025-12-04T09:36:31.1640203Z * [new branch] gh/naveenthangudu/3/orig -> origin/gh/naveenthangudu/3/orig 2025-12-04T09:36:31.1640353Z * [new branch] gh/naveenthangudu/4/base -> origin/gh/naveenthangudu/4/base 2025-12-04T09:36:31.1640540Z * [new branch] gh/naveenthangudu/4/head -> origin/gh/naveenthangudu/4/head 2025-12-04T09:36:31.1640720Z * [new branch] gh/naveenthangudu/4/orig -> origin/gh/naveenthangudu/4/orig 2025-12-04T09:36:31.1640899Z * [new branch] gh/naveenthangudu/5/base -> origin/gh/naveenthangudu/5/base 2025-12-04T09:36:31.1641050Z * [new branch] gh/naveenthangudu/5/head -> origin/gh/naveenthangudu/5/head 2025-12-04T09:36:31.1641204Z * [new branch] gh/naveenthangudu/5/orig -> origin/gh/naveenthangudu/5/orig 2025-12-04T09:36:31.1641372Z * [new branch] gh/naveenthangudu/6/base -> origin/gh/naveenthangudu/6/base 2025-12-04T09:36:31.1641543Z * [new branch] gh/naveenthangudu/6/head -> origin/gh/naveenthangudu/6/head 2025-12-04T09:36:31.1641740Z * [new branch] gh/naveenthangudu/6/orig -> origin/gh/naveenthangudu/6/orig 2025-12-04T09:36:31.1641889Z * [new branch] gh/naveenthangudu/7/base -> origin/gh/naveenthangudu/7/base 2025-12-04T09:36:31.1642041Z * [new branch] gh/naveenthangudu/7/head -> origin/gh/naveenthangudu/7/head 2025-12-04T09:36:31.1642227Z * [new branch] gh/naveenthangudu/7/orig -> origin/gh/naveenthangudu/7/orig 2025-12-04T09:36:31.1642366Z * [new branch] gh/naveenthangudu/8/base -> origin/gh/naveenthangudu/8/base 2025-12-04T09:36:31.1642589Z * [new branch] gh/naveenthangudu/8/head -> origin/gh/naveenthangudu/8/head 2025-12-04T09:36:31.1642872Z * [new branch] gh/naveenthangudu/8/orig -> origin/gh/naveenthangudu/8/orig 2025-12-04T09:36:31.1643027Z * [new branch] gh/naveenthangudu/9/base -> origin/gh/naveenthangudu/9/base 2025-12-04T09:36:31.1643213Z * [new branch] gh/naveenthangudu/9/head -> origin/gh/naveenthangudu/9/head 2025-12-04T09:36:31.1643379Z * [new branch] gh/naveenthangudu/9/orig -> origin/gh/naveenthangudu/9/orig 2025-12-04T09:36:31.1643605Z * [new branch] gh/nikitaved/1/base -> origin/gh/nikitaved/1/base 2025-12-04T09:36:31.1643771Z * [new branch] gh/nikitaved/1/head -> origin/gh/nikitaved/1/head 2025-12-04T09:36:31.1643921Z * [new branch] gh/nikitaved/1/orig -> origin/gh/nikitaved/1/orig 2025-12-04T09:36:31.1644100Z * [new branch] gh/nikitaved/10/base -> origin/gh/nikitaved/10/base 2025-12-04T09:36:31.1644243Z * [new branch] gh/nikitaved/10/head -> origin/gh/nikitaved/10/head 2025-12-04T09:36:31.1644416Z * [new branch] gh/nikitaved/10/orig -> origin/gh/nikitaved/10/orig 2025-12-04T09:36:31.1644613Z * [new branch] gh/nikitaved/11/base -> origin/gh/nikitaved/11/base 2025-12-04T09:36:31.1644752Z * [new branch] gh/nikitaved/11/head -> origin/gh/nikitaved/11/head 2025-12-04T09:36:31.1644949Z * [new branch] gh/nikitaved/11/orig -> origin/gh/nikitaved/11/orig 2025-12-04T09:36:31.1645088Z * [new branch] gh/nikitaved/12/base -> origin/gh/nikitaved/12/base 2025-12-04T09:36:31.1645216Z * [new branch] gh/nikitaved/12/head -> origin/gh/nikitaved/12/head 2025-12-04T09:36:31.1645466Z * [new branch] gh/nikitaved/12/orig -> origin/gh/nikitaved/12/orig 2025-12-04T09:36:31.1645609Z * [new branch] gh/nikitaved/13/base -> origin/gh/nikitaved/13/base 2025-12-04T09:36:31.1645775Z * [new branch] gh/nikitaved/13/head -> origin/gh/nikitaved/13/head 2025-12-04T09:36:31.1645917Z * [new branch] gh/nikitaved/13/orig -> origin/gh/nikitaved/13/orig 2025-12-04T09:36:31.1646125Z * [new branch] gh/nikitaved/14/base -> origin/gh/nikitaved/14/base 2025-12-04T09:36:31.1646310Z * [new branch] gh/nikitaved/14/head -> origin/gh/nikitaved/14/head 2025-12-04T09:36:31.1646465Z * [new branch] gh/nikitaved/14/orig -> origin/gh/nikitaved/14/orig 2025-12-04T09:36:31.1646631Z * [new branch] gh/nikitaved/15/base -> origin/gh/nikitaved/15/base 2025-12-04T09:36:31.1646776Z * [new branch] gh/nikitaved/15/head -> origin/gh/nikitaved/15/head 2025-12-04T09:36:31.1646926Z * [new branch] gh/nikitaved/15/orig -> origin/gh/nikitaved/15/orig 2025-12-04T09:36:31.1647079Z * [new branch] gh/nikitaved/16/base -> origin/gh/nikitaved/16/base 2025-12-04T09:36:31.1647232Z * [new branch] gh/nikitaved/16/head -> origin/gh/nikitaved/16/head 2025-12-04T09:36:31.1647414Z * [new branch] gh/nikitaved/16/orig -> origin/gh/nikitaved/16/orig 2025-12-04T09:36:31.1647573Z * [new branch] gh/nikitaved/2/base -> origin/gh/nikitaved/2/base 2025-12-04T09:36:31.1647730Z * [new branch] gh/nikitaved/2/head -> origin/gh/nikitaved/2/head 2025-12-04T09:36:31.1647890Z * [new branch] gh/nikitaved/2/orig -> origin/gh/nikitaved/2/orig 2025-12-04T09:36:31.1648046Z * [new branch] gh/nikitaved/4/base -> origin/gh/nikitaved/4/base 2025-12-04T09:36:31.1648225Z * [new branch] gh/nikitaved/4/head -> origin/gh/nikitaved/4/head 2025-12-04T09:36:31.1648366Z * [new branch] gh/nikitaved/4/orig -> origin/gh/nikitaved/4/orig 2025-12-04T09:36:31.1648507Z * [new branch] gh/nikitaved/5/base -> origin/gh/nikitaved/5/base 2025-12-04T09:36:31.1648688Z * [new branch] gh/nikitaved/5/head -> origin/gh/nikitaved/5/head 2025-12-04T09:36:31.1648816Z * [new branch] gh/nikitaved/5/orig -> origin/gh/nikitaved/5/orig 2025-12-04T09:36:31.1648969Z * [new branch] gh/nikitaved/6/base -> origin/gh/nikitaved/6/base 2025-12-04T09:36:31.1649150Z * [new branch] gh/nikitaved/6/head -> origin/gh/nikitaved/6/head 2025-12-04T09:36:31.1649291Z * [new branch] gh/nikitaved/6/orig -> origin/gh/nikitaved/6/orig 2025-12-04T09:36:31.1649469Z * [new branch] gh/nikitaved/8/base -> origin/gh/nikitaved/8/base 2025-12-04T09:36:31.1649612Z * [new branch] gh/nikitaved/8/head -> origin/gh/nikitaved/8/head 2025-12-04T09:36:31.1649740Z * [new branch] gh/nikitaved/8/orig -> origin/gh/nikitaved/8/orig 2025-12-04T09:36:31.1649940Z * [new branch] gh/nikitaved/9/base -> origin/gh/nikitaved/9/base 2025-12-04T09:36:31.1650080Z * [new branch] gh/nikitaved/9/head -> origin/gh/nikitaved/9/head 2025-12-04T09:36:31.1650256Z * [new branch] gh/nikitaved/9/orig -> origin/gh/nikitaved/9/orig 2025-12-04T09:36:31.1650393Z * [new branch] gh/oulgen/10/base -> origin/gh/oulgen/10/base 2025-12-04T09:36:31.1650529Z * [new branch] gh/oulgen/10/head -> origin/gh/oulgen/10/head 2025-12-04T09:36:31.1650701Z * [new branch] gh/oulgen/10/orig -> origin/gh/oulgen/10/orig 2025-12-04T09:36:31.1650846Z * [new branch] gh/oulgen/11/base -> origin/gh/oulgen/11/base 2025-12-04T09:36:31.1651060Z * [new branch] gh/oulgen/11/head -> origin/gh/oulgen/11/head 2025-12-04T09:36:31.1651196Z * [new branch] gh/oulgen/11/orig -> origin/gh/oulgen/11/orig 2025-12-04T09:36:31.1651331Z * [new branch] gh/oulgen/12/base -> origin/gh/oulgen/12/base 2025-12-04T09:36:31.1651478Z * [new branch] gh/oulgen/12/head -> origin/gh/oulgen/12/head 2025-12-04T09:36:31.1651670Z * [new branch] gh/oulgen/12/orig -> origin/gh/oulgen/12/orig 2025-12-04T09:36:31.1651847Z * [new branch] gh/oulgen/13/base -> origin/gh/oulgen/13/base 2025-12-04T09:36:31.1651986Z * [new branch] gh/oulgen/13/head -> origin/gh/oulgen/13/head 2025-12-04T09:36:31.1652118Z * [new branch] gh/oulgen/13/orig -> origin/gh/oulgen/13/orig 2025-12-04T09:36:31.1652268Z * [new branch] gh/oulgen/14/base -> origin/gh/oulgen/14/base 2025-12-04T09:36:31.1652422Z * [new branch] gh/oulgen/14/head -> origin/gh/oulgen/14/head 2025-12-04T09:36:31.1652605Z * [new branch] gh/oulgen/14/orig -> origin/gh/oulgen/14/orig 2025-12-04T09:36:31.1652736Z * [new branch] gh/oulgen/15/base -> origin/gh/oulgen/15/base 2025-12-04T09:36:31.1652870Z * [new branch] gh/oulgen/15/head -> origin/gh/oulgen/15/head 2025-12-04T09:36:31.1653037Z * [new branch] gh/oulgen/15/orig -> origin/gh/oulgen/15/orig 2025-12-04T09:36:31.1653155Z * [new branch] gh/oulgen/16/base -> origin/gh/oulgen/16/base 2025-12-04T09:36:31.1653334Z * [new branch] gh/oulgen/16/head -> origin/gh/oulgen/16/head 2025-12-04T09:36:31.1653514Z * [new branch] gh/oulgen/16/orig -> origin/gh/oulgen/16/orig 2025-12-04T09:36:31.1653647Z * [new branch] gh/oulgen/17/base -> origin/gh/oulgen/17/base 2025-12-04T09:36:31.1653810Z * [new branch] gh/oulgen/17/head -> origin/gh/oulgen/17/head 2025-12-04T09:36:31.1653942Z * [new branch] gh/oulgen/17/orig -> origin/gh/oulgen/17/orig 2025-12-04T09:36:31.1654065Z * [new branch] gh/oulgen/18/base -> origin/gh/oulgen/18/base 2025-12-04T09:36:31.1654267Z * [new branch] gh/oulgen/18/head -> origin/gh/oulgen/18/head 2025-12-04T09:36:31.1654403Z * [new branch] gh/oulgen/18/orig -> origin/gh/oulgen/18/orig 2025-12-04T09:36:31.1654566Z * [new branch] gh/oulgen/19/base -> origin/gh/oulgen/19/base 2025-12-04T09:36:31.1654697Z * [new branch] gh/oulgen/19/head -> origin/gh/oulgen/19/head 2025-12-04T09:36:31.1654864Z * [new branch] gh/oulgen/19/orig -> origin/gh/oulgen/19/orig 2025-12-04T09:36:31.1655046Z * [new branch] gh/oulgen/20/base -> origin/gh/oulgen/20/base 2025-12-04T09:36:31.1655194Z * [new branch] gh/oulgen/20/head -> origin/gh/oulgen/20/head 2025-12-04T09:36:31.1655359Z * [new branch] gh/oulgen/20/orig -> origin/gh/oulgen/20/orig 2025-12-04T09:36:31.1655493Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-12-04T09:36:31.1655640Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-12-04T09:36:31.1655814Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-12-04T09:36:31.1655972Z * [new branch] gh/oulgen/22/base -> origin/gh/oulgen/22/base 2025-12-04T09:36:31.1656135Z * [new branch] gh/oulgen/22/head -> origin/gh/oulgen/22/head 2025-12-04T09:36:31.1656273Z * [new branch] gh/oulgen/22/orig -> origin/gh/oulgen/22/orig 2025-12-04T09:36:31.1656407Z * [new branch] gh/oulgen/23/base -> origin/gh/oulgen/23/base 2025-12-04T09:36:31.1656630Z * [new branch] gh/oulgen/23/head -> origin/gh/oulgen/23/head 2025-12-04T09:36:31.1656798Z * [new branch] gh/oulgen/23/orig -> origin/gh/oulgen/23/orig 2025-12-04T09:36:31.1656945Z * [new branch] gh/oulgen/24/base -> origin/gh/oulgen/24/base 2025-12-04T09:36:31.1657107Z * [new branch] gh/oulgen/24/head -> origin/gh/oulgen/24/head 2025-12-04T09:36:31.1657290Z * [new branch] gh/oulgen/24/orig -> origin/gh/oulgen/24/orig 2025-12-04T09:36:31.1657461Z * [new branch] gh/oulgen/25/base -> origin/gh/oulgen/25/base 2025-12-04T09:36:31.1657582Z * [new branch] gh/oulgen/25/head -> origin/gh/oulgen/25/head 2025-12-04T09:36:31.1657743Z * [new branch] gh/oulgen/25/orig -> origin/gh/oulgen/25/orig 2025-12-04T09:36:31.1657917Z * [new branch] gh/oulgen/26/base -> origin/gh/oulgen/26/base 2025-12-04T09:36:31.1658053Z * [new branch] gh/oulgen/26/head -> origin/gh/oulgen/26/head 2025-12-04T09:36:31.1658229Z * [new branch] gh/oulgen/26/orig -> origin/gh/oulgen/26/orig 2025-12-04T09:36:31.1658374Z * [new branch] gh/oulgen/4/base -> origin/gh/oulgen/4/base 2025-12-04T09:36:31.1658509Z * [new branch] gh/oulgen/4/head -> origin/gh/oulgen/4/head 2025-12-04T09:36:31.1658719Z * [new branch] gh/oulgen/4/orig -> origin/gh/oulgen/4/orig 2025-12-04T09:36:31.1658851Z * [new branch] gh/oulgen/7/base -> origin/gh/oulgen/7/base 2025-12-04T09:36:31.1659023Z * [new branch] gh/oulgen/7/head -> origin/gh/oulgen/7/head 2025-12-04T09:36:31.1659156Z * [new branch] gh/oulgen/7/orig -> origin/gh/oulgen/7/orig 2025-12-04T09:36:31.1659287Z * [new branch] gh/oulgen/8/base -> origin/gh/oulgen/8/base 2025-12-04T09:36:31.1659470Z * [new branch] gh/oulgen/8/head -> origin/gh/oulgen/8/head 2025-12-04T09:36:31.1659625Z * [new branch] gh/oulgen/8/orig -> origin/gh/oulgen/8/orig 2025-12-04T09:36:31.1659790Z * [new branch] gh/oulgen/9/base -> origin/gh/oulgen/9/base 2025-12-04T09:36:31.1659932Z * [new branch] gh/oulgen/9/head -> origin/gh/oulgen/9/head 2025-12-04T09:36:31.1660068Z * [new branch] gh/oulgen/9/orig -> origin/gh/oulgen/9/orig 2025-12-04T09:36:31.1660304Z * [new branch] gh/patvig/mtia-serialization -> origin/gh/patvig/mtia-serialization 2025-12-04T09:36:31.1660457Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-12-04T09:36:31.1660623Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-12-04T09:36:31.1660766Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-12-04T09:36:31.1660907Z * [new branch] gh/pearu/109/base -> origin/gh/pearu/109/base 2025-12-04T09:36:31.1661058Z * [new branch] gh/pearu/109/head -> origin/gh/pearu/109/head 2025-12-04T09:36:31.1661212Z * [new branch] gh/pearu/109/orig -> origin/gh/pearu/109/orig 2025-12-04T09:36:31.1661359Z * [new branch] gh/pearu/110/base -> origin/gh/pearu/110/base 2025-12-04T09:36:31.1661525Z * [new branch] gh/pearu/110/head -> origin/gh/pearu/110/head 2025-12-04T09:36:31.1661669Z * [new branch] gh/pearu/110/orig -> origin/gh/pearu/110/orig 2025-12-04T09:36:31.1661836Z * [new branch] gh/pearu/111/base -> origin/gh/pearu/111/base 2025-12-04T09:36:31.1661957Z * [new branch] gh/pearu/111/head -> origin/gh/pearu/111/head 2025-12-04T09:36:31.1662110Z * [new branch] gh/pearu/111/orig -> origin/gh/pearu/111/orig 2025-12-04T09:36:31.1662340Z * [new branch] gh/pearu/112/base -> origin/gh/pearu/112/base 2025-12-04T09:36:31.1662475Z * [new branch] gh/pearu/112/head -> origin/gh/pearu/112/head 2025-12-04T09:36:31.1662645Z * [new branch] gh/pearu/112/orig -> origin/gh/pearu/112/orig 2025-12-04T09:36:31.1662782Z * [new branch] gh/pearu/115/base -> origin/gh/pearu/115/base 2025-12-04T09:36:31.1662943Z * [new branch] gh/pearu/115/head -> origin/gh/pearu/115/head 2025-12-04T09:36:31.1663161Z * [new branch] gh/pearu/115/orig -> origin/gh/pearu/115/orig 2025-12-04T09:36:31.1663296Z * [new branch] gh/pearu/116/base -> origin/gh/pearu/116/base 2025-12-04T09:36:31.1663463Z * [new branch] gh/pearu/116/head -> origin/gh/pearu/116/head 2025-12-04T09:36:31.1663601Z * [new branch] gh/pearu/116/orig -> origin/gh/pearu/116/orig 2025-12-04T09:36:31.1663738Z * [new branch] gh/pearu/117/base -> origin/gh/pearu/117/base 2025-12-04T09:36:31.1663907Z * [new branch] gh/pearu/117/head -> origin/gh/pearu/117/head 2025-12-04T09:36:31.1664060Z * [new branch] gh/pearu/117/orig -> origin/gh/pearu/117/orig 2025-12-04T09:36:31.1664224Z * [new branch] gh/pearu/118/base -> origin/gh/pearu/118/base 2025-12-04T09:36:31.1664368Z * [new branch] gh/pearu/118/head -> origin/gh/pearu/118/head 2025-12-04T09:36:31.1664504Z * [new branch] gh/pearu/118/orig -> origin/gh/pearu/118/orig 2025-12-04T09:36:31.1664678Z * [new branch] gh/pearu/119/base -> origin/gh/pearu/119/base 2025-12-04T09:36:31.1664875Z * [new branch] gh/pearu/119/head -> origin/gh/pearu/119/head 2025-12-04T09:36:31.1665013Z * [new branch] gh/pearu/119/orig -> origin/gh/pearu/119/orig 2025-12-04T09:36:31.1665181Z * [new branch] gh/pearu/139/base -> origin/gh/pearu/139/base 2025-12-04T09:36:31.1665320Z * [new branch] gh/pearu/139/head -> origin/gh/pearu/139/head 2025-12-04T09:36:31.1665470Z * [new branch] gh/pearu/139/orig -> origin/gh/pearu/139/orig 2025-12-04T09:36:31.1665623Z * [new branch] gh/pearu/140/base -> origin/gh/pearu/140/base 2025-12-04T09:36:31.1665780Z * [new branch] gh/pearu/140/head -> origin/gh/pearu/140/head 2025-12-04T09:36:31.1665945Z * [new branch] gh/pearu/140/orig -> origin/gh/pearu/140/orig 2025-12-04T09:36:31.1666080Z * [new branch] gh/pearu/142/base -> origin/gh/pearu/142/base 2025-12-04T09:36:31.1666243Z * [new branch] gh/pearu/142/head -> origin/gh/pearu/142/head 2025-12-04T09:36:31.1666364Z * [new branch] gh/pearu/142/orig -> origin/gh/pearu/142/orig 2025-12-04T09:36:31.1666518Z * [new branch] gh/pearu/143/base -> origin/gh/pearu/143/base 2025-12-04T09:36:31.1666695Z * [new branch] gh/pearu/143/head -> origin/gh/pearu/143/head 2025-12-04T09:36:31.1666830Z * [new branch] gh/pearu/143/orig -> origin/gh/pearu/143/orig 2025-12-04T09:36:31.1666999Z * [new branch] gh/pearu/147/base -> origin/gh/pearu/147/base 2025-12-04T09:36:31.1667134Z * [new branch] gh/pearu/147/head -> origin/gh/pearu/147/head 2025-12-04T09:36:31.1667257Z * [new branch] gh/pearu/147/orig -> origin/gh/pearu/147/orig 2025-12-04T09:36:31.1667467Z * [new branch] gh/pearu/149/base -> origin/gh/pearu/149/base 2025-12-04T09:36:31.1667604Z * [new branch] gh/pearu/149/head -> origin/gh/pearu/149/head 2025-12-04T09:36:31.1667762Z * [new branch] gh/pearu/149/orig -> origin/gh/pearu/149/orig 2025-12-04T09:36:31.1667952Z * [new branch] gh/pearu/150/base -> origin/gh/pearu/150/base 2025-12-04T09:36:31.1668100Z * [new branch] gh/pearu/150/head -> origin/gh/pearu/150/head 2025-12-04T09:36:31.1668271Z * [new branch] gh/pearu/150/orig -> origin/gh/pearu/150/orig 2025-12-04T09:36:31.1668414Z * [new branch] gh/pearu/151/base -> origin/gh/pearu/151/base 2025-12-04T09:36:31.1668638Z * [new branch] gh/pearu/151/head -> origin/gh/pearu/151/head 2025-12-04T09:36:31.1668774Z * [new branch] gh/pearu/151/orig -> origin/gh/pearu/151/orig 2025-12-04T09:36:31.1668919Z * [new branch] gh/pearu/152/base -> origin/gh/pearu/152/base 2025-12-04T09:36:31.1669096Z * [new branch] gh/pearu/152/head -> origin/gh/pearu/152/head 2025-12-04T09:36:31.1669246Z * [new branch] gh/pearu/152/orig -> origin/gh/pearu/152/orig 2025-12-04T09:36:31.1669385Z * [new branch] gh/pearu/153/base -> origin/gh/pearu/153/base 2025-12-04T09:36:31.1669552Z * [new branch] gh/pearu/153/head -> origin/gh/pearu/153/head 2025-12-04T09:36:31.1669698Z * [new branch] gh/pearu/153/orig -> origin/gh/pearu/153/orig 2025-12-04T09:36:31.1669852Z * [new branch] gh/pearu/154/base -> origin/gh/pearu/154/base 2025-12-04T09:36:31.1670003Z * [new branch] gh/pearu/154/head -> origin/gh/pearu/154/head 2025-12-04T09:36:31.1670151Z * [new branch] gh/pearu/154/orig -> origin/gh/pearu/154/orig 2025-12-04T09:36:31.1670392Z * [new branch] gh/pearu/155/base -> origin/gh/pearu/155/base 2025-12-04T09:36:31.1670535Z * [new branch] gh/pearu/155/head -> origin/gh/pearu/155/head 2025-12-04T09:36:31.1670729Z * [new branch] gh/pearu/155/orig -> origin/gh/pearu/155/orig 2025-12-04T09:36:31.1670859Z * [new branch] gh/pearu/156/base -> origin/gh/pearu/156/base 2025-12-04T09:36:31.1671027Z * [new branch] gh/pearu/156/head -> origin/gh/pearu/156/head 2025-12-04T09:36:31.1671209Z * [new branch] gh/pearu/156/orig -> origin/gh/pearu/156/orig 2025-12-04T09:36:31.1671349Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-12-04T09:36:31.1671533Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-12-04T09:36:31.1671674Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-12-04T09:36:31.1671800Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-12-04T09:36:31.1672015Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-12-04T09:36:31.1672155Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-12-04T09:36:31.1672378Z * [new branch] gh/pianpwk/21/base -> origin/gh/pianpwk/21/base 2025-12-04T09:36:31.1672534Z * [new branch] gh/pianpwk/21/head -> origin/gh/pianpwk/21/head 2025-12-04T09:36:31.1672669Z * [new branch] gh/pianpwk/28/base -> origin/gh/pianpwk/28/base 2025-12-04T09:36:31.1672880Z * [new branch] gh/pianpwk/28/head -> origin/gh/pianpwk/28/head 2025-12-04T09:36:31.1673028Z * [new branch] gh/pianpwk/28/orig -> origin/gh/pianpwk/28/orig 2025-12-04T09:36:31.1673212Z * [new branch] gh/pianpwk/29/base -> origin/gh/pianpwk/29/base 2025-12-04T09:36:31.1673359Z * [new branch] gh/pianpwk/29/head -> origin/gh/pianpwk/29/head 2025-12-04T09:36:31.1673502Z * [new branch] gh/pianpwk/29/orig -> origin/gh/pianpwk/29/orig 2025-12-04T09:36:31.1673680Z * [new branch] gh/pianpwk/30/base -> origin/gh/pianpwk/30/base 2025-12-04T09:36:31.1673883Z * [new branch] gh/pianpwk/30/head -> origin/gh/pianpwk/30/head 2025-12-04T09:36:31.1674039Z * [new branch] gh/pianpwk/30/orig -> origin/gh/pianpwk/30/orig 2025-12-04T09:36:31.1674218Z * [new branch] gh/pianpwk/31/base -> origin/gh/pianpwk/31/base 2025-12-04T09:36:31.1674362Z * [new branch] gh/pianpwk/31/head -> origin/gh/pianpwk/31/head 2025-12-04T09:36:31.1674562Z * [new branch] gh/pianpwk/31/orig -> origin/gh/pianpwk/31/orig 2025-12-04T09:36:31.1674728Z * [new branch] gh/pianpwk/32/base -> origin/gh/pianpwk/32/base 2025-12-04T09:36:31.1674940Z * [new branch] gh/pianpwk/32/head -> origin/gh/pianpwk/32/head 2025-12-04T09:36:31.1675114Z * [new branch] gh/pianpwk/32/orig -> origin/gh/pianpwk/32/orig 2025-12-04T09:36:31.1675263Z * [new branch] gh/pianpwk/33/base -> origin/gh/pianpwk/33/base 2025-12-04T09:36:31.1675436Z * [new branch] gh/pianpwk/33/head -> origin/gh/pianpwk/33/head 2025-12-04T09:36:31.1675569Z * [new branch] gh/pianpwk/33/orig -> origin/gh/pianpwk/33/orig 2025-12-04T09:36:31.1675729Z * [new branch] gh/pianpwk/34/base -> origin/gh/pianpwk/34/base 2025-12-04T09:36:31.1675929Z * [new branch] gh/pianpwk/34/head -> origin/gh/pianpwk/34/head 2025-12-04T09:36:31.1676075Z * [new branch] gh/pianpwk/34/orig -> origin/gh/pianpwk/34/orig 2025-12-04T09:36:31.1676250Z * [new branch] gh/pianpwk/35/base -> origin/gh/pianpwk/35/base 2025-12-04T09:36:31.1676396Z * [new branch] gh/pianpwk/35/head -> origin/gh/pianpwk/35/head 2025-12-04T09:36:31.1676529Z * [new branch] gh/pianpwk/35/orig -> origin/gh/pianpwk/35/orig 2025-12-04T09:36:31.1676776Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-12-04T09:36:31.1676916Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-12-04T09:36:31.1677085Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-12-04T09:36:31.1677223Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-12-04T09:36:31.1677347Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-12-04T09:36:31.1677558Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-12-04T09:36:31.1677690Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-12-04T09:36:31.1677854Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-12-04T09:36:31.1677988Z * [new branch] gh/rec/164/base -> origin/gh/rec/164/base 2025-12-04T09:36:31.1678123Z * [new branch] gh/rec/164/head -> origin/gh/rec/164/head 2025-12-04T09:36:31.1678296Z * [new branch] gh/rec/164/orig -> origin/gh/rec/164/orig 2025-12-04T09:36:31.1678450Z * [new branch] gh/rec/166/base -> origin/gh/rec/166/base 2025-12-04T09:36:31.1678583Z * [new branch] gh/rec/166/head -> origin/gh/rec/166/head 2025-12-04T09:36:31.1678750Z * [new branch] gh/rec/166/orig -> origin/gh/rec/166/orig 2025-12-04T09:36:31.1678885Z * [new branch] gh/rec/167/base -> origin/gh/rec/167/base 2025-12-04T09:36:31.1679037Z * [new branch] gh/rec/167/head -> origin/gh/rec/167/head 2025-12-04T09:36:31.1679196Z * [new branch] gh/rec/167/orig -> origin/gh/rec/167/orig 2025-12-04T09:36:31.1679342Z * [new branch] gh/rec/168/base -> origin/gh/rec/168/base 2025-12-04T09:36:31.1679526Z * [new branch] gh/rec/168/head -> origin/gh/rec/168/head 2025-12-04T09:36:31.1679705Z * [new branch] gh/rec/168/orig -> origin/gh/rec/168/orig 2025-12-04T09:36:31.1679874Z * [new branch] gh/rec/169/base -> origin/gh/rec/169/base 2025-12-04T09:36:31.1679993Z * [new branch] gh/rec/169/head -> origin/gh/rec/169/head 2025-12-04T09:36:31.1680144Z * [new branch] gh/rec/169/orig -> origin/gh/rec/169/orig 2025-12-04T09:36:31.1680382Z * [new branch] gh/rec/170/base -> origin/gh/rec/170/base 2025-12-04T09:36:31.1680511Z * [new branch] gh/rec/170/head -> origin/gh/rec/170/head 2025-12-04T09:36:31.1680681Z * [new branch] gh/rec/170/orig -> origin/gh/rec/170/orig 2025-12-04T09:36:31.1680799Z * [new branch] gh/rec/171/base -> origin/gh/rec/171/base 2025-12-04T09:36:31.1680952Z * [new branch] gh/rec/171/head -> origin/gh/rec/171/head 2025-12-04T09:36:31.1681122Z * [new branch] gh/rec/171/orig -> origin/gh/rec/171/orig 2025-12-04T09:36:31.1681276Z * [new branch] gh/rec/172/base -> origin/gh/rec/172/base 2025-12-04T09:36:31.1681443Z * [new branch] gh/rec/172/head -> origin/gh/rec/172/head 2025-12-04T09:36:31.1681575Z * [new branch] gh/rec/172/orig -> origin/gh/rec/172/orig 2025-12-04T09:36:31.1681692Z * [new branch] gh/rec/173/base -> origin/gh/rec/173/base 2025-12-04T09:36:31.1681879Z * [new branch] gh/rec/173/head -> origin/gh/rec/173/head 2025-12-04T09:36:31.1682006Z * [new branch] gh/rec/173/orig -> origin/gh/rec/173/orig 2025-12-04T09:36:31.1682135Z * [new branch] gh/rec/174/base -> origin/gh/rec/174/base 2025-12-04T09:36:31.1682305Z * [new branch] gh/rec/174/head -> origin/gh/rec/174/head 2025-12-04T09:36:31.1682437Z * [new branch] gh/rec/174/orig -> origin/gh/rec/174/orig 2025-12-04T09:36:31.1682596Z * [new branch] gh/rec/175/base -> origin/gh/rec/175/base 2025-12-04T09:36:31.1682737Z * [new branch] gh/rec/175/head -> origin/gh/rec/175/head 2025-12-04T09:36:31.1682865Z * [new branch] gh/rec/175/orig -> origin/gh/rec/175/orig 2025-12-04T09:36:31.1683033Z * [new branch] gh/rec/176/base -> origin/gh/rec/176/base 2025-12-04T09:36:31.1683167Z * [new branch] gh/rec/176/head -> origin/gh/rec/176/head 2025-12-04T09:36:31.1683311Z * [new branch] gh/rec/176/orig -> origin/gh/rec/176/orig 2025-12-04T09:36:31.1683463Z * [new branch] gh/rec/177/base -> origin/gh/rec/177/base 2025-12-04T09:36:31.1683600Z * [new branch] gh/rec/177/head -> origin/gh/rec/177/head 2025-12-04T09:36:31.1683780Z * [new branch] gh/rec/177/orig -> origin/gh/rec/177/orig 2025-12-04T09:36:31.1683987Z * [new branch] gh/robert-hardwick/3/base -> origin/gh/robert-hardwick/3/base 2025-12-04T09:36:31.1684217Z * [new branch] gh/robert-hardwick/3/head -> origin/gh/robert-hardwick/3/head 2025-12-04T09:36:31.1684436Z * [new branch] gh/robert-hardwick/3/orig -> origin/gh/robert-hardwick/3/orig 2025-12-04T09:36:31.1684772Z * [new branch] gh/robert-hardwick/4/base -> origin/gh/robert-hardwick/4/base 2025-12-04T09:36:31.1685031Z * [new branch] gh/robert-hardwick/4/head -> origin/gh/robert-hardwick/4/head 2025-12-04T09:36:31.1685222Z * [new branch] gh/robert-hardwick/4/orig -> origin/gh/robert-hardwick/4/orig 2025-12-04T09:36:31.1685437Z * [new branch] gh/robert-hardwick/5/base -> origin/gh/robert-hardwick/5/base 2025-12-04T09:36:31.1685604Z * [new branch] gh/robert-hardwick/5/head -> origin/gh/robert-hardwick/5/head 2025-12-04T09:36:31.1685881Z * [new branch] gh/robert-hardwick/5/orig -> origin/gh/robert-hardwick/5/orig 2025-12-04T09:36:31.1686119Z * [new branch] gh/robert-hardwick/6/base -> origin/gh/robert-hardwick/6/base 2025-12-04T09:36:31.1686297Z * [new branch] gh/robert-hardwick/6/head -> origin/gh/robert-hardwick/6/head 2025-12-04T09:36:31.1686526Z * [new branch] gh/robert-hardwick/6/orig -> origin/gh/robert-hardwick/6/orig 2025-12-04T09:36:31.1686682Z * [new branch] gh/robert-hardwick/7/base -> origin/gh/robert-hardwick/7/base 2025-12-04T09:36:31.1686822Z * [new branch] gh/robert-hardwick/7/head -> origin/gh/robert-hardwick/7/head 2025-12-04T09:36:31.1687066Z * [new branch] gh/robert-hardwick/7/orig -> origin/gh/robert-hardwick/7/orig 2025-12-04T09:36:31.1687219Z * [new branch] gh/robert-hardwick/8/base -> origin/gh/robert-hardwick/8/base 2025-12-04T09:36:31.1687403Z * [new branch] gh/robert-hardwick/8/head -> origin/gh/robert-hardwick/8/head 2025-12-04T09:36:31.1687555Z * [new branch] gh/robert-hardwick/8/orig -> origin/gh/robert-hardwick/8/orig 2025-12-04T09:36:31.1687708Z * [new branch] gh/robert-hardwick/9/base -> origin/gh/robert-hardwick/9/base 2025-12-04T09:36:31.1687993Z * [new branch] gh/robert-hardwick/9/head -> origin/gh/robert-hardwick/9/head 2025-12-04T09:36:31.1688172Z * [new branch] gh/robert-hardwick/9/orig -> origin/gh/robert-hardwick/9/orig 2025-12-04T09:36:31.1688337Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-12-04T09:36:31.1688474Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-12-04T09:36:31.1688618Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-12-04T09:36:31.1688805Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-12-04T09:36:31.1688973Z * [new branch] gh/rtimpe/22/base -> origin/gh/rtimpe/22/base 2025-12-04T09:36:31.1689140Z * [new branch] gh/rtimpe/22/head -> origin/gh/rtimpe/22/head 2025-12-04T09:36:31.1689276Z * [new branch] gh/rtimpe/22/orig -> origin/gh/rtimpe/22/orig 2025-12-04T09:36:31.1689413Z * [new branch] gh/rtimpe/23/base -> origin/gh/rtimpe/23/base 2025-12-04T09:36:31.1689566Z * [new branch] gh/rtimpe/23/head -> origin/gh/rtimpe/23/head 2025-12-04T09:36:31.1689723Z * [new branch] gh/rtimpe/23/orig -> origin/gh/rtimpe/23/orig 2025-12-04T09:36:31.1689878Z * [new branch] gh/rtimpe/24/base -> origin/gh/rtimpe/24/base 2025-12-04T09:36:31.1690039Z * [new branch] gh/rtimpe/24/head -> origin/gh/rtimpe/24/head 2025-12-04T09:36:31.1690173Z * [new branch] gh/rtimpe/24/orig -> origin/gh/rtimpe/24/orig 2025-12-04T09:36:31.1690336Z * [new branch] gh/rtimpe/25/base -> origin/gh/rtimpe/25/base 2025-12-04T09:36:31.1690457Z * [new branch] gh/rtimpe/25/head -> origin/gh/rtimpe/25/head 2025-12-04T09:36:31.1690618Z * [new branch] gh/rtimpe/25/orig -> origin/gh/rtimpe/25/orig 2025-12-04T09:36:31.1690793Z * [new branch] gh/rtimpe/26/base -> origin/gh/rtimpe/26/base 2025-12-04T09:36:31.1690927Z * [new branch] gh/rtimpe/26/head -> origin/gh/rtimpe/26/head 2025-12-04T09:36:31.1691095Z * [new branch] gh/rtimpe/26/orig -> origin/gh/rtimpe/26/orig 2025-12-04T09:36:31.1691231Z * [new branch] gh/rtimpe/27/base -> origin/gh/rtimpe/27/base 2025-12-04T09:36:31.1691352Z * [new branch] gh/rtimpe/27/head -> origin/gh/rtimpe/27/head 2025-12-04T09:36:31.1691558Z * [new branch] gh/rtimpe/27/orig -> origin/gh/rtimpe/27/orig 2025-12-04T09:36:31.1691730Z * [new branch] gh/rtimpe/28/base -> origin/gh/rtimpe/28/base 2025-12-04T09:36:31.1691891Z * [new branch] gh/rtimpe/28/head -> origin/gh/rtimpe/28/head 2025-12-04T09:36:31.1692023Z * [new branch] gh/rtimpe/28/orig -> origin/gh/rtimpe/28/orig 2025-12-04T09:36:31.1692172Z * [new branch] gh/rtimpe/29/base -> origin/gh/rtimpe/29/base 2025-12-04T09:36:31.1692384Z * [new branch] gh/rtimpe/29/head -> origin/gh/rtimpe/29/head 2025-12-04T09:36:31.1692532Z * [new branch] gh/rtimpe/29/orig -> origin/gh/rtimpe/29/orig 2025-12-04T09:36:31.1692693Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-12-04T09:36:31.1692840Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-12-04T09:36:31.1692977Z * [new branch] gh/rtimpe/30/base -> origin/gh/rtimpe/30/base 2025-12-04T09:36:31.1693127Z * [new branch] gh/rtimpe/30/head -> origin/gh/rtimpe/30/head 2025-12-04T09:36:31.1693282Z * [new branch] gh/rtimpe/30/orig -> origin/gh/rtimpe/30/orig 2025-12-04T09:36:31.1693424Z * [new branch] gh/rtimpe/31/base -> origin/gh/rtimpe/31/base 2025-12-04T09:36:31.1693590Z * [new branch] gh/rtimpe/31/head -> origin/gh/rtimpe/31/head 2025-12-04T09:36:31.1693735Z * [new branch] gh/rtimpe/31/orig -> origin/gh/rtimpe/31/orig 2025-12-04T09:36:31.1693887Z * [new branch] gh/rtimpe/32/base -> origin/gh/rtimpe/32/base 2025-12-04T09:36:31.1694041Z * [new branch] gh/rtimpe/32/head -> origin/gh/rtimpe/32/head 2025-12-04T09:36:31.1694187Z * [new branch] gh/rtimpe/32/orig -> origin/gh/rtimpe/32/orig 2025-12-04T09:36:31.1694348Z * [new branch] gh/rtimpe/33/base -> origin/gh/rtimpe/33/base 2025-12-04T09:36:31.1694483Z * [new branch] gh/rtimpe/33/head -> origin/gh/rtimpe/33/head 2025-12-04T09:36:31.1694653Z * [new branch] gh/rtimpe/33/orig -> origin/gh/rtimpe/33/orig 2025-12-04T09:36:31.1694798Z * [new branch] gh/rtimpe/34/base -> origin/gh/rtimpe/34/base 2025-12-04T09:36:31.1694954Z * [new branch] gh/rtimpe/34/head -> origin/gh/rtimpe/34/head 2025-12-04T09:36:31.1695131Z * [new branch] gh/rtimpe/34/orig -> origin/gh/rtimpe/34/orig 2025-12-04T09:36:31.1695266Z * [new branch] gh/rtimpe/35/base -> origin/gh/rtimpe/35/base 2025-12-04T09:36:31.1695444Z * [new branch] gh/rtimpe/35/head -> origin/gh/rtimpe/35/head 2025-12-04T09:36:31.1695578Z * [new branch] gh/rtimpe/35/orig -> origin/gh/rtimpe/35/orig 2025-12-04T09:36:31.1695700Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-12-04T09:36:31.1695898Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-12-04T09:36:31.1696058Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-12-04T09:36:31.1696248Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-12-04T09:36:31.1696404Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-12-04T09:36:31.1696552Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-12-04T09:36:31.1696733Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-12-04T09:36:31.1696893Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-12-04T09:36:31.1697092Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-12-04T09:36:31.1697303Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-12-04T09:36:31.1697475Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-12-04T09:36:31.1697662Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-12-04T09:36:31.1697820Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-12-04T09:36:31.1698066Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-12-04T09:36:31.1698218Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-12-04T09:36:31.1698364Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-12-04T09:36:31.1698530Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-12-04T09:36:31.1698691Z * [new branch] gh/ruisizhang123/8/base -> origin/gh/ruisizhang123/8/base 2025-12-04T09:36:31.1698860Z * [new branch] gh/ruisizhang123/8/head -> origin/gh/ruisizhang123/8/head 2025-12-04T09:36:31.1699039Z * [new branch] gh/ruisizhang123/8/orig -> origin/gh/ruisizhang123/8/orig 2025-12-04T09:36:31.1699185Z * [new branch] gh/ruisizhang123/9/base -> origin/gh/ruisizhang123/9/base 2025-12-04T09:36:31.1699360Z * [new branch] gh/ruisizhang123/9/head -> origin/gh/ruisizhang123/9/head 2025-12-04T09:36:31.1699500Z * [new branch] gh/ruisizhang123/9/orig -> origin/gh/ruisizhang123/9/orig 2025-12-04T09:36:31.1699673Z * [new branch] gh/seemethere/52/base -> origin/gh/seemethere/52/base 2025-12-04T09:36:31.1699867Z * [new branch] gh/seemethere/52/head -> origin/gh/seemethere/52/head 2025-12-04T09:36:31.1700038Z * [new branch] gh/seemethere/52/orig -> origin/gh/seemethere/52/orig 2025-12-04T09:36:31.1700210Z * [new branch] gh/seemethere/53/base -> origin/gh/seemethere/53/base 2025-12-04T09:36:31.1700353Z * [new branch] gh/seemethere/53/head -> origin/gh/seemethere/53/head 2025-12-04T09:36:31.1700481Z * [new branch] gh/seemethere/53/orig -> origin/gh/seemethere/53/orig 2025-12-04T09:36:31.1700692Z * [new branch] gh/seemethere/54/base -> origin/gh/seemethere/54/base 2025-12-04T09:36:31.1700836Z * [new branch] gh/seemethere/54/head -> origin/gh/seemethere/54/head 2025-12-04T09:36:31.1701009Z * [new branch] gh/seemethere/54/orig -> origin/gh/seemethere/54/orig 2025-12-04T09:36:31.1701153Z * [new branch] gh/seemethere/55/base -> origin/gh/seemethere/55/base 2025-12-04T09:36:31.1701284Z * [new branch] gh/seemethere/55/head -> origin/gh/seemethere/55/head 2025-12-04T09:36:31.1701496Z * [new branch] gh/seemethere/55/orig -> origin/gh/seemethere/55/orig 2025-12-04T09:36:31.1701642Z * [new branch] gh/seemethere/59/base -> origin/gh/seemethere/59/base 2025-12-04T09:36:31.1701815Z * [new branch] gh/seemethere/59/head -> origin/gh/seemethere/59/head 2025-12-04T09:36:31.1701959Z * [new branch] gh/seemethere/59/orig -> origin/gh/seemethere/59/orig 2025-12-04T09:36:31.1702101Z * [new branch] gh/seemethere/62/base -> origin/gh/seemethere/62/base 2025-12-04T09:36:31.1702274Z * [new branch] gh/seemethere/62/head -> origin/gh/seemethere/62/head 2025-12-04T09:36:31.1702441Z * [new branch] gh/seemethere/62/orig -> origin/gh/seemethere/62/orig 2025-12-04T09:36:31.1702611Z * [new branch] gh/seemethere/63/base -> origin/gh/seemethere/63/base 2025-12-04T09:36:31.1702755Z * [new branch] gh/seemethere/63/head -> origin/gh/seemethere/63/head 2025-12-04T09:36:31.1702898Z * [new branch] gh/seemethere/63/orig -> origin/gh/seemethere/63/orig 2025-12-04T09:36:31.1703121Z * [new branch] gh/seemethere/71/base -> origin/gh/seemethere/71/base 2025-12-04T09:36:31.1703290Z * [new branch] gh/seemethere/71/head -> origin/gh/seemethere/71/head 2025-12-04T09:36:31.1703475Z * [new branch] gh/seemethere/71/orig -> origin/gh/seemethere/71/orig 2025-12-04T09:36:31.1703617Z * [new branch] gh/seemethere/72/base -> origin/gh/seemethere/72/base 2025-12-04T09:36:31.1703796Z * [new branch] gh/seemethere/72/head -> origin/gh/seemethere/72/head 2025-12-04T09:36:31.1703980Z * [new branch] gh/seemethere/72/orig -> origin/gh/seemethere/72/orig 2025-12-04T09:36:31.1704110Z * [new branch] gh/seemethere/73/base -> origin/gh/seemethere/73/base 2025-12-04T09:36:31.1704270Z * [new branch] gh/seemethere/73/head -> origin/gh/seemethere/73/head 2025-12-04T09:36:31.1704458Z * [new branch] gh/seemethere/73/orig -> origin/gh/seemethere/73/orig 2025-12-04T09:36:31.1704624Z * [new branch] gh/seemethere/74/base -> origin/gh/seemethere/74/base 2025-12-04T09:36:31.1704842Z * [new branch] gh/seemethere/74/head -> origin/gh/seemethere/74/head 2025-12-04T09:36:31.1704987Z * [new branch] gh/seemethere/74/orig -> origin/gh/seemethere/74/orig 2025-12-04T09:36:31.1705168Z * [new branch] gh/seemethere/75/base -> origin/gh/seemethere/75/base 2025-12-04T09:36:31.1705362Z * [new branch] gh/seemethere/75/head -> origin/gh/seemethere/75/head 2025-12-04T09:36:31.1705516Z * [new branch] gh/seemethere/75/orig -> origin/gh/seemethere/75/orig 2025-12-04T09:36:31.1705711Z * [new branch] gh/seemethere/76/base -> origin/gh/seemethere/76/base 2025-12-04T09:36:31.1705865Z * [new branch] gh/seemethere/76/head -> origin/gh/seemethere/76/head 2025-12-04T09:36:31.1706008Z * [new branch] gh/seemethere/76/orig -> origin/gh/seemethere/76/orig 2025-12-04T09:36:31.1706243Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-12-04T09:36:31.1706390Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-12-04T09:36:31.1706567Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-12-04T09:36:31.1706755Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-12-04T09:36:31.1706913Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-12-04T09:36:31.1707124Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-12-04T09:36:31.1707296Z * [new branch] gh/shunting314/249/base -> origin/gh/shunting314/249/base 2025-12-04T09:36:31.1707484Z * [new branch] gh/shunting314/249/head -> origin/gh/shunting314/249/head 2025-12-04T09:36:31.1707654Z * [new branch] gh/shunting314/249/orig -> origin/gh/shunting314/249/orig 2025-12-04T09:36:31.1707810Z * [new branch] gh/shunting314/253/base -> origin/gh/shunting314/253/base 2025-12-04T09:36:31.1707984Z * [new branch] gh/shunting314/253/head -> origin/gh/shunting314/253/head 2025-12-04T09:36:31.1708166Z * [new branch] gh/shunting314/253/orig -> origin/gh/shunting314/253/orig 2025-12-04T09:36:31.1708366Z * [new branch] gh/shunting314/256/base -> origin/gh/shunting314/256/base 2025-12-04T09:36:31.1708520Z * [new branch] gh/shunting314/256/head -> origin/gh/shunting314/256/head 2025-12-04T09:36:31.1708709Z * [new branch] gh/shunting314/256/orig -> origin/gh/shunting314/256/orig 2025-12-04T09:36:31.1708882Z * [new branch] gh/shunting314/257/base -> origin/gh/shunting314/257/base 2025-12-04T09:36:31.1709130Z * [new branch] gh/shunting314/257/head -> origin/gh/shunting314/257/head 2025-12-04T09:36:31.1709326Z * [new branch] gh/shunting314/257/orig -> origin/gh/shunting314/257/orig 2025-12-04T09:36:31.1709499Z * [new branch] gh/shunting314/258/base -> origin/gh/shunting314/258/base 2025-12-04T09:36:31.1709658Z * [new branch] gh/shunting314/258/head -> origin/gh/shunting314/258/head 2025-12-04T09:36:31.1709911Z * [new branch] gh/shunting314/258/orig -> origin/gh/shunting314/258/orig 2025-12-04T09:36:31.1710057Z * [new branch] gh/shunting314/259/base -> origin/gh/shunting314/259/base 2025-12-04T09:36:31.1710304Z * [new branch] gh/shunting314/259/head -> origin/gh/shunting314/259/head 2025-12-04T09:36:31.1710464Z * [new branch] gh/shunting314/259/orig -> origin/gh/shunting314/259/orig 2025-12-04T09:36:31.1710619Z * [new branch] gh/shunting314/260/base -> origin/gh/shunting314/260/base 2025-12-04T09:36:31.1710808Z * [new branch] gh/shunting314/260/head -> origin/gh/shunting314/260/head 2025-12-04T09:36:31.1710973Z * [new branch] gh/shunting314/260/orig -> origin/gh/shunting314/260/orig 2025-12-04T09:36:31.1711181Z * [new branch] gh/shunting314/261/base -> origin/gh/shunting314/261/base 2025-12-04T09:36:31.1711368Z * [new branch] gh/shunting314/261/head -> origin/gh/shunting314/261/head 2025-12-04T09:36:31.1711529Z * [new branch] gh/shunting314/261/orig -> origin/gh/shunting314/261/orig 2025-12-04T09:36:31.1711716Z * [new branch] gh/shunting314/262/base -> origin/gh/shunting314/262/base 2025-12-04T09:36:31.1711873Z * [new branch] gh/shunting314/262/head -> origin/gh/shunting314/262/head 2025-12-04T09:36:31.1712029Z * [new branch] gh/shunting314/262/orig -> origin/gh/shunting314/262/orig 2025-12-04T09:36:31.1712235Z * [new branch] gh/shunting314/263/base -> origin/gh/shunting314/263/base 2025-12-04T09:36:31.1712413Z * [new branch] gh/shunting314/263/head -> origin/gh/shunting314/263/head 2025-12-04T09:36:31.1712600Z * [new branch] gh/shunting314/263/orig -> origin/gh/shunting314/263/orig 2025-12-04T09:36:31.1712760Z * [new branch] gh/shunting314/264/base -> origin/gh/shunting314/264/base 2025-12-04T09:36:31.1712916Z * [new branch] gh/shunting314/264/head -> origin/gh/shunting314/264/head 2025-12-04T09:36:31.1713092Z * [new branch] gh/shunting314/264/orig -> origin/gh/shunting314/264/orig 2025-12-04T09:36:31.1713284Z * [new branch] gh/shunting314/265/base -> origin/gh/shunting314/265/base 2025-12-04T09:36:31.1713474Z * [new branch] gh/shunting314/265/head -> origin/gh/shunting314/265/head 2025-12-04T09:36:31.1713631Z * [new branch] gh/shunting314/265/orig -> origin/gh/shunting314/265/orig 2025-12-04T09:36:31.1713790Z * [new branch] gh/shunting314/266/base -> origin/gh/shunting314/266/base 2025-12-04T09:36:31.1713963Z * [new branch] gh/shunting314/266/head -> origin/gh/shunting314/266/head 2025-12-04T09:36:31.1714150Z * [new branch] gh/shunting314/266/orig -> origin/gh/shunting314/266/orig 2025-12-04T09:36:31.1714683Z * [new branch] gh/shunting314/267/base -> origin/gh/shunting314/267/base 2025-12-04T09:36:31.1714866Z * [new branch] gh/shunting314/267/head -> origin/gh/shunting314/267/head 2025-12-04T09:36:31.1715029Z * [new branch] gh/shunting314/267/orig -> origin/gh/shunting314/267/orig 2025-12-04T09:36:31.1715223Z * [new branch] gh/shunting314/268/base -> origin/gh/shunting314/268/base 2025-12-04T09:36:31.1715370Z * [new branch] gh/shunting314/268/head -> origin/gh/shunting314/268/head 2025-12-04T09:36:31.1715657Z * [new branch] gh/shunting314/268/orig -> origin/gh/shunting314/268/orig 2025-12-04T09:36:31.1715818Z * [new branch] gh/shunting314/269/base -> origin/gh/shunting314/269/base 2025-12-04T09:36:31.1715975Z * [new branch] gh/shunting314/269/head -> origin/gh/shunting314/269/head 2025-12-04T09:36:31.1716173Z * [new branch] gh/shunting314/269/orig -> origin/gh/shunting314/269/orig 2025-12-04T09:36:31.1716396Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-12-04T09:36:31.1716597Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-12-04T09:36:31.1716776Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-12-04T09:36:31.1716930Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-12-04T09:36:31.1717111Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-12-04T09:36:31.1717272Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-12-04T09:36:31.1717481Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-12-04T09:36:31.1717643Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-12-04T09:36:31.1717799Z * [new branch] gh/slayton58/39/base -> origin/gh/slayton58/39/base 2025-12-04T09:36:31.1717987Z * [new branch] gh/slayton58/39/head -> origin/gh/slayton58/39/head 2025-12-04T09:36:31.1718153Z * [new branch] gh/slayton58/39/orig -> origin/gh/slayton58/39/orig 2025-12-04T09:36:31.1718333Z * [new branch] gh/slayton58/42/base -> origin/gh/slayton58/42/base 2025-12-04T09:36:31.1718502Z * [new branch] gh/slayton58/42/head -> origin/gh/slayton58/42/head 2025-12-04T09:36:31.1718664Z * [new branch] gh/slayton58/42/orig -> origin/gh/slayton58/42/orig 2025-12-04T09:36:31.1718849Z * [new branch] gh/slayton58/43/base -> origin/gh/slayton58/43/base 2025-12-04T09:36:31.1718999Z * [new branch] gh/slayton58/43/head -> origin/gh/slayton58/43/head 2025-12-04T09:36:31.1719165Z * [new branch] gh/slayton58/43/orig -> origin/gh/slayton58/43/orig 2025-12-04T09:36:31.1719332Z * [new branch] gh/slayton58/44/base -> origin/gh/slayton58/44/base 2025-12-04T09:36:31.1719501Z * [new branch] gh/slayton58/44/head -> origin/gh/slayton58/44/head 2025-12-04T09:36:31.1719692Z * [new branch] gh/slayton58/44/orig -> origin/gh/slayton58/44/orig 2025-12-04T09:36:31.1719841Z * [new branch] gh/slayton58/45/base -> origin/gh/slayton58/45/base 2025-12-04T09:36:31.1720002Z * [new branch] gh/slayton58/45/head -> origin/gh/slayton58/45/head 2025-12-04T09:36:31.1720192Z * [new branch] gh/slayton58/45/orig -> origin/gh/slayton58/45/orig 2025-12-04T09:36:31.1720326Z * [new branch] gh/slayton58/46/base -> origin/gh/slayton58/46/base 2025-12-04T09:36:31.1720533Z * [new branch] gh/slayton58/46/head -> origin/gh/slayton58/46/head 2025-12-04T09:36:31.1720683Z * [new branch] gh/slayton58/46/orig -> origin/gh/slayton58/46/orig 2025-12-04T09:36:31.1720835Z * [new branch] gh/slayton58/6/base -> origin/gh/slayton58/6/base 2025-12-04T09:36:31.1721046Z * [new branch] gh/slayton58/6/head -> origin/gh/slayton58/6/head 2025-12-04T09:36:31.1721181Z * [new branch] gh/slayton58/7/base -> origin/gh/slayton58/7/base 2025-12-04T09:36:31.1721397Z * [new branch] gh/slayton58/7/head -> origin/gh/slayton58/7/head 2025-12-04T09:36:31.1721553Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-12-04T09:36:31.1721778Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-12-04T09:36:31.1721973Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-12-04T09:36:31.1722125Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-12-04T09:36:31.1722313Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-12-04T09:36:31.1722535Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-12-04T09:36:31.1722688Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-12-04T09:36:31.1722889Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-12-04T09:36:31.1723045Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-12-04T09:36:31.1723216Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-12-04T09:36:31.1723413Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-12-04T09:36:31.1723592Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-12-04T09:36:31.1723773Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-12-04T09:36:31.1723924Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-12-04T09:36:31.1724110Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-12-04T09:36:31.1724254Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-12-04T09:36:31.1724427Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-12-04T09:36:31.1724634Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-12-04T09:36:31.1724816Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-12-04T09:36:31.1725006Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-12-04T09:36:31.1725163Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-12-04T09:36:31.1725303Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-12-04T09:36:31.1725528Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-12-04T09:36:31.1725694Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-12-04T09:36:31.1725859Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-12-04T09:36:31.1726061Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-12-04T09:36:31.1726212Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-12-04T09:36:31.1726473Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-12-04T09:36:31.1726641Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-12-04T09:36:31.1726806Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-12-04T09:36:31.1727016Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-12-04T09:36:31.1727174Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-12-04T09:36:31.1727374Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-12-04T09:36:31.1727539Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-12-04T09:36:31.1727701Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-12-04T09:36:31.1727883Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-12-04T09:36:31.1728088Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-12-04T09:36:31.1728296Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-12-04T09:36:31.1728460Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-12-04T09:36:31.1728613Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-12-04T09:36:31.1728853Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-12-04T09:36:31.1729007Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-12-04T09:36:31.1729190Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-12-04T09:36:31.1729364Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-12-04T09:36:31.1729532Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-12-04T09:36:31.1729720Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-12-04T09:36:31.1729873Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-12-04T09:36:31.1730065Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-12-04T09:36:31.1730203Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-12-04T09:36:31.1730374Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-12-04T09:36:31.1730570Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-12-04T09:36:31.1730727Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-12-04T09:36:31.1730922Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-12-04T09:36:31.1731080Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-12-04T09:36:31.1731219Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-12-04T09:36:31.1731431Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-12-04T09:36:31.1731582Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-12-04T09:36:31.1731736Z * [new branch] gh/soulitzer/375/base -> origin/gh/soulitzer/375/base 2025-12-04T09:36:31.1731929Z * [new branch] gh/soulitzer/375/head -> origin/gh/soulitzer/375/head 2025-12-04T09:36:31.1732093Z * [new branch] gh/soulitzer/375/orig -> origin/gh/soulitzer/375/orig 2025-12-04T09:36:31.1732266Z * [new branch] gh/soulitzer/380/base -> origin/gh/soulitzer/380/base 2025-12-04T09:36:31.1732424Z * [new branch] gh/soulitzer/380/head -> origin/gh/soulitzer/380/head 2025-12-04T09:36:31.1732567Z * [new branch] gh/soulitzer/380/orig -> origin/gh/soulitzer/380/orig 2025-12-04T09:36:31.1732745Z * [new branch] gh/soulitzer/385/base -> origin/gh/soulitzer/385/base 2025-12-04T09:36:31.1732888Z * [new branch] gh/soulitzer/385/head -> origin/gh/soulitzer/385/head 2025-12-04T09:36:31.1733045Z * [new branch] gh/soulitzer/385/orig -> origin/gh/soulitzer/385/orig 2025-12-04T09:36:31.1733212Z * [new branch] gh/soulitzer/386/base -> origin/gh/soulitzer/386/base 2025-12-04T09:36:31.1733403Z * [new branch] gh/soulitzer/386/head -> origin/gh/soulitzer/386/head 2025-12-04T09:36:31.1733596Z * [new branch] gh/soulitzer/386/orig -> origin/gh/soulitzer/386/orig 2025-12-04T09:36:31.1733749Z * [new branch] gh/soulitzer/387/base -> origin/gh/soulitzer/387/base 2025-12-04T09:36:31.1733933Z * [new branch] gh/soulitzer/387/head -> origin/gh/soulitzer/387/head 2025-12-04T09:36:31.1734120Z * [new branch] gh/soulitzer/387/orig -> origin/gh/soulitzer/387/orig 2025-12-04T09:36:31.1734305Z * [new branch] gh/soulitzer/388/base -> origin/gh/soulitzer/388/base 2025-12-04T09:36:31.1734514Z * [new branch] gh/soulitzer/388/head -> origin/gh/soulitzer/388/head 2025-12-04T09:36:31.1734667Z * [new branch] gh/soulitzer/388/orig -> origin/gh/soulitzer/388/orig 2025-12-04T09:36:31.1734954Z * [new branch] gh/soulitzer/389/base -> origin/gh/soulitzer/389/base 2025-12-04T09:36:31.1735121Z * [new branch] gh/soulitzer/389/head -> origin/gh/soulitzer/389/head 2025-12-04T09:36:31.1735275Z * [new branch] gh/soulitzer/389/orig -> origin/gh/soulitzer/389/orig 2025-12-04T09:36:31.1735525Z * [new branch] gh/soulitzer/390/base -> origin/gh/soulitzer/390/base 2025-12-04T09:36:31.1735694Z * [new branch] gh/soulitzer/390/head -> origin/gh/soulitzer/390/head 2025-12-04T09:36:31.1735891Z * [new branch] gh/soulitzer/390/orig -> origin/gh/soulitzer/390/orig 2025-12-04T09:36:31.1736034Z * [new branch] gh/soulitzer/391/base -> origin/gh/soulitzer/391/base 2025-12-04T09:36:31.1736178Z * [new branch] gh/soulitzer/391/head -> origin/gh/soulitzer/391/head 2025-12-04T09:36:31.1736370Z * [new branch] gh/soulitzer/391/orig -> origin/gh/soulitzer/391/orig 2025-12-04T09:36:31.1736536Z * [new branch] gh/soulitzer/392/base -> origin/gh/soulitzer/392/base 2025-12-04T09:36:31.1736723Z * [new branch] gh/soulitzer/392/head -> origin/gh/soulitzer/392/head 2025-12-04T09:36:31.1736884Z * [new branch] gh/soulitzer/392/orig -> origin/gh/soulitzer/392/orig 2025-12-04T09:36:31.1737042Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-12-04T09:36:31.1737217Z * [new branch] gh/swolchok/819/base -> origin/gh/swolchok/819/base 2025-12-04T09:36:31.1737410Z * [new branch] gh/swolchok/819/head -> origin/gh/swolchok/819/head 2025-12-04T09:36:31.1737573Z * [new branch] gh/swolchok/819/orig -> origin/gh/swolchok/819/orig 2025-12-04T09:36:31.1737755Z * [new branch] gh/swolchok/824/base -> origin/gh/swolchok/824/base 2025-12-04T09:36:31.1737908Z * [new branch] gh/swolchok/824/head -> origin/gh/swolchok/824/head 2025-12-04T09:36:31.1738091Z * [new branch] gh/swolchok/824/orig -> origin/gh/swolchok/824/orig 2025-12-04T09:36:31.1738239Z * [new branch] gh/swolchok/829/base -> origin/gh/swolchok/829/base 2025-12-04T09:36:31.1738407Z * [new branch] gh/swolchok/829/head -> origin/gh/swolchok/829/head 2025-12-04T09:36:31.1738602Z * [new branch] gh/swolchok/829/orig -> origin/gh/swolchok/829/orig 2025-12-04T09:36:31.1738758Z * [new branch] gh/swolchok/839/base -> origin/gh/swolchok/839/base 2025-12-04T09:36:31.1738939Z * [new branch] gh/swolchok/839/head -> origin/gh/swolchok/839/head 2025-12-04T09:36:31.1739097Z * [new branch] gh/swolchok/839/orig -> origin/gh/swolchok/839/orig 2025-12-04T09:36:31.1739235Z * [new branch] gh/swolchok/841/base -> origin/gh/swolchok/841/base 2025-12-04T09:36:31.1739450Z * [new branch] gh/swolchok/841/head -> origin/gh/swolchok/841/head 2025-12-04T09:36:31.1739599Z * [new branch] gh/swolchok/841/orig -> origin/gh/swolchok/841/orig 2025-12-04T09:36:31.1739783Z * [new branch] gh/swolchok/842/base -> origin/gh/swolchok/842/base 2025-12-04T09:36:31.1739932Z * [new branch] gh/swolchok/842/head -> origin/gh/swolchok/842/head 2025-12-04T09:36:31.1740093Z * [new branch] gh/swolchok/842/orig -> origin/gh/swolchok/842/orig 2025-12-04T09:36:31.1740343Z * [new branch] gh/swolchok/845/base -> origin/gh/swolchok/845/base 2025-12-04T09:36:31.1740506Z * [new branch] gh/swolchok/845/head -> origin/gh/swolchok/845/head 2025-12-04T09:36:31.1740686Z * [new branch] gh/swolchok/845/orig -> origin/gh/swolchok/845/orig 2025-12-04T09:36:31.1740906Z * [new branch] gh/swolchok/848/base -> origin/gh/swolchok/848/base 2025-12-04T09:36:31.1741056Z * [new branch] gh/swolchok/848/head -> origin/gh/swolchok/848/head 2025-12-04T09:36:31.1741223Z * [new branch] gh/swolchok/848/orig -> origin/gh/swolchok/848/orig 2025-12-04T09:36:31.1741390Z * [new branch] gh/swolchok/856/base -> origin/gh/swolchok/856/base 2025-12-04T09:36:31.1741583Z * [new branch] gh/swolchok/856/head -> origin/gh/swolchok/856/head 2025-12-04T09:36:31.1741745Z * [new branch] gh/swolchok/856/orig -> origin/gh/swolchok/856/orig 2025-12-04T09:36:31.1741899Z * [new branch] gh/swolchok/860/base -> origin/gh/swolchok/860/base 2025-12-04T09:36:31.1742087Z * [new branch] gh/swolchok/860/head -> origin/gh/swolchok/860/head 2025-12-04T09:36:31.1742224Z * [new branch] gh/swolchok/860/orig -> origin/gh/swolchok/860/orig 2025-12-04T09:36:31.1742433Z * [new branch] gh/swolchok/861/base -> origin/gh/swolchok/861/base 2025-12-04T09:36:31.1742590Z * [new branch] gh/swolchok/861/head -> origin/gh/swolchok/861/head 2025-12-04T09:36:31.1742744Z * [new branch] gh/swolchok/861/orig -> origin/gh/swolchok/861/orig 2025-12-04T09:36:31.1742928Z * [new branch] gh/swolchok/862/base -> origin/gh/swolchok/862/base 2025-12-04T09:36:31.1743079Z * [new branch] gh/swolchok/862/head -> origin/gh/swolchok/862/head 2025-12-04T09:36:31.1743221Z * [new branch] gh/swolchok/862/orig -> origin/gh/swolchok/862/orig 2025-12-04T09:36:31.1743430Z * [new branch] gh/swolchok/863/base -> origin/gh/swolchok/863/base 2025-12-04T09:36:31.1743592Z * [new branch] gh/swolchok/863/head -> origin/gh/swolchok/863/head 2025-12-04T09:36:31.1743770Z * [new branch] gh/swolchok/863/orig -> origin/gh/swolchok/863/orig 2025-12-04T09:36:31.1743925Z * [new branch] gh/swolchok/864/base -> origin/gh/swolchok/864/base 2025-12-04T09:36:31.1744074Z * [new branch] gh/swolchok/864/head -> origin/gh/swolchok/864/head 2025-12-04T09:36:31.1744253Z * [new branch] gh/swolchok/864/orig -> origin/gh/swolchok/864/orig 2025-12-04T09:36:31.1744425Z * [new branch] gh/swolchok/865/base -> origin/gh/swolchok/865/base 2025-12-04T09:36:31.1744603Z * [new branch] gh/swolchok/865/head -> origin/gh/swolchok/865/head 2025-12-04T09:36:31.1744755Z * [new branch] gh/swolchok/865/orig -> origin/gh/swolchok/865/orig 2025-12-04T09:36:31.1744938Z * [new branch] gh/swolchok/866/base -> origin/gh/swolchok/866/base 2025-12-04T09:36:31.1745105Z * [new branch] gh/swolchok/866/head -> origin/gh/swolchok/866/head 2025-12-04T09:36:31.1745270Z * [new branch] gh/swolchok/866/orig -> origin/gh/swolchok/866/orig 2025-12-04T09:36:31.1745473Z * [new branch] gh/swolchok/867/base -> origin/gh/swolchok/867/base 2025-12-04T09:36:31.1745628Z * [new branch] gh/swolchok/867/head -> origin/gh/swolchok/867/head 2025-12-04T09:36:31.1745769Z * [new branch] gh/swolchok/867/orig -> origin/gh/swolchok/867/orig 2025-12-04T09:36:31.1745942Z * [new branch] gh/swolchok/868/base -> origin/gh/swolchok/868/base 2025-12-04T09:36:31.1746067Z * [new branch] gh/swolchok/868/head -> origin/gh/swolchok/868/head 2025-12-04T09:36:31.1746321Z * [new branch] gh/swolchok/868/orig -> origin/gh/swolchok/868/orig 2025-12-04T09:36:31.1746460Z * [new branch] gh/swolchok/869/base -> origin/gh/swolchok/869/base 2025-12-04T09:36:31.1746611Z * [new branch] gh/swolchok/869/head -> origin/gh/swolchok/869/head 2025-12-04T09:36:31.1746848Z * [new branch] gh/swolchok/869/orig -> origin/gh/swolchok/869/orig 2025-12-04T09:36:31.1747015Z * [new branch] gh/swolchok/870/base -> origin/gh/swolchok/870/base 2025-12-04T09:36:31.1747196Z * [new branch] gh/swolchok/870/head -> origin/gh/swolchok/870/head 2025-12-04T09:36:31.1747356Z * [new branch] gh/swolchok/870/orig -> origin/gh/swolchok/870/orig 2025-12-04T09:36:31.1747505Z * [new branch] gh/swolchok/871/base -> origin/gh/swolchok/871/base 2025-12-04T09:36:31.1747684Z * [new branch] gh/swolchok/871/head -> origin/gh/swolchok/871/head 2025-12-04T09:36:31.1747846Z * [new branch] gh/swolchok/871/orig -> origin/gh/swolchok/871/orig 2025-12-04T09:36:31.1748000Z * [new branch] gh/teja-rao/4/base -> origin/gh/teja-rao/4/base 2025-12-04T09:36:31.1748211Z * [new branch] gh/teja-rao/4/head -> origin/gh/teja-rao/4/head 2025-12-04T09:36:31.1748372Z * [new branch] gh/teja-rao/4/orig -> origin/gh/teja-rao/4/orig 2025-12-04T09:36:31.1748551Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-12-04T09:36:31.1748708Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-12-04T09:36:31.1748854Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-12-04T09:36:31.1749017Z * [new branch] gh/tianyu-l/3/base -> origin/gh/tianyu-l/3/base 2025-12-04T09:36:31.1749194Z * [new branch] gh/tianyu-l/3/orig -> origin/gh/tianyu-l/3/orig 2025-12-04T09:36:31.1749385Z * [new branch] gh/tianyu-l/4/base -> origin/gh/tianyu-l/4/base 2025-12-04T09:36:31.1749529Z * [new branch] gh/tianyu-l/4/head -> origin/gh/tianyu-l/4/head 2025-12-04T09:36:31.1749695Z * [new branch] gh/tianyu-l/4/orig -> origin/gh/tianyu-l/4/orig 2025-12-04T09:36:31.1749908Z * [new branch] gh/tugsbayasgalan/10/base -> origin/gh/tugsbayasgalan/10/base 2025-12-04T09:36:31.1750156Z * [new branch] gh/tugsbayasgalan/10/head -> origin/gh/tugsbayasgalan/10/head 2025-12-04T09:36:31.1844730Z * [new branch] gh/tugsbayasgalan/10/orig -> origin/gh/tugsbayasgalan/10/orig 2025-12-04T09:36:31.1845166Z * [new branch] gh/tugsbayasgalan/13/base -> origin/gh/tugsbayasgalan/13/base 2025-12-04T09:36:31.1845343Z * [new branch] gh/tugsbayasgalan/13/head -> origin/gh/tugsbayasgalan/13/head 2025-12-04T09:36:31.1845500Z * [new branch] gh/tugsbayasgalan/13/orig -> origin/gh/tugsbayasgalan/13/orig 2025-12-04T09:36:31.1845640Z * [new branch] gh/tugsbayasgalan/17/base -> origin/gh/tugsbayasgalan/17/base 2025-12-04T09:36:31.1845789Z * [new branch] gh/tugsbayasgalan/17/head -> origin/gh/tugsbayasgalan/17/head 2025-12-04T09:36:31.1845924Z * [new branch] gh/tugsbayasgalan/17/orig -> origin/gh/tugsbayasgalan/17/orig 2025-12-04T09:36:31.1846094Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-12-04T09:36:31.1846232Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-12-04T09:36:31.1846362Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-12-04T09:36:31.1846509Z * [new branch] gh/tugsbayasgalan/28/base -> origin/gh/tugsbayasgalan/28/base 2025-12-04T09:36:31.1846814Z * [new branch] gh/tugsbayasgalan/28/head -> origin/gh/tugsbayasgalan/28/head 2025-12-04T09:36:31.1846968Z * [new branch] gh/tugsbayasgalan/28/orig -> origin/gh/tugsbayasgalan/28/orig 2025-12-04T09:36:31.1847108Z * [new branch] gh/tugsbayasgalan/32/base -> origin/gh/tugsbayasgalan/32/base 2025-12-04T09:36:31.1847241Z * [new branch] gh/tugsbayasgalan/32/head -> origin/gh/tugsbayasgalan/32/head 2025-12-04T09:36:31.1847475Z * [new branch] gh/tugsbayasgalan/32/orig -> origin/gh/tugsbayasgalan/32/orig 2025-12-04T09:36:31.1847612Z * [new branch] gh/tugsbayasgalan/35/base -> origin/gh/tugsbayasgalan/35/base 2025-12-04T09:36:31.1847758Z * [new branch] gh/tugsbayasgalan/35/head -> origin/gh/tugsbayasgalan/35/head 2025-12-04T09:36:31.1847891Z * [new branch] gh/tugsbayasgalan/35/orig -> origin/gh/tugsbayasgalan/35/orig 2025-12-04T09:36:31.1848026Z * [new branch] gh/tugsbayasgalan/36/base -> origin/gh/tugsbayasgalan/36/base 2025-12-04T09:36:31.1848171Z * [new branch] gh/tugsbayasgalan/36/head -> origin/gh/tugsbayasgalan/36/head 2025-12-04T09:36:31.1848304Z * [new branch] gh/tugsbayasgalan/36/orig -> origin/gh/tugsbayasgalan/36/orig 2025-12-04T09:36:31.1848437Z * [new branch] gh/tugsbayasgalan/37/base -> origin/gh/tugsbayasgalan/37/base 2025-12-04T09:36:31.1848584Z * [new branch] gh/tugsbayasgalan/37/head -> origin/gh/tugsbayasgalan/37/head 2025-12-04T09:36:31.1848715Z * [new branch] gh/tugsbayasgalan/37/orig -> origin/gh/tugsbayasgalan/37/orig 2025-12-04T09:36:31.1848858Z * [new branch] gh/tugsbayasgalan/43/base -> origin/gh/tugsbayasgalan/43/base 2025-12-04T09:36:31.1848993Z * [new branch] gh/tugsbayasgalan/43/head -> origin/gh/tugsbayasgalan/43/head 2025-12-04T09:36:31.1849125Z * [new branch] gh/tugsbayasgalan/43/orig -> origin/gh/tugsbayasgalan/43/orig 2025-12-04T09:36:31.1849273Z * [new branch] gh/tugsbayasgalan/48/base -> origin/gh/tugsbayasgalan/48/base 2025-12-04T09:36:31.1849405Z * [new branch] gh/tugsbayasgalan/48/head -> origin/gh/tugsbayasgalan/48/head 2025-12-04T09:36:31.1849548Z * [new branch] gh/tugsbayasgalan/48/orig -> origin/gh/tugsbayasgalan/48/orig 2025-12-04T09:36:31.1849681Z * [new branch] gh/tugsbayasgalan/51/base -> origin/gh/tugsbayasgalan/51/base 2025-12-04T09:36:31.1849816Z * [new branch] gh/tugsbayasgalan/51/head -> origin/gh/tugsbayasgalan/51/head 2025-12-04T09:36:31.1849960Z * [new branch] gh/tugsbayasgalan/51/orig -> origin/gh/tugsbayasgalan/51/orig 2025-12-04T09:36:31.1850091Z * [new branch] gh/tugsbayasgalan/52/base -> origin/gh/tugsbayasgalan/52/base 2025-12-04T09:36:31.1850233Z * [new branch] gh/tugsbayasgalan/52/head -> origin/gh/tugsbayasgalan/52/head 2025-12-04T09:36:31.1850369Z * [new branch] gh/tugsbayasgalan/52/orig -> origin/gh/tugsbayasgalan/52/orig 2025-12-04T09:36:31.1850501Z * [new branch] gh/tugsbayasgalan/53/base -> origin/gh/tugsbayasgalan/53/base 2025-12-04T09:36:31.1850644Z * [new branch] gh/tugsbayasgalan/53/head -> origin/gh/tugsbayasgalan/53/head 2025-12-04T09:36:31.1850778Z * [new branch] gh/tugsbayasgalan/53/orig -> origin/gh/tugsbayasgalan/53/orig 2025-12-04T09:36:31.1850922Z * [new branch] gh/tugsbayasgalan/55/base -> origin/gh/tugsbayasgalan/55/base 2025-12-04T09:36:31.1851054Z * [new branch] gh/tugsbayasgalan/55/head -> origin/gh/tugsbayasgalan/55/head 2025-12-04T09:36:31.1851188Z * [new branch] gh/tugsbayasgalan/55/orig -> origin/gh/tugsbayasgalan/55/orig 2025-12-04T09:36:31.1851325Z * [new branch] gh/tugsbayasgalan/59/base -> origin/gh/tugsbayasgalan/59/base 2025-12-04T09:36:31.1851457Z * [new branch] gh/tugsbayasgalan/59/head -> origin/gh/tugsbayasgalan/59/head 2025-12-04T09:36:31.1851669Z * [new branch] gh/tugsbayasgalan/59/orig -> origin/gh/tugsbayasgalan/59/orig 2025-12-04T09:36:31.1851818Z * [new branch] gh/tugsbayasgalan/6/base -> origin/gh/tugsbayasgalan/6/base 2025-12-04T09:36:31.1851953Z * [new branch] gh/tugsbayasgalan/6/head -> origin/gh/tugsbayasgalan/6/head 2025-12-04T09:36:31.1852093Z * [new branch] gh/tugsbayasgalan/6/orig -> origin/gh/tugsbayasgalan/6/orig 2025-12-04T09:36:31.1852278Z * [new branch] gh/tugsbayasgalan/60/base -> origin/gh/tugsbayasgalan/60/base 2025-12-04T09:36:31.1852417Z * [new branch] gh/tugsbayasgalan/60/head -> origin/gh/tugsbayasgalan/60/head 2025-12-04T09:36:31.1852565Z * [new branch] gh/tugsbayasgalan/60/orig -> origin/gh/tugsbayasgalan/60/orig 2025-12-04T09:36:31.1852709Z * [new branch] gh/tugsbayasgalan/61/base -> origin/gh/tugsbayasgalan/61/base 2025-12-04T09:36:31.1852862Z * [new branch] gh/tugsbayasgalan/61/head -> origin/gh/tugsbayasgalan/61/head 2025-12-04T09:36:31.1853000Z * [new branch] gh/tugsbayasgalan/61/orig -> origin/gh/tugsbayasgalan/61/orig 2025-12-04T09:36:31.1853139Z * [new branch] gh/tugsbayasgalan/63/base -> origin/gh/tugsbayasgalan/63/base 2025-12-04T09:36:31.1853287Z * [new branch] gh/tugsbayasgalan/63/head -> origin/gh/tugsbayasgalan/63/head 2025-12-04T09:36:31.1853427Z * [new branch] gh/tugsbayasgalan/63/orig -> origin/gh/tugsbayasgalan/63/orig 2025-12-04T09:36:31.1853575Z * [new branch] gh/tugsbayasgalan/67/base -> origin/gh/tugsbayasgalan/67/base 2025-12-04T09:36:31.1853715Z * [new branch] gh/tugsbayasgalan/67/head -> origin/gh/tugsbayasgalan/67/head 2025-12-04T09:36:31.1853854Z * [new branch] gh/tugsbayasgalan/67/orig -> origin/gh/tugsbayasgalan/67/orig 2025-12-04T09:36:31.1854003Z * [new branch] gh/tugsbayasgalan/68/base -> origin/gh/tugsbayasgalan/68/base 2025-12-04T09:36:31.1854146Z * [new branch] gh/tugsbayasgalan/68/head -> origin/gh/tugsbayasgalan/68/head 2025-12-04T09:36:31.1854285Z * [new branch] gh/tugsbayasgalan/68/orig -> origin/gh/tugsbayasgalan/68/orig 2025-12-04T09:36:31.1854433Z * [new branch] gh/tugsbayasgalan/7/base -> origin/gh/tugsbayasgalan/7/base 2025-12-04T09:36:31.1854575Z * [new branch] gh/tugsbayasgalan/7/head -> origin/gh/tugsbayasgalan/7/head 2025-12-04T09:36:31.1854722Z * [new branch] gh/tugsbayasgalan/7/orig -> origin/gh/tugsbayasgalan/7/orig 2025-12-04T09:36:31.1854916Z * [new branch] gh/tugsbayasgalan/70/base -> origin/gh/tugsbayasgalan/70/base 2025-12-04T09:36:31.1855059Z * [new branch] gh/tugsbayasgalan/70/head -> origin/gh/tugsbayasgalan/70/head 2025-12-04T09:36:31.1855209Z * [new branch] gh/tugsbayasgalan/70/orig -> origin/gh/tugsbayasgalan/70/orig 2025-12-04T09:36:31.1855351Z * [new branch] gh/tugsbayasgalan/71/base -> origin/gh/tugsbayasgalan/71/base 2025-12-04T09:36:31.1855502Z * [new branch] gh/tugsbayasgalan/71/head -> origin/gh/tugsbayasgalan/71/head 2025-12-04T09:36:31.1855642Z * [new branch] gh/tugsbayasgalan/71/orig -> origin/gh/tugsbayasgalan/71/orig 2025-12-04T09:36:31.1855782Z * [new branch] gh/tugsbayasgalan/72/base -> origin/gh/tugsbayasgalan/72/base 2025-12-04T09:36:31.1855939Z * [new branch] gh/tugsbayasgalan/72/head -> origin/gh/tugsbayasgalan/72/head 2025-12-04T09:36:31.1856081Z * [new branch] gh/tugsbayasgalan/72/orig -> origin/gh/tugsbayasgalan/72/orig 2025-12-04T09:36:31.1856232Z * [new branch] gh/tugsbayasgalan/73/base -> origin/gh/tugsbayasgalan/73/base 2025-12-04T09:36:31.1856373Z * [new branch] gh/tugsbayasgalan/73/head -> origin/gh/tugsbayasgalan/73/head 2025-12-04T09:36:31.1856574Z * [new branch] gh/tugsbayasgalan/73/orig -> origin/gh/tugsbayasgalan/73/orig 2025-12-04T09:36:31.1856731Z * [new branch] gh/tugsbayasgalan/74/base -> origin/gh/tugsbayasgalan/74/base 2025-12-04T09:36:31.1856872Z * [new branch] gh/tugsbayasgalan/74/head -> origin/gh/tugsbayasgalan/74/head 2025-12-04T09:36:31.1857046Z * [new branch] gh/tugsbayasgalan/74/orig -> origin/gh/tugsbayasgalan/74/orig 2025-12-04T09:36:31.1857294Z * [new branch] gh/tugsbayasgalan/75/base -> origin/gh/tugsbayasgalan/75/base 2025-12-04T09:36:31.1857450Z * [new branch] gh/tugsbayasgalan/75/head -> origin/gh/tugsbayasgalan/75/head 2025-12-04T09:36:31.1857614Z * [new branch] gh/tugsbayasgalan/75/orig -> origin/gh/tugsbayasgalan/75/orig 2025-12-04T09:36:31.1857760Z * [new branch] gh/tugsbayasgalan/76/base -> origin/gh/tugsbayasgalan/76/base 2025-12-04T09:36:31.1857914Z * [new branch] gh/tugsbayasgalan/76/head -> origin/gh/tugsbayasgalan/76/head 2025-12-04T09:36:31.1858072Z * [new branch] gh/tugsbayasgalan/76/orig -> origin/gh/tugsbayasgalan/76/orig 2025-12-04T09:36:31.1858219Z * [new branch] gh/tugsbayasgalan/77/base -> origin/gh/tugsbayasgalan/77/base 2025-12-04T09:36:31.1858373Z * [new branch] gh/tugsbayasgalan/77/head -> origin/gh/tugsbayasgalan/77/head 2025-12-04T09:36:31.1858517Z * [new branch] gh/tugsbayasgalan/77/orig -> origin/gh/tugsbayasgalan/77/orig 2025-12-04T09:36:31.1858661Z * [new branch] gh/tugsbayasgalan/78/base -> origin/gh/tugsbayasgalan/78/base 2025-12-04T09:36:31.1858814Z * [new branch] gh/tugsbayasgalan/78/head -> origin/gh/tugsbayasgalan/78/head 2025-12-04T09:36:31.1858953Z * [new branch] gh/tugsbayasgalan/78/orig -> origin/gh/tugsbayasgalan/78/orig 2025-12-04T09:36:31.1859104Z * [new branch] gh/tugsbayasgalan/79/base -> origin/gh/tugsbayasgalan/79/base 2025-12-04T09:36:31.1859251Z * [new branch] gh/tugsbayasgalan/79/head -> origin/gh/tugsbayasgalan/79/head 2025-12-04T09:36:31.1859391Z * [new branch] gh/tugsbayasgalan/79/orig -> origin/gh/tugsbayasgalan/79/orig 2025-12-04T09:36:31.1859541Z * [new branch] gh/tugsbayasgalan/8/base -> origin/gh/tugsbayasgalan/8/base 2025-12-04T09:36:31.1859684Z * [new branch] gh/tugsbayasgalan/8/head -> origin/gh/tugsbayasgalan/8/head 2025-12-04T09:36:31.1859839Z * [new branch] gh/tugsbayasgalan/8/orig -> origin/gh/tugsbayasgalan/8/orig 2025-12-04T09:36:31.1859983Z * [new branch] gh/tugsbayasgalan/80/base -> origin/gh/tugsbayasgalan/80/base 2025-12-04T09:36:31.1860124Z * [new branch] gh/tugsbayasgalan/80/head -> origin/gh/tugsbayasgalan/80/head 2025-12-04T09:36:31.1860275Z * [new branch] gh/tugsbayasgalan/80/orig -> origin/gh/tugsbayasgalan/80/orig 2025-12-04T09:36:31.1860417Z * [new branch] gh/tugsbayasgalan/81/base -> origin/gh/tugsbayasgalan/81/base 2025-12-04T09:36:31.1860562Z * [new branch] gh/tugsbayasgalan/81/head -> origin/gh/tugsbayasgalan/81/head 2025-12-04T09:36:31.1860711Z * [new branch] gh/tugsbayasgalan/81/orig -> origin/gh/tugsbayasgalan/81/orig 2025-12-04T09:36:31.1860852Z * [new branch] gh/tugsbayasgalan/82/base -> origin/gh/tugsbayasgalan/82/base 2025-12-04T09:36:31.1861004Z * [new branch] gh/tugsbayasgalan/82/head -> origin/gh/tugsbayasgalan/82/head 2025-12-04T09:36:31.1861146Z * [new branch] gh/tugsbayasgalan/82/orig -> origin/gh/tugsbayasgalan/82/orig 2025-12-04T09:36:31.1861288Z * [new branch] gh/tugsbayasgalan/83/base -> origin/gh/tugsbayasgalan/83/base 2025-12-04T09:36:31.1861438Z * [new branch] gh/tugsbayasgalan/83/head -> origin/gh/tugsbayasgalan/83/head 2025-12-04T09:36:31.1861577Z * [new branch] gh/tugsbayasgalan/83/orig -> origin/gh/tugsbayasgalan/83/orig 2025-12-04T09:36:31.1861791Z * [new branch] gh/tugsbayasgalan/84/base -> origin/gh/tugsbayasgalan/84/base 2025-12-04T09:36:31.1861942Z * [new branch] gh/tugsbayasgalan/84/head -> origin/gh/tugsbayasgalan/84/head 2025-12-04T09:36:31.1862088Z * [new branch] gh/tugsbayasgalan/84/orig -> origin/gh/tugsbayasgalan/84/orig 2025-12-04T09:36:31.1862246Z * [new branch] gh/tugsbayasgalan/85/base -> origin/gh/tugsbayasgalan/85/base 2025-12-04T09:36:31.1862430Z * [new branch] gh/tugsbayasgalan/85/head -> origin/gh/tugsbayasgalan/85/head 2025-12-04T09:36:31.1862582Z * [new branch] gh/tugsbayasgalan/85/orig -> origin/gh/tugsbayasgalan/85/orig 2025-12-04T09:36:31.1862725Z * [new branch] gh/tugsbayasgalan/86/base -> origin/gh/tugsbayasgalan/86/base 2025-12-04T09:36:31.1862866Z * [new branch] gh/tugsbayasgalan/86/head -> origin/gh/tugsbayasgalan/86/head 2025-12-04T09:36:31.1863024Z * [new branch] gh/tugsbayasgalan/86/orig -> origin/gh/tugsbayasgalan/86/orig 2025-12-04T09:36:31.1863170Z * [new branch] gh/tugsbayasgalan/87/base -> origin/gh/tugsbayasgalan/87/base 2025-12-04T09:36:31.1863323Z * [new branch] gh/tugsbayasgalan/87/head -> origin/gh/tugsbayasgalan/87/head 2025-12-04T09:36:31.1863465Z * [new branch] gh/tugsbayasgalan/87/orig -> origin/gh/tugsbayasgalan/87/orig 2025-12-04T09:36:31.1863610Z * [new branch] gh/tugsbayasgalan/88/base -> origin/gh/tugsbayasgalan/88/base 2025-12-04T09:36:31.1863758Z * [new branch] gh/tugsbayasgalan/88/head -> origin/gh/tugsbayasgalan/88/head 2025-12-04T09:36:31.1863898Z * [new branch] gh/tugsbayasgalan/88/orig -> origin/gh/tugsbayasgalan/88/orig 2025-12-04T09:36:31.1864038Z * [new branch] gh/tugsbayasgalan/89/base -> origin/gh/tugsbayasgalan/89/base 2025-12-04T09:36:31.1864184Z * [new branch] gh/tugsbayasgalan/89/head -> origin/gh/tugsbayasgalan/89/head 2025-12-04T09:36:31.1864327Z * [new branch] gh/tugsbayasgalan/89/orig -> origin/gh/tugsbayasgalan/89/orig 2025-12-04T09:36:31.1864480Z * [new branch] gh/tugsbayasgalan/9/base -> origin/gh/tugsbayasgalan/9/base 2025-12-04T09:36:31.1864622Z * [new branch] gh/tugsbayasgalan/9/head -> origin/gh/tugsbayasgalan/9/head 2025-12-04T09:36:31.1864763Z * [new branch] gh/tugsbayasgalan/9/orig -> origin/gh/tugsbayasgalan/9/orig 2025-12-04T09:36:31.1864969Z * [new branch] gh/tugsbayasgalan/90/base -> origin/gh/tugsbayasgalan/90/base 2025-12-04T09:36:31.1865114Z * [new branch] gh/tugsbayasgalan/90/head -> origin/gh/tugsbayasgalan/90/head 2025-12-04T09:36:31.1865267Z * [new branch] gh/tugsbayasgalan/90/orig -> origin/gh/tugsbayasgalan/90/orig 2025-12-04T09:36:31.1865410Z * [new branch] gh/tugsbayasgalan/91/base -> origin/gh/tugsbayasgalan/91/base 2025-12-04T09:36:31.1865557Z * [new branch] gh/tugsbayasgalan/91/head -> origin/gh/tugsbayasgalan/91/head 2025-12-04T09:36:31.1865710Z * [new branch] gh/tugsbayasgalan/91/orig -> origin/gh/tugsbayasgalan/91/orig 2025-12-04T09:36:31.1865890Z * [new branch] gh/tugsbayasgalan/92/base -> origin/gh/tugsbayasgalan/92/base 2025-12-04T09:36:31.1866053Z * [new branch] gh/tugsbayasgalan/92/head -> origin/gh/tugsbayasgalan/92/head 2025-12-04T09:36:31.1866196Z * [new branch] gh/tugsbayasgalan/92/orig -> origin/gh/tugsbayasgalan/92/orig 2025-12-04T09:36:31.1866337Z * [new branch] gh/tugsbayasgalan/93/base -> origin/gh/tugsbayasgalan/93/base 2025-12-04T09:36:31.1866486Z * [new branch] gh/tugsbayasgalan/93/head -> origin/gh/tugsbayasgalan/93/head 2025-12-04T09:36:31.1866627Z * [new branch] gh/tugsbayasgalan/93/orig -> origin/gh/tugsbayasgalan/93/orig 2025-12-04T09:36:31.1866751Z * [new branch] gh/v0i0/14/base -> origin/gh/v0i0/14/base 2025-12-04T09:36:31.1866938Z * [new branch] gh/v0i0/14/head -> origin/gh/v0i0/14/head 2025-12-04T09:36:31.1867054Z * [new branch] gh/v0i0/14/orig -> origin/gh/v0i0/14/orig 2025-12-04T09:36:31.1867175Z * [new branch] gh/v0i0/15/base -> origin/gh/v0i0/15/base 2025-12-04T09:36:31.1867283Z * [new branch] gh/v0i0/15/head -> origin/gh/v0i0/15/head 2025-12-04T09:36:31.1867451Z * [new branch] gh/v0i0/15/orig -> origin/gh/v0i0/15/orig 2025-12-04T09:36:31.1867577Z * [new branch] gh/v0i0/16/base -> origin/gh/v0i0/16/base 2025-12-04T09:36:31.1867687Z * [new branch] gh/v0i0/16/head -> origin/gh/v0i0/16/head 2025-12-04T09:36:31.1867798Z * [new branch] gh/v0i0/16/orig -> origin/gh/v0i0/16/orig 2025-12-04T09:36:31.1867929Z * [new branch] gh/v0i0/17/base -> origin/gh/v0i0/17/base 2025-12-04T09:36:31.1868041Z * [new branch] gh/v0i0/17/head -> origin/gh/v0i0/17/head 2025-12-04T09:36:31.1868152Z * [new branch] gh/v0i0/17/orig -> origin/gh/v0i0/17/orig 2025-12-04T09:36:31.1868270Z * [new branch] gh/v0i0/18/base -> origin/gh/v0i0/18/base 2025-12-04T09:36:31.1868381Z * [new branch] gh/v0i0/18/head -> origin/gh/v0i0/18/head 2025-12-04T09:36:31.1868503Z * [new branch] gh/v0i0/18/orig -> origin/gh/v0i0/18/orig 2025-12-04T09:36:31.1868615Z * [new branch] gh/v0i0/19/base -> origin/gh/v0i0/19/base 2025-12-04T09:36:31.1868726Z * [new branch] gh/v0i0/19/head -> origin/gh/v0i0/19/head 2025-12-04T09:36:31.1868847Z * [new branch] gh/v0i0/19/orig -> origin/gh/v0i0/19/orig 2025-12-04T09:36:31.1868992Z * [new branch] gh/vishal9-team/1/base -> origin/gh/vishal9-team/1/base 2025-12-04T09:36:31.1869140Z * [new branch] gh/vishal9-team/1/head -> origin/gh/vishal9-team/1/head 2025-12-04T09:36:31.1869272Z * [new branch] gh/vishal9-team/2/base -> origin/gh/vishal9-team/2/base 2025-12-04T09:36:31.1869404Z * [new branch] gh/vishal9-team/2/head -> origin/gh/vishal9-team/2/head 2025-12-04T09:36:31.1869532Z * [new branch] gh/vishal9-team/2/orig -> origin/gh/vishal9-team/2/orig 2025-12-04T09:36:31.1869657Z * [new branch] gh/vishal9-team/3/base -> origin/gh/vishal9-team/3/base 2025-12-04T09:36:31.1869788Z * [new branch] gh/vishal9-team/3/head -> origin/gh/vishal9-team/3/head 2025-12-04T09:36:31.1869912Z * [new branch] gh/vishal9-team/3/orig -> origin/gh/vishal9-team/3/orig 2025-12-04T09:36:31.1870036Z * [new branch] gh/vishal9-team/4/base -> origin/gh/vishal9-team/4/base 2025-12-04T09:36:31.1870167Z * [new branch] gh/vishal9-team/4/head -> origin/gh/vishal9-team/4/head 2025-12-04T09:36:31.1870320Z * [new branch] gh/vishal9-team/4/orig -> origin/gh/vishal9-team/4/orig 2025-12-04T09:36:31.1870430Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-12-04T09:36:31.1870549Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-12-04T09:36:31.1870660Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-12-04T09:36:31.1870796Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-12-04T09:36:31.1870918Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-12-04T09:36:31.1871039Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-12-04T09:36:31.1871167Z * [new branch] gh/wconstab/435/base -> origin/gh/wconstab/435/base 2025-12-04T09:36:31.1871331Z * [new branch] gh/wconstab/435/head -> origin/gh/wconstab/435/head 2025-12-04T09:36:31.1871459Z * [new branch] gh/wconstab/435/orig -> origin/gh/wconstab/435/orig 2025-12-04T09:36:31.1871578Z * [new branch] gh/wconstab/444/base -> origin/gh/wconstab/444/base 2025-12-04T09:36:31.1871698Z * [new branch] gh/wconstab/444/head -> origin/gh/wconstab/444/head 2025-12-04T09:36:31.1871864Z * [new branch] gh/wconstab/444/orig -> origin/gh/wconstab/444/orig 2025-12-04T09:36:31.1871980Z * [new branch] gh/wconstab/447/base -> origin/gh/wconstab/447/base 2025-12-04T09:36:31.1872098Z * [new branch] gh/wconstab/447/head -> origin/gh/wconstab/447/head 2025-12-04T09:36:31.1872222Z * [new branch] gh/wconstab/447/orig -> origin/gh/wconstab/447/orig 2025-12-04T09:36:31.1872335Z * [new branch] gh/wconstab/448/base -> origin/gh/wconstab/448/base 2025-12-04T09:36:31.1872457Z * [new branch] gh/wconstab/448/head -> origin/gh/wconstab/448/head 2025-12-04T09:36:31.1872570Z * [new branch] gh/wconstab/448/orig -> origin/gh/wconstab/448/orig 2025-12-04T09:36:31.1872686Z * [new branch] gh/wconstab/449/base -> origin/gh/wconstab/449/base 2025-12-04T09:36:31.1872811Z * [new branch] gh/wconstab/449/head -> origin/gh/wconstab/449/head 2025-12-04T09:36:31.1872925Z * [new branch] gh/wconstab/449/orig -> origin/gh/wconstab/449/orig 2025-12-04T09:36:31.1873046Z * [new branch] gh/wconstab/450/base -> origin/gh/wconstab/450/base 2025-12-04T09:36:31.1873162Z * [new branch] gh/wconstab/450/head -> origin/gh/wconstab/450/head 2025-12-04T09:36:31.1873274Z * [new branch] gh/wconstab/450/orig -> origin/gh/wconstab/450/orig 2025-12-04T09:36:31.1873396Z * [new branch] gh/wconstab/451/base -> origin/gh/wconstab/451/base 2025-12-04T09:36:31.1873511Z * [new branch] gh/wconstab/451/head -> origin/gh/wconstab/451/head 2025-12-04T09:36:31.1873632Z * [new branch] gh/wconstab/451/orig -> origin/gh/wconstab/451/orig 2025-12-04T09:36:31.1873748Z * [new branch] gh/wconstab/452/base -> origin/gh/wconstab/452/base 2025-12-04T09:36:31.1873864Z * [new branch] gh/wconstab/452/head -> origin/gh/wconstab/452/head 2025-12-04T09:36:31.1873991Z * [new branch] gh/wconstab/452/orig -> origin/gh/wconstab/452/orig 2025-12-04T09:36:31.1874107Z * [new branch] gh/wconstab/453/base -> origin/gh/wconstab/453/base 2025-12-04T09:36:31.1874221Z * [new branch] gh/wconstab/453/head -> origin/gh/wconstab/453/head 2025-12-04T09:36:31.1874343Z * [new branch] gh/wconstab/453/orig -> origin/gh/wconstab/453/orig 2025-12-04T09:36:31.1874458Z * [new branch] gh/wconstab/454/base -> origin/gh/wconstab/454/base 2025-12-04T09:36:31.1874583Z * [new branch] gh/wconstab/454/head -> origin/gh/wconstab/454/head 2025-12-04T09:36:31.1874698Z * [new branch] gh/wconstab/454/orig -> origin/gh/wconstab/454/orig 2025-12-04T09:36:31.1874848Z * [new branch] gh/wconstab/455/base -> origin/gh/wconstab/455/base 2025-12-04T09:36:31.1874984Z * [new branch] gh/wconstab/455/head -> origin/gh/wconstab/455/head 2025-12-04T09:36:31.1875111Z * [new branch] gh/wconstab/455/orig -> origin/gh/wconstab/455/orig 2025-12-04T09:36:31.1875244Z * [new branch] gh/wconstab/456/base -> origin/gh/wconstab/456/base 2025-12-04T09:36:31.1875371Z * [new branch] gh/wconstab/456/head -> origin/gh/wconstab/456/head 2025-12-04T09:36:31.1875497Z * [new branch] gh/wconstab/456/orig -> origin/gh/wconstab/456/orig 2025-12-04T09:36:31.1875684Z * [new branch] gh/wconstab/457/base -> origin/gh/wconstab/457/base 2025-12-04T09:36:31.1875815Z * [new branch] gh/wconstab/457/head -> origin/gh/wconstab/457/head 2025-12-04T09:36:31.1875952Z * [new branch] gh/wconstab/457/orig -> origin/gh/wconstab/457/orig 2025-12-04T09:36:31.1876080Z * [new branch] gh/wconstab/458/base -> origin/gh/wconstab/458/base 2025-12-04T09:36:31.1876276Z * [new branch] gh/wconstab/458/head -> origin/gh/wconstab/458/head 2025-12-04T09:36:31.1876420Z * [new branch] gh/wconstab/458/orig -> origin/gh/wconstab/458/orig 2025-12-04T09:36:31.1876539Z * [new branch] gh/wconstab/459/base -> origin/gh/wconstab/459/base 2025-12-04T09:36:31.1876657Z * [new branch] gh/wconstab/459/head -> origin/gh/wconstab/459/head 2025-12-04T09:36:31.1876784Z * [new branch] gh/wconstab/459/orig -> origin/gh/wconstab/459/orig 2025-12-04T09:36:31.1876903Z * [new branch] gh/wconstab/460/base -> origin/gh/wconstab/460/base 2025-12-04T09:36:31.1877030Z * [new branch] gh/wconstab/460/head -> origin/gh/wconstab/460/head 2025-12-04T09:36:31.1877147Z * [new branch] gh/wconstab/460/orig -> origin/gh/wconstab/460/orig 2025-12-04T09:36:31.1877263Z * [new branch] gh/wconstab/461/base -> origin/gh/wconstab/461/base 2025-12-04T09:36:31.1877395Z * [new branch] gh/wconstab/461/head -> origin/gh/wconstab/461/head 2025-12-04T09:36:31.1877513Z * [new branch] gh/wconstab/461/orig -> origin/gh/wconstab/461/orig 2025-12-04T09:36:31.1877638Z * [new branch] gh/wconstab/462/base -> origin/gh/wconstab/462/base 2025-12-04T09:36:31.1877755Z * [new branch] gh/wconstab/462/head -> origin/gh/wconstab/462/head 2025-12-04T09:36:31.1877871Z * [new branch] gh/wconstab/462/orig -> origin/gh/wconstab/462/orig 2025-12-04T09:36:31.1877997Z * [new branch] gh/wconstab/463/base -> origin/gh/wconstab/463/base 2025-12-04T09:36:31.1878113Z * [new branch] gh/wconstab/463/head -> origin/gh/wconstab/463/head 2025-12-04T09:36:31.1878965Z * [new branch] gh/wconstab/463/orig -> origin/gh/wconstab/463/orig 2025-12-04T09:36:31.1879081Z * [new branch] gh/wconstab/464/base -> origin/gh/wconstab/464/base 2025-12-04T09:36:31.1879202Z * [new branch] gh/wconstab/464/head -> origin/gh/wconstab/464/head 2025-12-04T09:36:31.1879325Z * [new branch] gh/wconstab/464/orig -> origin/gh/wconstab/464/orig 2025-12-04T09:36:31.1879441Z * [new branch] gh/wconstab/465/base -> origin/gh/wconstab/465/base 2025-12-04T09:36:31.1879565Z * [new branch] gh/wconstab/465/head -> origin/gh/wconstab/465/head 2025-12-04T09:36:31.1879680Z * [new branch] gh/wconstab/465/orig -> origin/gh/wconstab/465/orig 2025-12-04T09:36:31.1879799Z * [new branch] gh/wconstab/466/base -> origin/gh/wconstab/466/base 2025-12-04T09:36:31.1879922Z * [new branch] gh/wconstab/466/head -> origin/gh/wconstab/466/head 2025-12-04T09:36:31.1880038Z * [new branch] gh/wconstab/466/orig -> origin/gh/wconstab/466/orig 2025-12-04T09:36:31.1880153Z * [new branch] gh/wconstab/467/base -> origin/gh/wconstab/467/base 2025-12-04T09:36:31.1880280Z * [new branch] gh/wconstab/467/head -> origin/gh/wconstab/467/head 2025-12-04T09:36:31.1880398Z * [new branch] gh/wconstab/467/orig -> origin/gh/wconstab/467/orig 2025-12-04T09:36:31.1880521Z * [new branch] gh/wconstab/468/base -> origin/gh/wconstab/468/base 2025-12-04T09:36:31.1880636Z * [new branch] gh/wconstab/468/head -> origin/gh/wconstab/468/head 2025-12-04T09:36:31.1880796Z * [new branch] gh/wconstab/468/orig -> origin/gh/wconstab/468/orig 2025-12-04T09:36:31.1880928Z * [new branch] gh/weifengpy/39/base -> origin/gh/weifengpy/39/base 2025-12-04T09:36:31.1881048Z * [new branch] gh/weifengpy/39/head -> origin/gh/weifengpy/39/head 2025-12-04T09:36:31.1881173Z * [new branch] gh/weifengpy/39/orig -> origin/gh/weifengpy/39/orig 2025-12-04T09:36:31.1881327Z * [new branch] gh/weifengpy/40/base -> origin/gh/weifengpy/40/base 2025-12-04T09:36:31.1881442Z * [new branch] gh/weifengpy/40/head -> origin/gh/weifengpy/40/head 2025-12-04T09:36:31.1881565Z * [new branch] gh/weifengpy/40/orig -> origin/gh/weifengpy/40/orig 2025-12-04T09:36:31.1881682Z * [new branch] gh/weifengpy/41/base -> origin/gh/weifengpy/41/base 2025-12-04T09:36:31.1881797Z * [new branch] gh/weifengpy/41/head -> origin/gh/weifengpy/41/head 2025-12-04T09:36:31.1881921Z * [new branch] gh/weifengpy/41/orig -> origin/gh/weifengpy/41/orig 2025-12-04T09:36:31.1882051Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-12-04T09:36:31.1882186Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-12-04T09:36:31.1882312Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-12-04T09:36:31.1882437Z * [new branch] gh/williamwen42/279/base -> origin/gh/williamwen42/279/base 2025-12-04T09:36:31.1882568Z * [new branch] gh/williamwen42/279/head -> origin/gh/williamwen42/279/head 2025-12-04T09:36:31.1882694Z * [new branch] gh/williamwen42/279/orig -> origin/gh/williamwen42/279/orig 2025-12-04T09:36:31.1882825Z * [new branch] gh/williamwen42/282/base -> origin/gh/williamwen42/282/base 2025-12-04T09:36:31.1882950Z * [new branch] gh/williamwen42/282/head -> origin/gh/williamwen42/282/head 2025-12-04T09:36:31.1883074Z * [new branch] gh/williamwen42/282/orig -> origin/gh/williamwen42/282/orig 2025-12-04T09:36:31.1883205Z * [new branch] gh/williamwen42/287/base -> origin/gh/williamwen42/287/base 2025-12-04T09:36:31.1883327Z * [new branch] gh/williamwen42/287/head -> origin/gh/williamwen42/287/head 2025-12-04T09:36:31.1883459Z * [new branch] gh/williamwen42/287/orig -> origin/gh/williamwen42/287/orig 2025-12-04T09:36:31.1883584Z * [new branch] gh/williamwen42/288/base -> origin/gh/williamwen42/288/base 2025-12-04T09:36:31.1883708Z * [new branch] gh/williamwen42/288/head -> origin/gh/williamwen42/288/head 2025-12-04T09:36:31.1883839Z * [new branch] gh/williamwen42/288/orig -> origin/gh/williamwen42/288/orig 2025-12-04T09:36:31.1883960Z * [new branch] gh/williamwen42/296/base -> origin/gh/williamwen42/296/base 2025-12-04T09:36:31.1884092Z * [new branch] gh/williamwen42/296/head -> origin/gh/williamwen42/296/head 2025-12-04T09:36:31.1884217Z * [new branch] gh/williamwen42/296/orig -> origin/gh/williamwen42/296/orig 2025-12-04T09:36:31.1884339Z * [new branch] gh/williamwen42/297/base -> origin/gh/williamwen42/297/base 2025-12-04T09:36:31.1884470Z * [new branch] gh/williamwen42/297/head -> origin/gh/williamwen42/297/head 2025-12-04T09:36:31.1884597Z * [new branch] gh/williamwen42/297/orig -> origin/gh/williamwen42/297/orig 2025-12-04T09:36:31.1884730Z * [new branch] gh/williamwen42/306/base -> origin/gh/williamwen42/306/base 2025-12-04T09:36:31.1884909Z * [new branch] gh/williamwen42/306/head -> origin/gh/williamwen42/306/head 2025-12-04T09:36:31.1885044Z * [new branch] gh/williamwen42/306/orig -> origin/gh/williamwen42/306/orig 2025-12-04T09:36:31.1885186Z * [new branch] gh/williamwen42/309/base -> origin/gh/williamwen42/309/base 2025-12-04T09:36:31.1885374Z * [new branch] gh/williamwen42/309/head -> origin/gh/williamwen42/309/head 2025-12-04T09:36:31.1885511Z * [new branch] gh/williamwen42/309/orig -> origin/gh/williamwen42/309/orig 2025-12-04T09:36:31.1885655Z * [new branch] gh/williamwen42/310/base -> origin/gh/williamwen42/310/base 2025-12-04T09:36:31.1885844Z * [new branch] gh/williamwen42/310/head -> origin/gh/williamwen42/310/head 2025-12-04T09:36:31.1885989Z * [new branch] gh/williamwen42/310/orig -> origin/gh/williamwen42/310/orig 2025-12-04T09:36:31.1886137Z * [new branch] gh/williamwen42/311/base -> origin/gh/williamwen42/311/base 2025-12-04T09:36:31.1886262Z * [new branch] gh/williamwen42/311/head -> origin/gh/williamwen42/311/head 2025-12-04T09:36:31.1886396Z * [new branch] gh/williamwen42/311/orig -> origin/gh/williamwen42/311/orig 2025-12-04T09:36:31.1886525Z * [new branch] gh/williamwen42/319/base -> origin/gh/williamwen42/319/base 2025-12-04T09:36:31.1886659Z * [new branch] gh/williamwen42/319/head -> origin/gh/williamwen42/319/head 2025-12-04T09:36:31.1886784Z * [new branch] gh/williamwen42/319/orig -> origin/gh/williamwen42/319/orig 2025-12-04T09:36:31.1886910Z * [new branch] gh/williamwen42/325/base -> origin/gh/williamwen42/325/base 2025-12-04T09:36:31.1887046Z * [new branch] gh/williamwen42/325/head -> origin/gh/williamwen42/325/head 2025-12-04T09:36:31.1887173Z * [new branch] gh/williamwen42/325/orig -> origin/gh/williamwen42/325/orig 2025-12-04T09:36:31.1887297Z * [new branch] gh/williamwen42/326/base -> origin/gh/williamwen42/326/base 2025-12-04T09:36:31.1887432Z * [new branch] gh/williamwen42/326/head -> origin/gh/williamwen42/326/head 2025-12-04T09:36:31.1887557Z * [new branch] gh/williamwen42/326/orig -> origin/gh/williamwen42/326/orig 2025-12-04T09:36:31.1887689Z * [new branch] gh/williamwen42/327/base -> origin/gh/williamwen42/327/base 2025-12-04T09:36:31.1887814Z * [new branch] gh/williamwen42/327/head -> origin/gh/williamwen42/327/head 2025-12-04T09:36:31.1887940Z * [new branch] gh/williamwen42/327/orig -> origin/gh/williamwen42/327/orig 2025-12-04T09:36:31.1888076Z * [new branch] gh/williamwen42/328/base -> origin/gh/williamwen42/328/base 2025-12-04T09:36:31.1888200Z * [new branch] gh/williamwen42/328/head -> origin/gh/williamwen42/328/head 2025-12-04T09:36:31.1888333Z * [new branch] gh/williamwen42/328/orig -> origin/gh/williamwen42/328/orig 2025-12-04T09:36:31.1888458Z * [new branch] gh/williamwen42/329/base -> origin/gh/williamwen42/329/base 2025-12-04T09:36:31.1888581Z * [new branch] gh/williamwen42/329/head -> origin/gh/williamwen42/329/head 2025-12-04T09:36:31.1888715Z * [new branch] gh/williamwen42/329/orig -> origin/gh/williamwen42/329/orig 2025-12-04T09:36:31.1888841Z * [new branch] gh/williamwen42/330/base -> origin/gh/williamwen42/330/base 2025-12-04T09:36:31.1888976Z * [new branch] gh/williamwen42/330/head -> origin/gh/williamwen42/330/head 2025-12-04T09:36:31.1889103Z * [new branch] gh/williamwen42/330/orig -> origin/gh/williamwen42/330/orig 2025-12-04T09:36:31.1889231Z * [new branch] gh/williamwen42/331/base -> origin/gh/williamwen42/331/base 2025-12-04T09:36:31.1889366Z * [new branch] gh/williamwen42/331/head -> origin/gh/williamwen42/331/head 2025-12-04T09:36:31.1889495Z * [new branch] gh/williamwen42/331/orig -> origin/gh/williamwen42/331/orig 2025-12-04T09:36:31.1889631Z * [new branch] gh/williamwen42/332/base -> origin/gh/williamwen42/332/base 2025-12-04T09:36:31.1889804Z * [new branch] gh/williamwen42/332/head -> origin/gh/williamwen42/332/head 2025-12-04T09:36:31.1889933Z * [new branch] gh/williamwen42/332/orig -> origin/gh/williamwen42/332/orig 2025-12-04T09:36:31.1890063Z * [new branch] gh/williamwen42/333/base -> origin/gh/williamwen42/333/base 2025-12-04T09:36:31.1890188Z * [new branch] gh/williamwen42/333/head -> origin/gh/williamwen42/333/head 2025-12-04T09:36:31.1890388Z * [new branch] gh/williamwen42/333/orig -> origin/gh/williamwen42/333/orig 2025-12-04T09:36:31.1890523Z * [new branch] gh/williamwen42/334/base -> origin/gh/williamwen42/334/base 2025-12-04T09:36:31.1890652Z * [new branch] gh/williamwen42/334/head -> origin/gh/williamwen42/334/head 2025-12-04T09:36:31.1890789Z * [new branch] gh/williamwen42/334/orig -> origin/gh/williamwen42/334/orig 2025-12-04T09:36:31.1890919Z * [new branch] gh/williamwen42/335/base -> origin/gh/williamwen42/335/base 2025-12-04T09:36:31.1891050Z * [new branch] gh/williamwen42/335/head -> origin/gh/williamwen42/335/head 2025-12-04T09:36:31.1891187Z * [new branch] gh/williamwen42/335/orig -> origin/gh/williamwen42/335/orig 2025-12-04T09:36:31.1891315Z * [new branch] gh/williamwen42/336/base -> origin/gh/williamwen42/336/base 2025-12-04T09:36:31.1891451Z * [new branch] gh/williamwen42/336/head -> origin/gh/williamwen42/336/head 2025-12-04T09:36:31.1891582Z * [new branch] gh/williamwen42/336/orig -> origin/gh/williamwen42/336/orig 2025-12-04T09:36:31.1891710Z * [new branch] gh/williamwen42/337/base -> origin/gh/williamwen42/337/base 2025-12-04T09:36:31.1891844Z * [new branch] gh/williamwen42/337/head -> origin/gh/williamwen42/337/head 2025-12-04T09:36:31.1891973Z * [new branch] gh/williamwen42/337/orig -> origin/gh/williamwen42/337/orig 2025-12-04T09:36:31.1892112Z * [new branch] gh/williamwen42/338/base -> origin/gh/williamwen42/338/base 2025-12-04T09:36:31.1892243Z * [new branch] gh/williamwen42/338/head -> origin/gh/williamwen42/338/head 2025-12-04T09:36:31.1892371Z * [new branch] gh/williamwen42/338/orig -> origin/gh/williamwen42/338/orig 2025-12-04T09:36:31.1892507Z * [new branch] gh/williamwen42/339/base -> origin/gh/williamwen42/339/base 2025-12-04T09:36:31.1892638Z * [new branch] gh/williamwen42/339/head -> origin/gh/williamwen42/339/head 2025-12-04T09:36:31.1892767Z * [new branch] gh/williamwen42/339/orig -> origin/gh/williamwen42/339/orig 2025-12-04T09:36:31.1892904Z * [new branch] gh/williamwen42/340/base -> origin/gh/williamwen42/340/base 2025-12-04T09:36:31.1893033Z * [new branch] gh/williamwen42/340/head -> origin/gh/williamwen42/340/head 2025-12-04T09:36:31.1893171Z * [new branch] gh/williamwen42/340/orig -> origin/gh/williamwen42/340/orig 2025-12-04T09:36:31.1893305Z * [new branch] gh/williamwen42/341/base -> origin/gh/williamwen42/341/base 2025-12-04T09:36:31.1893435Z * [new branch] gh/williamwen42/341/head -> origin/gh/williamwen42/341/head 2025-12-04T09:36:31.1893575Z * [new branch] gh/williamwen42/341/orig -> origin/gh/williamwen42/341/orig 2025-12-04T09:36:31.1893706Z * [new branch] gh/williamwen42/342/base -> origin/gh/williamwen42/342/base 2025-12-04T09:36:31.1893846Z * [new branch] gh/williamwen42/342/head -> origin/gh/williamwen42/342/head 2025-12-04T09:36:31.1893976Z * [new branch] gh/williamwen42/342/orig -> origin/gh/williamwen42/342/orig 2025-12-04T09:36:31.1894105Z * [new branch] gh/williamwen42/343/base -> origin/gh/williamwen42/343/base 2025-12-04T09:36:31.1894242Z * [new branch] gh/williamwen42/343/head -> origin/gh/williamwen42/343/head 2025-12-04T09:36:31.1894420Z * [new branch] gh/williamwen42/343/orig -> origin/gh/williamwen42/343/orig 2025-12-04T09:36:31.1894556Z * [new branch] gh/williamwen42/344/base -> origin/gh/williamwen42/344/base 2025-12-04T09:36:31.1894681Z * [new branch] gh/williamwen42/344/head -> origin/gh/williamwen42/344/head 2025-12-04T09:36:31.1894842Z * [new branch] gh/williamwen42/344/orig -> origin/gh/williamwen42/344/orig 2025-12-04T09:36:31.1895050Z * [new branch] gh/williamwen42/345/base -> origin/gh/williamwen42/345/base 2025-12-04T09:36:31.1895179Z * [new branch] gh/williamwen42/345/head -> origin/gh/williamwen42/345/head 2025-12-04T09:36:31.1895317Z * [new branch] gh/williamwen42/345/orig -> origin/gh/williamwen42/345/orig 2025-12-04T09:36:31.1895447Z * [new branch] gh/williamwen42/346/base -> origin/gh/williamwen42/346/base 2025-12-04T09:36:31.1895577Z * [new branch] gh/williamwen42/346/head -> origin/gh/williamwen42/346/head 2025-12-04T09:36:31.1895714Z * [new branch] gh/williamwen42/346/orig -> origin/gh/williamwen42/346/orig 2025-12-04T09:36:31.1895842Z * [new branch] gh/williamwen42/347/base -> origin/gh/williamwen42/347/base 2025-12-04T09:36:31.1895969Z * [new branch] gh/williamwen42/347/head -> origin/gh/williamwen42/347/head 2025-12-04T09:36:31.1896106Z * [new branch] gh/williamwen42/347/orig -> origin/gh/williamwen42/347/orig 2025-12-04T09:36:31.1896260Z * [new branch] gh/williamwen42/348/base -> origin/gh/williamwen42/348/base 2025-12-04T09:36:31.1896396Z * [new branch] gh/williamwen42/348/head -> origin/gh/williamwen42/348/head 2025-12-04T09:36:31.1896525Z * [new branch] gh/williamwen42/348/orig -> origin/gh/williamwen42/348/orig 2025-12-04T09:36:31.1896652Z * [new branch] gh/williamwen42/349/base -> origin/gh/williamwen42/349/base 2025-12-04T09:36:31.1896801Z * [new branch] gh/williamwen42/349/head -> origin/gh/williamwen42/349/head 2025-12-04T09:36:31.1896935Z * [new branch] gh/williamwen42/349/orig -> origin/gh/williamwen42/349/orig 2025-12-04T09:36:31.1897077Z * [new branch] gh/williamwen42/350/base -> origin/gh/williamwen42/350/base 2025-12-04T09:36:31.1897211Z * [new branch] gh/williamwen42/350/head -> origin/gh/williamwen42/350/head 2025-12-04T09:36:31.1897349Z * [new branch] gh/williamwen42/350/orig -> origin/gh/williamwen42/350/orig 2025-12-04T09:36:31.1897493Z * [new branch] gh/williamwen42/351/base -> origin/gh/williamwen42/351/base 2025-12-04T09:36:31.1897628Z * [new branch] gh/williamwen42/351/head -> origin/gh/williamwen42/351/head 2025-12-04T09:36:31.1897771Z * [new branch] gh/williamwen42/351/orig -> origin/gh/williamwen42/351/orig 2025-12-04T09:36:31.1897905Z * [new branch] gh/williamwen42/352/base -> origin/gh/williamwen42/352/base 2025-12-04T09:36:31.1898042Z * [new branch] gh/williamwen42/352/head -> origin/gh/williamwen42/352/head 2025-12-04T09:36:31.1898187Z * [new branch] gh/williamwen42/352/orig -> origin/gh/williamwen42/352/orig 2025-12-04T09:36:31.1898321Z * [new branch] gh/williamwen42/353/base -> origin/gh/williamwen42/353/base 2025-12-04T09:36:31.1898459Z * [new branch] gh/williamwen42/353/head -> origin/gh/williamwen42/353/head 2025-12-04T09:36:31.1898598Z * [new branch] gh/williamwen42/353/orig -> origin/gh/williamwen42/353/orig 2025-12-04T09:36:31.1898735Z * [new branch] gh/williamwen42/354/base -> origin/gh/williamwen42/354/base 2025-12-04T09:36:31.1898877Z * [new branch] gh/williamwen42/354/head -> origin/gh/williamwen42/354/head 2025-12-04T09:36:31.1899014Z * [new branch] gh/williamwen42/354/orig -> origin/gh/williamwen42/354/orig 2025-12-04T09:36:31.1899204Z * [new branch] gh/williamwen42/355/base -> origin/gh/williamwen42/355/base 2025-12-04T09:36:31.1899345Z * [new branch] gh/williamwen42/355/head -> origin/gh/williamwen42/355/head 2025-12-04T09:36:31.1899478Z * [new branch] gh/williamwen42/355/orig -> origin/gh/williamwen42/355/orig 2025-12-04T09:36:31.1899617Z * [new branch] gh/williamwen42/356/base -> origin/gh/williamwen42/356/base 2025-12-04T09:36:31.1899796Z * [new branch] gh/williamwen42/356/head -> origin/gh/williamwen42/356/head 2025-12-04T09:36:31.1899930Z * [new branch] gh/williamwen42/356/orig -> origin/gh/williamwen42/356/orig 2025-12-04T09:36:31.1900071Z * [new branch] gh/williamwen42/357/base -> origin/gh/williamwen42/357/base 2025-12-04T09:36:31.1900203Z * [new branch] gh/williamwen42/357/head -> origin/gh/williamwen42/357/head 2025-12-04T09:36:31.1900344Z * [new branch] gh/williamwen42/357/orig -> origin/gh/williamwen42/357/orig 2025-12-04T09:36:31.1900479Z * [new branch] gh/williamwen42/358/base -> origin/gh/williamwen42/358/base 2025-12-04T09:36:31.1900615Z * [new branch] gh/williamwen42/358/head -> origin/gh/williamwen42/358/head 2025-12-04T09:36:31.1900755Z * [new branch] gh/williamwen42/358/orig -> origin/gh/williamwen42/358/orig 2025-12-04T09:36:31.1900882Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-12-04T09:36:31.1901012Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-12-04T09:36:31.1901130Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-12-04T09:36:31.1901247Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-12-04T09:36:31.1901370Z * [new branch] gh/xmfan/274/base -> origin/gh/xmfan/274/base 2025-12-04T09:36:31.1901488Z * [new branch] gh/xmfan/274/head -> origin/gh/xmfan/274/head 2025-12-04T09:36:31.1901604Z * [new branch] gh/xmfan/274/orig -> origin/gh/xmfan/274/orig 2025-12-04T09:36:31.1901730Z * [new branch] gh/xmfan/277/base -> origin/gh/xmfan/277/base 2025-12-04T09:36:31.1901846Z * [new branch] gh/xmfan/277/head -> origin/gh/xmfan/277/head 2025-12-04T09:36:31.1901972Z * [new branch] gh/xmfan/277/orig -> origin/gh/xmfan/277/orig 2025-12-04T09:36:31.1902090Z * [new branch] gh/xmfan/301/base -> origin/gh/xmfan/301/base 2025-12-04T09:36:31.1902206Z * [new branch] gh/xmfan/301/head -> origin/gh/xmfan/301/head 2025-12-04T09:36:31.1902362Z * [new branch] gh/xmfan/301/orig -> origin/gh/xmfan/301/orig 2025-12-04T09:36:31.1902479Z * [new branch] gh/xmfan/304/base -> origin/gh/xmfan/304/base 2025-12-04T09:36:31.1902603Z * [new branch] gh/xmfan/304/head -> origin/gh/xmfan/304/head 2025-12-04T09:36:31.1902720Z * [new branch] gh/xmfan/304/orig -> origin/gh/xmfan/304/orig 2025-12-04T09:36:31.1902834Z * [new branch] gh/xmfan/309/base -> origin/gh/xmfan/309/base 2025-12-04T09:36:31.1902957Z * [new branch] gh/xmfan/309/head -> origin/gh/xmfan/309/head 2025-12-04T09:36:31.1903075Z * [new branch] gh/xmfan/309/orig -> origin/gh/xmfan/309/orig 2025-12-04T09:36:31.1903191Z * [new branch] gh/xmfan/310/base -> origin/gh/xmfan/310/base 2025-12-04T09:36:31.1903313Z * [new branch] gh/xmfan/310/head -> origin/gh/xmfan/310/head 2025-12-04T09:36:31.1903429Z * [new branch] gh/xmfan/310/orig -> origin/gh/xmfan/310/orig 2025-12-04T09:36:31.1903554Z * [new branch] gh/xmfan/311/base -> origin/gh/xmfan/311/base 2025-12-04T09:36:31.1903713Z * [new branch] gh/xmfan/311/head -> origin/gh/xmfan/311/head 2025-12-04T09:36:31.1903833Z * [new branch] gh/xmfan/311/orig -> origin/gh/xmfan/311/orig 2025-12-04T09:36:31.1903960Z * [new branch] gh/xmfan/312/base -> origin/gh/xmfan/312/base 2025-12-04T09:36:31.1904078Z * [new branch] gh/xmfan/312/head -> origin/gh/xmfan/312/head 2025-12-04T09:36:31.1904257Z * [new branch] gh/xmfan/312/orig -> origin/gh/xmfan/312/orig 2025-12-04T09:36:31.1904369Z * [new branch] gh/xmfan/313/base -> origin/gh/xmfan/313/base 2025-12-04T09:36:31.1904480Z * [new branch] gh/xmfan/313/head -> origin/gh/xmfan/313/head 2025-12-04T09:36:31.1904597Z * [new branch] gh/xmfan/313/orig -> origin/gh/xmfan/313/orig 2025-12-04T09:36:31.1904731Z * [new branch] gh/xuanzhang816/27/base -> origin/gh/xuanzhang816/27/base 2025-12-04T09:36:31.1904887Z * [new branch] gh/xuanzhang816/27/head -> origin/gh/xuanzhang816/27/head 2025-12-04T09:36:31.1905021Z * [new branch] gh/xuanzhang816/27/orig -> origin/gh/xuanzhang816/27/orig 2025-12-04T09:36:31.1905146Z * [new branch] gh/xuanzhang816/32/base -> origin/gh/xuanzhang816/32/base 2025-12-04T09:36:31.1905279Z * [new branch] gh/xuanzhang816/32/head -> origin/gh/xuanzhang816/32/head 2025-12-04T09:36:31.1905405Z * [new branch] gh/xuanzhang816/32/orig -> origin/gh/xuanzhang816/32/orig 2025-12-04T09:36:31.1905527Z * [new branch] gh/xuanzhang816/33/base -> origin/gh/xuanzhang816/33/base 2025-12-04T09:36:31.1905658Z * [new branch] gh/xuanzhang816/33/head -> origin/gh/xuanzhang816/33/head 2025-12-04T09:36:31.1905781Z * [new branch] gh/xuanzhang816/33/orig -> origin/gh/xuanzhang816/33/orig 2025-12-04T09:36:31.1905911Z * [new branch] gh/xuanzhang816/34/base -> origin/gh/xuanzhang816/34/base 2025-12-04T09:36:31.1906036Z * [new branch] gh/xuanzhang816/34/head -> origin/gh/xuanzhang816/34/head 2025-12-04T09:36:31.1906159Z * [new branch] gh/xuanzhang816/34/orig -> origin/gh/xuanzhang816/34/orig 2025-12-04T09:36:31.1906290Z * [new branch] gh/xuanzhang816/35/base -> origin/gh/xuanzhang816/35/base 2025-12-04T09:36:31.1906414Z * [new branch] gh/xuanzhang816/35/head -> origin/gh/xuanzhang816/35/head 2025-12-04T09:36:31.1906546Z * [new branch] gh/xuanzhang816/35/orig -> origin/gh/xuanzhang816/35/orig 2025-12-04T09:36:31.1906669Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-12-04T09:36:31.1906790Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-12-04T09:36:31.1906915Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-12-04T09:36:31.1907031Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-12-04T09:36:31.1907154Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-12-04T09:36:31.1907269Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-12-04T09:36:31.1907382Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-12-04T09:36:31.1907507Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-12-04T09:36:31.1907623Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-12-04T09:36:31.1907741Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-12-04T09:36:31.1907875Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-12-04T09:36:31.1907988Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-12-04T09:36:31.1908161Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-12-04T09:36:31.1908279Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-12-04T09:36:31.1908394Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-12-04T09:36:31.1908517Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-12-04T09:36:31.1908680Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-12-04T09:36:31.1908804Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-12-04T09:36:31.1908920Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-12-04T09:36:31.1909036Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-12-04T09:36:31.1909158Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-12-04T09:36:31.1909274Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-12-04T09:36:31.1909397Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-12-04T09:36:31.1909511Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-12-04T09:36:31.1909623Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-12-04T09:36:31.1909747Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-12-04T09:36:31.1909859Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-12-04T09:36:31.1909973Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-12-04T09:36:31.1910094Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-12-04T09:36:31.1910207Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-12-04T09:36:31.1910331Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-12-04T09:36:31.1910446Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-12-04T09:36:31.1910560Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-12-04T09:36:31.1910684Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-12-04T09:36:31.1910802Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-12-04T09:36:31.1910926Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-12-04T09:36:31.1911040Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-12-04T09:36:31.1911153Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-12-04T09:36:31.1911275Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-12-04T09:36:31.1911391Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-12-04T09:36:31.1911507Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-12-04T09:36:31.1911647Z * [new branch] gh/yang-yu-hang/1/base -> origin/gh/yang-yu-hang/1/base 2025-12-04T09:36:31.1911774Z * [new branch] gh/yang-yu-hang/1/head -> origin/gh/yang-yu-hang/1/head 2025-12-04T09:36:31.1911902Z * [new branch] gh/yang-yu-hang/1/orig -> origin/gh/yang-yu-hang/1/orig 2025-12-04T09:36:31.1912020Z * [new branch] gh/yang-yu-hang/2/base -> origin/gh/yang-yu-hang/2/base 2025-12-04T09:36:31.1912138Z * [new branch] gh/yang-yu-hang/2/head -> origin/gh/yang-yu-hang/2/head 2025-12-04T09:36:31.1912265Z * [new branch] gh/yang-yu-hang/2/orig -> origin/gh/yang-yu-hang/2/orig 2025-12-04T09:36:31.1912439Z * [new branch] gh/yang-yu-hang/3/base -> origin/gh/yang-yu-hang/3/base 2025-12-04T09:36:31.1912570Z * [new branch] gh/yang-yu-hang/3/head -> origin/gh/yang-yu-hang/3/head 2025-12-04T09:36:31.1912692Z * [new branch] gh/yang-yu-hang/3/orig -> origin/gh/yang-yu-hang/3/orig 2025-12-04T09:36:31.1912819Z * [new branch] gh/yangw-dev/12/base -> origin/gh/yangw-dev/12/base 2025-12-04T09:36:31.1912991Z * [new branch] gh/yangw-dev/12/head -> origin/gh/yangw-dev/12/head 2025-12-04T09:36:31.1913113Z * [new branch] gh/yangw-dev/12/orig -> origin/gh/yangw-dev/12/orig 2025-12-04T09:36:31.1913245Z * [new branch] gh/yangw-dev/13/base -> origin/gh/yangw-dev/13/base 2025-12-04T09:36:31.1913363Z * [new branch] gh/yangw-dev/13/head -> origin/gh/yangw-dev/13/head 2025-12-04T09:36:31.1913482Z * [new branch] gh/yangw-dev/13/orig -> origin/gh/yangw-dev/13/orig 2025-12-04T09:36:31.1913612Z * [new branch] gh/yangw-dev/14/base -> origin/gh/yangw-dev/14/base 2025-12-04T09:36:31.1913734Z * [new branch] gh/yangw-dev/14/head -> origin/gh/yangw-dev/14/head 2025-12-04T09:36:31.1913855Z * [new branch] gh/yangw-dev/14/orig -> origin/gh/yangw-dev/14/orig 2025-12-04T09:36:31.1913981Z * [new branch] gh/yangw-dev/15/base -> origin/gh/yangw-dev/15/base 2025-12-04T09:36:31.1914099Z * [new branch] gh/yangw-dev/15/head -> origin/gh/yangw-dev/15/head 2025-12-04T09:36:31.1914222Z * [new branch] gh/yangw-dev/15/orig -> origin/gh/yangw-dev/15/orig 2025-12-04T09:36:31.1914340Z * [new branch] gh/yangw-dev/19/base -> origin/gh/yangw-dev/19/base 2025-12-04T09:36:31.1914459Z * [new branch] gh/yangw-dev/19/head -> origin/gh/yangw-dev/19/head 2025-12-04T09:36:31.1914588Z * [new branch] gh/yangw-dev/19/orig -> origin/gh/yangw-dev/19/orig 2025-12-04T09:36:31.1914706Z * [new branch] gh/yangw-dev/26/base -> origin/gh/yangw-dev/26/base 2025-12-04T09:36:31.1915356Z * [new branch] gh/yangw-dev/26/head -> origin/gh/yangw-dev/26/head 2025-12-04T09:36:31.1915476Z * [new branch] gh/yangw-dev/26/orig -> origin/gh/yangw-dev/26/orig 2025-12-04T09:36:31.1915593Z * [new branch] gh/yangw-dev/27/base -> origin/gh/yangw-dev/27/base 2025-12-04T09:36:31.1915717Z * [new branch] gh/yangw-dev/27/head -> origin/gh/yangw-dev/27/head 2025-12-04T09:36:31.1915836Z * [new branch] gh/yangw-dev/27/orig -> origin/gh/yangw-dev/27/orig 2025-12-04T09:36:31.1915956Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-12-04T09:36:31.1916070Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-12-04T09:36:31.1916186Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-12-04T09:36:31.1916309Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-12-04T09:36:31.1916422Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-12-04T09:36:31.1916542Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-12-04T09:36:31.1916657Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-12-04T09:36:31.1916769Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-12-04T09:36:31.1916897Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-12-04T09:36:31.1917009Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-12-04T09:36:31.1917118Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-12-04T09:36:31.1917293Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-12-04T09:36:31.1917402Z * [new branch] gh/ydwu4/306/base -> origin/gh/ydwu4/306/base 2025-12-04T09:36:31.1917518Z * [new branch] gh/ydwu4/306/head -> origin/gh/ydwu4/306/head 2025-12-04T09:36:31.1917626Z * [new branch] gh/ydwu4/306/orig -> origin/gh/ydwu4/306/orig 2025-12-04T09:36:31.1917786Z * [new branch] gh/ydwu4/312/base -> origin/gh/ydwu4/312/base 2025-12-04T09:36:31.1917904Z * [new branch] gh/ydwu4/312/head -> origin/gh/ydwu4/312/head 2025-12-04T09:36:31.1918014Z * [new branch] gh/ydwu4/312/orig -> origin/gh/ydwu4/312/orig 2025-12-04T09:36:31.1918130Z * [new branch] gh/ydwu4/322/base -> origin/gh/ydwu4/322/base 2025-12-04T09:36:31.1918235Z * [new branch] gh/ydwu4/322/head -> origin/gh/ydwu4/322/head 2025-12-04T09:36:31.1918342Z * [new branch] gh/ydwu4/322/orig -> origin/gh/ydwu4/322/orig 2025-12-04T09:36:31.1918455Z * [new branch] gh/ydwu4/327/base -> origin/gh/ydwu4/327/base 2025-12-04T09:36:31.1918564Z * [new branch] gh/ydwu4/327/head -> origin/gh/ydwu4/327/head 2025-12-04T09:36:31.1918670Z * [new branch] gh/ydwu4/327/orig -> origin/gh/ydwu4/327/orig 2025-12-04T09:36:31.1918779Z * [new branch] gh/ydwu4/328/base -> origin/gh/ydwu4/328/base 2025-12-04T09:36:31.1918885Z * [new branch] gh/ydwu4/328/head -> origin/gh/ydwu4/328/head 2025-12-04T09:36:31.1918996Z * [new branch] gh/ydwu4/328/orig -> origin/gh/ydwu4/328/orig 2025-12-04T09:36:31.1919102Z * [new branch] gh/ydwu4/329/base -> origin/gh/ydwu4/329/base 2025-12-04T09:36:31.1919208Z * [new branch] gh/ydwu4/329/head -> origin/gh/ydwu4/329/head 2025-12-04T09:36:31.1919325Z * [new branch] gh/ydwu4/329/orig -> origin/gh/ydwu4/329/orig 2025-12-04T09:36:31.1919435Z * [new branch] gh/ydwu4/330/base -> origin/gh/ydwu4/330/base 2025-12-04T09:36:31.1919547Z * [new branch] gh/ydwu4/330/head -> origin/gh/ydwu4/330/head 2025-12-04T09:36:31.1919653Z * [new branch] gh/ydwu4/330/orig -> origin/gh/ydwu4/330/orig 2025-12-04T09:36:31.1919760Z * [new branch] gh/ydwu4/331/base -> origin/gh/ydwu4/331/base 2025-12-04T09:36:31.1919873Z * [new branch] gh/ydwu4/331/head -> origin/gh/ydwu4/331/head 2025-12-04T09:36:31.1919982Z * [new branch] gh/ydwu4/331/orig -> origin/gh/ydwu4/331/orig 2025-12-04T09:36:31.1920096Z * [new branch] gh/ydwu4/332/base -> origin/gh/ydwu4/332/base 2025-12-04T09:36:31.1920202Z * [new branch] gh/ydwu4/332/head -> origin/gh/ydwu4/332/head 2025-12-04T09:36:31.1920308Z * [new branch] gh/ydwu4/332/orig -> origin/gh/ydwu4/332/orig 2025-12-04T09:36:31.1920418Z * [new branch] gh/ydwu4/333/base -> origin/gh/ydwu4/333/base 2025-12-04T09:36:31.1920523Z * [new branch] gh/ydwu4/333/head -> origin/gh/ydwu4/333/head 2025-12-04T09:36:31.1920628Z * [new branch] gh/ydwu4/333/orig -> origin/gh/ydwu4/333/orig 2025-12-04T09:36:31.1920745Z * [new branch] gh/ydwu4/334/base -> origin/gh/ydwu4/334/base 2025-12-04T09:36:31.1920851Z * [new branch] gh/ydwu4/334/head -> origin/gh/ydwu4/334/head 2025-12-04T09:36:31.1920963Z * [new branch] gh/ydwu4/334/orig -> origin/gh/ydwu4/334/orig 2025-12-04T09:36:31.1921067Z * [new branch] gh/ydwu4/335/base -> origin/gh/ydwu4/335/base 2025-12-04T09:36:31.1921174Z * [new branch] gh/ydwu4/335/head -> origin/gh/ydwu4/335/head 2025-12-04T09:36:31.1921330Z * [new branch] gh/ydwu4/335/orig -> origin/gh/ydwu4/335/orig 2025-12-04T09:36:31.1921442Z * [new branch] gh/ydwu4/337/base -> origin/gh/ydwu4/337/base 2025-12-04T09:36:31.1921560Z * [new branch] gh/ydwu4/337/head -> origin/gh/ydwu4/337/head 2025-12-04T09:36:31.1921668Z * [new branch] gh/ydwu4/337/orig -> origin/gh/ydwu4/337/orig 2025-12-04T09:36:31.1921815Z * [new branch] gh/ydwu4/339/base -> origin/gh/ydwu4/339/base 2025-12-04T09:36:31.1921933Z * [new branch] gh/ydwu4/339/head -> origin/gh/ydwu4/339/head 2025-12-04T09:36:31.1922044Z * [new branch] gh/ydwu4/339/orig -> origin/gh/ydwu4/339/orig 2025-12-04T09:36:31.1922153Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-12-04T09:36:31.1922268Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-12-04T09:36:31.1922383Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-12-04T09:36:31.1922503Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-12-04T09:36:31.1922627Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-12-04T09:36:31.1922747Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-12-04T09:36:31.1922877Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-12-04T09:36:31.1922996Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-12-04T09:36:31.1923120Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-12-04T09:36:31.1923238Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-12-04T09:36:31.1923359Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-12-04T09:36:31.1923488Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-12-04T09:36:31.1923605Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-12-04T09:36:31.1923730Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-12-04T09:36:31.1923856Z * [new branch] gh/yushangdi/1/base -> origin/gh/yushangdi/1/base 2025-12-04T09:36:31.1923978Z * [new branch] gh/yushangdi/1/head -> origin/gh/yushangdi/1/head 2025-12-04T09:36:31.1924103Z * [new branch] gh/yushangdi/10/base -> origin/gh/yushangdi/10/base 2025-12-04T09:36:31.1924219Z * [new branch] gh/yushangdi/10/head -> origin/gh/yushangdi/10/head 2025-12-04T09:36:31.1924336Z * [new branch] gh/yushangdi/10/orig -> origin/gh/yushangdi/10/orig 2025-12-04T09:36:31.1924460Z * [new branch] gh/yushangdi/11/base -> origin/gh/yushangdi/11/base 2025-12-04T09:36:31.1924577Z * [new branch] gh/yushangdi/11/head -> origin/gh/yushangdi/11/head 2025-12-04T09:36:31.1924704Z * [new branch] gh/yushangdi/11/orig -> origin/gh/yushangdi/11/orig 2025-12-04T09:36:31.1924858Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-12-04T09:36:31.1924980Z * [new branch] gh/yushangdi/2/head -> origin/gh/yushangdi/2/head 2025-12-04T09:36:31.1925109Z * [new branch] gh/yushangdi/7/base -> origin/gh/yushangdi/7/base 2025-12-04T09:36:31.1925230Z * [new branch] gh/yushangdi/7/head -> origin/gh/yushangdi/7/head 2025-12-04T09:36:31.1925356Z * [new branch] gh/yushangdi/7/orig -> origin/gh/yushangdi/7/orig 2025-12-04T09:36:31.1925473Z * [new branch] gh/yushangdi/8/base -> origin/gh/yushangdi/8/base 2025-12-04T09:36:31.1925591Z * [new branch] gh/yushangdi/8/head -> origin/gh/yushangdi/8/head 2025-12-04T09:36:31.1925783Z * [new branch] gh/yushangdi/8/orig -> origin/gh/yushangdi/8/orig 2025-12-04T09:36:31.1925905Z * [new branch] gh/yushangdi/9/base -> origin/gh/yushangdi/9/base 2025-12-04T09:36:31.1926030Z * [new branch] gh/yushangdi/9/head -> origin/gh/yushangdi/9/head 2025-12-04T09:36:31.1926207Z * [new branch] gh/yushangdi/9/orig -> origin/gh/yushangdi/9/orig 2025-12-04T09:36:31.1926322Z * [new branch] gh/zklaus/19/base -> origin/gh/zklaus/19/base 2025-12-04T09:36:31.1926441Z * [new branch] gh/zklaus/19/head -> origin/gh/zklaus/19/head 2025-12-04T09:36:31.1926554Z * [new branch] gh/zklaus/19/orig -> origin/gh/zklaus/19/orig 2025-12-04T09:36:31.1926667Z * [new branch] gh/zklaus/20/base -> origin/gh/zklaus/20/base 2025-12-04T09:36:31.1926790Z * [new branch] gh/zklaus/20/head -> origin/gh/zklaus/20/head 2025-12-04T09:36:31.1926901Z * [new branch] gh/zklaus/20/orig -> origin/gh/zklaus/20/orig 2025-12-04T09:36:31.1927020Z * [new branch] gh/zklaus/21/base -> origin/gh/zklaus/21/base 2025-12-04T09:36:31.1927131Z * [new branch] gh/zklaus/21/head -> origin/gh/zklaus/21/head 2025-12-04T09:36:31.1927248Z * [new branch] gh/zklaus/21/orig -> origin/gh/zklaus/21/orig 2025-12-04T09:36:31.1927369Z * [new branch] gh/zklaus/22/base -> origin/gh/zklaus/22/base 2025-12-04T09:36:31.1927484Z * [new branch] gh/zklaus/22/head -> origin/gh/zklaus/22/head 2025-12-04T09:36:31.1927604Z * [new branch] gh/zklaus/22/orig -> origin/gh/zklaus/22/orig 2025-12-04T09:36:31.1927717Z * [new branch] gh/zklaus/23/base -> origin/gh/zklaus/23/base 2025-12-04T09:36:31.1927830Z * [new branch] gh/zklaus/23/head -> origin/gh/zklaus/23/head 2025-12-04T09:36:31.1927949Z * [new branch] gh/zklaus/23/orig -> origin/gh/zklaus/23/orig 2025-12-04T09:36:31.1928061Z * [new branch] gh/zklaus/24/base -> origin/gh/zklaus/24/base 2025-12-04T09:36:31.1928173Z * [new branch] gh/zklaus/24/head -> origin/gh/zklaus/24/head 2025-12-04T09:36:31.1928296Z * [new branch] gh/zklaus/24/orig -> origin/gh/zklaus/24/orig 2025-12-04T09:36:31.1928419Z * [new branch] gh/zou3519/1197/base -> origin/gh/zou3519/1197/base 2025-12-04T09:36:31.1928546Z * [new branch] gh/zou3519/1197/head -> origin/gh/zou3519/1197/head 2025-12-04T09:36:31.1928663Z * [new branch] gh/zou3519/1197/orig -> origin/gh/zou3519/1197/orig 2025-12-04T09:36:31.1928775Z * [new branch] gh/zou3519/1199/base -> origin/gh/zou3519/1199/base 2025-12-04T09:36:31.1928899Z * [new branch] gh/zou3519/1199/head -> origin/gh/zou3519/1199/head 2025-12-04T09:36:31.1929012Z * [new branch] gh/zou3519/1199/orig -> origin/gh/zou3519/1199/orig 2025-12-04T09:36:31.1929135Z * [new branch] gh/zou3519/1200/base -> origin/gh/zou3519/1200/base 2025-12-04T09:36:31.1929250Z * [new branch] gh/zou3519/1200/head -> origin/gh/zou3519/1200/head 2025-12-04T09:36:31.1929367Z * [new branch] gh/zou3519/1200/orig -> origin/gh/zou3519/1200/orig 2025-12-04T09:36:31.1929489Z * [new branch] gh/zou3519/1201/base -> origin/gh/zou3519/1201/base 2025-12-04T09:36:31.1929603Z * [new branch] gh/zou3519/1201/head -> origin/gh/zou3519/1201/head 2025-12-04T09:36:31.1929726Z * [new branch] gh/zou3519/1201/orig -> origin/gh/zou3519/1201/orig 2025-12-04T09:36:31.1929840Z * [new branch] gh/zou3519/1202/base -> origin/gh/zou3519/1202/base 2025-12-04T09:36:31.1930005Z * [new branch] gh/zou3519/1202/head -> origin/gh/zou3519/1202/head 2025-12-04T09:36:31.1930128Z * [new branch] gh/zou3519/1202/orig -> origin/gh/zou3519/1202/orig 2025-12-04T09:36:31.1930249Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-12-04T09:36:31.1930365Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-12-04T09:36:31.1930537Z * [new branch] gh/zpcore/11/base -> origin/gh/zpcore/11/base 2025-12-04T09:36:31.1930652Z * [new branch] gh/zpcore/11/head -> origin/gh/zpcore/11/head 2025-12-04T09:36:31.1930774Z * [new branch] gh/zpcore/11/orig -> origin/gh/zpcore/11/orig 2025-12-04T09:36:31.1930888Z * [new branch] gh/zpcore/12/base -> origin/gh/zpcore/12/base 2025-12-04T09:36:31.1931001Z * [new branch] gh/zpcore/12/head -> origin/gh/zpcore/12/head 2025-12-04T09:36:31.1931122Z * [new branch] gh/zpcore/12/orig -> origin/gh/zpcore/12/orig 2025-12-04T09:36:31.1931235Z * [new branch] gh/zpcore/13/base -> origin/gh/zpcore/13/base 2025-12-04T09:36:31.1931355Z * [new branch] gh/zpcore/13/head -> origin/gh/zpcore/13/head 2025-12-04T09:36:31.1931469Z * [new branch] gh/zpcore/13/orig -> origin/gh/zpcore/13/orig 2025-12-04T09:36:31.1931585Z * [new branch] gh/zpcore/14/base -> origin/gh/zpcore/14/base 2025-12-04T09:36:31.1931703Z * [new branch] gh/zpcore/14/head -> origin/gh/zpcore/14/head 2025-12-04T09:36:31.1931816Z * [new branch] gh/zpcore/14/orig -> origin/gh/zpcore/14/orig 2025-12-04T09:36:31.1931928Z * [new branch] gh/zpcore/15/base -> origin/gh/zpcore/15/base 2025-12-04T09:36:31.1932048Z * [new branch] gh/zpcore/15/head -> origin/gh/zpcore/15/head 2025-12-04T09:36:31.1932159Z * [new branch] gh/zpcore/15/orig -> origin/gh/zpcore/15/orig 2025-12-04T09:36:31.1932281Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-12-04T09:36:31.1932392Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-12-04T09:36:31.1932504Z * [new branch] gh/zpcore/21/base -> origin/gh/zpcore/21/base 2025-12-04T09:36:31.1932625Z * [new branch] gh/zpcore/21/head -> origin/gh/zpcore/21/head 2025-12-04T09:36:31.1932735Z * [new branch] gh/zpcore/21/orig -> origin/gh/zpcore/21/orig 2025-12-04T09:36:31.1932854Z * [new branch] gh/zpcore/22/base -> origin/gh/zpcore/22/base 2025-12-04T09:36:31.1932966Z * [new branch] gh/zpcore/22/head -> origin/gh/zpcore/22/head 2025-12-04T09:36:31.1933079Z * [new branch] gh/zpcore/22/orig -> origin/gh/zpcore/22/orig 2025-12-04T09:36:31.1933199Z * [new branch] gh/zpcore/23/base -> origin/gh/zpcore/23/base 2025-12-04T09:36:31.1933312Z * [new branch] gh/zpcore/23/head -> origin/gh/zpcore/23/head 2025-12-04T09:36:31.1933423Z * [new branch] gh/zpcore/23/orig -> origin/gh/zpcore/23/orig 2025-12-04T09:36:31.1933544Z * [new branch] gh/zpcore/24/base -> origin/gh/zpcore/24/base 2025-12-04T09:36:31.1933659Z * [new branch] gh/zpcore/24/head -> origin/gh/zpcore/24/head 2025-12-04T09:36:31.1933780Z * [new branch] gh/zpcore/24/orig -> origin/gh/zpcore/24/orig 2025-12-04T09:36:31.1933891Z * [new branch] gh/zpcore/25/base -> origin/gh/zpcore/25/base 2025-12-04T09:36:31.1934001Z * [new branch] gh/zpcore/25/head -> origin/gh/zpcore/25/head 2025-12-04T09:36:31.1934121Z * [new branch] gh/zpcore/25/orig -> origin/gh/zpcore/25/orig 2025-12-04T09:36:31.1934285Z * [new branch] gh/zpcore/26/base -> origin/gh/zpcore/26/base 2025-12-04T09:36:31.1934411Z * [new branch] gh/zpcore/26/head -> origin/gh/zpcore/26/head 2025-12-04T09:36:31.1934527Z * [new branch] gh/zpcore/26/orig -> origin/gh/zpcore/26/orig 2025-12-04T09:36:31.1934639Z * [new branch] gh/zpcore/27/base -> origin/gh/zpcore/27/base 2025-12-04T09:36:31.1934840Z * [new branch] gh/zpcore/27/head -> origin/gh/zpcore/27/head 2025-12-04T09:36:31.1934954Z * [new branch] gh/zpcore/27/orig -> origin/gh/zpcore/27/orig 2025-12-04T09:36:31.1935074Z * [new branch] gh/zpcore/28/base -> origin/gh/zpcore/28/base 2025-12-04T09:36:31.1935185Z * [new branch] gh/zpcore/28/head -> origin/gh/zpcore/28/head 2025-12-04T09:36:31.1935297Z * [new branch] gh/zpcore/28/orig -> origin/gh/zpcore/28/orig 2025-12-04T09:36:31.1935414Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-12-04T09:36:31.1935524Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-12-04T09:36:31.1935636Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-12-04T09:36:31.1935757Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-12-04T09:36:31.1935869Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-12-04T09:36:31.1935985Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-12-04T09:36:31.1936092Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-12-04T09:36:31.1936201Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-12-04T09:36:31.1936318Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-12-04T09:36:31.1936429Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-12-04T09:36:31.1936544Z * [new branch] gh/zpcore/8/base -> origin/gh/zpcore/8/base 2025-12-04T09:36:31.1936653Z * [new branch] gh/zpcore/8/head -> origin/gh/zpcore/8/head 2025-12-04T09:36:31.1936766Z * [new branch] google-main -> origin/google-main 2025-12-04T09:36:31.1936917Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-12-04T09:36:31.1937038Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-12-04T09:36:31.1937250Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-12-04T09:36:31.1937438Z * [new branch] hameerabbasi/complex_tensor_subclass -> origin/hameerabbasi/complex_tensor_subclass 2025-12-04T09:36:31.1937650Z * [new branch] hameerabbasi/fix-ctensor-gradcheck-tests -> origin/hameerabbasi/fix-ctensor-gradcheck-tests 2025-12-04T09:36:31.1937823Z * [new branch] hameerabbasi/gradcheck-allclose -> origin/hameerabbasi/gradcheck-allclose 2025-12-04T09:36:31.1937932Z * [new branch] hc_baseline -> origin/hc_baseline 2025-12-04T09:36:31.1938038Z * [new branch] hhh_rand -> origin/hhh_rand 2025-12-04T09:36:31.1938149Z * [new branch] huba/f1 -> origin/huba/f1 2025-12-04T09:36:31.1938426Z * [new branch] increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test -> origin/increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test 2025-12-04T09:36:31.1938538Z * [new branch] inlining -> origin/inlining 2025-12-04T09:36:31.1938658Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-12-04T09:36:31.1938791Z * [new branch] install-torchao-0.13.0 -> origin/install-torchao-0.13.0 2025-12-04T09:36:31.1939119Z * [new branch] instrument-trunk-pull-linux-with-job-test-filters -> origin/instrument-trunk-pull-linux-with-job-test-filters 2025-12-04T09:36:31.1939243Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-12-04T09:36:31.1939383Z * [new branch] issue#58739 -> origin/issue#58739 2025-12-04T09:36:31.1939573Z * [new branch] jainapurva-patch-1 -> origin/jainapurva-patch-1 2025-12-04T09:36:31.1939676Z * [new branch] jathu/o3 -> origin/jathu/o3 2025-12-04T09:36:31.1939790Z * [new branch] jathu/sve -> origin/jathu/sve 2025-12-04T09:36:31.1939978Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-12-04T09:36:31.1940147Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-12-04T09:36:31.1940317Z * [new branch] jiannanWang/memorysnapshot_filter -> origin/jiannanWang/memorysnapshot_filter 2025-12-04T09:36:31.1940484Z * [new branch] jiannanWang/profilerstepwarning -> origin/jiannanWang/profilerstepwarning 2025-12-04T09:36:31.1940631Z * [new branch] jithunnair-amd-patch-1 -> origin/jithunnair-amd-patch-1 2025-12-04T09:36:31.1940779Z * [new branch] jithunnair-amd-patch-10 -> origin/jithunnair-amd-patch-10 2025-12-04T09:36:31.1940932Z * [new branch] jithunnair-amd-patch-2 -> origin/jithunnair-amd-patch-2 2025-12-04T09:36:31.1941071Z * [new branch] jithunnair-amd-patch-3 -> origin/jithunnair-amd-patch-3 2025-12-04T09:36:31.1941209Z * [new branch] jithunnair-amd-patch-4 -> origin/jithunnair-amd-patch-4 2025-12-04T09:36:31.1941353Z * [new branch] jithunnair-amd-patch-5 -> origin/jithunnair-amd-patch-5 2025-12-04T09:36:31.1941490Z * [new branch] jithunnair-amd-patch-6 -> origin/jithunnair-amd-patch-6 2025-12-04T09:36:31.1941626Z * [new branch] jithunnair-amd-patch-7 -> origin/jithunnair-amd-patch-7 2025-12-04T09:36:31.1941767Z * [new branch] jithunnair-amd-patch-8 -> origin/jithunnair-amd-patch-8 2025-12-04T09:36:31.1941901Z * [new branch] jithunnair-amd-patch-9 -> origin/jithunnair-amd-patch-9 2025-12-04T09:36:31.1942045Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-12-04T09:36:31.1942172Z * [new branch] kainan666/xlf_debug -> origin/kainan666/xlf_debug 2025-12-04T09:36:31.1942295Z * [new branch] kainan_test -> origin/kainan_test 2025-12-04T09:36:31.1942430Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-12-04T09:36:31.1942595Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-12-04T09:36:31.1942769Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-12-04T09:36:31.1942902Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-12-04T09:36:31.1943073Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-12-04T09:36:31.1943208Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-12-04T09:36:31.1943330Z * [new branch] llama4-stable -> origin/llama4-stable 2025-12-04T09:36:31.1943460Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-12-04T09:36:31.1943586Z * [new branch] lucaskabela/#94773 -> origin/lucaskabela/#94773 2025-12-04T09:36:31.1943723Z * [new branch] lucaskabela/fix_164876 -> origin/lucaskabela/fix_164876 2025-12-04T09:36:31.1943906Z * [new branch] lucaskabela/flop_counter -> origin/lucaskabela/flop_counter 2025-12-04T09:36:31.1944060Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-12-04T09:36:31.1944238Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-12-04T09:36:31.1944432Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-12-04T09:36:31.1944671Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-12-04T09:36:31.1944901Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-12-04T09:36:31.1945036Z * [new branch] lucaskabela/rnn_decomp -> origin/lucaskabela/rnn_decomp 2025-12-04T09:36:31.1945194Z * [new branch] lucaskabela/typing_backends -> origin/lucaskabela/typing_backends 2025-12-04T09:36:31.1945353Z * [new branch] lucaskabela/typing_ctx_manager -> origin/lucaskabela/typing_ctx_manager 2025-12-04T09:36:31.1945511Z * [new branch] lucaskabela/typing_nn_module -> origin/lucaskabela/typing_nn_module 2025-12-04T09:36:31.1945671Z * [new branch] lucaskabela/typing_user_defined -> origin/lucaskabela/typing_user_defined 2025-12-04T09:36:31.1945822Z * [new branch] lucaskabela/typing_variables -> origin/lucaskabela/typing_variables 2025-12-04T09:36:31.1946006Z * [new branch] lucaskabela/typing_variables_dicts -> origin/lucaskabela/typing_variables_dicts 2025-12-04T09:36:31.1946199Z * [new branch] lucaskabela/typing_variables_functions -> origin/lucaskabela/typing_variables_functions 2025-12-04T09:36:31.1946375Z * [new branch] lucaskabela/typing_variables_lists -> origin/lucaskabela/typing_variables_lists 2025-12-04T09:36:31.1946500Z * [new branch] lw/torch_box_by_ref -> origin/lw/torch_box_by_ref 2025-12-04T09:36:31.1946608Z * [new branch] main -> origin/main 2025-12-04T09:36:31.1946739Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-12-04T09:36:31.1946858Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-12-04T09:36:31.1946975Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-12-04T09:36:31.1947099Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-12-04T09:36:31.1947212Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-12-04T09:36:31.1947334Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-12-04T09:36:31.1947446Z * [new branch] malfet-patch-7 -> origin/malfet-patch-7 2025-12-04T09:36:31.1947558Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-12-04T09:36:31.1947693Z * [new branch] malfet/add-3.14-ci -> origin/malfet/add-3.14-ci 2025-12-04T09:36:31.1947944Z * [new branch] malfet/be-do-not-make-typos-in-build-artifacts -> origin/malfet/be-do-not-make-typos-in-build-artifacts 2025-12-04T09:36:31.1948215Z * [new branch] malfet/be-move-more-settings-to-checkout-pytorch -> origin/malfet/be-move-more-settings-to-checkout-pytorch 2025-12-04T09:36:31.1948414Z * [new branch] malfet/be-remove-misisng-neon-headers -> origin/malfet/be-remove-misisng-neon-headers 2025-12-04T09:36:31.1948573Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-12-04T09:36:31.1948762Z * [new branch] manuel/aoti_metal_shimify-thread_safe -> origin/manuel/aoti_metal_shimify-thread_safe 2025-12-04T09:36:31.1948910Z * [new branch] manuel/inductor_link_openmp -> origin/manuel/inductor_link_openmp 2025-12-04T09:36:31.1949044Z * [new branch] masnesral/metaconda -> origin/masnesral/metaconda 2025-12-04T09:36:31.1949224Z * [new branch] mem_profiler_flaky_fix -> origin/mem_profiler_flaky_fix 2025-12-04T09:36:31.1949374Z * [new branch] mem_profiler_stack_trace -> origin/mem_profiler_stack_trace 2025-12-04T09:36:31.1949509Z * [new branch] memory_profiler_stack -> origin/memory_profiler_stack 2025-12-04T09:36:31.1949683Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-12-04T09:36:31.1949795Z * [new branch] mingw_posix -> origin/mingw_posix 2025-12-04T09:36:31.1949920Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-12-04T09:36:31.1950023Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-12-04T09:36:31.1950134Z * [new branch] mlazos/acts -> origin/mlazos/acts 2025-12-04T09:36:31.1950254Z * [new branch] mlazos/arg-renames -> origin/mlazos/arg-renames 2025-12-04T09:36:31.1950384Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-12-04T09:36:31.1950545Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-12-04T09:36:31.1950663Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-12-04T09:36:31.1950781Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-12-04T09:36:31.1950895Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-12-04T09:36:31.1951005Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-12-04T09:36:31.1951116Z * [new branch] mlazos/bwd -> origin/mlazos/bwd 2025-12-04T09:36:31.1951236Z * [new branch] mlazos/combo-test -> origin/mlazos/combo-test 2025-12-04T09:36:31.1951361Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-12-04T09:36:31.1951484Z * [new branch] mlazos/cuda-cmd-log -> origin/mlazos/cuda-cmd-log 2025-12-04T09:36:31.1951619Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-12-04T09:36:31.1951786Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-12-04T09:36:31.1951912Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-12-04T09:36:31.1952057Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-12-04T09:36:31.1952189Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-12-04T09:36:31.1952302Z * [new branch] mlazos/dc-attrs -> origin/mlazos/dc-attrs 2025-12-04T09:36:31.1952428Z * [new branch] mlazos/dc-helion -> origin/mlazos/dc-helion 2025-12-04T09:36:31.1952543Z * [new branch] mlazos/dict-fix -> origin/mlazos/dict-fix 2025-12-04T09:36:31.1952661Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-12-04T09:36:31.1952783Z * [new branch] mlazos/dupe-fix -> origin/mlazos/dupe-fix 2025-12-04T09:36:31.1952898Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-12-04T09:36:31.1953011Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-12-04T09:36:31.1953147Z * [new branch] mlazos/extract-examples -> origin/mlazos/extract-examples 2025-12-04T09:36:31.1953265Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-12-04T09:36:31.1953376Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-12-04T09:36:31.1953486Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-12-04T09:36:31.1953664Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-12-04T09:36:31.1953780Z * [new branch] mlazos/fp8-fixes -> origin/mlazos/fp8-fixes 2025-12-04T09:36:31.1953893Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-12-04T09:36:31.1954004Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-12-04T09:36:31.1954156Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-12-04T09:36:31.1954271Z * [new branch] mlazos/hash-hop -> origin/mlazos/hash-hop 2025-12-04T09:36:31.1954387Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-12-04T09:36:31.1954502Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-12-04T09:36:31.1954626Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-12-04T09:36:31.1954747Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-12-04T09:36:31.1954903Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-12-04T09:36:31.1955024Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-12-04T09:36:31.1955139Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-12-04T09:36:31.1955253Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-12-04T09:36:31.1955360Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-12-04T09:36:31.1955465Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-12-04T09:36:31.1955574Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-12-04T09:36:31.1955676Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-12-04T09:36:31.1955778Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-12-04T09:36:31.1955893Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-12-04T09:36:31.1955996Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-12-04T09:36:31.1956103Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-12-04T09:36:31.1956202Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-12-04T09:36:31.1956304Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-12-04T09:36:31.1956411Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-12-04T09:36:31.1956511Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-12-04T09:36:31.1956640Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-12-04T09:36:31.1956773Z * [new branch] mlazos/inductor-streams -> origin/mlazos/inductor-streams 2025-12-04T09:36:31.1956876Z * [new branch] mlazos/main -> origin/mlazos/main 2025-12-04T09:36:31.1956984Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-12-04T09:36:31.1957103Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-12-04T09:36:31.1957269Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-12-04T09:36:31.1957418Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-12-04T09:36:31.1957530Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-12-04T09:36:31.1957648Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-12-04T09:36:31.1957761Z * [new branch] mlazos/offsets -> origin/mlazos/offsets 2025-12-04T09:36:31.1957884Z * [new branch] mlazos/overguarding -> origin/mlazos/overguarding 2025-12-04T09:36:31.1958063Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-12-04T09:36:31.1958180Z * [new branch] mlazos/quant-fix -> origin/mlazos/quant-fix 2025-12-04T09:36:31.1958302Z * [new branch] mlazos/resnet-fix -> origin/mlazos/resnet-fix 2025-12-04T09:36:31.1958422Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-12-04T09:36:31.1958584Z * [new branch] mlazos/rm-code -> origin/mlazos/rm-code 2025-12-04T09:36:31.1958701Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-12-04T09:36:31.1958805Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-12-04T09:36:31.1958943Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-12-04T09:36:31.1959081Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-12-04T09:36:31.1959191Z * [new branch] mlazos/stests -> origin/mlazos/stests 2025-12-04T09:36:31.1959315Z * [new branch] mlazos/stream-ops -> origin/mlazos/stream-ops 2025-12-04T09:36:31.1959423Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-12-04T09:36:31.1959552Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-12-04T09:36:31.1959666Z * [new branch] mlazos/test -> origin/mlazos/test 2025-12-04T09:36:31.1959769Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-12-04T09:36:31.1959903Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-12-04T09:36:31.1960027Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-12-04T09:36:31.1960152Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-12-04T09:36:31.1960287Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-12-04T09:36:31.1960415Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-12-04T09:36:31.1960542Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-12-04T09:36:31.1960664Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-12-04T09:36:31.1960787Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-12-04T09:36:31.1960922Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-12-04T09:36:31.1961053Z * [new branch] mlazos/user-stream-base -> origin/mlazos/user-stream-base 2025-12-04T09:36:31.1961183Z * [new branch] mlazos/user-streams -> origin/mlazos/user-streams 2025-12-04T09:36:31.1961326Z * [new branch] mlazos/user-streams-backup -> origin/mlazos/user-streams-backup 2025-12-04T09:36:31.1961470Z * [new branch] mlazos/user-streams-backup2 -> origin/mlazos/user-streams-backup2 2025-12-04T09:36:31.1961591Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-12-04T09:36:31.1961707Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-12-04T09:36:31.1961824Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-12-04T09:36:31.1961950Z * [new branch] mm_out_dtype_compile -> origin/mm_out_dtype_compile 2025-12-04T09:36:31.1962055Z * [new branch] module-shim -> origin/module-shim 2025-12-04T09:36:31.1962163Z * [new branch] move_config -> origin/move_config 2025-12-04T09:36:31.1962278Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-12-04T09:36:31.1962389Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-12-04T09:36:31.1962589Z * [new branch] mwizak/fix-triton-block-shape -> origin/mwizak/fix-triton-block-shape 2025-12-04T09:36:31.1962700Z * [new branch] my_varlen_backup -> origin/my_varlen_backup 2025-12-04T09:36:31.1962830Z * [new branch] nativert_num_outputs -> origin/nativert_num_outputs 2025-12-04T09:36:31.1962933Z * [new branch] new-codegen -> origin/new-codegen 2025-12-04T09:36:31.1963120Z * [new branch] newtest-base -> origin/newtest-base 2025-12-04T09:36:31.1963244Z * [new branch] ngimel/addmm_dtype -> origin/ngimel/addmm_dtype 2025-12-04T09:36:31.1963354Z * [new branch] ngimel/div_inv -> origin/ngimel/div_inv 2025-12-04T09:36:31.1963486Z * [new branch] ngimel/error_index_list -> origin/ngimel/error_index_list 2025-12-04T09:36:31.1963603Z * [new branch] ngimel/gather_grid -> origin/ngimel/gather_grid 2025-12-04T09:36:31.1963738Z * [new branch] ngimel/gather_grid_release -> origin/ngimel/gather_grid_release 2025-12-04T09:36:31.1963853Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-12-04T09:36:31.1963965Z * [new branch] ngimel/hostalloc -> origin/ngimel/hostalloc 2025-12-04T09:36:31.1964081Z * [new branch] ngimel/storage_id -> origin/ngimel/storage_id 2025-12-04T09:36:31.1964194Z * [new branch] nightly -> origin/nightly 2025-12-04T09:36:31.1964370Z * [new branch] nikitaved/addmm_1_rowcol_lt_path_check -> origin/nikitaved/addmm_1_rowcol_lt_path_check 2025-12-04T09:36:31.1964565Z * [new branch] nikitaved/addmm_epilogue_fusions_2d_bias -> origin/nikitaved/addmm_epilogue_fusions_2d_bias 2025-12-04T09:36:31.1964751Z * [new branch] nikitaved/addmm_epilogue_fusions_inductor -> origin/nikitaved/addmm_epilogue_fusions_inductor 2025-12-04T09:36:31.1965195Z * [new branch] nikitaved/addmm_epilogue_fusions_scratch -> origin/nikitaved/addmm_epilogue_fusions_scratch 2025-12-04T09:36:31.1965377Z * [new branch] nikitaved/grad_addmm_epilogue_fusions -> origin/nikitaved/grad_addmm_epilogue_fusions 2025-12-04T09:36:31.1965547Z * [new branch] nikitaved/simpler_can_use_32bit_index -> origin/nikitaved/simpler_can_use_32bit_index 2025-12-04T09:36:31.1965670Z * [new branch] nikitaved/test -> origin/nikitaved/test 2025-12-04T09:36:31.1965859Z * [new branch] nmacchioni-perf-test-async-autotune -> origin/nmacchioni-perf-test-async-autotune 2025-12-04T09:36:31.1965984Z * [new branch] no_distributed_log_spew -> origin/no_distributed_log_spew 2025-12-04T09:36:31.1966098Z * [new branch] nofun-hack -> origin/nofun-hack 2025-12-04T09:36:31.1966201Z * [new branch] norm_bench -> origin/norm_bench 2025-12-04T09:36:31.1966336Z * [new branch] nullplay/fuse_matmul -> origin/nullplay/fuse_matmul 2025-12-04T09:36:31.1966459Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-12-04T09:36:31.1966571Z * [new branch] optimizer_test -> origin/optimizer_test 2025-12-04T09:36:31.1966697Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-12-04T09:36:31.1966813Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-12-04T09:36:31.1966936Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-12-04T09:36:31.1967048Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-12-04T09:36:31.1967162Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-12-04T09:36:31.1967286Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-12-04T09:36:31.1967463Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-12-04T09:36:31.1967575Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-12-04T09:36:31.1967694Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-12-04T09:36:31.1967803Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-12-04T09:36:31.1967979Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-12-04T09:36:31.1968089Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-12-04T09:36:31.1968200Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-12-04T09:36:31.1968317Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-12-04T09:36:31.1968429Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-12-04T09:36:31.1968548Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-12-04T09:36:31.1968659Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-12-04T09:36:31.1968768Z * [new branch] orig/release/2.9 -> origin/orig/release/2.9 2025-12-04T09:36:31.1968916Z * [new branch] origin/gh/fxdawnn/1/base -> origin/origin/gh/fxdawnn/1/base 2025-12-04T09:36:31.1969053Z * [new branch] origin/gh/fxdawnn/1/orig -> origin/origin/gh/fxdawnn/1/orig 2025-12-04T09:36:31.1969183Z * [new branch] origin/gh/zpcore/14/orig -> origin/origin/gh/zpcore/14/orig 2025-12-04T09:36:31.1969308Z * [new branch] oulgen-patch-1 -> origin/oulgen-patch-1 2025-12-04T09:36:31.1969419Z * [new branch] oulgen-patch-2 -> origin/oulgen-patch-2 2025-12-04T09:36:31.1969536Z * [new branch] oulgen-patch-3 -> origin/oulgen-patch-3 2025-12-04T09:36:31.1969645Z * [new branch] oulgen-patch-4 -> origin/oulgen-patch-4 2025-12-04T09:36:31.1969755Z * [new branch] padded-tensor -> origin/padded-tensor 2025-12-04T09:36:31.1969861Z * [new branch] pca2 -> origin/pca2 2025-12-04T09:36:31.1969980Z * [new branch] per_channel_backup -> origin/per_channel_backup 2025-12-04T09:36:31.1970094Z * [new branch] perf_ops -> origin/perf_ops 2025-12-04T09:36:31.1970198Z * [new branch] perf_ops_2_9 -> origin/perf_ops_2_9 2025-12-04T09:36:31.1970317Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-12-04T09:36:31.1970459Z * [new branch] pianpwk/__draft_debug_mode -> origin/pianpwk/__draft_debug_mode 2025-12-04T09:36:31.1970624Z * [new branch] pianpwk/_debug_mode_for_triton_draft -> origin/pianpwk/_debug_mode_for_triton_draft 2025-12-04T09:36:31.1970783Z * [new branch] pianpwk/_debug_nn_module_compile -> origin/pianpwk/_debug_nn_module_compile 2025-12-04T09:36:31.1970915Z * [new branch] pianpwk/_draft_triton_11_3 -> origin/pianpwk/_draft_triton_11_3 2025-12-04T09:36:31.1971053Z * [new branch] pianpwk/_manual_bucket_draft -> origin/pianpwk/_manual_bucket_draft 2025-12-04T09:36:31.1971215Z * [new branch] pianpwk/_profile_w_dispatch_keys -> origin/pianpwk/_profile_w_dispatch_keys 2025-12-04T09:36:31.1971363Z * [new branch] pianpwk/_super_draft_debug_mode -> origin/pianpwk/_super_draft_debug_mode 2025-12-04T09:36:31.1971521Z * [new branch] pianpwk/_unbacked_local_shard_size -> origin/pianpwk/_unbacked_local_shard_size 2025-12-04T09:36:31.1971651Z * [new branch] pianpwk/anomaly_tb -> origin/pianpwk/anomaly_tb 2025-12-04T09:36:31.1971778Z * [new branch] pianpwk/auto_fx_annotate -> origin/pianpwk/auto_fx_annotate 2025-12-04T09:36:31.1971993Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-12-04T09:36:31.1972129Z * [new branch] pianpwk/bert_dynamic_perf -> origin/pianpwk/bert_dynamic_perf 2025-12-04T09:36:31.1972275Z * [new branch] pianpwk/debug_fwd_stack_traces -> origin/pianpwk/debug_fwd_stack_traces 2025-12-04T09:36:31.1972456Z * [new branch] pianpwk/debug_hash_tensor -> origin/pianpwk/debug_hash_tensor 2025-12-04T09:36:31.1972593Z * [new branch] pianpwk/debug_mode_annotate -> origin/pianpwk/debug_mode_annotate 2025-12-04T09:36:31.1972737Z * [new branch] pianpwk/debug_mode_defaults -> origin/pianpwk/debug_mode_defaults 2025-12-04T09:36:31.1972867Z * [new branch] pianpwk/debug_mode_hacks -> origin/pianpwk/debug_mode_hacks 2025-12-04T09:36:31.1973028Z * [new branch] pianpwk/debug_mode_opcall_refactor -> origin/pianpwk/debug_mode_opcall_refactor 2025-12-04T09:36:31.1973174Z * [new branch] pianpwk/debug_mode_show_ids -> origin/pianpwk/debug_mode_show_ids 2025-12-04T09:36:31.1973304Z * [new branch] pianpwk/debug_mode_triton -> origin/pianpwk/debug_mode_triton 2025-12-04T09:36:31.1973455Z * [new branch] pianpwk/debug_show_stack_trace -> origin/pianpwk/debug_show_stack_trace 2025-12-04T09:36:31.1973611Z * [new branch] pianpwk/debug_wait_on_collective -> origin/pianpwk/debug_wait_on_collective 2025-12-04T09:36:31.1973759Z * [new branch] pianpwk/debugmode_compile_tf -> origin/pianpwk/debugmode_compile_tf 2025-12-04T09:36:31.1973955Z * [new branch] pianpwk/dispatch_key_debugging_for_debug -> origin/pianpwk/dispatch_key_debugging_for_debug 2025-12-04T09:36:31.1974116Z * [new branch] pianpwk/draft_debug_mode_tfcompile -> origin/pianpwk/draft_debug_mode_tfcompile 2025-12-04T09:36:31.1974267Z * [new branch] pianpwk/draft_multikernel_nn -> origin/pianpwk/draft_multikernel_nn 2025-12-04T09:36:31.1974433Z * [new branch] pianpwk/draft_multikernel_status_10_5 -> origin/pianpwk/draft_multikernel_status_10_5 2025-12-04T09:36:31.1974575Z * [new branch] pianpwk/dtensor_custom_chunk -> origin/pianpwk/dtensor_custom_chunk 2025-12-04T09:36:31.1974740Z * [new branch] pianpwk/dtensor_unbacked_keypath -> origin/pianpwk/dtensor_unbacked_keypath 2025-12-04T09:36:31.1974918Z * [new branch] pianpwk/event_list_tree -> origin/pianpwk/event_list_tree 2025-12-04T09:36:31.1975054Z * [new branch] pianpwk/false_numel_refs -> origin/pianpwk/false_numel_refs 2025-12-04T09:36:31.1975183Z * [new branch] pianpwk/maybe_guard_rel -> origin/pianpwk/maybe_guard_rel 2025-12-04T09:36:31.1975340Z * [new branch] pianpwk/multikernel_hints_draft -> origin/pianpwk/multikernel_hints_draft 2025-12-04T09:36:31.1975513Z * [new branch] pianpwk/no_size_oblivious_slice_scat -> origin/pianpwk/no_size_oblivious_slice_scat 2025-12-04T09:36:31.1975684Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-12-04T09:36:31.1975822Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-12-04T09:36:31.1975983Z * [new branch] pianpwk/skip_python_keys_alternate -> origin/pianpwk/skip_python_keys_alternate 2025-12-04T09:36:31.1976143Z * [new branch] pianpwk/skip_python_keys_in_guards -> origin/pianpwk/skip_python_keys_in_guards 2025-12-04T09:36:31.1976281Z * [new branch] pianpwk/sym_tokens_draft -> origin/pianpwk/sym_tokens_draft 2025-12-04T09:36:31.1976409Z * [new branch] pianpwk/symint_one_hot -> origin/pianpwk/symint_one_hot 2025-12-04T09:36:31.1976583Z * [new branch] pianpwk/test_pointwise_guard_or_false -> origin/pianpwk/test_pointwise_guard_or_false 2025-12-04T09:36:31.1976785Z * [new branch] pianpwk/totally_draft_sym_wrap -> origin/pianpwk/totally_draft_sym_wrap 2025-12-04T09:36:31.1976914Z * [new branch] pianpwk/try_dumb_stuff -> origin/pianpwk/try_dumb_stuff 2025-12-04T09:36:31.1977048Z * [new branch] pianpwk/try_dumb_stuff_2 -> origin/pianpwk/try_dumb_stuff_2 2025-12-04T09:36:31.1977190Z * [new branch] pianpwk/unbacked_dtensor_mm -> origin/pianpwk/unbacked_dtensor_mm 2025-12-04T09:36:31.1977389Z * [new branch] pianpwk/unbacked_tracing_12_2 -> origin/pianpwk/unbacked_tracing_12_2 2025-12-04T09:36:31.1977522Z * [new branch] pianpwk/user_symints -> origin/pianpwk/user_symints 2025-12-04T09:36:31.1977648Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-12-04T09:36:31.1977799Z * [new branch] piz/fix_partial_backward_1112 -> origin/piz/fix_partial_backward_1112 2025-12-04T09:36:31.1977921Z * [new branch] piz/prop_cache_clean -> origin/piz/prop_cache_clean 2025-12-04T09:36:31.1978037Z * [new branch] pool-separate -> origin/pool-separate 2025-12-04T09:36:31.1978149Z * [new branch] pr-156087 -> origin/pr-156087 2025-12-04T09:36:31.1978254Z * [new branch] pr/131860 -> origin/pr/131860 2025-12-04T09:36:31.1978375Z * [new branch] predispatch_to -> origin/predispatch_to 2025-12-04T09:36:31.1978486Z * [new branch] protect-c17 -> origin/protect-c17 2025-12-04T09:36:31.1978599Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-12-04T09:36:31.1978735Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-12-04T09:36:31.1978929Z * [new branch] q1l1/fix_device_moved_constant_type_unknown -> origin/q1l1/fix_device_moved_constant_type_unknown 2025-12-04T09:36:31.1979145Z * [new branch] q1l1/fix_wrong_default_type_for_kernel_call_args -> origin/q1l1/fix_wrong_default_type_for_kernel_call_args 2025-12-04T09:36:31.1979278Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-12-04T09:36:31.1979397Z * [new branch] quote-pytest_cache -> origin/quote-pytest_cache 2025-12-04T09:36:31.1979554Z * [new branch] reland-accgrad-stream-warn -> origin/reland-accgrad-stream-warn 2025-12-04T09:36:31.1979666Z * [new branch] release/1.10 -> origin/release/1.10 2025-12-04T09:36:31.1979772Z * [new branch] release/1.11 -> origin/release/1.11 2025-12-04T09:36:31.1979886Z * [new branch] release/1.12 -> origin/release/1.12 2025-12-04T09:36:31.1979990Z * [new branch] release/1.13 -> origin/release/1.13 2025-12-04T09:36:31.1980102Z * [new branch] release/1.4 -> origin/release/1.4 2025-12-04T09:36:31.1980211Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-12-04T09:36:31.1980313Z * [new branch] release/1.5 -> origin/release/1.5 2025-12-04T09:36:31.1980422Z * [new branch] release/1.6 -> origin/release/1.6 2025-12-04T09:36:31.1980523Z * [new branch] release/1.7 -> origin/release/1.7 2025-12-04T09:36:31.1980634Z * [new branch] release/1.8 -> origin/release/1.8 2025-12-04T09:36:31.1980732Z * [new branch] release/1.9 -> origin/release/1.9 2025-12-04T09:36:31.1980832Z * [new branch] release/2.0 -> origin/release/2.0 2025-12-04T09:36:31.1980938Z * [new branch] release/2.1 -> origin/release/2.1 2025-12-04T09:36:31.1981038Z * [new branch] release/2.2 -> origin/release/2.2 2025-12-04T09:36:31.1981197Z * [new branch] release/2.3 -> origin/release/2.3 2025-12-04T09:36:31.1981308Z * [new branch] release/2.4 -> origin/release/2.4 2025-12-04T09:36:31.1981407Z * [new branch] release/2.5 -> origin/release/2.5 2025-12-04T09:36:31.1981516Z * [new branch] release/2.6 -> origin/release/2.6 2025-12-04T09:36:31.1981615Z * [new branch] release/2.7 -> origin/release/2.7 2025-12-04T09:36:31.1981757Z * [new branch] release/2.8 -> origin/release/2.8 2025-12-04T09:36:31.1981867Z * [new branch] release/2.9 -> origin/release/2.9 2025-12-04T09:36:31.1981976Z * [new branch] release_notes -> origin/release_notes 2025-12-04T09:36:31.1982115Z * [new branch] remove_pyinterpreter -> origin/remove_pyinterpreter 2025-12-04T09:36:31.1982307Z * [new branch] replace-pytorch-labs-20250812-195836 -> origin/replace-pytorch-labs-20250812-195836 2025-12-04T09:36:31.1982495Z * [new branch] replace-pytorch-labs-20250812-200248 -> origin/replace-pytorch-labs-20250812-200248 2025-12-04T09:36:31.1982683Z * [new branch] replace-pytorch-labs-20250812-200324 -> origin/replace-pytorch-labs-20250812-200324 2025-12-04T09:36:31.1982862Z * [new branch] replace-pytorch-labs-20250812-204020 -> origin/replace-pytorch-labs-20250812-204020 2025-12-04T09:36:31.1983074Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-12-04T09:36:31.1983249Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-12-04T09:36:31.1983412Z * [new branch] revert-152361-gh/fadara01/1/head -> origin/revert-152361-gh/fadara01/1/head 2025-12-04T09:36:31.1983578Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-12-04T09:36:31.1983833Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-12-04T09:36:31.1983993Z * [new branch] revert-hoo-invoke-subgraph -> origin/revert-hoo-invoke-subgraph 2025-12-04T09:36:31.1984148Z * [new branch] revert_always_build_distributed -> origin/revert_always_build_distributed 2025-12-04T09:36:31.1984263Z * [new branch] rms_norm_patch -> origin/rms_norm_patch 2025-12-04T09:36:31.1984423Z * [new branch] ruisi/fix_all_to_all_estimation -> origin/ruisi/fix_all_to_all_estimation 2025-12-04T09:36:31.1984565Z * [new branch] ruisi/fix_comm_estimation -> origin/ruisi/fix_comm_estimation 2025-12-04T09:36:31.1984741Z * [new branch] ruisi/fix_dynamic_shape_estimation -> origin/ruisi/fix_dynamic_shape_estimation 2025-12-04T09:36:31.1984938Z * [new branch] ruisi/fix_llama3_autobucketing -> origin/ruisi/fix_llama3_autobucketing 2025-12-04T09:36:31.1985106Z * [new branch] ruisi/fix_manual_bucketing_ep_pass -> origin/ruisi/fix_manual_bucketing_ep_pass 2025-12-04T09:36:31.1985255Z * [new branch] ruisi/manual_bucket_pass -> origin/ruisi/manual_bucket_pass 2025-12-04T09:36:31.1985490Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-12-04T09:36:31.1985645Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-12-04T09:36:31.1985779Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-12-04T09:36:31.1985888Z * [new branch] rzou/njt -> origin/rzou/njt 2025-12-04T09:36:31.1986002Z * [new branch] rzou/pca -> origin/rzou/pca 2025-12-04T09:36:31.1986117Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-12-04T09:36:31.1986286Z * [new branch] samplevllm -> origin/samplevllm 2025-12-04T09:36:31.1986551Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-12-04T09:36:31.1986701Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-12-04T09:36:31.1986936Z * [new branch] sapling-pr-archive-tushar00jain -> origin/sapling-pr-archive-tushar00jain 2025-12-04T09:36:31.1987042Z * [new branch] save -> origin/save 2025-12-04T09:36:31.1987148Z * [new branch] scaled_mm -> origin/scaled_mm 2025-12-04T09:36:31.1987267Z * [new branch] scan_attempt -> origin/scan_attempt 2025-12-04T09:36:31.1987372Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-12-04T09:36:31.1987551Z * [new branch] sekyondaMeta-dynamoconfig-fix -> origin/sekyondaMeta-dynamoconfig-fix 2025-12-04T09:36:31.1987684Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-12-04T09:36:31.1987819Z * [new branch] shoumikhin-patch-1 -> origin/shoumikhin-patch-1 2025-12-04T09:36:31.1987952Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-12-04T09:36:31.1988087Z * [new branch] some_rocm_inductor_skips -> origin/some_rocm_inductor_skips 2025-12-04T09:36:31.1988228Z * [new branch] soulitzer/stash-tls-ac -> origin/soulitzer/stash-tls-ac 2025-12-04T09:36:31.1988367Z * [new branch] sparse-mm-bf16-support -> origin/sparse-mm-bf16-support 2025-12-04T09:36:31.1988496Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-12-04T09:36:31.1988602Z * [new branch] suo -> origin/suo 2025-12-04T09:36:31.1988712Z * [new branch] sve-poc -> origin/sve-poc 2025-12-04T09:36:31.1988820Z * [new branch] switch-bn -> origin/switch-bn 2025-12-04T09:36:31.1988975Z * [new branch] sy_annotation_in_autograd_hop -> origin/sy_annotation_in_autograd_hop 2025-12-04T09:36:31.1989097Z * [new branch] sy_aot_eager_record -> origin/sy_aot_eager_record 2025-12-04T09:36:31.1989230Z * [new branch] sy_custom_bucketing -> origin/sy_custom_bucketing 2025-12-04T09:36:31.1989345Z * [new branch] sy_debug_mode_test -> origin/sy_debug_mode_test 2025-12-04T09:36:31.1989458Z * [new branch] sy_deserialize -> origin/sy_deserialize 2025-12-04T09:36:31.1989577Z * [new branch] sy_dump_gm_code -> origin/sy_dump_gm_code 2025-12-04T09:36:31.1989679Z * [new branch] sy_exp -> origin/sy_exp 2025-12-04T09:36:31.1989813Z * [new branch] sy_export_annotation -> origin/sy_export_annotation 2025-12-04T09:36:31.1989931Z * [new branch] sy_invoke_subgraph -> origin/sy_invoke_subgraph 2025-12-04T09:36:31.1990046Z * [new branch] sy_kernel_bw_name -> origin/sy_kernel_bw_name 2025-12-04T09:36:31.1990163Z * [new branch] sy_multi_arch -> origin/sy_multi_arch 2025-12-04T09:36:31.1990282Z * [new branch] sy_nn_module_stack -> origin/sy_nn_module_stack 2025-12-04T09:36:31.1990404Z * [new branch] sy_original_dtensor -> origin/sy_original_dtensor 2025-12-04T09:36:31.1990526Z * [new branch] sy_profiler_cia -> origin/sy_profiler_cia 2025-12-04T09:36:31.1990633Z * [new branch] symm_mem_sync -> origin/symm_mem_sync 2025-12-04T09:36:31.1990780Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-12-04T09:36:31.1990962Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-12-04T09:36:31.1991102Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-12-04T09:36:31.1991218Z * [new branch] test-old -> origin/test-old 2025-12-04T09:36:31.1991330Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-12-04T09:36:31.1991529Z * [new branch] tianren/customOp_autotune_fix -> origin/tianren/customOp_autotune_fix 2025-12-04T09:36:31.1991709Z * [new branch] tianren/customOp_enable_max_autotune -> origin/tianren/customOp_enable_max_autotune 2025-12-04T09:36:31.1991845Z * [new branch] tianren/customOp_fusion -> origin/tianren/customOp_fusion 2025-12-04T09:36:31.1992049Z * [new branch] tianren/customop_collectiveop_benchmark -> origin/tianren/customop_collectiveop_benchmark 2025-12-04T09:36:31.1992260Z * [new branch] tianren/customop_collectiveop_benchmark_fix -> origin/tianren/customop_collectiveop_benchmark_fix 2025-12-04T09:36:31.1992436Z * [new branch] tianren/customop_dynamic_config -> origin/tianren/customop_dynamic_config 2025-12-04T09:36:31.1992575Z * [new branch] tianren/dynamic_range_input -> origin/tianren/dynamic_range_input 2025-12-04T09:36:31.1992730Z * [new branch] tianren/dynamic_range_input_fix -> origin/tianren/dynamic_range_input_fix 2025-12-04T09:36:31.1992905Z * [new branch] tianren/dynamic_range_input_merge -> origin/tianren/dynamic_range_input_merge 2025-12-04T09:36:31.1993054Z * [new branch] tianren/flex_paged_attn_fix_temp -> origin/tianren/flex_paged_attn_fix_temp 2025-12-04T09:36:31.1993188Z * [new branch] tianren/fx_codegen_dump -> origin/tianren/fx_codegen_dump 2025-12-04T09:36:31.1993323Z * [new branch] tianren/symmetric_memory -> origin/tianren/symmetric_memory 2025-12-04T09:36:31.1993430Z * [new branch] tianren/test -> origin/tianren/test 2025-12-04T09:36:31.1993560Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-12-04T09:36:31.1993657Z * [new branch] tmp -> origin/tmp 2025-12-04T09:36:31.1993765Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-12-04T09:36:31.1993900Z * [new branch] torchtitan_integration -> origin/torchtitan_integration 2025-12-04T09:36:31.1994033Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-12-04T09:36:31.1994171Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-12-04T09:36:31.1994282Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-12-04T09:36:31.1994386Z * [new branch] triton_kernel -> origin/triton_kernel 2025-12-04T09:36:31.1994496Z * [new branch] tt_pkg_1908 -> origin/tt_pkg_1908 2025-12-04T09:36:31.1994597Z * [new branch] type_dec -> origin/type_dec 2025-12-04T09:36:31.1994746Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-12-04T09:36:31.1994976Z * [new branch] update-audio-commit-hash/17630256502-1803-1 -> origin/update-audio-commit-hash/17630256502-1803-1 2025-12-04T09:36:31.1995178Z * [new branch] update-audio-commit-hash/19087141161-1916-1 -> origin/update-audio-commit-hash/19087141161-1916-1 2025-12-04T09:36:31.1995378Z * [new branch] update-audio-commit-hash/19250643381-1929-1 -> origin/update-audio-commit-hash/19250643381-1929-1 2025-12-04T09:36:31.1995570Z * [new branch] update-audio-commit-hash/19397724337-1935-1 -> origin/update-audio-commit-hash/19397724337-1935-1 2025-12-04T09:36:31.1995764Z * [new branch] update-audio-commit-hash/19555670148-1941-1 -> origin/update-audio-commit-hash/19555670148-1941-1 2025-12-04T09:36:31.1996004Z * [new branch] update-audio-commit-hash/19750627930-1946-1 -> origin/update-audio-commit-hash/19750627930-1946-1 2025-12-04T09:36:31.1996206Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-12-04T09:36:31.1996415Z * [new branch] update-vision-commit-hash/19087141161-1916-1 -> origin/update-vision-commit-hash/19087141161-1916-1 2025-12-04T09:36:31.1996658Z * [new branch] update-vision-commit-hash/19184897099-1925-1 -> origin/update-vision-commit-hash/19184897099-1925-1 2025-12-04T09:36:31.1996860Z * [new branch] update-vision-commit-hash/19250643381-1929-1 -> origin/update-vision-commit-hash/19250643381-1929-1 2025-12-04T09:36:31.1997053Z * [new branch] update-vision-commit-hash/19381328640-1934-1 -> origin/update-vision-commit-hash/19381328640-1934-1 2025-12-04T09:36:31.1997248Z * [new branch] update-vision-commit-hash/19485237164-1938-1 -> origin/update-vision-commit-hash/19485237164-1938-1 2025-12-04T09:36:31.1997446Z * [new branch] update-vllm-commit-hash/18451675449-1879-1 -> origin/update-vllm-commit-hash/18451675449-1879-1 2025-12-04T09:36:31.1997581Z * [new branch] update-vllm-dockerfile -> origin/update-vllm-dockerfile 2025-12-04T09:36:31.1997778Z * [new branch] update-xla-commit-hash/19224287370-211-1 -> origin/update-xla-commit-hash/19224287370-211-1 2025-12-04T09:36:31.1997959Z * [new branch] update-xla-commit-hash/19422028566-212-1 -> origin/update-xla-commit-hash/19422028566-212-1 2025-12-04T09:36:31.1998138Z * [new branch] update-xla-commit-hash/19626841311-213-1 -> origin/update-xla-commit-hash/19626841311-213-1 2025-12-04T09:36:31.1998335Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-12-04T09:36:31.1998465Z * [new branch] update_operator_readme -> origin/update_operator_readme 2025-12-04T09:36:31.1998609Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-12-04T09:36:31.1998745Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-12-04T09:36:31.1998877Z * [new branch] update_slow_tests_1762155677 -> origin/update_slow_tests_1762155677 2025-12-04T09:36:31.1999014Z * [new branch] update_slow_tests_1763365283 -> origin/update_slow_tests_1763365283 2025-12-04T09:36:31.1999145Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-12-04T09:36:31.1999277Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-12-04T09:36:31.1999415Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2025-12-04T09:36:31.1999565Z * [new branch] upload-tests-for-autorevert -> origin/upload-tests-for-autorevert 2025-12-04T09:36:31.1999673Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-12-04T09:36:31.1999775Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-12-04T09:36:31.1999878Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-12-04T09:36:31.1999974Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-12-04T09:36:31.2000070Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-12-04T09:36:31.2000170Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-12-04T09:36:31.2000262Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-12-04T09:36:31.2000369Z * [new branch] validate_fn -> origin/validate_fn 2025-12-04T09:36:31.2000488Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-12-04T09:36:31.2000652Z * [new branch] validations_2.8 -> origin/validations_2.8 2025-12-04T09:36:31.2000769Z * [new branch] varlen-api -> origin/varlen-api 2025-12-04T09:36:31.2000894Z * [new branch] varlen-api-backup -> origin/varlen-api-backup 2025-12-04T09:36:31.2001023Z * [new branch] varlen_batch_invariance -> origin/varlen_batch_invariance 2025-12-04T09:36:31.2001180Z * [new branch] viable/strict -> origin/viable/strict 2025-12-04T09:36:31.2001357Z * [new branch] vishal9-team/dtensor_parallelism_toy -> origin/vishal9-team/dtensor_parallelism_toy 2025-12-04T09:36:31.2001466Z * [new branch] vllmbuildci -> origin/vllmbuildci 2025-12-04T09:36:31.2001567Z * [new branch] vllmpin -> origin/vllmpin 2025-12-04T09:36:31.2001713Z * [new branch] vscode-recommend-pyrefly -> origin/vscode-recommend-pyrefly 2025-12-04T09:36:31.2001836Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-12-04T09:36:31.2001946Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-12-04T09:36:31.2002049Z * [new branch] whc/pei -> origin/whc/pei 2025-12-04T09:36:31.2002163Z * [new branch] whc/pp_fix -> origin/whc/pp_fix 2025-12-04T09:36:31.2002275Z * [new branch] whc/sharding -> origin/whc/sharding 2025-12-04T09:36:31.2002390Z * [new branch] whc/sharding2 -> origin/whc/sharding2 2025-12-04T09:36:31.2002493Z * [new branch] whc/uneven -> origin/whc/uneven 2025-12-04T09:36:31.2002609Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-12-04T09:36:31.2002720Z * [new branch] win_warnings -> origin/win_warnings 2025-12-04T09:36:31.2002846Z * [new branch] windows_libtorch_free -> origin/windows_libtorch_free 2025-12-04T09:36:31.2002959Z * [new branch] xmfan-war -> origin/xmfan-war 2025-12-04T09:36:31.2003064Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-12-04T09:36:31.2003180Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-12-04T09:36:31.2003413Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-12-04T09:36:31.2003529Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-12-04T09:36:31.2003649Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-12-04T09:36:31.2003755Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-12-04T09:36:31.2003858Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-12-04T09:36:31.2003976Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-12-04T09:36:31.2004081Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-12-04T09:36:31.2004200Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-12-04T09:36:31.2004324Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-12-04T09:36:31.2004426Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-12-04T09:36:31.2004532Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-12-04T09:36:31.2004636Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-12-04T09:36:31.2004742Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-12-04T09:36:31.2004884Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-12-04T09:36:31.2005074Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-12-04T09:36:31.2005197Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-12-04T09:36:31.2005308Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-12-04T09:36:31.2005420Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-12-04T09:36:31.2005610Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-12-04T09:36:31.2005763Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-12-04T09:36:31.2005997Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T09:36:31.2006216Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T09:36:31.2006333Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-12-04T09:36:31.2006447Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-12-04T09:36:31.2006551Z * [new branch] xmfan/test -> origin/xmfan/test 2025-12-04T09:36:31.2006692Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-12-04T09:36:31.2006828Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-12-04T09:36:31.2006973Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-12-04T09:36:31.2007096Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-12-04T09:36:31.2007249Z * [new branch] yiming/run_with_start_end_rng_hop -> origin/yiming/run_with_start_end_rng_hop 2025-12-04T09:36:31.2007358Z * [new branch] yolo-llama3 -> origin/yolo-llama3 2025-12-04T09:36:31.2007481Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-12-04T09:36:31.2007623Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-12-04T09:36:31.2007762Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-12-04T09:36:31.2007870Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-12-04T09:36:31.2007994Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-12-04T09:36:31.2008101Z * [new branch] zb2p -> origin/zb2p 2025-12-04T09:36:31.2008236Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-12-04T09:36:31.2008376Z * [new branch] zhxchen17/ci/vllm_lora_oom -> origin/zhxchen17/ci/vllm_lora_oom 2025-12-04T09:36:31.2008533Z * [new branch] zhxchen17/ci/vllm_multimodal_oom -> origin/zhxchen17/ci/vllm_multimodal_oom 2025-12-04T09:36:31.2008659Z * [new branch] zhxchen17/ci/vllm_pin -> origin/zhxchen17/ci/vllm_pin 2025-12-04T09:36:31.2008850Z * [new branch] zhxchen17/dynamo/unsafe_drop_all_guards -> origin/zhxchen17/dynamo/unsafe_drop_all_guards 2025-12-04T09:36:31.2009001Z * [new branch] zhxchen17/export/call_override -> origin/zhxchen17/export/call_override 2025-12-04T09:36:31.2009145Z * [new branch] zhxchen17/export/codemod1 -> origin/zhxchen17/export/codemod1 2025-12-04T09:36:31.2009283Z * [new branch] zhxchen17/export/ctx_return -> origin/zhxchen17/export/ctx_return 2025-12-04T09:36:31.2009472Z * [new branch] zhxchen17/export/disable_side_effect_warn -> origin/zhxchen17/export/disable_side_effect_warn 2025-12-04T09:36:31.2009630Z * [new branch] zhxchen17/export/pytree_check -> origin/zhxchen17/export/pytree_check 2025-12-04T09:36:31.2009819Z * [new branch] zhxchen17/precompile/aoti -> origin/zhxchen17/precompile/aoti 2025-12-04T09:36:31.2009968Z * [new branch] zhxchen17/precompile/globals -> origin/zhxchen17/precompile/globals 2025-12-04T09:36:31.2010150Z * [new branch] zhxchen17/precompile/inductor_guards -> origin/zhxchen17/precompile/inductor_guards 2025-12-04T09:36:31.2010271Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-12-04T09:36:31.2010475Z * [new branch] zhxchen17/torch_export_api_update -> origin/zhxchen17/torch_export_api_update 2025-12-04T09:36:31.2010603Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-12-04T09:36:31.2010724Z * [new branch] zxiiro/build-times -> origin/zxiiro/build-times 2025-12-04T09:36:31.2010850Z * [new branch] zxiiro/c7i.2xlarge -> origin/zxiiro/c7i.2xlarge 2025-12-04T09:36:31.2010983Z * [new branch] zxiiro/c7i.2xlarge.h100 -> origin/zxiiro/c7i.2xlarge.h100 2025-12-04T09:36:31.2011094Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-12-04T09:36:31.2011203Z * [new branch] zxiiro/risc64 -> origin/zxiiro/risc64 2025-12-04T09:36:31.2011347Z * [new branch] zxiiro/test-multicloud-arc -> origin/zxiiro/test-multicloud-arc 2025-12-04T09:36:31.2011610Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-12-04T09:36:31.2011710Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-12-04T09:36:31.2011815Z * [new tag] ciflow/b200/115316 -> ciflow/b200/115316 2025-12-04T09:36:31.2011908Z * [new tag] ciflow/b200/160685 -> ciflow/b200/160685 2025-12-04T09:36:31.2012001Z * [new tag] ciflow/b200/161607 -> ciflow/b200/161607 2025-12-04T09:36:31.2012100Z * [new tag] ciflow/b200/161938 -> ciflow/b200/161938 2025-12-04T09:36:31.2012192Z * [new tag] ciflow/b200/167207 -> ciflow/b200/167207 2025-12-04T09:36:31.2012291Z * [new tag] ciflow/b200/167989 -> ciflow/b200/167989 2025-12-04T09:36:31.2012383Z * [new tag] ciflow/b200/168096 -> ciflow/b200/168096 2025-12-04T09:36:31.2012479Z * [new tag] ciflow/b200/168175 -> ciflow/b200/168175 2025-12-04T09:36:31.2012577Z * [new tag] ciflow/b200/168195 -> ciflow/b200/168195 2025-12-04T09:36:31.2012669Z * [new tag] ciflow/b200/169200 -> ciflow/b200/169200 2025-12-04T09:36:31.2012759Z * [new tag] ciflow/b200/169216 -> ciflow/b200/169216 2025-12-04T09:36:31.2012860Z * [new tag] ciflow/b200/169380 -> ciflow/b200/169380 2025-12-04T09:36:31.2012952Z * [new tag] ciflow/b200/169412 -> ciflow/b200/169412 2025-12-04T09:36:31.2013054Z * [new tag] ciflow/b200/169470 -> ciflow/b200/169470 2025-12-04T09:36:31.2013148Z * [new tag] ciflow/b200/169471 -> ciflow/b200/169471 2025-12-04T09:36:31.2013239Z * [new tag] ciflow/b200/169472 -> ciflow/b200/169472 2025-12-04T09:36:31.2013339Z * [new tag] ciflow/b200/169514 -> ciflow/b200/169514 2025-12-04T09:36:31.2013434Z * [new tag] ciflow/b200/169517 -> ciflow/b200/169517 2025-12-04T09:36:31.2013551Z * [new tag] ciflow/binaries/165922 -> ciflow/binaries/165922 2025-12-04T09:36:31.2013658Z * [new tag] ciflow/binaries/169510 -> ciflow/binaries/169510 2025-12-04T09:36:31.2013782Z * [new tag] ciflow/binaries_wheel/157994 -> ciflow/binaries_wheel/157994 2025-12-04T09:36:31.2013908Z * [new tag] ciflow/binaries_wheel/166829 -> ciflow/binaries_wheel/166829 2025-12-04T09:36:31.2014074Z * [new tag] ciflow/binaries_wheel/167972 -> ciflow/binaries_wheel/167972 2025-12-04T09:36:31.2014194Z * [new tag] ciflow/binaries_wheel/167981 -> ciflow/binaries_wheel/167981 2025-12-04T09:36:31.2014305Z * [new tag] ciflow/dynamo/167695 -> ciflow/dynamo/167695 2025-12-04T09:36:31.2014407Z * [new tag] ciflow/dynamo/168096 -> ciflow/dynamo/168096 2025-12-04T09:36:31.2014573Z * [new tag] ciflow/dynamo/169525 -> ciflow/dynamo/169525 2025-12-04T09:36:31.2014726Z * [new tag] ciflow/h100-cutlass-backend/161938 -> ciflow/h100-cutlass-backend/161938 2025-12-04T09:36:31.2014911Z * [new tag] ciflow/h100-cutlass-backend/161940 -> ciflow/h100-cutlass-backend/161940 2025-12-04T09:36:31.2015052Z * [new tag] ciflow/h100-distributed/168923 -> ciflow/h100-distributed/168923 2025-12-04T09:36:31.2015168Z * [new tag] ciflow/h100-symm-mem/167552 -> ciflow/h100-symm-mem/167552 2025-12-04T09:36:31.2015286Z * [new tag] ciflow/h100-symm-mem/168129 -> ciflow/h100-symm-mem/168129 2025-12-04T09:36:31.2015396Z * [new tag] ciflow/h100-symm-mem/168917 -> ciflow/h100-symm-mem/168917 2025-12-04T09:36:31.2015506Z * [new tag] ciflow/h100-symm-mem/169156 -> ciflow/h100-symm-mem/169156 2025-12-04T09:36:31.2015627Z * [new tag] ciflow/h100-symm-mem/169200 -> ciflow/h100-symm-mem/169200 2025-12-04T09:36:31.2015738Z * [new tag] ciflow/h100-symm-mem/169216 -> ciflow/h100-symm-mem/169216 2025-12-04T09:36:31.2015857Z * [new tag] ciflow/h100-symm-mem/169338 -> ciflow/h100-symm-mem/169338 2025-12-04T09:36:31.2015967Z * [new tag] ciflow/h100-symm-mem/169355 -> ciflow/h100-symm-mem/169355 2025-12-04T09:36:31.2016080Z * [new tag] ciflow/h100-symm-mem/169543 -> ciflow/h100-symm-mem/169543 2025-12-04T09:36:31.2016183Z * [new tag] ciflow/h100/115316 -> ciflow/h100/115316 2025-12-04T09:36:31.2016277Z * [new tag] ciflow/h100/160685 -> ciflow/h100/160685 2025-12-04T09:36:31.2016371Z * [new tag] ciflow/h100/160729 -> ciflow/h100/160729 2025-12-04T09:36:31.2016473Z * [new tag] ciflow/h100/161607 -> ciflow/h100/161607 2025-12-04T09:36:31.2016568Z * [new tag] ciflow/h100/161938 -> ciflow/h100/161938 2025-12-04T09:36:31.2016670Z * [new tag] ciflow/h100/167207 -> ciflow/h100/167207 2025-12-04T09:36:31.2016765Z * [new tag] ciflow/h100/167989 -> ciflow/h100/167989 2025-12-04T09:36:31.2016858Z * [new tag] ciflow/h100/168096 -> ciflow/h100/168096 2025-12-04T09:36:31.2016962Z * [new tag] ciflow/h100/168175 -> ciflow/h100/168175 2025-12-04T09:36:31.2017057Z * [new tag] ciflow/h100/168195 -> ciflow/h100/168195 2025-12-04T09:36:31.2017164Z * [new tag] ciflow/h100/168980 -> ciflow/h100/168980 2025-12-04T09:36:31.2017259Z * [new tag] ciflow/h100/169200 -> ciflow/h100/169200 2025-12-04T09:36:31.2017355Z * [new tag] ciflow/h100/169216 -> ciflow/h100/169216 2025-12-04T09:36:31.2017454Z * [new tag] ciflow/h100/169380 -> ciflow/h100/169380 2025-12-04T09:36:31.2017548Z * [new tag] ciflow/h100/169412 -> ciflow/h100/169412 2025-12-04T09:36:31.2017639Z * [new tag] ciflow/h100/169470 -> ciflow/h100/169470 2025-12-04T09:36:31.2017736Z * [new tag] ciflow/h100/169471 -> ciflow/h100/169471 2025-12-04T09:36:31.2017826Z * [new tag] ciflow/h100/169472 -> ciflow/h100/169472 2025-12-04T09:36:31.2017923Z * [new tag] ciflow/h100/169514 -> ciflow/h100/169514 2025-12-04T09:36:31.2018108Z * [new tag] ciflow/inductor-cu126/168096 -> ciflow/inductor-cu126/168096 2025-12-04T09:36:31.2018327Z * [new tag] ciflow/inductor-micro-benchmark-cpu-x86/168096 -> ciflow/inductor-micro-benchmark-cpu-x86/168096 2025-12-04T09:36:31.2018509Z * [new tag] ciflow/inductor-micro-benchmark/166165 -> ciflow/inductor-micro-benchmark/166165 2025-12-04T09:36:31.2018735Z * [new tag] ciflow/inductor-micro-benchmark/168096 -> ciflow/inductor-micro-benchmark/168096 2025-12-04T09:36:31.2018904Z * [new tag] ciflow/inductor-perf-compare/168096 -> ciflow/inductor-perf-compare/168096 2025-12-04T09:36:31.2019141Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/168073 -> ciflow/inductor-perf-test-nightly-rocm-mi300/168073 2025-12-04T09:36:31.2019377Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/168096 -> ciflow/inductor-perf-test-nightly-rocm-mi300/168096 2025-12-04T09:36:31.2019617Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/169024 -> ciflow/inductor-perf-test-nightly-rocm-mi300/169024 2025-12-04T09:36:31.2019843Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi355/169024 -> ciflow/inductor-perf-test-nightly-rocm-mi355/169024 2025-12-04T09:36:31.2020035Z * [new tag] ciflow/inductor-perf-test-nightly/168096 -> ciflow/inductor-perf-test-nightly/168096 2025-12-04T09:36:31.2020183Z * [new tag] ciflow/inductor-periodic/168096 -> ciflow/inductor-periodic/168096 2025-12-04T09:36:31.2020326Z * [new tag] ciflow/inductor-periodic/169024 -> ciflow/inductor-periodic/169024 2025-12-04T09:36:31.2020473Z * [new tag] ciflow/inductor-periodic/169425 -> ciflow/inductor-periodic/169425 2025-12-04T09:36:31.2020622Z * [new tag] ciflow/inductor-rocm-mi200/165545 -> ciflow/inductor-rocm-mi200/165545 2025-12-04T09:36:31.2020776Z * [new tag] ciflow/inductor-rocm-mi200/165997 -> ciflow/inductor-rocm-mi200/165997 2025-12-04T09:36:31.2020921Z * [new tag] ciflow/inductor-rocm-mi200/168096 -> ciflow/inductor-rocm-mi200/168096 2025-12-04T09:36:31.2021063Z * [new tag] ciflow/inductor-rocm-mi200/169063 -> ciflow/inductor-rocm-mi200/169063 2025-12-04T09:36:31.2021211Z * [new tag] ciflow/inductor-rocm-mi200/169425 -> ciflow/inductor-rocm-mi200/169425 2025-12-04T09:36:31.2021352Z * [new tag] ciflow/inductor-rocm-mi300/165545 -> ciflow/inductor-rocm-mi300/165545 2025-12-04T09:36:31.2021497Z * [new tag] ciflow/inductor-rocm-mi300/168096 -> ciflow/inductor-rocm-mi300/168096 2025-12-04T09:36:31.2021636Z * [new tag] ciflow/inductor-rocm-mi300/169063 -> ciflow/inductor-rocm-mi300/169063 2025-12-04T09:36:31.2021777Z * [new tag] ciflow/inductor-rocm-mi300/169425 -> ciflow/inductor-rocm-mi300/169425 2025-12-04T09:36:31.2021912Z * [new tag] ciflow/inductor-rocm/162052 -> ciflow/inductor-rocm/162052 2025-12-04T09:36:31.2022034Z * [new tag] ciflow/inductor-rocm/168971 -> ciflow/inductor-rocm/168971 2025-12-04T09:36:31.2022177Z * [new tag] ciflow/inductor-windows/168096 -> ciflow/inductor-windows/168096 2025-12-04T09:36:31.2022289Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-12-04T09:36:31.2022400Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-12-04T09:36:31.2022515Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-12-04T09:36:31.2022620Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-12-04T09:36:31.2022726Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-12-04T09:36:31.2022842Z * [new tag] ciflow/inductor/157149 -> ciflow/inductor/157149 2025-12-04T09:36:31.2022988Z * [new tag] ciflow/inductor/157994 -> ciflow/inductor/157994 2025-12-04T09:36:31.2023102Z * [new tag] ciflow/inductor/160685 -> ciflow/inductor/160685 2025-12-04T09:36:31.2023205Z * [new tag] ciflow/inductor/160686 -> ciflow/inductor/160686 2025-12-04T09:36:31.2023309Z * [new tag] ciflow/inductor/160687 -> ciflow/inductor/160687 2025-12-04T09:36:31.2023419Z * [new tag] ciflow/inductor/160688 -> ciflow/inductor/160688 2025-12-04T09:36:31.2023563Z * [new tag] ciflow/inductor/160706 -> ciflow/inductor/160706 2025-12-04T09:36:31.2023673Z * [new tag] ciflow/inductor/160729 -> ciflow/inductor/160729 2025-12-04T09:36:31.2023778Z * [new tag] ciflow/inductor/161938 -> ciflow/inductor/161938 2025-12-04T09:36:31.2023884Z * [new tag] ciflow/inductor/161939 -> ciflow/inductor/161939 2025-12-04T09:36:31.2023995Z * [new tag] ciflow/inductor/161940 -> ciflow/inductor/161940 2025-12-04T09:36:31.2024098Z * [new tag] ciflow/inductor/162052 -> ciflow/inductor/162052 2025-12-04T09:36:31.2024202Z * [new tag] ciflow/inductor/162275 -> ciflow/inductor/162275 2025-12-04T09:36:31.2024310Z * [new tag] ciflow/inductor/162795 -> ciflow/inductor/162795 2025-12-04T09:36:31.2024414Z * [new tag] ciflow/inductor/163245 -> ciflow/inductor/163245 2025-12-04T09:36:31.2024527Z * [new tag] ciflow/inductor/163335 -> ciflow/inductor/163335 2025-12-04T09:36:31.2024629Z * [new tag] ciflow/inductor/163503 -> ciflow/inductor/163503 2025-12-04T09:36:31.2024731Z * [new tag] ciflow/inductor/163942 -> ciflow/inductor/163942 2025-12-04T09:36:31.2024886Z * [new tag] ciflow/inductor/165270 -> ciflow/inductor/165270 2025-12-04T09:36:31.2024993Z * [new tag] ciflow/inductor/165274 -> ciflow/inductor/165274 2025-12-04T09:36:31.2025109Z * [new tag] ciflow/inductor/165322 -> ciflow/inductor/165322 2025-12-04T09:36:31.2025214Z * [new tag] ciflow/inductor/165597 -> ciflow/inductor/165597 2025-12-04T09:36:31.2025319Z * [new tag] ciflow/inductor/166063 -> ciflow/inductor/166063 2025-12-04T09:36:31.2025429Z * [new tag] ciflow/inductor/166075 -> ciflow/inductor/166075 2025-12-04T09:36:31.2025535Z * [new tag] ciflow/inductor/166165 -> ciflow/inductor/166165 2025-12-04T09:36:31.2025645Z * [new tag] ciflow/inductor/166254 -> ciflow/inductor/166254 2025-12-04T09:36:31.2025749Z * [new tag] ciflow/inductor/166483 -> ciflow/inductor/166483 2025-12-04T09:36:31.2025853Z * [new tag] ciflow/inductor/166494 -> ciflow/inductor/166494 2025-12-04T09:36:31.2025964Z * [new tag] ciflow/inductor/166545 -> ciflow/inductor/166545 2025-12-04T09:36:31.2026071Z * [new tag] ciflow/inductor/166788 -> ciflow/inductor/166788 2025-12-04T09:36:31.2026174Z * [new tag] ciflow/inductor/166846 -> ciflow/inductor/166846 2025-12-04T09:36:31.2026285Z * [new tag] ciflow/inductor/167300 -> ciflow/inductor/167300 2025-12-04T09:36:31.2026388Z * [new tag] ciflow/inductor/167407 -> ciflow/inductor/167407 2025-12-04T09:36:31.2026502Z * [new tag] ciflow/inductor/167536 -> ciflow/inductor/167536 2025-12-04T09:36:31.2026606Z * [new tag] ciflow/inductor/167552 -> ciflow/inductor/167552 2025-12-04T09:36:31.2026710Z * [new tag] ciflow/inductor/167555 -> ciflow/inductor/167555 2025-12-04T09:36:31.2026824Z * [new tag] ciflow/inductor/167583 -> ciflow/inductor/167583 2025-12-04T09:36:31.2026929Z * [new tag] ciflow/inductor/167599 -> ciflow/inductor/167599 2025-12-04T09:36:31.2027119Z * [new tag] ciflow/inductor/167647 -> ciflow/inductor/167647 2025-12-04T09:36:31.2027225Z * [new tag] ciflow/inductor/167677 -> ciflow/inductor/167677 2025-12-04T09:36:31.2027328Z * [new tag] ciflow/inductor/167680 -> ciflow/inductor/167680 2025-12-04T09:36:31.2027440Z * [new tag] ciflow/inductor/167695 -> ciflow/inductor/167695 2025-12-04T09:36:31.2027602Z * [new tag] ciflow/inductor/167742 -> ciflow/inductor/167742 2025-12-04T09:36:31.2027705Z * [new tag] ciflow/inductor/167768 -> ciflow/inductor/167768 2025-12-04T09:36:31.2027819Z * [new tag] ciflow/inductor/167773 -> ciflow/inductor/167773 2025-12-04T09:36:31.2027923Z * [new tag] ciflow/inductor/167781 -> ciflow/inductor/167781 2025-12-04T09:36:31.2028034Z * [new tag] ciflow/inductor/167880 -> ciflow/inductor/167880 2025-12-04T09:36:31.2028139Z * [new tag] ciflow/inductor/167887 -> ciflow/inductor/167887 2025-12-04T09:36:31.2028244Z * [new tag] ciflow/inductor/167972 -> ciflow/inductor/167972 2025-12-04T09:36:31.2028357Z * [new tag] ciflow/inductor/167989 -> ciflow/inductor/167989 2025-12-04T09:36:31.2028460Z * [new tag] ciflow/inductor/168002 -> ciflow/inductor/168002 2025-12-04T09:36:31.2028578Z * [new tag] ciflow/inductor/168050 -> ciflow/inductor/168050 2025-12-04T09:36:31.2028699Z * [new tag] ciflow/inductor/168051 -> ciflow/inductor/168051 2025-12-04T09:36:31.2028812Z * [new tag] ciflow/inductor/168052 -> ciflow/inductor/168052 2025-12-04T09:36:31.2028929Z * [new tag] ciflow/inductor/168073 -> ciflow/inductor/168073 2025-12-04T09:36:31.2029038Z * [new tag] ciflow/inductor/168096 -> ciflow/inductor/168096 2025-12-04T09:36:31.2029149Z * [new tag] ciflow/inductor/168114 -> ciflow/inductor/168114 2025-12-04T09:36:31.2029266Z * [new tag] ciflow/inductor/168115 -> ciflow/inductor/168115 2025-12-04T09:36:31.2029373Z * [new tag] ciflow/inductor/168127 -> ciflow/inductor/168127 2025-12-04T09:36:31.2029487Z * [new tag] ciflow/inductor/168129 -> ciflow/inductor/168129 2025-12-04T09:36:31.2029596Z * [new tag] ciflow/inductor/168157 -> ciflow/inductor/168157 2025-12-04T09:36:31.2029706Z * [new tag] ciflow/inductor/168175 -> ciflow/inductor/168175 2025-12-04T09:36:31.2029821Z * [new tag] ciflow/inductor/168185 -> ciflow/inductor/168185 2025-12-04T09:36:31.2029929Z * [new tag] ciflow/inductor/168195 -> ciflow/inductor/168195 2025-12-04T09:36:31.2030044Z * [new tag] ciflow/inductor/168209 -> ciflow/inductor/168209 2025-12-04T09:36:31.2030154Z * [new tag] ciflow/inductor/168266 -> ciflow/inductor/168266 2025-12-04T09:36:31.2030262Z * [new tag] ciflow/inductor/168316 -> ciflow/inductor/168316 2025-12-04T09:36:31.2030379Z * [new tag] ciflow/inductor/168326 -> ciflow/inductor/168326 2025-12-04T09:36:31.2030489Z * [new tag] ciflow/inductor/168368 -> ciflow/inductor/168368 2025-12-04T09:36:31.2030605Z * [new tag] ciflow/inductor/168894 -> ciflow/inductor/168894 2025-12-04T09:36:31.2030717Z * [new tag] ciflow/inductor/168934 -> ciflow/inductor/168934 2025-12-04T09:36:31.2030823Z * [new tag] ciflow/inductor/168939 -> ciflow/inductor/168939 2025-12-04T09:36:31.2030939Z * [new tag] ciflow/inductor/168946 -> ciflow/inductor/168946 2025-12-04T09:36:31.2031047Z * [new tag] ciflow/inductor/168950 -> ciflow/inductor/168950 2025-12-04T09:36:31.2031155Z * [new tag] ciflow/inductor/168951 -> ciflow/inductor/168951 2025-12-04T09:36:31.2031315Z * [new tag] ciflow/inductor/168952 -> ciflow/inductor/168952 2025-12-04T09:36:31.2031426Z * [new tag] ciflow/inductor/168955 -> ciflow/inductor/168955 2025-12-04T09:36:31.2031542Z * [new tag] ciflow/inductor/168971 -> ciflow/inductor/168971 2025-12-04T09:36:31.2031650Z * [new tag] ciflow/inductor/168979 -> ciflow/inductor/168979 2025-12-04T09:36:31.2031810Z * [new tag] ciflow/inductor/168980 -> ciflow/inductor/168980 2025-12-04T09:36:31.2031927Z * [new tag] ciflow/inductor/168983 -> ciflow/inductor/168983 2025-12-04T09:36:31.2032036Z * [new tag] ciflow/inductor/169006 -> ciflow/inductor/169006 2025-12-04T09:36:31.2032154Z * [new tag] ciflow/inductor/169023 -> ciflow/inductor/169023 2025-12-04T09:36:31.2032263Z * [new tag] ciflow/inductor/169024 -> ciflow/inductor/169024 2025-12-04T09:36:31.2032375Z * [new tag] ciflow/inductor/169025 -> ciflow/inductor/169025 2025-12-04T09:36:31.2032492Z * [new tag] ciflow/inductor/169066 -> ciflow/inductor/169066 2025-12-04T09:36:31.2032602Z * [new tag] ciflow/inductor/169091 -> ciflow/inductor/169091 2025-12-04T09:36:31.2032711Z * [new tag] ciflow/inductor/169102 -> ciflow/inductor/169102 2025-12-04T09:36:31.2032831Z * [new tag] ciflow/inductor/169103 -> ciflow/inductor/169103 2025-12-04T09:36:31.2032942Z * [new tag] ciflow/inductor/169121 -> ciflow/inductor/169121 2025-12-04T09:36:31.2033059Z * [new tag] ciflow/inductor/169134 -> ciflow/inductor/169134 2025-12-04T09:36:31.2033171Z * [new tag] ciflow/inductor/169135 -> ciflow/inductor/169135 2025-12-04T09:36:31.2033279Z * [new tag] ciflow/inductor/169141 -> ciflow/inductor/169141 2025-12-04T09:36:31.2033399Z * [new tag] ciflow/inductor/169151 -> ciflow/inductor/169151 2025-12-04T09:36:31.2033511Z * [new tag] ciflow/inductor/169161 -> ciflow/inductor/169161 2025-12-04T09:36:31.2033628Z * [new tag] ciflow/inductor/169167 -> ciflow/inductor/169167 2025-12-04T09:36:31.2033738Z * [new tag] ciflow/inductor/169177 -> ciflow/inductor/169177 2025-12-04T09:36:31.2033852Z * [new tag] ciflow/inductor/169185 -> ciflow/inductor/169185 2025-12-04T09:36:31.2033968Z * [new tag] ciflow/inductor/169196 -> ciflow/inductor/169196 2025-12-04T09:36:31.2034075Z * [new tag] ciflow/inductor/169200 -> ciflow/inductor/169200 2025-12-04T09:36:31.2034182Z * [new tag] ciflow/inductor/169204 -> ciflow/inductor/169204 2025-12-04T09:36:31.2034299Z * [new tag] ciflow/inductor/169216 -> ciflow/inductor/169216 2025-12-04T09:36:31.2034411Z * [new tag] ciflow/inductor/169219 -> ciflow/inductor/169219 2025-12-04T09:36:31.2034529Z * [new tag] ciflow/inductor/169220 -> ciflow/inductor/169220 2025-12-04T09:36:31.2034638Z * [new tag] ciflow/inductor/169230 -> ciflow/inductor/169230 2025-12-04T09:36:31.2034746Z * [new tag] ciflow/inductor/169242 -> ciflow/inductor/169242 2025-12-04T09:36:31.2034908Z * [new tag] ciflow/inductor/169245 -> ciflow/inductor/169245 2025-12-04T09:36:31.2035018Z * [new tag] ciflow/inductor/169260 -> ciflow/inductor/169260 2025-12-04T09:36:31.2035132Z * [new tag] ciflow/inductor/169282 -> ciflow/inductor/169282 2025-12-04T09:36:31.2035240Z * [new tag] ciflow/inductor/169286 -> ciflow/inductor/169286 2025-12-04T09:36:31.2035348Z * [new tag] ciflow/inductor/169299 -> ciflow/inductor/169299 2025-12-04T09:36:31.2035515Z * [new tag] ciflow/inductor/169304 -> ciflow/inductor/169304 2025-12-04T09:36:31.2035627Z * [new tag] ciflow/inductor/169305 -> ciflow/inductor/169305 2025-12-04T09:36:31.2035739Z * [new tag] ciflow/inductor/169308 -> ciflow/inductor/169308 2025-12-04T09:36:31.2035859Z * [new tag] ciflow/inductor/169319 -> ciflow/inductor/169319 2025-12-04T09:36:31.2036015Z * [new tag] ciflow/inductor/169326 -> ciflow/inductor/169326 2025-12-04T09:36:31.2036133Z * [new tag] ciflow/inductor/169332 -> ciflow/inductor/169332 2025-12-04T09:36:31.2036241Z * [new tag] ciflow/inductor/169333 -> ciflow/inductor/169333 2025-12-04T09:36:31.2036350Z * [new tag] ciflow/inductor/169336 -> ciflow/inductor/169336 2025-12-04T09:36:31.2036475Z * [new tag] ciflow/inductor/169340 -> ciflow/inductor/169340 2025-12-04T09:36:31.2036578Z * [new tag] ciflow/inductor/169341 -> ciflow/inductor/169341 2025-12-04T09:36:31.2036693Z * [new tag] ciflow/inductor/169343 -> ciflow/inductor/169343 2025-12-04T09:36:31.2036795Z * [new tag] ciflow/inductor/169346 -> ciflow/inductor/169346 2025-12-04T09:36:31.2036897Z * [new tag] ciflow/inductor/169348 -> ciflow/inductor/169348 2025-12-04T09:36:31.2037010Z * [new tag] ciflow/inductor/169350 -> ciflow/inductor/169350 2025-12-04T09:36:31.2037113Z * [new tag] ciflow/inductor/169355 -> ciflow/inductor/169355 2025-12-04T09:36:31.2037217Z * [new tag] ciflow/inductor/169370 -> ciflow/inductor/169370 2025-12-04T09:36:31.2037319Z * [new tag] ciflow/inductor/169375 -> ciflow/inductor/169375 2025-12-04T09:36:31.2037421Z * [new tag] ciflow/inductor/169389 -> ciflow/inductor/169389 2025-12-04T09:36:31.2037532Z * [new tag] ciflow/inductor/169391 -> ciflow/inductor/169391 2025-12-04T09:36:31.2037634Z * [new tag] ciflow/inductor/169393 -> ciflow/inductor/169393 2025-12-04T09:36:31.2037736Z * [new tag] ciflow/inductor/169399 -> ciflow/inductor/169399 2025-12-04T09:36:31.2037844Z * [new tag] ciflow/inductor/169400 -> ciflow/inductor/169400 2025-12-04T09:36:31.2037945Z * [new tag] ciflow/inductor/169415 -> ciflow/inductor/169415 2025-12-04T09:36:31.2038058Z * [new tag] ciflow/inductor/169417 -> ciflow/inductor/169417 2025-12-04T09:36:31.2038161Z * [new tag] ciflow/inductor/169418 -> ciflow/inductor/169418 2025-12-04T09:36:31.2038264Z * [new tag] ciflow/inductor/169430 -> ciflow/inductor/169430 2025-12-04T09:36:31.2038375Z * [new tag] ciflow/inductor/169432 -> ciflow/inductor/169432 2025-12-04T09:36:31.2038478Z * [new tag] ciflow/inductor/169436 -> ciflow/inductor/169436 2025-12-04T09:36:31.2038590Z * [new tag] ciflow/inductor/169437 -> ciflow/inductor/169437 2025-12-04T09:36:31.2038697Z * [new tag] ciflow/inductor/169438 -> ciflow/inductor/169438 2025-12-04T09:36:31.2038803Z * [new tag] ciflow/inductor/169441 -> ciflow/inductor/169441 2025-12-04T09:36:31.2038914Z * [new tag] ciflow/inductor/169446 -> ciflow/inductor/169446 2025-12-04T09:36:31.2039019Z * [new tag] ciflow/inductor/169447 -> ciflow/inductor/169447 2025-12-04T09:36:31.2039124Z * [new tag] ciflow/inductor/169452 -> ciflow/inductor/169452 2025-12-04T09:36:31.2039243Z * [new tag] ciflow/inductor/169455 -> ciflow/inductor/169455 2025-12-04T09:36:31.2039346Z * [new tag] ciflow/inductor/169459 -> ciflow/inductor/169459 2025-12-04T09:36:31.2039457Z * [new tag] ciflow/inductor/169463 -> ciflow/inductor/169463 2025-12-04T09:36:31.2039612Z * [new tag] ciflow/inductor/169476 -> ciflow/inductor/169476 2025-12-04T09:36:31.2039718Z * [new tag] ciflow/inductor/169485 -> ciflow/inductor/169485 2025-12-04T09:36:31.2039829Z * [new tag] ciflow/inductor/169493 -> ciflow/inductor/169493 2025-12-04T09:36:31.2039933Z * [new tag] ciflow/inductor/169496 -> ciflow/inductor/169496 2025-12-04T09:36:31.2040085Z * [new tag] ciflow/inductor/169497 -> ciflow/inductor/169497 2025-12-04T09:36:31.2040190Z * [new tag] ciflow/inductor/169503 -> ciflow/inductor/169503 2025-12-04T09:36:31.2040294Z * [new tag] ciflow/inductor/169504 -> ciflow/inductor/169504 2025-12-04T09:36:31.2040404Z * [new tag] ciflow/inductor/169505 -> ciflow/inductor/169505 2025-12-04T09:36:31.2040507Z * [new tag] ciflow/inductor/169508 -> ciflow/inductor/169508 2025-12-04T09:36:31.2040622Z * [new tag] ciflow/inductor/169509 -> ciflow/inductor/169509 2025-12-04T09:36:31.2040726Z * [new tag] ciflow/inductor/169513 -> ciflow/inductor/169513 2025-12-04T09:36:31.2040828Z * [new tag] ciflow/inductor/169514 -> ciflow/inductor/169514 2025-12-04T09:36:31.2040938Z * [new tag] ciflow/inductor/169515 -> ciflow/inductor/169515 2025-12-04T09:36:31.2041045Z * [new tag] ciflow/inductor/169517 -> ciflow/inductor/169517 2025-12-04T09:36:31.2041149Z * [new tag] ciflow/inductor/169519 -> ciflow/inductor/169519 2025-12-04T09:36:31.2041262Z * [new tag] ciflow/inductor/169520 -> ciflow/inductor/169520 2025-12-04T09:36:31.2041367Z * [new tag] ciflow/inductor/169521 -> ciflow/inductor/169521 2025-12-04T09:36:31.2041477Z * [new tag] ciflow/inductor/169524 -> ciflow/inductor/169524 2025-12-04T09:36:31.2041584Z * [new tag] ciflow/inductor/169527 -> ciflow/inductor/169527 2025-12-04T09:36:31.2041691Z * [new tag] ciflow/inductor/169528 -> ciflow/inductor/169528 2025-12-04T09:36:31.2041805Z * [new tag] ciflow/inductor/169532 -> ciflow/inductor/169532 2025-12-04T09:36:31.2041911Z * [new tag] ciflow/inductor/169535 -> ciflow/inductor/169535 2025-12-04T09:36:31.2042027Z * [new tag] ciflow/inductor/169536 -> ciflow/inductor/169536 2025-12-04T09:36:31.2042128Z * [new tag] ciflow/inductor/169547 -> ciflow/inductor/169547 2025-12-04T09:36:31.2042232Z * [new tag] ciflow/inductor/169548 -> ciflow/inductor/169548 2025-12-04T09:36:31.2042344Z * [new tag] ciflow/inductor/169549 -> ciflow/inductor/169549 2025-12-04T09:36:31.2042445Z * [new tag] ciflow/inductor/169551 -> ciflow/inductor/169551 2025-12-04T09:36:31.2042550Z * [new tag] ciflow/inductor/169552 -> ciflow/inductor/169552 2025-12-04T09:36:31.2042661Z * [new tag] ciflow/inductor/169553 -> ciflow/inductor/169553 2025-12-04T09:36:31.2042764Z * [new tag] ciflow/inductor/169557 -> ciflow/inductor/169557 2025-12-04T09:36:31.2042882Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-12-04T09:36:31.2042997Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-12-04T09:36:31.2043108Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-12-04T09:36:31.2043237Z * [new tag] ciflow/linux-aarch64/157994 -> ciflow/linux-aarch64/157994 2025-12-04T09:36:31.2043354Z * [new tag] ciflow/linux-aarch64/166075 -> ciflow/linux-aarch64/166075 2025-12-04T09:36:31.2043478Z * [new tag] ciflow/linux-aarch64/166876 -> ciflow/linux-aarch64/166876 2025-12-04T09:36:31.2043634Z * [new tag] ciflow/linux-aarch64/167981 -> ciflow/linux-aarch64/167981 2025-12-04T09:36:31.2043740Z * [new tag] ciflow/mps/166254 -> ciflow/mps/166254 2025-12-04T09:36:31.2043847Z * [new tag] ciflow/mps/169017 -> ciflow/mps/169017 2025-12-04T09:36:31.2043941Z * [new tag] ciflow/mps/169372 -> ciflow/mps/169372 2025-12-04T09:36:31.2044081Z * [new tag] ciflow/mps/169478 -> ciflow/mps/169478 2025-12-04T09:36:31.2044209Z * [new tag] ciflow/op-benchmark/157994 -> ciflow/op-benchmark/157994 2025-12-04T09:36:31.2044326Z * [new tag] ciflow/op-benchmark/166075 -> ciflow/op-benchmark/166075 2025-12-04T09:36:31.2044447Z * [new tag] ciflow/op-benchmark/169544 -> ciflow/op-benchmark/169544 2025-12-04T09:36:31.2044600Z * [new tag] ciflow/periodic-rocm-mi200/165997 -> ciflow/periodic-rocm-mi200/165997 2025-12-04T09:36:31.2044745Z * [new tag] ciflow/periodic-rocm-mi200/166517 -> ciflow/periodic-rocm-mi200/166517 2025-12-04T09:36:31.2044932Z * [new tag] ciflow/periodic-rocm-mi200/169063 -> ciflow/periodic-rocm-mi200/169063 2025-12-04T09:36:31.2045072Z * [new tag] ciflow/periodic-rocm-mi200/169425 -> ciflow/periodic-rocm-mi200/169425 2025-12-04T09:36:31.2045217Z * [new tag] ciflow/periodic-rocm-mi300/166517 -> ciflow/periodic-rocm-mi300/166517 2025-12-04T09:36:31.2045357Z * [new tag] ciflow/periodic-rocm-mi300/169063 -> ciflow/periodic-rocm-mi300/169063 2025-12-04T09:36:31.2045494Z * [new tag] ciflow/periodic-rocm-mi300/169425 -> ciflow/periodic-rocm-mi300/169425 2025-12-04T09:36:31.2045614Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-12-04T09:36:31.2045723Z * [new tag] ciflow/periodic/167207 -> ciflow/periodic/167207 2025-12-04T09:36:31.2045837Z * [new tag] ciflow/periodic/167978 -> ciflow/periodic/167978 2025-12-04T09:36:31.2045946Z * [new tag] ciflow/periodic/168096 -> ciflow/periodic/168096 2025-12-04T09:36:31.2046052Z * [new tag] ciflow/periodic/169286 -> ciflow/periodic/169286 2025-12-04T09:36:31.2046171Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-12-04T09:36:31.2046284Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-12-04T09:36:31.2046395Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-12-04T09:36:31.2046514Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-12-04T09:36:31.2046774Z * [new tag] ciflow/periodic/7c648509a7470ace9fb2bae960dd4790f7e943e9 -> ciflow/periodic/7c648509a7470ace9fb2bae960dd4790f7e943e9 2025-12-04T09:36:31.2046904Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-12-04T09:36:31.2047038Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-12-04T09:36:31.2047167Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-12-04T09:36:31.2047300Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-12-04T09:36:31.2047422Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-12-04T09:36:31.2047562Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-12-04T09:36:31.2047682Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-12-04T09:36:31.2047783Z * [new tag] ciflow/pull/167207 -> ciflow/pull/167207 2025-12-04T09:36:31.2047955Z * [new tag] ciflow/quantization-periodic/169207 -> ciflow/quantization-periodic/169207 2025-12-04T09:36:31.2048067Z * [new tag] ciflow/rocm-mi200/165545 -> ciflow/rocm-mi200/165545 2025-12-04T09:36:31.2048254Z * [new tag] ciflow/rocm-mi200/165997 -> ciflow/rocm-mi200/165997 2025-12-04T09:36:31.2048365Z * [new tag] ciflow/rocm-mi200/168096 -> ciflow/rocm-mi200/168096 2025-12-04T09:36:31.2048473Z * [new tag] ciflow/rocm-mi200/168275 -> ciflow/rocm-mi200/168275 2025-12-04T09:36:31.2048586Z * [new tag] ciflow/rocm-mi200/169063 -> ciflow/rocm-mi200/169063 2025-12-04T09:36:31.2048752Z * [new tag] ciflow/rocm-mi200/169356 -> ciflow/rocm-mi200/169356 2025-12-04T09:36:31.2048863Z * [new tag] ciflow/rocm-mi200/169425 -> ciflow/rocm-mi200/169425 2025-12-04T09:36:31.2048972Z * [new tag] ciflow/rocm-mi300/165545 -> ciflow/rocm-mi300/165545 2025-12-04T09:36:31.2049080Z * [new tag] ciflow/rocm-mi300/167157 -> ciflow/rocm-mi300/167157 2025-12-04T09:36:31.2049197Z * [new tag] ciflow/rocm-mi300/168096 -> ciflow/rocm-mi300/168096 2025-12-04T09:36:31.2049308Z * [new tag] ciflow/rocm-mi300/169063 -> ciflow/rocm-mi300/169063 2025-12-04T09:36:31.2049417Z * [new tag] ciflow/rocm-mi300/169425 -> ciflow/rocm-mi300/169425 2025-12-04T09:36:31.2049534Z * [new tag] ciflow/rocm-mi355/167157 -> ciflow/rocm-mi355/167157 2025-12-04T09:36:31.2049647Z * [new tag] ciflow/rocm-mi355/168275 -> ciflow/rocm-mi355/168275 2025-12-04T09:36:31.2049765Z * [new tag] ciflow/rocm-mi355/169425 -> ciflow/rocm-mi355/169425 2025-12-04T09:36:31.2049883Z * [new tag] ciflow/rocm-navi31/168275 -> ciflow/rocm-navi31/168275 2025-12-04T09:36:31.2049998Z * [new tag] ciflow/rocm-navi31/169425 -> ciflow/rocm-navi31/169425 2025-12-04T09:36:31.2050113Z * [new tag] ciflow/rocm/115316 -> ciflow/rocm/115316 2025-12-04T09:36:31.2050217Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-12-04T09:36:31.2050334Z * [new tag] ciflow/rocm/160685 -> ciflow/rocm/160685 2025-12-04T09:36:31.2050438Z * [new tag] ciflow/rocm/161607 -> ciflow/rocm/161607 2025-12-04T09:36:31.2050541Z * [new tag] ciflow/rocm/162052 -> ciflow/rocm/162052 2025-12-04T09:36:31.2050650Z * [new tag] ciflow/rocm/165997 -> ciflow/rocm/165997 2025-12-04T09:36:31.2050750Z * [new tag] ciflow/rocm/166165 -> ciflow/rocm/166165 2025-12-04T09:36:31.2050846Z * [new tag] ciflow/rocm/166517 -> ciflow/rocm/166517 2025-12-04T09:36:31.2050950Z * [new tag] ciflow/rocm/167207 -> ciflow/rocm/167207 2025-12-04T09:36:31.2051045Z * [new tag] ciflow/rocm/167536 -> ciflow/rocm/167536 2025-12-04T09:36:31.2051150Z * [new tag] ciflow/rocm/167781 -> ciflow/rocm/167781 2025-12-04T09:36:31.2051248Z * [new tag] ciflow/rocm/167989 -> ciflow/rocm/167989 2025-12-04T09:36:31.2051346Z * [new tag] ciflow/rocm/168073 -> ciflow/rocm/168073 2025-12-04T09:36:31.2051451Z * [new tag] ciflow/rocm/168195 -> ciflow/rocm/168195 2025-12-04T09:36:31.2051550Z * [new tag] ciflow/rocm/168939 -> ciflow/rocm/168939 2025-12-04T09:36:31.2051660Z * [new tag] ciflow/rocm/168971 -> ciflow/rocm/168971 2025-12-04T09:36:31.2051758Z * [new tag] ciflow/rocm/169024 -> ciflow/rocm/169024 2025-12-04T09:36:31.2051857Z * [new tag] ciflow/rocm/169200 -> ciflow/rocm/169200 2025-12-04T09:36:31.2051961Z * [new tag] ciflow/rocm/169216 -> ciflow/rocm/169216 2025-12-04T09:36:31.2052057Z * [new tag] ciflow/rocm/169312 -> ciflow/rocm/169312 2025-12-04T09:36:31.2052156Z * [new tag] ciflow/rocm/169380 -> ciflow/rocm/169380 2025-12-04T09:36:31.2052305Z * [new tag] ciflow/rocm/169427 -> ciflow/rocm/169427 2025-12-04T09:36:31.2052403Z * [new tag] ciflow/rocm/169455 -> ciflow/rocm/169455 2025-12-04T09:36:31.2052507Z * [new tag] ciflow/rocm/169470 -> ciflow/rocm/169470 2025-12-04T09:36:31.2052602Z * [new tag] ciflow/rocm/169471 -> ciflow/rocm/169471 2025-12-04T09:36:31.2052737Z * [new tag] ciflow/rocm/169472 -> ciflow/rocm/169472 2025-12-04T09:36:31.2052838Z * [new tag] ciflow/rocm/169514 -> ciflow/rocm/169514 2025-12-04T09:36:31.2052940Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-12-04T09:36:31.2053050Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-12-04T09:36:31.2053325Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-12-04T09:36:31.2053427Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-12-04T09:36:31.2053530Z * [new tag] ciflow/slow/167207 -> ciflow/slow/167207 2025-12-04T09:36:31.2053627Z * [new tag] ciflow/slow/168050 -> ciflow/slow/168050 2025-12-04T09:36:31.2053726Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-12-04T09:36:31.2053837Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-12-04T09:36:31.2053939Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-12-04T09:36:31.2054047Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-12-04T09:36:31.2054147Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-12-04T09:36:31.2054245Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-12-04T09:36:31.2054352Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-12-04T09:36:31.2054451Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-12-04T09:36:31.2054703Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-12-04T09:36:31.2054847Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-12-04T09:36:31.2054949Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-12-04T09:36:31.2055056Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-12-04T09:36:31.2055155Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-12-04T09:36:31.2055259Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-12-04T09:36:31.2055525Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-12-04T09:36:31.2055638Z * [new tag] ciflow/torchbench/168175 -> ciflow/torchbench/168175 2025-12-04T09:36:31.2055740Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-12-04T09:36:31.2055836Z * [new tag] ciflow/trunk/157149 -> ciflow/trunk/157149 2025-12-04T09:36:31.2055932Z * [new tag] ciflow/trunk/157994 -> ciflow/trunk/157994 2025-12-04T09:36:31.2056034Z * [new tag] ciflow/trunk/159718 -> ciflow/trunk/159718 2025-12-04T09:36:31.2056130Z * [new tag] ciflow/trunk/160685 -> ciflow/trunk/160685 2025-12-04T09:36:31.2056233Z * [new tag] ciflow/trunk/160729 -> ciflow/trunk/160729 2025-12-04T09:36:31.2056328Z * [new tag] ciflow/trunk/162275 -> ciflow/trunk/162275 2025-12-04T09:36:31.2056480Z * [new tag] ciflow/trunk/162795 -> ciflow/trunk/162795 2025-12-04T09:36:31.2056582Z * [new tag] ciflow/trunk/163245 -> ciflow/trunk/163245 2025-12-04T09:36:31.2056681Z * [new tag] ciflow/trunk/163942 -> ciflow/trunk/163942 2025-12-04T09:36:31.2056783Z * [new tag] ciflow/trunk/165274 -> ciflow/trunk/165274 2025-12-04T09:36:31.2056927Z * [new tag] ciflow/trunk/165483 -> ciflow/trunk/165483 2025-12-04T09:36:31.2057024Z * [new tag] ciflow/trunk/165728 -> ciflow/trunk/165728 2025-12-04T09:36:31.2057129Z * [new tag] ciflow/trunk/165922 -> ciflow/trunk/165922 2025-12-04T09:36:31.2057227Z * [new tag] ciflow/trunk/166075 -> ciflow/trunk/166075 2025-12-04T09:36:31.2057326Z * [new tag] ciflow/trunk/166165 -> ciflow/trunk/166165 2025-12-04T09:36:31.2057430Z * [new tag] ciflow/trunk/166829 -> ciflow/trunk/166829 2025-12-04T09:36:31.2057529Z * [new tag] ciflow/trunk/166843 -> ciflow/trunk/166843 2025-12-04T09:36:31.2057633Z * [new tag] ciflow/trunk/166876 -> ciflow/trunk/166876 2025-12-04T09:36:31.2057730Z * [new tag] ciflow/trunk/167207 -> ciflow/trunk/167207 2025-12-04T09:36:31.2057827Z * [new tag] ciflow/trunk/167536 -> ciflow/trunk/167536 2025-12-04T09:36:31.2057934Z * [new tag] ciflow/trunk/167552 -> ciflow/trunk/167552 2025-12-04T09:36:31.2058031Z * [new tag] ciflow/trunk/167555 -> ciflow/trunk/167555 2025-12-04T09:36:31.2058135Z * [new tag] ciflow/trunk/167599 -> ciflow/trunk/167599 2025-12-04T09:36:31.2058232Z * [new tag] ciflow/trunk/167659 -> ciflow/trunk/167659 2025-12-04T09:36:31.2058332Z * [new tag] ciflow/trunk/167672 -> ciflow/trunk/167672 2025-12-04T09:36:31.2058439Z * [new tag] ciflow/trunk/167742 -> ciflow/trunk/167742 2025-12-04T09:36:31.2058537Z * [new tag] ciflow/trunk/167781 -> ciflow/trunk/167781 2025-12-04T09:36:31.2058636Z * [new tag] ciflow/trunk/167837 -> ciflow/trunk/167837 2025-12-04T09:36:31.2058742Z * [new tag] ciflow/trunk/167887 -> ciflow/trunk/167887 2025-12-04T09:36:31.2058843Z * [new tag] ciflow/trunk/167978 -> ciflow/trunk/167978 2025-12-04T09:36:31.2058949Z * [new tag] ciflow/trunk/168050 -> ciflow/trunk/168050 2025-12-04T09:36:31.2059046Z * [new tag] ciflow/trunk/168051 -> ciflow/trunk/168051 2025-12-04T09:36:31.2059142Z * [new tag] ciflow/trunk/168096 -> ciflow/trunk/168096 2025-12-04T09:36:31.2059246Z * [new tag] ciflow/trunk/168127 -> ciflow/trunk/168127 2025-12-04T09:36:31.2059344Z * [new tag] ciflow/trunk/168157 -> ciflow/trunk/168157 2025-12-04T09:36:31.2059451Z * [new tag] ciflow/trunk/168175 -> ciflow/trunk/168175 2025-12-04T09:36:31.2059548Z * [new tag] ciflow/trunk/168209 -> ciflow/trunk/168209 2025-12-04T09:36:31.2059645Z * [new tag] ciflow/trunk/168213 -> ciflow/trunk/168213 2025-12-04T09:36:31.2059745Z * [new tag] ciflow/trunk/168226 -> ciflow/trunk/168226 2025-12-04T09:36:31.2059845Z * [new tag] ciflow/trunk/168262 -> ciflow/trunk/168262 2025-12-04T09:36:31.2059944Z * [new tag] ciflow/trunk/168275 -> ciflow/trunk/168275 2025-12-04T09:36:31.2060052Z * [new tag] ciflow/trunk/168328 -> ciflow/trunk/168328 2025-12-04T09:36:31.2060150Z * [new tag] ciflow/trunk/168368 -> ciflow/trunk/168368 2025-12-04T09:36:31.2060256Z * [new tag] ciflow/trunk/168917 -> ciflow/trunk/168917 2025-12-04T09:36:31.2060401Z * [new tag] ciflow/trunk/168933 -> ciflow/trunk/168933 2025-12-04T09:36:31.2060502Z * [new tag] ciflow/trunk/168941 -> ciflow/trunk/168941 2025-12-04T09:36:31.2060610Z * [new tag] ciflow/trunk/168955 -> ciflow/trunk/168955 2025-12-04T09:36:31.2060709Z * [new tag] ciflow/trunk/168980 -> ciflow/trunk/168980 2025-12-04T09:36:31.2060852Z * [new tag] ciflow/trunk/169004 -> ciflow/trunk/169004 2025-12-04T09:36:31.2060951Z * [new tag] ciflow/trunk/169006 -> ciflow/trunk/169006 2025-12-04T09:36:31.2061048Z * [new tag] ciflow/trunk/169023 -> ciflow/trunk/169023 2025-12-04T09:36:31.2061151Z * [new tag] ciflow/trunk/169025 -> ciflow/trunk/169025 2025-12-04T09:36:31.2061248Z * [new tag] ciflow/trunk/169048 -> ciflow/trunk/169048 2025-12-04T09:36:31.2061346Z * [new tag] ciflow/trunk/169066 -> ciflow/trunk/169066 2025-12-04T09:36:31.2061448Z * [new tag] ciflow/trunk/169091 -> ciflow/trunk/169091 2025-12-04T09:36:31.2061543Z * [new tag] ciflow/trunk/169102 -> ciflow/trunk/169102 2025-12-04T09:36:31.2061646Z * [new tag] ciflow/trunk/169103 -> ciflow/trunk/169103 2025-12-04T09:36:31.2061748Z * [new tag] ciflow/trunk/169125 -> ciflow/trunk/169125 2025-12-04T09:36:31.2061844Z * [new tag] ciflow/trunk/169139 -> ciflow/trunk/169139 2025-12-04T09:36:31.2061950Z * [new tag] ciflow/trunk/169148 -> ciflow/trunk/169148 2025-12-04T09:36:31.2062046Z * [new tag] ciflow/trunk/169151 -> ciflow/trunk/169151 2025-12-04T09:36:31.2062149Z * [new tag] ciflow/trunk/169156 -> ciflow/trunk/169156 2025-12-04T09:36:31.2062246Z * [new tag] ciflow/trunk/169176 -> ciflow/trunk/169176 2025-12-04T09:36:31.2062343Z * [new tag] ciflow/trunk/169204 -> ciflow/trunk/169204 2025-12-04T09:36:31.2062448Z * [new tag] ciflow/trunk/169207 -> ciflow/trunk/169207 2025-12-04T09:36:31.2062542Z * [new tag] ciflow/trunk/169211 -> ciflow/trunk/169211 2025-12-04T09:36:31.2062638Z * [new tag] ciflow/trunk/169231 -> ciflow/trunk/169231 2025-12-04T09:36:31.2062742Z * [new tag] ciflow/trunk/169260 -> ciflow/trunk/169260 2025-12-04T09:36:31.2062838Z * [new tag] ciflow/trunk/169271 -> ciflow/trunk/169271 2025-12-04T09:36:31.2062943Z * [new tag] ciflow/trunk/169280 -> ciflow/trunk/169280 2025-12-04T09:36:31.2063040Z * [new tag] ciflow/trunk/169281 -> ciflow/trunk/169281 2025-12-04T09:36:31.2063136Z * [new tag] ciflow/trunk/169286 -> ciflow/trunk/169286 2025-12-04T09:36:31.2063242Z * [new tag] ciflow/trunk/169293 -> ciflow/trunk/169293 2025-12-04T09:36:31.2063338Z * [new tag] ciflow/trunk/169296 -> ciflow/trunk/169296 2025-12-04T09:36:31.2063439Z * [new tag] ciflow/trunk/169304 -> ciflow/trunk/169304 2025-12-04T09:36:31.2063537Z * [new tag] ciflow/trunk/169305 -> ciflow/trunk/169305 2025-12-04T09:36:31.2063638Z * [new tag] ciflow/trunk/169312 -> ciflow/trunk/169312 2025-12-04T09:36:31.2063740Z * [new tag] ciflow/trunk/169328 -> ciflow/trunk/169328 2025-12-04T09:36:31.2063836Z * [new tag] ciflow/trunk/169343 -> ciflow/trunk/169343 2025-12-04T09:36:31.2063931Z * [new tag] ciflow/trunk/169355 -> ciflow/trunk/169355 2025-12-04T09:36:31.2064033Z * [new tag] ciflow/trunk/169370 -> ciflow/trunk/169370 2025-12-04T09:36:31.2064185Z * [new tag] ciflow/trunk/169379 -> ciflow/trunk/169379 2025-12-04T09:36:31.2064288Z * [new tag] ciflow/trunk/169380 -> ciflow/trunk/169380 2025-12-04T09:36:31.2064385Z * [new tag] ciflow/trunk/169385 -> ciflow/trunk/169385 2025-12-04T09:36:31.2064482Z * [new tag] ciflow/trunk/169387 -> ciflow/trunk/169387 2025-12-04T09:36:31.2064589Z * [new tag] ciflow/trunk/169410 -> ciflow/trunk/169410 2025-12-04T09:36:31.2064726Z * [new tag] ciflow/trunk/169412 -> ciflow/trunk/169412 2025-12-04T09:36:31.2064860Z * [new tag] ciflow/trunk/169418 -> ciflow/trunk/169418 2025-12-04T09:36:31.2064957Z * [new tag] ciflow/trunk/169423 -> ciflow/trunk/169423 2025-12-04T09:36:31.2065053Z * [new tag] ciflow/trunk/169427 -> ciflow/trunk/169427 2025-12-04T09:36:31.2065157Z * [new tag] ciflow/trunk/169430 -> ciflow/trunk/169430 2025-12-04T09:36:31.2065255Z * [new tag] ciflow/trunk/169437 -> ciflow/trunk/169437 2025-12-04T09:36:31.2065351Z * [new tag] ciflow/trunk/169442 -> ciflow/trunk/169442 2025-12-04T09:36:31.2065455Z * [new tag] ciflow/trunk/169452 -> ciflow/trunk/169452 2025-12-04T09:36:31.2065551Z * [new tag] ciflow/trunk/169454 -> ciflow/trunk/169454 2025-12-04T09:36:31.2065656Z * [new tag] ciflow/trunk/169459 -> ciflow/trunk/169459 2025-12-04T09:36:31.2065751Z * [new tag] ciflow/trunk/169474 -> ciflow/trunk/169474 2025-12-04T09:36:31.2065848Z * [new tag] ciflow/trunk/169475 -> ciflow/trunk/169475 2025-12-04T09:36:31.2065951Z * [new tag] ciflow/trunk/169476 -> ciflow/trunk/169476 2025-12-04T09:36:31.2066045Z * [new tag] ciflow/trunk/169487 -> ciflow/trunk/169487 2025-12-04T09:36:31.2066149Z * [new tag] ciflow/trunk/169497 -> ciflow/trunk/169497 2025-12-04T09:36:31.2066245Z * [new tag] ciflow/trunk/169503 -> ciflow/trunk/169503 2025-12-04T09:36:31.2066342Z * [new tag] ciflow/trunk/169505 -> ciflow/trunk/169505 2025-12-04T09:36:31.2066443Z * [new tag] ciflow/trunk/169507 -> ciflow/trunk/169507 2025-12-04T09:36:31.2066539Z * [new tag] ciflow/trunk/169514 -> ciflow/trunk/169514 2025-12-04T09:36:31.2066633Z * [new tag] ciflow/trunk/169517 -> ciflow/trunk/169517 2025-12-04T09:36:31.2066737Z * [new tag] ciflow/trunk/169519 -> ciflow/trunk/169519 2025-12-04T09:36:31.2066834Z * [new tag] ciflow/trunk/169528 -> ciflow/trunk/169528 2025-12-04T09:36:31.2066935Z * [new tag] ciflow/trunk/169541 -> ciflow/trunk/169541 2025-12-04T09:36:31.2067031Z * [new tag] ciflow/trunk/169555 -> ciflow/trunk/169555 2025-12-04T09:36:31.2067133Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-12-04T09:36:31.2067236Z * [new tag] ciflow/vllm/165270 -> ciflow/vllm/165270 2025-12-04T09:36:31.2067334Z * [new tag] ciflow/vllm/165274 -> ciflow/vllm/165274 2025-12-04T09:36:31.2067437Z * [new tag] ciflow/vllm/166494 -> ciflow/vllm/166494 2025-12-04T09:36:31.2067534Z * [new tag] ciflow/vllm/169219 -> ciflow/vllm/169219 2025-12-04T09:36:31.2067629Z * [new tag] ciflow/vllm/169220 -> ciflow/vllm/169220 2025-12-04T09:36:31.2067736Z * [new tag] ciflow/xpu/157994 -> ciflow/xpu/157994 2025-12-04T09:36:31.2067832Z * [new tag] ciflow/xpu/159718 -> ciflow/xpu/159718 2025-12-04T09:36:31.2067927Z * [new tag] ciflow/xpu/161940 -> ciflow/xpu/161940 2025-12-04T09:36:31.2068083Z * [new tag] ciflow/xpu/163251 -> ciflow/xpu/163251 2025-12-04T09:36:31.2068181Z * [new tag] ciflow/xpu/166829 -> ciflow/xpu/166829 2025-12-04T09:36:31.2068284Z * [new tag] ciflow/xpu/166843 -> ciflow/xpu/166843 2025-12-04T09:36:31.2068379Z * [new tag] ciflow/xpu/167972 -> ciflow/xpu/167972 2025-12-04T09:36:31.2068526Z * [new tag] ciflow/xpu/167981 -> ciflow/xpu/167981 2025-12-04T09:36:31.2068631Z * [new tag] ciflow/xpu/168213 -> ciflow/xpu/168213 2025-12-04T09:36:31.2068728Z * [new tag] ciflow/xpu/168262 -> ciflow/xpu/168262 2025-12-04T09:36:31.2068833Z * [new tag] ciflow/xpu/168328 -> ciflow/xpu/168328 2025-12-04T09:36:31.2068927Z * [new tag] ciflow/xpu/168950 -> ciflow/xpu/168950 2025-12-04T09:36:31.2069022Z * [new tag] ciflow/xpu/169039 -> ciflow/xpu/169039 2025-12-04T09:36:31.2069121Z * [new tag] ciflow/xpu/169200 -> ciflow/xpu/169200 2025-12-04T09:36:31.2069216Z * [new tag] ciflow/xpu/169203 -> ciflow/xpu/169203 2025-12-04T09:36:31.2069313Z * [new tag] ciflow/xpu/169230 -> ciflow/xpu/169230 2025-12-04T09:36:31.2069419Z * [new tag] ciflow/xpu/169231 -> ciflow/xpu/169231 2025-12-04T09:36:31.2069518Z * [new tag] ciflow/xpu/169241 -> ciflow/xpu/169241 2025-12-04T09:36:31.2069622Z * [new tag] ciflow/xpu/169280 -> ciflow/xpu/169280 2025-12-04T09:36:31.2069719Z * [new tag] ciflow/xpu/169296 -> ciflow/xpu/169296 2025-12-04T09:36:31.2069815Z * [new tag] ciflow/xpu/169353 -> ciflow/xpu/169353 2025-12-04T09:36:31.2069920Z * [new tag] ciflow/xpu/169410 -> ciflow/xpu/169410 2025-12-04T09:36:31.2070017Z * [new tag] ciflow/xpu/169442 -> ciflow/xpu/169442 2025-12-04T09:36:31.2070120Z * [new tag] ciflow/xpu/169555 -> ciflow/xpu/169555 2025-12-04T09:36:31.2070218Z * [new tag] cslpull75 -> cslpull75 2025-12-04T09:36:31.2070311Z * [new tag] cslpull76 -> cslpull76 2025-12-04T09:36:31.2070406Z * [new tag] cslpull77 -> cslpull77 2025-12-04T09:36:31.2070496Z * [new tag] cslpull78 -> cslpull78 2025-12-04T09:36:31.2070581Z * [new tag] cslpull79 -> cslpull79 2025-12-04T09:36:31.2070674Z * [new tag] cslpull80 -> cslpull80 2025-12-04T09:36:31.2070762Z * [new tag] cslpull81 -> cslpull81 2025-12-04T09:36:31.2070853Z * [new tag] cslpull82 -> cslpull82 2025-12-04T09:36:31.2070938Z * [new tag] cslpull83 -> cslpull83 2025-12-04T09:36:31.2071026Z * [new tag] cslpull84 -> cslpull84 2025-12-04T09:36:31.2071117Z * [new tag] cslpull85 -> cslpull85 2025-12-04T09:36:31.2071202Z * [new tag] cslpull86 -> cslpull86 2025-12-04T09:36:31.2071288Z * [new tag] cslpull87 -> cslpull87 2025-12-04T09:36:31.2071383Z * [new tag] cslpull88 -> cslpull88 2025-12-04T09:36:31.2071468Z * [new tag] cslpull89 -> cslpull89 2025-12-04T09:36:31.2071558Z * [new tag] cslpull90 -> cslpull90 2025-12-04T09:36:31.2071641Z * [new tag] cslpull91 -> cslpull91 2025-12-04T09:36:31.2071726Z * [new tag] cslpull92 -> cslpull92 2025-12-04T09:36:31.2071827Z * [new tag] flight_5 -> flight_5 2025-12-04T09:36:31.2071960Z * [new tag] flight_5.1 -> flight_5.1 2025-12-04T09:36:31.2072062Z * [new tag] flight_5.2 -> flight_5.2 2025-12-04T09:36:31.2072149Z * [new tag] flight_5.3 -> flight_5.3 2025-12-04T09:36:31.2072241Z * [new tag] forpull1 -> forpull1 2025-12-04T09:36:31.2072399Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-12-04T09:36:31.2072501Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-12-04T09:36:31.2072602Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-12-04T09:36:31.2072714Z * [new tag] nightly-binary -> nightly-binary 2025-12-04T09:36:31.2072824Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-12-04T09:36:31.2072931Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-12-04T09:36:31.2073144Z * [new tag] trunk/02d8bd6974cf84b721680d773dbdb1b6f40ce272 -> trunk/02d8bd6974cf84b721680d773dbdb1b6f40ce272 2025-12-04T09:36:31.2073348Z * [new tag] trunk/066997fb38ade71e00d78e9d572e380b5f02bd3e -> trunk/066997fb38ade71e00d78e9d572e380b5f02bd3e 2025-12-04T09:36:31.2073560Z * [new tag] trunk/076e7b19fa1d481ad778d06d2b49ba57d3ce8c88 -> trunk/076e7b19fa1d481ad778d06d2b49ba57d3ce8c88 2025-12-04T09:36:31.2073761Z * [new tag] trunk/07dcc0b83db3211653a38565a24e15acdba75654 -> trunk/07dcc0b83db3211653a38565a24e15acdba75654 2025-12-04T09:36:31.2073986Z * [new tag] trunk/082e96b68dfcd16cab7cfafc4d3d055767dab3eb -> trunk/082e96b68dfcd16cab7cfafc4d3d055767dab3eb 2025-12-04T09:36:31.2074192Z * [new tag] trunk/088048f2fea28ff7d450f65c72419ca45780d30b -> trunk/088048f2fea28ff7d450f65c72419ca45780d30b 2025-12-04T09:36:31.2074400Z * [new tag] trunk/09076941a95c76f4d9ad189d064dfd8baa39e672 -> trunk/09076941a95c76f4d9ad189d064dfd8baa39e672 2025-12-04T09:36:31.2074613Z * [new tag] trunk/0b80a4c62b94402844bf221791c096b0035c6d75 -> trunk/0b80a4c62b94402844bf221791c096b0035c6d75 2025-12-04T09:36:31.2074852Z * [new tag] trunk/0bbbdf1750567a980634ad907a325357ba8ba8f2 -> trunk/0bbbdf1750567a980634ad907a325357ba8ba8f2 2025-12-04T09:36:31.2075073Z * [new tag] trunk/0c281dd78773b2bc17c58ead0e4cd4ac46e775c5 -> trunk/0c281dd78773b2bc17c58ead0e4cd4ac46e775c5 2025-12-04T09:36:31.2075275Z * [new tag] trunk/135f3753c418a6879b1954904184937b67e61688 -> trunk/135f3753c418a6879b1954904184937b67e61688 2025-12-04T09:36:31.2075488Z * [new tag] trunk/15da21026cb13cd20257dc9e96830db108743c10 -> trunk/15da21026cb13cd20257dc9e96830db108743c10 2025-12-04T09:36:31.2075702Z * [new tag] trunk/166efdad2ac827f30fb02504c6017520257f88ec -> trunk/166efdad2ac827f30fb02504c6017520257f88ec 2025-12-04T09:36:31.2075906Z * [new tag] trunk/174272c15fae553d8488140af931f7d8050a313f -> trunk/174272c15fae553d8488140af931f7d8050a313f 2025-12-04T09:36:31.2076125Z * [new tag] trunk/18f3ca08f13b8de61307f5e8cd7d4cccb67e9d11 -> trunk/18f3ca08f13b8de61307f5e8cd7d4cccb67e9d11 2025-12-04T09:36:31.2076344Z * [new tag] trunk/1902eddfe655a15ebcf2c72bd81ade110fdeef63 -> trunk/1902eddfe655a15ebcf2c72bd81ade110fdeef63 2025-12-04T09:36:31.2076552Z * [new tag] trunk/195f92e98d3d66738577f11f22c4b5c8a1c76dd5 -> trunk/195f92e98d3d66738577f11f22c4b5c8a1c76dd5 2025-12-04T09:36:31.2076773Z * [new tag] trunk/1aa13e17de39e3c768ea7aebaad166ce72a06676 -> trunk/1aa13e17de39e3c768ea7aebaad166ce72a06676 2025-12-04T09:36:31.2076988Z * [new tag] trunk/1afe2832f58e24e54a5bfda5a5afa9b96fdea40e -> trunk/1afe2832f58e24e54a5bfda5a5afa9b96fdea40e 2025-12-04T09:36:31.2077251Z * [new tag] trunk/1c87554d74140eaee964ca8b1832cede67f5f520 -> trunk/1c87554d74140eaee964ca8b1832cede67f5f520 2025-12-04T09:36:31.2077460Z * [new tag] trunk/1ccb743b7b5be955f49736c162c4f5004b8a0dd8 -> trunk/1ccb743b7b5be955f49736c162c4f5004b8a0dd8 2025-12-04T09:36:31.2077673Z * [new tag] trunk/1cee47d6ce0a02227185b566593f002dd639ca0c -> trunk/1cee47d6ce0a02227185b566593f002dd639ca0c 2025-12-04T09:36:31.2077890Z * [new tag] trunk/1d21b4df2babe322e5d085ceb6de884eb260a62d -> trunk/1d21b4df2babe322e5d085ceb6de884eb260a62d 2025-12-04T09:36:31.2078192Z * [new tag] trunk/1e34fb2550e4aa650314f7a6d9f6daf4da7478a8 -> trunk/1e34fb2550e4aa650314f7a6d9f6daf4da7478a8 2025-12-04T09:36:31.2078412Z * [new tag] trunk/1e526fb5b1d93bfc70691c5c3955fdffc1b7b7de -> trunk/1e526fb5b1d93bfc70691c5c3955fdffc1b7b7de 2025-12-04T09:36:31.2078620Z * [new tag] trunk/1ee32a8b1f554a312d79bad01ded24f38cd95543 -> trunk/1ee32a8b1f554a312d79bad01ded24f38cd95543 2025-12-04T09:36:31.2078831Z * [new tag] trunk/201e2c4117eb9744594dad6a5c18213d7b4705d7 -> trunk/201e2c4117eb9744594dad6a5c18213d7b4705d7 2025-12-04T09:36:31.2079043Z * [new tag] trunk/2353a0f60eb4b4cb6675907a7fa9fbedc1c02e7f -> trunk/2353a0f60eb4b4cb6675907a7fa9fbedc1c02e7f 2025-12-04T09:36:31.2079242Z * [new tag] trunk/285779b1621cf9f073a062b0889a642d200308d9 -> trunk/285779b1621cf9f073a062b0889a642d200308d9 2025-12-04T09:36:31.2079458Z * [new tag] trunk/2887faaec6295d081580d09fce161201826c6d87 -> trunk/2887faaec6295d081580d09fce161201826c6d87 2025-12-04T09:36:31.2079663Z * [new tag] trunk/296e67c92635443c67b11c0ae1bd045f03ebb7bc -> trunk/296e67c92635443c67b11c0ae1bd045f03ebb7bc 2025-12-04T09:36:31.2079872Z * [new tag] trunk/29856679769b3dede478767e2fe6cfb51197cb25 -> trunk/29856679769b3dede478767e2fe6cfb51197cb25 2025-12-04T09:36:31.2080073Z * [new tag] trunk/29e5455a4740c326ab187c7aa7b5ef98034ea563 -> trunk/29e5455a4740c326ab187c7aa7b5ef98034ea563 2025-12-04T09:36:31.2080284Z * [new tag] trunk/2ac3ef882afb23136adc188975f0a8802fc68adf -> trunk/2ac3ef882afb23136adc188975f0a8802fc68adf 2025-12-04T09:36:31.2080493Z * [new tag] trunk/2bec68e73b64715354af076ad309335f943e36cd -> trunk/2bec68e73b64715354af076ad309335f943e36cd 2025-12-04T09:36:31.2080696Z * [new tag] trunk/2c87367e6f88662cd5cedbd1537748b7948c38e1 -> trunk/2c87367e6f88662cd5cedbd1537748b7948c38e1 2025-12-04T09:36:31.2080911Z * [new tag] trunk/2d1f78fe3ec13820f136a2e0336da12a25f41708 -> trunk/2d1f78fe3ec13820f136a2e0336da12a25f41708 2025-12-04T09:36:31.2081112Z * [new tag] trunk/2df6058f116a65722a0e03073402feb242572d35 -> trunk/2df6058f116a65722a0e03073402feb242572d35 2025-12-04T09:36:31.2081323Z * [new tag] trunk/2e0c2e170fe658c440775c8e5c44228aafcc47ec -> trunk/2e0c2e170fe658c440775c8e5c44228aafcc47ec 2025-12-04T09:36:31.2081541Z * [new tag] trunk/2f9b7dad7b5419b063bd0f2e204de192720ebb94 -> trunk/2f9b7dad7b5419b063bd0f2e204de192720ebb94 2025-12-04T09:36:31.2081742Z * [new tag] trunk/305168768a95d69c444df5cd334bb774edfe06f1 -> trunk/305168768a95d69c444df5cd334bb774edfe06f1 2025-12-04T09:36:31.2081952Z * [new tag] trunk/31fc12773026e8e00f054dd79ad9b2491e693b48 -> trunk/31fc12773026e8e00f054dd79ad9b2491e693b48 2025-12-04T09:36:31.2082165Z * [new tag] trunk/320de0c6b0a3e7c6d2693ea5c28d5d0156ba7991 -> trunk/320de0c6b0a3e7c6d2693ea5c28d5d0156ba7991 2025-12-04T09:36:31.2082376Z * [new tag] trunk/3418bd29475dff06695045fcdf93e7d0dac67da8 -> trunk/3418bd29475dff06695045fcdf93e7d0dac67da8 2025-12-04T09:36:31.2082582Z * [new tag] trunk/34a98608afa0cb5b48f0d6d30432fdd0a2614ddf -> trunk/34a98608afa0cb5b48f0d6d30432fdd0a2614ddf 2025-12-04T09:36:31.2082791Z * [new tag] trunk/35b7a9a26c5923d98aebaa41a031dae21788a9ee -> trunk/35b7a9a26c5923d98aebaa41a031dae21788a9ee 2025-12-04T09:36:31.2083059Z * [new tag] trunk/39d07dbf03a911bdd45d1af78d8638dc92074938 -> trunk/39d07dbf03a911bdd45d1af78d8638dc92074938 2025-12-04T09:36:31.2083267Z * [new tag] trunk/3cd98b4205ada151042cc7ff097a82d4a4b18725 -> trunk/3cd98b4205ada151042cc7ff097a82d4a4b18725 2025-12-04T09:36:31.2083485Z * [new tag] trunk/3d35fd20a78ff4d016fa80f4e5fad37191d7bcae -> trunk/3d35fd20a78ff4d016fa80f4e5fad37191d7bcae 2025-12-04T09:36:31.2083749Z * [new tag] trunk/409a5fee945c46a3edaf5df162812f201bfd7b2f -> trunk/409a5fee945c46a3edaf5df162812f201bfd7b2f 2025-12-04T09:36:31.2083950Z * [new tag] trunk/42e9005cda22da3f1c559c3649218cebd671027c -> trunk/42e9005cda22da3f1c559c3649218cebd671027c 2025-12-04T09:36:31.2084154Z * [new tag] trunk/43b94713bbf340d3c124fde02d0f73add4021247 -> trunk/43b94713bbf340d3c124fde02d0f73add4021247 2025-12-04T09:36:31.2084356Z * [new tag] trunk/44ac69388a4a5eb463dbd2a13f00d1e3b924566c -> trunk/44ac69388a4a5eb463dbd2a13f00d1e3b924566c 2025-12-04T09:36:31.2084563Z * [new tag] trunk/45d14e2497292be06ad36eaa1aaaf7c630a2586a -> trunk/45d14e2497292be06ad36eaa1aaaf7c630a2586a 2025-12-04T09:36:31.2084756Z * [new tag] trunk/45d310ad84854dff730c0b12e577d7998d978686 -> trunk/45d310ad84854dff730c0b12e577d7998d978686 2025-12-04T09:36:31.2084999Z * [new tag] trunk/47b28ddf7bd74b50fa93b307a7d3b183a6d77f54 -> trunk/47b28ddf7bd74b50fa93b307a7d3b183a6d77f54 2025-12-04T09:36:31.2085211Z * [new tag] trunk/481e5ab336275bd3acd5fa8a611b05b4469012af -> trunk/481e5ab336275bd3acd5fa8a611b05b4469012af 2025-12-04T09:36:31.2085405Z * [new tag] trunk/491731647f6b8a9345dcfb3bc9416aea254a7d96 -> trunk/491731647f6b8a9345dcfb3bc9416aea254a7d96 2025-12-04T09:36:31.2085611Z * [new tag] trunk/49a04d26088acc17d948ddd66920f3e16371e873 -> trunk/49a04d26088acc17d948ddd66920f3e16371e873 2025-12-04T09:36:31.2085814Z * [new tag] trunk/4bebc827c47d2f1f0fa1a417a5201a97aef3d985 -> trunk/4bebc827c47d2f1f0fa1a417a5201a97aef3d985 2025-12-04T09:36:31.2086010Z * [new tag] trunk/4c246677784c6a14bc2dbb9ff8773ef0a3a3222f -> trunk/4c246677784c6a14bc2dbb9ff8773ef0a3a3222f 2025-12-04T09:36:31.2086213Z * [new tag] trunk/4cfb47ff548b6d996641058cf04a70e311a4c3aa -> trunk/4cfb47ff548b6d996641058cf04a70e311a4c3aa 2025-12-04T09:36:31.2086416Z * [new tag] trunk/4e0061c1aa52f606dda8cfab0bd7591e588faf2c -> trunk/4e0061c1aa52f606dda8cfab0bd7591e588faf2c 2025-12-04T09:36:31.2086619Z * [new tag] trunk/4fefb8e7e942386ffac764a41b232241f82bea3a -> trunk/4fefb8e7e942386ffac764a41b232241f82bea3a 2025-12-04T09:36:31.2086807Z * [new tag] trunk/503b2640023521f5a35cd9a52fc8033d73a95d0d -> trunk/503b2640023521f5a35cd9a52fc8033d73a95d0d 2025-12-04T09:36:31.2087005Z * [new tag] trunk/518c2b1b3dab9a2ef2849e04b3bc2f20c1c41db9 -> trunk/518c2b1b3dab9a2ef2849e04b3bc2f20c1c41db9 2025-12-04T09:36:31.2087209Z * [new tag] trunk/5191b2fa68ba19960912bfd7fd721c79d76bb1f3 -> trunk/5191b2fa68ba19960912bfd7fd721c79d76bb1f3 2025-12-04T09:36:31.2087410Z * [new tag] trunk/52ac0f0dc4acacd219f1317fbc28ec631c01e07a -> trunk/52ac0f0dc4acacd219f1317fbc28ec631c01e07a 2025-12-04T09:36:31.2087612Z * [new tag] trunk/539ba711b029de9f191070f4f0d12f18f5b7f292 -> trunk/539ba711b029de9f191070f4f0d12f18f5b7f292 2025-12-04T09:36:31.2087814Z * [new tag] trunk/556375b55deebebbc56cb7aef81f4d52f031ba28 -> trunk/556375b55deebebbc56cb7aef81f4d52f031ba28 2025-12-04T09:36:31.2088014Z * [new tag] trunk/55c4ab554845481d0a69a3811937575fe8bb1a66 -> trunk/55c4ab554845481d0a69a3811937575fe8bb1a66 2025-12-04T09:36:31.2088207Z * [new tag] trunk/5634469fda9e5d98869c82c7d03bb08914245f96 -> trunk/5634469fda9e5d98869c82c7d03bb08914245f96 2025-12-04T09:36:31.2088461Z * [new tag] trunk/5778f6ff894686a975a9a23645178ae4c87ad5dc -> trunk/5778f6ff894686a975a9a23645178ae4c87ad5dc 2025-12-04T09:36:31.2088671Z * [new tag] trunk/587d63a3e07de5dc91065f9ef70bcacda9989068 -> trunk/587d63a3e07de5dc91065f9ef70bcacda9989068 2025-12-04T09:36:31.2088866Z * [new tag] trunk/597930f6b568852356ca9795dac76f9e4653adbd -> trunk/597930f6b568852356ca9795dac76f9e4653adbd 2025-12-04T09:36:31.2089128Z * [new tag] trunk/597df3a4e2a67b9fdbe1a89b2f4d74f822274db6 -> trunk/597df3a4e2a67b9fdbe1a89b2f4d74f822274db6 2025-12-04T09:36:31.2089329Z * [new tag] trunk/59abd50e931f4efb21b053f7a2911f5d8a49d883 -> trunk/59abd50e931f4efb21b053f7a2911f5d8a49d883 2025-12-04T09:36:31.2089527Z * [new tag] trunk/5a607febc04c3a2b5824c75f3f60307867439a2c -> trunk/5a607febc04c3a2b5824c75f3f60307867439a2c 2025-12-04T09:36:31.2089741Z * [new tag] trunk/5bf1cdf4755c54ef462b44cb8041b0a57311556b -> trunk/5bf1cdf4755c54ef462b44cb8041b0a57311556b 2025-12-04T09:36:31.2089938Z * [new tag] trunk/5f0030ba63d334d7e8c93a09e41403b89e4c573c -> trunk/5f0030ba63d334d7e8c93a09e41403b89e4c573c 2025-12-04T09:36:31.2090140Z * [new tag] trunk/5f21d27e71268464d362a96c9ac09ea475f7f202 -> trunk/5f21d27e71268464d362a96c9ac09ea475f7f202 2025-12-04T09:36:31.2090341Z * [new tag] trunk/5fafc13038c9988d9ac21fa793fbd5890604b447 -> trunk/5fafc13038c9988d9ac21fa793fbd5890604b447 2025-12-04T09:36:31.2090545Z * [new tag] trunk/61be54a31dc09b59d99b62176fb935aee0b924ef -> trunk/61be54a31dc09b59d99b62176fb935aee0b924ef 2025-12-04T09:36:31.2090750Z * [new tag] trunk/62d3ccd71484ed6a760d909b41487101bbc65719 -> trunk/62d3ccd71484ed6a760d909b41487101bbc65719 2025-12-04T09:36:31.2090949Z * [new tag] trunk/641cdb68ae27668eb441d0e49c87a0602c120c2b -> trunk/641cdb68ae27668eb441d0e49c87a0602c120c2b 2025-12-04T09:36:31.2091153Z * [new tag] trunk/65c4620d6bb0c6029f69762c22b91dda2294da9a -> trunk/65c4620d6bb0c6029f69762c22b91dda2294da9a 2025-12-04T09:36:31.2091351Z * [new tag] trunk/66004b993744b4106bf8afaba71f3c228a804206 -> trunk/66004b993744b4106bf8afaba71f3c228a804206 2025-12-04T09:36:31.2091548Z * [new tag] trunk/6658a04c7ca67acb64512341342e7b3ee13ee386 -> trunk/6658a04c7ca67acb64512341342e7b3ee13ee386 2025-12-04T09:36:31.2091755Z * [new tag] trunk/6864e309092a71f8ab0ca6a4dc7f8a4073fd31c4 -> trunk/6864e309092a71f8ab0ca6a4dc7f8a4073fd31c4 2025-12-04T09:36:31.2091956Z * [new tag] trunk/6c261c6cb07892c90ca19ed51c9705b1659a3f7d -> trunk/6c261c6cb07892c90ca19ed51c9705b1659a3f7d 2025-12-04T09:36:31.2092158Z * [new tag] trunk/6c8b6a043f1628188b6396b3a2a6e000ca68362b -> trunk/6c8b6a043f1628188b6396b3a2a6e000ca68362b 2025-12-04T09:36:31.2092361Z * [new tag] trunk/6ceb4a32f92ae67ce5d7d97931d17401ebf5ffa5 -> trunk/6ceb4a32f92ae67ce5d7d97931d17401ebf5ffa5 2025-12-04T09:36:31.2092563Z * [new tag] trunk/6e404e9b7d6f5fb0de86aa73888c3038248c17f8 -> trunk/6e404e9b7d6f5fb0de86aa73888c3038248c17f8 2025-12-04T09:36:31.2092778Z * [new tag] trunk/6ec30b490aee1db6bcdc7340abddef25784f08ec -> trunk/6ec30b490aee1db6bcdc7340abddef25784f08ec 2025-12-04T09:36:31.2092975Z * [new tag] trunk/6f2783a6c08e1db34275ff25176ffe9aebc30a71 -> trunk/6f2783a6c08e1db34275ff25176ffe9aebc30a71 2025-12-04T09:36:31.2093190Z * [new tag] trunk/6f53fefeb90ad3281119b5cfc4aa9ffd8a066e3d -> trunk/6f53fefeb90ad3281119b5cfc4aa9ffd8a066e3d 2025-12-04T09:36:31.2093396Z * [new tag] trunk/6f7dcf51e46d0c880db1a2f5c70de57adb576f4a -> trunk/6f7dcf51e46d0c880db1a2f5c70de57adb576f4a 2025-12-04T09:36:31.2093606Z * [new tag] trunk/6ff831180d2fa436c7f1c1af3adac641fce9d60e -> trunk/6ff831180d2fa436c7f1c1af3adac641fce9d60e 2025-12-04T09:36:31.2093805Z * [new tag] trunk/70076464a63ab218a7ceefb0e76ccd7131deb8f8 -> trunk/70076464a63ab218a7ceefb0e76ccd7131deb8f8 2025-12-04T09:36:31.2094041Z * [new tag] trunk/70d797a5fc109b20a517646fcaa819477cd0d485 -> trunk/70d797a5fc109b20a517646fcaa819477cd0d485 2025-12-04T09:36:31.2094244Z * [new tag] trunk/7348cb355ff0a6f79cd4871215aea72185748734 -> trunk/7348cb355ff0a6f79cd4871215aea72185748734 2025-12-04T09:36:31.2094436Z * [new tag] trunk/74fe26a1ebe32931783569f2e762e3c2c974901f -> trunk/74fe26a1ebe32931783569f2e762e3c2c974901f 2025-12-04T09:36:31.2094687Z * [new tag] trunk/76aeb8c7e0f795b3fddca134cbea9a69da3ee696 -> trunk/76aeb8c7e0f795b3fddca134cbea9a69da3ee696 2025-12-04T09:36:31.2094921Z * [new tag] trunk/7716da9fb23f27a65b41f9f016a2afadf281c18f -> trunk/7716da9fb23f27a65b41f9f016a2afadf281c18f 2025-12-04T09:36:31.2095116Z * [new tag] trunk/7741edd4ed665f3988052e260863efb508d61a03 -> trunk/7741edd4ed665f3988052e260863efb508d61a03 2025-12-04T09:36:31.2095320Z * [new tag] trunk/78adb3b3df41b45d2368b67226d2f864b78939a6 -> trunk/78adb3b3df41b45d2368b67226d2f864b78939a6 2025-12-04T09:36:31.2095521Z * [new tag] trunk/79d7b178225e5ed24d4e1db74e5abbff848f5fb7 -> trunk/79d7b178225e5ed24d4e1db74e5abbff848f5fb7 2025-12-04T09:36:31.2095722Z * [new tag] trunk/7a1e316115fc6996b3f2336822ba5d5f6179f0c3 -> trunk/7a1e316115fc6996b3f2336822ba5d5f6179f0c3 2025-12-04T09:36:31.2095920Z * [new tag] trunk/7a41b66367c38d0af3e8a90f7be48d6b281e7bca -> trunk/7a41b66367c38d0af3e8a90f7be48d6b281e7bca 2025-12-04T09:36:31.2096118Z * [new tag] trunk/7b7af390ea8541c611d1ce2018a6934188fc197b -> trunk/7b7af390ea8541c611d1ce2018a6934188fc197b 2025-12-04T09:36:31.2096318Z * [new tag] trunk/7ba4680f3755a560af81aa0f688791e367aa3609 -> trunk/7ba4680f3755a560af81aa0f688791e367aa3609 2025-12-04T09:36:31.2096519Z * [new tag] trunk/7bc2a66ded06a0b2549aa51d807edc5dc3e73d1b -> trunk/7bc2a66ded06a0b2549aa51d807edc5dc3e73d1b 2025-12-04T09:36:31.2096720Z * [new tag] trunk/7c648509a7470ace9fb2bae960dd4790f7e943e9 -> trunk/7c648509a7470ace9fb2bae960dd4790f7e943e9 2025-12-04T09:36:31.2096924Z * [new tag] trunk/7cbc2d034cecd21ab5c9707d0a9c525c17143fb8 -> trunk/7cbc2d034cecd21ab5c9707d0a9c525c17143fb8 2025-12-04T09:36:31.2097130Z * [new tag] trunk/7d1bbaf4ba301ea3fba6f3c7bc02d58f6417aaed -> trunk/7d1bbaf4ba301ea3fba6f3c7bc02d58f6417aaed 2025-12-04T09:36:31.2097341Z * [new tag] trunk/7d2a33e4ebf60b217a3cd77feae19231eb996fc8 -> trunk/7d2a33e4ebf60b217a3cd77feae19231eb996fc8 2025-12-04T09:36:31.2097540Z * [new tag] trunk/7eb625920054b1126a7d2d99818aaa188c6ba95e -> trunk/7eb625920054b1126a7d2d99818aaa188c6ba95e 2025-12-04T09:36:31.2097747Z * [new tag] trunk/7f55ba19c456a3d6cc443dd9edb6bb7cca677ead -> trunk/7f55ba19c456a3d6cc443dd9edb6bb7cca677ead 2025-12-04T09:36:31.2097938Z * [new tag] trunk/81af382128efa094d8702e18f2c133760904c718 -> trunk/81af382128efa094d8702e18f2c133760904c718 2025-12-04T09:36:31.2098132Z * [new tag] trunk/84149583d483e9c973c9a0feda70e4f3964947b0 -> trunk/84149583d483e9c973c9a0feda70e4f3964947b0 2025-12-04T09:36:31.2098324Z * [new tag] trunk/85a315917efe82c24306be805c584ec044951c75 -> trunk/85a315917efe82c24306be805c584ec044951c75 2025-12-04T09:36:31.2098520Z * [new tag] trunk/87329491c82a5f8c1cc4ec11d8f55a5de2551ece -> trunk/87329491c82a5f8c1cc4ec11d8f55a5de2551ece 2025-12-04T09:36:31.2098722Z * [new tag] trunk/892640e25aeefa8007c5af837214b4502b6b62a6 -> trunk/892640e25aeefa8007c5af837214b4502b6b62a6 2025-12-04T09:36:31.2098924Z * [new tag] trunk/89e3bbcb5b5321dc8b9520b4d5a8ee60cea1d0b4 -> trunk/89e3bbcb5b5321dc8b9520b4d5a8ee60cea1d0b4 2025-12-04T09:36:31.2099127Z * [new tag] trunk/8c73bbbb02159223c0c97d268a0a74cb78158a1c -> trunk/8c73bbbb02159223c0c97d268a0a74cb78158a1c 2025-12-04T09:36:31.2099381Z * [new tag] trunk/8d56e98c8db988a22cb2dfaeefb30bc7d2a3cc43 -> trunk/8d56e98c8db988a22cb2dfaeefb30bc7d2a3cc43 2025-12-04T09:36:31.2099576Z * [new tag] trunk/8d9dd9603e5ee26c01007f0cd4f018e584840922 -> trunk/8d9dd9603e5ee26c01007f0cd4f018e584840922 2025-12-04T09:36:31.2099780Z * [new tag] trunk/8ef0c0b02b062d75e7c9be2594914a3e784d23ca -> trunk/8ef0c0b02b062d75e7c9be2594914a3e784d23ca 2025-12-04T09:36:31.2100053Z * [new tag] trunk/90b27e7e8352cde97d32ddad24740ef819633f38 -> trunk/90b27e7e8352cde97d32ddad24740ef819633f38 2025-12-04T09:36:31.2100254Z * [new tag] trunk/90f0139e64b2951815d524b6a373bed20c4fbf90 -> trunk/90f0139e64b2951815d524b6a373bed20c4fbf90 2025-12-04T09:36:31.2100454Z * [new tag] trunk/93d0d6838c56af59b0dba794e6aa08f0c1c7799c -> trunk/93d0d6838c56af59b0dba794e6aa08f0c1c7799c 2025-12-04T09:36:31.2100656Z * [new tag] trunk/94ca8d5f1e81fea3ae488650a0fb6795049a9f87 -> trunk/94ca8d5f1e81fea3ae488650a0fb6795049a9f87 2025-12-04T09:36:31.2100872Z * [new tag] trunk/9844fbeadd5cebdf1281d6fbf79164139c352693 -> trunk/9844fbeadd5cebdf1281d6fbf79164139c352693 2025-12-04T09:36:31.2101072Z * [new tag] trunk/99024dec888ec1e50b546822a32b6fb2f35e5eaa -> trunk/99024dec888ec1e50b546822a32b6fb2f35e5eaa 2025-12-04T09:36:31.2101276Z * [new tag] trunk/9a296e640fc88aa44d275b48cd9cc30c573b169d -> trunk/9a296e640fc88aa44d275b48cd9cc30c573b169d 2025-12-04T09:36:31.2101480Z * [new tag] trunk/9b3e34d8589b29f7b4e7fab6f78711b7ca6e4639 -> trunk/9b3e34d8589b29f7b4e7fab6f78711b7ca6e4639 2025-12-04T09:36:31.2101677Z * [new tag] trunk/9cd055e547e9b67a5f9827f8999c38d7eda1bcb8 -> trunk/9cd055e547e9b67a5f9827f8999c38d7eda1bcb8 2025-12-04T09:36:31.2101887Z * [new tag] trunk/9f0df5686cb4ada94f94620acba2e3c3f363b11d -> trunk/9f0df5686cb4ada94f94620acba2e3c3f363b11d 2025-12-04T09:36:31.2102088Z * [new tag] trunk/9f7fceb887d0cfa0326a59b887821c63ff11340a -> trunk/9f7fceb887d0cfa0326a59b887821c63ff11340a 2025-12-04T09:36:31.2102292Z * [new tag] trunk/9f8ef8855d3078d70f7b782540ff2aaf158d6742 -> trunk/9f8ef8855d3078d70f7b782540ff2aaf158d6742 2025-12-04T09:36:31.2102491Z * [new tag] trunk/9fb52efc797b47a1f425a03aa5e47b866d8b1098 -> trunk/9fb52efc797b47a1f425a03aa5e47b866d8b1098 2025-12-04T09:36:31.2102689Z * [new tag] trunk/9ff4a2ebc5762d46c73e46b1b523d7ff349fedfa -> trunk/9ff4a2ebc5762d46c73e46b1b523d7ff349fedfa 2025-12-04T09:36:31.2102891Z * [new tag] trunk/a0f3937b94422354538ebbd47202d5b0e8a3fd0d -> trunk/a0f3937b94422354538ebbd47202d5b0e8a3fd0d 2025-12-04T09:36:31.2103089Z * [new tag] trunk/a15066c28b3145e6edbfc88359d0411d14cfc70c -> trunk/a15066c28b3145e6edbfc88359d0411d14cfc70c 2025-12-04T09:36:31.2103287Z * [new tag] trunk/a20f775e82564d2a9979221ed7f3b8d7cf54ce90 -> trunk/a20f775e82564d2a9979221ed7f3b8d7cf54ce90 2025-12-04T09:36:31.2103490Z * [new tag] trunk/a2973fb00ec002dd4b6bbf07385f066efb259b8c -> trunk/a2973fb00ec002dd4b6bbf07385f066efb259b8c 2025-12-04T09:36:31.2103697Z * [new tag] trunk/a7dc6dab9ad911259d4801c502907e531594db45 -> trunk/a7dc6dab9ad911259d4801c502907e531594db45 2025-12-04T09:36:31.2103898Z * [new tag] trunk/a951a9cee65c01660bbc6e6fded90ecb10fa6109 -> trunk/a951a9cee65c01660bbc6e6fded90ecb10fa6109 2025-12-04T09:36:31.2104108Z * [new tag] trunk/abfa1a6d65c7c159e35c72c25979b9da4971689e -> trunk/abfa1a6d65c7c159e35c72c25979b9da4971689e 2025-12-04T09:36:31.2104314Z * [new tag] trunk/ae3a2395bf66151078e2d201716f7d63ce1c6f3e -> trunk/ae3a2395bf66151078e2d201716f7d63ce1c6f3e 2025-12-04T09:36:31.2104521Z * [new tag] trunk/afdff7f0325080dedac44d080cb5a3b0e65e6c5e -> trunk/afdff7f0325080dedac44d080cb5a3b0e65e6c5e 2025-12-04T09:36:31.2104730Z * [new tag] trunk/b1aed4e7a72c03a38f44543aaea0dae2e9b76d48 -> trunk/b1aed4e7a72c03a38f44543aaea0dae2e9b76d48 2025-12-04T09:36:31.2105058Z * [new tag] trunk/b1decff555cd50e2123c8c6e25cc0d447c411f62 -> trunk/b1decff555cd50e2123c8c6e25cc0d447c411f62 2025-12-04T09:36:31.2105258Z * [new tag] trunk/b2b6b034c9fd08672c40e63ef243556ad4c49bd2 -> trunk/b2b6b034c9fd08672c40e63ef243556ad4c49bd2 2025-12-04T09:36:31.2105458Z * [new tag] trunk/b39813b4a04931682b0491adba2138d01d716d99 -> trunk/b39813b4a04931682b0491adba2138d01d716d99 2025-12-04T09:36:31.2105713Z * [new tag] trunk/b3a7edb2311367974cc7cd764cfb11a5d6758b24 -> trunk/b3a7edb2311367974cc7cd764cfb11a5d6758b24 2025-12-04T09:36:31.2105922Z * [new tag] trunk/b4cc1329c86acaef6d42c1fac7169b8d870ab0d7 -> trunk/b4cc1329c86acaef6d42c1fac7169b8d870ab0d7 2025-12-04T09:36:31.2106117Z * [new tag] trunk/b555c39217f765759954a4f9f9bd1e9b87bed11a -> trunk/b555c39217f765759954a4f9f9bd1e9b87bed11a 2025-12-04T09:36:31.2106314Z * [new tag] trunk/b6b6c80379388b7f9932c3e6a0f9907bf430e417 -> trunk/b6b6c80379388b7f9932c3e6a0f9907bf430e417 2025-12-04T09:36:31.2106526Z * [new tag] trunk/b6b6d912df0b6f4082f8e50b18bd1de1dd7325f4 -> trunk/b6b6d912df0b6f4082f8e50b18bd1de1dd7325f4 2025-12-04T09:36:31.2106726Z * [new tag] trunk/b7d60685f8cbc939b68a20871e90db67e729329b -> trunk/b7d60685f8cbc939b68a20871e90db67e729329b 2025-12-04T09:36:31.2106938Z * [new tag] trunk/b7f6b9a4fc6259f7af068f31868b3119bb1bac3e -> trunk/b7f6b9a4fc6259f7af068f31868b3119bb1bac3e 2025-12-04T09:36:31.2107140Z * [new tag] trunk/b8c4ba3593761e7b2a3ebd86f040fb07b47c02cf -> trunk/b8c4ba3593761e7b2a3ebd86f040fb07b47c02cf 2025-12-04T09:36:31.2107341Z * [new tag] trunk/b9c8f3a4884befb965ff42620ce44a71b04887f5 -> trunk/b9c8f3a4884befb965ff42620ce44a71b04887f5 2025-12-04T09:36:31.2107542Z * [new tag] trunk/ba1412546f3082c0958c077acc2025e4dbc33f1f -> trunk/ba1412546f3082c0958c077acc2025e4dbc33f1f 2025-12-04T09:36:31.2107752Z * [new tag] trunk/bac403c0b38c63bdbcc0c31f1c2b0bc0260f610f -> trunk/bac403c0b38c63bdbcc0c31f1c2b0bc0260f610f 2025-12-04T09:36:31.2107953Z * [new tag] trunk/bb3034198b459401fabeab254e1b99f0115046e2 -> trunk/bb3034198b459401fabeab254e1b99f0115046e2 2025-12-04T09:36:31.2108155Z * [new tag] trunk/bc39b2b3bc7a6e19a42e62bd576974035086fe55 -> trunk/bc39b2b3bc7a6e19a42e62bd576974035086fe55 2025-12-04T09:36:31.2108360Z * [new tag] trunk/bc43d5b297f207a11d83d77ddf0152bdaabe15a8 -> trunk/bc43d5b297f207a11d83d77ddf0152bdaabe15a8 2025-12-04T09:36:31.2108567Z * [new tag] trunk/bc6a4863c7246a6493d16d4ea6eee71ec07c6a09 -> trunk/bc6a4863c7246a6493d16d4ea6eee71ec07c6a09 2025-12-04T09:36:31.2108776Z * [new tag] trunk/bea4912944defdbcb8b061800caab6cbbbd01df5 -> trunk/bea4912944defdbcb8b061800caab6cbbbd01df5 2025-12-04T09:36:31.2108984Z * [new tag] trunk/c04e2c656f48d82d1521b867bbbf03967b9b7564 -> trunk/c04e2c656f48d82d1521b867bbbf03967b9b7564 2025-12-04T09:36:31.2109183Z * [new tag] trunk/c0660bcee27e7d7731634e274576a7081882bede -> trunk/c0660bcee27e7d7731634e274576a7081882bede 2025-12-04T09:36:31.2109396Z * [new tag] trunk/c178ed43d3d99cbefe84fbfb21d6f282b20d62ac -> trunk/c178ed43d3d99cbefe84fbfb21d6f282b20d62ac 2025-12-04T09:36:31.2109591Z * [new tag] trunk/c55b1e8f61d041ee436d697449eb028931d574fb -> trunk/c55b1e8f61d041ee436d697449eb028931d574fb 2025-12-04T09:36:31.2109793Z * [new tag] trunk/c6ae7579fe12fe75f1a8f7043a494c90567273f1 -> trunk/c6ae7579fe12fe75f1a8f7043a494c90567273f1 2025-12-04T09:36:31.2110006Z * [new tag] trunk/c8210e7d94bad5ae21ac389fa4ba8a463c76c4d0 -> trunk/c8210e7d94bad5ae21ac389fa4ba8a463c76c4d0 2025-12-04T09:36:31.2110201Z * [new tag] trunk/cc0853af42122f8185321f542616f4474e717f09 -> trunk/cc0853af42122f8185321f542616f4474e717f09 2025-12-04T09:36:31.2110453Z * [new tag] trunk/cddec6562eabfa390d014fa3741a5659cf9c94c9 -> trunk/cddec6562eabfa390d014fa3741a5659cf9c94c9 2025-12-04T09:36:31.2110655Z * [new tag] trunk/ce5e7e3bf1f4b69a4f4f93d288ba75b906df492a -> trunk/ce5e7e3bf1f4b69a4f4f93d288ba75b906df492a 2025-12-04T09:36:31.2110853Z * [new tag] trunk/d038b0130ec7c20ebcac219301292fd8e98a1ace -> trunk/d038b0130ec7c20ebcac219301292fd8e98a1ace 2025-12-04T09:36:31.2111102Z * [new tag] trunk/d16447dacaf2420ea175f0c275c75da951f57d39 -> trunk/d16447dacaf2420ea175f0c275c75da951f57d39 2025-12-04T09:36:31.2111303Z * [new tag] trunk/d19f1e8cab6810bb2e99141f9976665954c67a50 -> trunk/d19f1e8cab6810bb2e99141f9976665954c67a50 2025-12-04T09:36:31.2111514Z * [new tag] trunk/d1c9f03b2a5af4104721712f8cdffe9b4f340c01 -> trunk/d1c9f03b2a5af4104721712f8cdffe9b4f340c01 2025-12-04T09:36:31.2111717Z * [new tag] trunk/d40f4950f2b7f7aa380a22fe0f6166e71680fbcf -> trunk/d40f4950f2b7f7aa380a22fe0f6166e71680fbcf 2025-12-04T09:36:31.2111919Z * [new tag] trunk/d5038950bacfe36bbf24a47a455fe76901deb8e8 -> trunk/d5038950bacfe36bbf24a47a455fe76901deb8e8 2025-12-04T09:36:31.2112120Z * [new tag] trunk/d54ff42903c2ae0533931ff11d23b35f875bdb3d -> trunk/d54ff42903c2ae0533931ff11d23b35f875bdb3d 2025-12-04T09:36:31.2112319Z * [new tag] trunk/d76697633a2d2b9cced1ae21161849b33bfe7e47 -> trunk/d76697633a2d2b9cced1ae21161849b33bfe7e47 2025-12-04T09:36:31.2112523Z * [new tag] trunk/d78f52b199c547106d4cd9d2856dd0805c118bf1 -> trunk/d78f52b199c547106d4cd9d2856dd0805c118bf1 2025-12-04T09:36:31.2112719Z * [new tag] trunk/d8fd5c6eed28e5004150691d048a3f6785e19a8e -> trunk/d8fd5c6eed28e5004150691d048a3f6785e19a8e 2025-12-04T09:36:31.2112917Z * [new tag] trunk/d900f5e86745dec76713f4b0ef07005ef36b2f5a -> trunk/d900f5e86745dec76713f4b0ef07005ef36b2f5a 2025-12-04T09:36:31.2113124Z * [new tag] trunk/d973dc6b87d763859fe1c5bd1287e3b6b1c49d1b -> trunk/d973dc6b87d763859fe1c5bd1287e3b6b1c49d1b 2025-12-04T09:36:31.2113327Z * [new tag] trunk/d998c03304cb6ede76e1ed535b4ddeb6c2bf40ec -> trunk/d998c03304cb6ede76e1ed535b4ddeb6c2bf40ec 2025-12-04T09:36:31.2113535Z * [new tag] trunk/d9cb8a70833101dbbe16b99520cfbdd70d0a87bf -> trunk/d9cb8a70833101dbbe16b99520cfbdd70d0a87bf 2025-12-04T09:36:31.2113740Z * [new tag] trunk/d9d5e91b43f70eb8637af55db6856d49be391ffd -> trunk/d9d5e91b43f70eb8637af55db6856d49be391ffd 2025-12-04T09:36:31.2113934Z * [new tag] trunk/dd18a75336a4fbd7497955cc5665904724fce889 -> trunk/dd18a75336a4fbd7497955cc5665904724fce889 2025-12-04T09:36:31.2114141Z * [new tag] trunk/ded9bcd61a059bf723e6e84689552962b480ea77 -> trunk/ded9bcd61a059bf723e6e84689552962b480ea77 2025-12-04T09:36:31.2114340Z * [new tag] trunk/dfbd3714d15c37a7b83b322a6b60f997fc00f50c -> trunk/dfbd3714d15c37a7b83b322a6b60f997fc00f50c 2025-12-04T09:36:31.2114548Z * [new tag] trunk/e115f9f4e4b039f8e9a642aaa2bd8254a920541b -> trunk/e115f9f4e4b039f8e9a642aaa2bd8254a920541b 2025-12-04T09:36:31.2114740Z * [new tag] trunk/e3f24fd73ad74c6e7176687986436956c7c18235 -> trunk/e3f24fd73ad74c6e7176687986436956c7c18235 2025-12-04T09:36:31.2114984Z * [new tag] trunk/e7d24d3ff93d1503ba63860b7057438ad93f918e -> trunk/e7d24d3ff93d1503ba63860b7057438ad93f918e 2025-12-04T09:36:31.2115184Z * [new tag] trunk/ea7035f462a0d2830865ee86c832bd101e1427fc -> trunk/ea7035f462a0d2830865ee86c832bd101e1427fc 2025-12-04T09:36:31.2115382Z * [new tag] trunk/eabb7ad2128580ef674446027b95bcf4e21e8df3 -> trunk/eabb7ad2128580ef674446027b95bcf4e21e8df3 2025-12-04T09:36:31.2115586Z * [new tag] trunk/eb5c63652a33da42e7018c23df5f20a3eb4c6ccf -> trunk/eb5c63652a33da42e7018c23df5f20a3eb4c6ccf 2025-12-04T09:36:31.2115839Z * [new tag] trunk/ec2c71f5c85021b8938cdafadce24c15a36fd93e -> trunk/ec2c71f5c85021b8938cdafadce24c15a36fd93e 2025-12-04T09:36:31.2116050Z * [new tag] trunk/ecbcc3f6bf327856b435b259ac63cc2f328c4b4e -> trunk/ecbcc3f6bf327856b435b259ac63cc2f328c4b4e 2025-12-04T09:36:31.2116249Z * [new tag] trunk/ee87bbe876c42575e961b32a0827d76bc9782ca2 -> trunk/ee87bbe876c42575e961b32a0827d76bc9782ca2 2025-12-04T09:36:31.2116451Z * [new tag] trunk/ef019d1d431c4c5a95b594cb90d40a50cd00f5e4 -> trunk/ef019d1d431c4c5a95b594cb90d40a50cd00f5e4 2025-12-04T09:36:31.2116710Z * [new tag] trunk/ef8ecc13830a86c4b231f1aad9aba7851db61b53 -> trunk/ef8ecc13830a86c4b231f1aad9aba7851db61b53 2025-12-04T09:36:31.2116901Z * [new tag] trunk/f1076f5510920044912247b1abb8760cb820f598 -> trunk/f1076f5510920044912247b1abb8760cb820f598 2025-12-04T09:36:31.2117111Z * [new tag] trunk/f2d6a75a00a1d648ca9a0abc6a33e14c3dea6c40 -> trunk/f2d6a75a00a1d648ca9a0abc6a33e14c3dea6c40 2025-12-04T09:36:31.2117315Z * [new tag] trunk/f47dd0ddef1359e5b43e4b962412f67b30ecde56 -> trunk/f47dd0ddef1359e5b43e4b962412f67b30ecde56 2025-12-04T09:36:31.2117519Z * [new tag] trunk/f49d32dfa4730dcfb1b60eeeb369b5889da983c8 -> trunk/f49d32dfa4730dcfb1b60eeeb369b5889da983c8 2025-12-04T09:36:31.2117730Z * [new tag] trunk/f4dedf78fc30fd4b93975787ca6074ee89db9467 -> trunk/f4dedf78fc30fd4b93975787ca6074ee89db9467 2025-12-04T09:36:31.2117931Z * [new tag] trunk/f7c0d03819ebed05c4038f095d66d1b8c54aca17 -> trunk/f7c0d03819ebed05c4038f095d66d1b8c54aca17 2025-12-04T09:36:31.2118130Z * [new tag] trunk/f7e1bd80a063e17453c361837ba6ea2570920a73 -> trunk/f7e1bd80a063e17453c361837ba6ea2570920a73 2025-12-04T09:36:31.2118325Z * [new tag] trunk/f9bd6c53624c7c0ea3772de78498326e84c2f0e7 -> trunk/f9bd6c53624c7c0ea3772de78498326e84c2f0e7 2025-12-04T09:36:31.2118523Z * [new tag] trunk/fb5be221a46b51bfc9509013b0d85bc5a9d4f15b -> trunk/fb5be221a46b51bfc9509013b0d85bc5a9d4f15b 2025-12-04T09:36:31.2118730Z * [new tag] trunk/fdf863d5e1de3b2688c9511e96876e34581dbfd7 -> trunk/fdf863d5e1de3b2688c9511e96876e34581dbfd7 2025-12-04T09:36:31.2118945Z * [new tag] trunk/fe0e65adfc0e7ca6e5f57e6ea8b16bd5cc967307 -> trunk/fe0e65adfc0e7ca6e5f57e6ea8b16bd5cc967307 2025-12-04T09:36:31.2119159Z * [new tag] trunk/fec710bf89173f5355468a7ce1afe9157c3d9009 -> trunk/fec710bf89173f5355468a7ce1afe9157c3d9009 2025-12-04T09:36:31.2119373Z * [new tag] trunk/ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> trunk/ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:36:31.2119473Z * [new tag] v0.1.1 -> v0.1.1 2025-12-04T09:36:31.2119580Z * [new tag] v0.1.10 -> v0.1.10 2025-12-04T09:36:31.2119674Z * [new tag] v0.1.11 -> v0.1.11 2025-12-04T09:36:31.2119770Z * [new tag] v0.1.12 -> v0.1.12 2025-12-04T09:36:31.2119866Z * [new tag] v0.1.2 -> v0.1.2 2025-12-04T09:36:31.2119954Z * [new tag] v0.1.3 -> v0.1.3 2025-12-04T09:36:31.2120049Z * [new tag] v0.1.4 -> v0.1.4 2025-12-04T09:36:31.2120135Z * [new tag] v0.1.5 -> v0.1.5 2025-12-04T09:36:31.2120231Z * [new tag] v0.1.6 -> v0.1.6 2025-12-04T09:36:31.2120318Z * [new tag] v0.1.7 -> v0.1.7 2025-12-04T09:36:31.2120405Z * [new tag] v0.1.8 -> v0.1.8 2025-12-04T09:36:31.2120498Z * [new tag] v0.1.9 -> v0.1.9 2025-12-04T09:36:31.2120584Z * [new tag] v0.2.0 -> v0.2.0 2025-12-04T09:36:31.2120669Z * [new tag] v0.3.0 -> v0.3.0 2025-12-04T09:36:31.2120759Z * [new tag] v0.3.1 -> v0.3.1 2025-12-04T09:36:31.2120901Z * [new tag] v0.4.0 -> v0.4.0 2025-12-04T09:36:31.2121002Z * [new tag] v0.4.1 -> v0.4.1 2025-12-04T09:36:31.2121095Z * [new tag] v1.0.0 -> v1.0.0 2025-12-04T09:36:31.2121194Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-12-04T09:36:31.2121336Z * [new tag] v1.0.1 -> v1.0.1 2025-12-04T09:36:31.2121427Z * [new tag] v1.0rc0 -> v1.0rc0 2025-12-04T09:36:31.2121519Z * [new tag] v1.0rc1 -> v1.0rc1 2025-12-04T09:36:31.2121614Z * [new tag] v1.1.0 -> v1.1.0 2025-12-04T09:36:31.2121708Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-12-04T09:36:31.2121803Z * [new tag] v1.10.0 -> v1.10.0 2025-12-04T09:36:31.2121905Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-12-04T09:36:31.2122003Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-12-04T09:36:31.2122104Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-12-04T09:36:31.2122190Z * [new tag] v1.10.1 -> v1.10.1 2025-12-04T09:36:31.2122279Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-12-04T09:36:31.2122376Z * [new tag] v1.10.2 -> v1.10.2 2025-12-04T09:36:31.2122465Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-12-04T09:36:31.2122558Z * [new tag] v1.11.0 -> v1.11.0 2025-12-04T09:36:31.2122647Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-12-04T09:36:31.2122735Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-12-04T09:36:31.2122829Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-12-04T09:36:31.2122920Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-12-04T09:36:31.2123014Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-12-04T09:36:31.2123103Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-12-04T09:36:31.2123190Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-12-04T09:36:31.2123286Z * [new tag] v1.12.0 -> v1.12.0 2025-12-04T09:36:31.2123375Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-12-04T09:36:31.2123463Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-12-04T09:36:31.2123559Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-12-04T09:36:31.2123647Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-12-04T09:36:31.2123742Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-12-04T09:36:31.2123832Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-12-04T09:36:31.2123919Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-12-04T09:36:31.2124016Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-12-04T09:36:31.2124102Z * [new tag] v1.12.1 -> v1.12.1 2025-12-04T09:36:31.2124195Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-12-04T09:36:31.2124294Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-12-04T09:36:31.2124384Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-12-04T09:36:31.2124479Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-12-04T09:36:31.2124567Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-12-04T09:36:31.2124649Z * [new tag] v1.13.0 -> v1.13.0 2025-12-04T09:36:31.2124811Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-12-04T09:36:31.2124907Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-12-04T09:36:31.2125007Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-12-04T09:36:31.2125097Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-12-04T09:36:31.2125246Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-12-04T09:36:31.2125344Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-12-04T09:36:31.2125428Z * [new tag] v1.13.1 -> v1.13.1 2025-12-04T09:36:31.2125516Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-12-04T09:36:31.2125607Z * [new tag] v1.2.0 -> v1.2.0 2025-12-04T09:36:31.2125696Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-12-04T09:36:31.2125790Z * [new tag] v1.3.0 -> v1.3.0 2025-12-04T09:36:31.2125881Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-12-04T09:36:31.2125968Z * [new tag] v1.3.1 -> v1.3.1 2025-12-04T09:36:31.2126062Z * [new tag] v1.4.0 -> v1.4.0 2025-12-04T09:36:31.2126150Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-12-04T09:36:31.2126240Z * [new tag] v1.4.1 -> v1.4.1 2025-12-04T09:36:31.2126331Z * [new tag] v1.5.0 -> v1.5.0 2025-12-04T09:36:31.2126426Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-12-04T09:36:31.2126524Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-12-04T09:36:31.2126615Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-12-04T09:36:31.2126705Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-12-04T09:36:31.2126804Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-12-04T09:36:31.2126891Z * [new tag] v1.5.1 -> v1.5.1 2025-12-04T09:36:31.2126980Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-12-04T09:36:31.2127069Z * [new tag] v1.6.0 -> v1.6.0 2025-12-04T09:36:31.2127160Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-12-04T09:36:31.2127255Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-12-04T09:36:31.2127342Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-12-04T09:36:31.2127429Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-12-04T09:36:31.2127525Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-12-04T09:36:31.2127614Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-12-04T09:36:31.2127713Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-12-04T09:36:31.2127800Z * [new tag] v1.7.0 -> v1.7.0 2025-12-04T09:36:31.2127883Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-12-04T09:36:31.2127978Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-12-04T09:36:31.2128070Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-12-04T09:36:31.2128157Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-12-04T09:36:31.2128253Z * [new tag] v1.7.1 -> v1.7.1 2025-12-04T09:36:31.2128340Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-12-04T09:36:31.2128431Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-12-04T09:36:31.2128518Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-12-04T09:36:31.2128662Z * [new tag] v1.8.0 -> v1.8.0 2025-12-04T09:36:31.2128760Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-12-04T09:36:31.2128850Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-12-04T09:36:31.2128938Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-12-04T09:36:31.2129046Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-12-04T09:36:31.2129170Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-12-04T09:36:31.2129262Z * [new tag] v1.8.1 -> v1.8.1 2025-12-04T09:36:31.2129348Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-12-04T09:36:31.2129433Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-12-04T09:36:31.2129523Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-12-04T09:36:31.2129608Z * [new tag] v1.8.2 -> v1.8.2 2025-12-04T09:36:31.2129697Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-12-04T09:36:31.2129790Z * [new tag] v1.9.0 -> v1.9.0 2025-12-04T09:36:31.2129878Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-12-04T09:36:31.2129974Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-12-04T09:36:31.2130062Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-12-04T09:36:31.2130146Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-12-04T09:36:31.2130237Z * [new tag] v1.9.1 -> v1.9.1 2025-12-04T09:36:31.2130321Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-12-04T09:36:31.2130412Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-12-04T09:36:31.2130493Z * [new tag] v2.0.0 -> v2.0.0 2025-12-04T09:36:31.2130581Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-12-04T09:36:31.2130673Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-12-04T09:36:31.2130757Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-12-04T09:36:31.2130842Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-12-04T09:36:31.2130938Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-12-04T09:36:31.2131021Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-12-04T09:36:31.2131110Z * [new tag] v2.0.1 -> v2.0.1 2025-12-04T09:36:31.2131194Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-12-04T09:36:31.2131278Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-12-04T09:36:31.2131367Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-12-04T09:36:31.2131451Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-12-04T09:36:31.2131533Z * [new tag] v2.1.0 -> v2.1.0 2025-12-04T09:36:31.2131623Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-12-04T09:36:31.2131709Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-12-04T09:36:31.2131800Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-12-04T09:36:31.2131885Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-12-04T09:36:31.2131970Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-12-04T09:36:31.2132061Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-12-04T09:36:31.2132143Z * [new tag] v2.1.1 -> v2.1.1 2025-12-04T09:36:31.2132233Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-12-04T09:36:31.2132361Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-12-04T09:36:31.2132446Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-12-04T09:36:31.2132537Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-12-04T09:36:31.2132620Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-12-04T09:36:31.2132705Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-12-04T09:36:31.2132837Z * [new tag] v2.1.2 -> v2.1.2 2025-12-04T09:36:31.2132922Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-12-04T09:36:31.2133016Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-12-04T09:36:31.2133101Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-12-04T09:36:31.2133183Z * [new tag] v2.2.0 -> v2.2.0 2025-12-04T09:36:31.2133276Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-12-04T09:36:31.2133364Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-12-04T09:36:31.2133450Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-12-04T09:36:31.2133543Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-12-04T09:36:31.2133628Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-12-04T09:36:31.2133723Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-12-04T09:36:31.2133809Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-12-04T09:36:31.2133893Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-12-04T09:36:31.2133978Z * [new tag] v2.2.1 -> v2.2.1 2025-12-04T09:36:31.2134061Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-12-04T09:36:31.2134146Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-12-04T09:36:31.2134240Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-12-04T09:36:31.2134322Z * [new tag] v2.2.2 -> v2.2.2 2025-12-04T09:36:31.2134414Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-12-04T09:36:31.2134498Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-12-04T09:36:31.2134582Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-12-04T09:36:31.2134673Z * [new tag] v2.3.0 -> v2.3.0 2025-12-04T09:36:31.2134755Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-12-04T09:36:31.2134881Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-12-04T09:36:31.2134972Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-12-04T09:36:31.2135060Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-12-04T09:36:31.2135153Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-12-04T09:36:31.2135238Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-12-04T09:36:31.2135324Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-12-04T09:36:31.2135416Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-12-04T09:36:31.2135502Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-12-04T09:36:31.2135597Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-12-04T09:36:31.2135683Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-12-04T09:36:31.2135770Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-12-04T09:36:31.2135859Z * [new tag] v2.3.1 -> v2.3.1 2025-12-04T09:36:31.2135946Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-12-04T09:36:31.2136031Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-12-04T09:36:31.2136197Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-12-04T09:36:31.2136281Z * [new tag] v2.4.0 -> v2.4.0 2025-12-04T09:36:31.2136374Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-12-04T09:36:31.2136459Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-12-04T09:36:31.2136598Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-12-04T09:36:31.2136692Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-12-04T09:36:31.2136778Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-12-04T09:36:31.2136867Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-12-04T09:36:31.2136950Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-12-04T09:36:31.2137035Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-12-04T09:36:31.2137126Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-12-04T09:36:31.2137211Z * [new tag] v2.4.1 -> v2.4.1 2025-12-04T09:36:31.2137294Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-12-04T09:36:31.2137387Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-12-04T09:36:31.2137474Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-12-04T09:36:31.2137563Z * [new tag] v2.5.0 -> v2.5.0 2025-12-04T09:36:31.2137647Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-12-04T09:36:31.2137734Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-12-04T09:36:31.2137828Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-12-04T09:36:31.2137909Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-12-04T09:36:31.2137993Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-12-04T09:36:31.2138090Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-12-04T09:36:31.2138178Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-12-04T09:36:31.2138269Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-12-04T09:36:31.2138353Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-12-04T09:36:31.2138440Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-12-04T09:36:31.2138530Z * [new tag] v2.5.1 -> v2.5.1 2025-12-04T09:36:31.2138614Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-12-04T09:36:31.2138703Z * [new tag] v2.6.0 -> v2.6.0 2025-12-04T09:36:31.2138786Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-12-04T09:36:31.2138866Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-12-04T09:36:31.2138957Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-12-04T09:36:31.2139042Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-12-04T09:36:31.2139126Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-12-04T09:36:31.2139217Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-12-04T09:36:31.2139303Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-12-04T09:36:31.2139394Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-12-04T09:36:31.2139477Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-12-04T09:36:31.2139559Z * [new tag] v2.7.0 -> v2.7.0 2025-12-04T09:36:31.2139651Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-12-04T09:36:31.2139736Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-12-04T09:36:31.2139863Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-12-04T09:36:31.2139955Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-12-04T09:36:31.2140042Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-12-04T09:36:31.2140135Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-12-04T09:36:31.2140261Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-12-04T09:36:31.2140347Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-12-04T09:36:31.2140440Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-12-04T09:36:31.2140524Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-12-04T09:36:31.2140607Z * [new tag] v2.7.1 -> v2.7.1 2025-12-04T09:36:31.2140700Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-12-04T09:36:31.2140787Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-12-04T09:36:31.2140875Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-12-04T09:36:31.2140961Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-12-04T09:36:31.2141045Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-12-04T09:36:31.2141135Z * [new tag] v2.8.0 -> v2.8.0 2025-12-04T09:36:31.2141221Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-12-04T09:36:31.2141312Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-12-04T09:36:31.2141397Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-12-04T09:36:31.2141481Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-12-04T09:36:31.2141572Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-12-04T09:36:31.2141657Z * [new tag] v2.8.0-rc6 -> v2.8.0-rc6 2025-12-04T09:36:31.2141742Z * [new tag] v2.8.0-rc7 -> v2.8.0-rc7 2025-12-04T09:36:31.2141834Z * [new tag] v2.8.0-rc8 -> v2.8.0-rc8 2025-12-04T09:36:31.2141914Z * [new tag] v2.9.0 -> v2.9.0 2025-12-04T09:36:31.2142005Z * [new tag] v2.9.0-rc1 -> v2.9.0-rc1 2025-12-04T09:36:31.2142093Z * [new tag] v2.9.0-rc10 -> v2.9.0-rc10 2025-12-04T09:36:31.2142178Z * [new tag] v2.9.0-rc11 -> v2.9.0-rc11 2025-12-04T09:36:31.2142267Z * [new tag] v2.9.0-rc2 -> v2.9.0-rc2 2025-12-04T09:36:31.2142350Z * [new tag] v2.9.0-rc3 -> v2.9.0-rc3 2025-12-04T09:36:31.2142432Z * [new tag] v2.9.0-rc4 -> v2.9.0-rc4 2025-12-04T09:36:31.2142522Z * [new tag] v2.9.0-rc5 -> v2.9.0-rc5 2025-12-04T09:36:31.2142608Z * [new tag] v2.9.0-rc6 -> v2.9.0-rc6 2025-12-04T09:36:31.2142698Z * [new tag] v2.9.0-rc7 -> v2.9.0-rc7 2025-12-04T09:36:31.2142782Z * [new tag] v2.9.0-rc8 -> v2.9.0-rc8 2025-12-04T09:36:31.2142863Z * [new tag] v2.9.0-rc9 -> v2.9.0-rc9 2025-12-04T09:36:31.2142954Z * [new tag] v2.9.1 -> v2.9.1 2025-12-04T09:36:31.2143040Z * [new tag] v2.9.1-rc1 -> v2.9.1-rc1 2025-12-04T09:36:31.2143131Z * [new tag] v2.9.1-rc2 -> v2.9.1-rc2 2025-12-04T09:36:31.2143247Z * [new tag] viable/strict/1759343184 -> viable/strict/1759343184 2025-12-04T09:36:31.2143357Z * [new tag] viable/strict/1759346540 -> viable/strict/1759346540 2025-12-04T09:36:31.2143469Z * [new tag] viable/strict/1759348181 -> viable/strict/1759348181 2025-12-04T09:36:31.2143609Z * [new tag] viable/strict/1759350324 -> viable/strict/1759350324 2025-12-04T09:36:31.2143715Z * [new tag] viable/strict/1759351793 -> viable/strict/1759351793 2025-12-04T09:36:31.2143826Z * [new tag] viable/strict/1759353844 -> viable/strict/1759353844 2025-12-04T09:36:31.2143970Z * [new tag] viable/strict/1759355374 -> viable/strict/1759355374 2025-12-04T09:36:31.2144084Z * [new tag] viable/strict/1759357472 -> viable/strict/1759357472 2025-12-04T09:36:31.2144191Z * [new tag] viable/strict/1759361002 -> viable/strict/1759361002 2025-12-04T09:36:31.2144294Z * [new tag] viable/strict/1759362585 -> viable/strict/1759362585 2025-12-04T09:36:31.2144406Z * [new tag] viable/strict/1759365359 -> viable/strict/1759365359 2025-12-04T09:36:31.2144513Z * [new tag] viable/strict/1759370089 -> viable/strict/1759370089 2025-12-04T09:36:31.2144625Z * [new tag] viable/strict/1759377554 -> viable/strict/1759377554 2025-12-04T09:36:31.2144730Z * [new tag] viable/strict/1759379133 -> viable/strict/1759379133 2025-12-04T09:36:31.2144874Z * [new tag] viable/strict/1759389871 -> viable/strict/1759389871 2025-12-04T09:36:31.2144992Z * [new tag] viable/strict/1759393562 -> viable/strict/1759393562 2025-12-04T09:36:31.2145100Z * [new tag] viable/strict/1759395076 -> viable/strict/1759395076 2025-12-04T09:36:31.2145205Z * [new tag] viable/strict/1759398579 -> viable/strict/1759398579 2025-12-04T09:36:31.2145319Z * [new tag] viable/strict/1759404142 -> viable/strict/1759404142 2025-12-04T09:36:31.2145426Z * [new tag] viable/strict/1759405773 -> viable/strict/1759405773 2025-12-04T09:36:31.2145540Z * [new tag] viable/strict/1759408041 -> viable/strict/1759408041 2025-12-04T09:36:31.2145648Z * [new tag] viable/strict/1759411593 -> viable/strict/1759411593 2025-12-04T09:36:31.2145753Z * [new tag] viable/strict/1759427395 -> viable/strict/1759427395 2025-12-04T09:36:31.2145867Z * [new tag] viable/strict/1759434582 -> viable/strict/1759434582 2025-12-04T09:36:31.2145974Z * [new tag] viable/strict/1759436720 -> viable/strict/1759436720 2025-12-04T09:36:31.2146089Z * [new tag] viable/strict/1759440219 -> viable/strict/1759440219 2025-12-04T09:36:31.2146196Z * [new tag] viable/strict/1759441948 -> viable/strict/1759441948 2025-12-04T09:36:31.2146302Z * [new tag] viable/strict/1759443860 -> viable/strict/1759443860 2025-12-04T09:36:31.2146414Z * [new tag] viable/strict/1759445377 -> viable/strict/1759445377 2025-12-04T09:36:31.2146521Z * [new tag] viable/strict/1759447415 -> viable/strict/1759447415 2025-12-04T09:36:31.2146630Z * [new tag] viable/strict/1759451750 -> viable/strict/1759451750 2025-12-04T09:36:31.2146741Z * [new tag] viable/strict/1759453910 -> viable/strict/1759453910 2025-12-04T09:36:31.2146847Z * [new tag] viable/strict/1759456483 -> viable/strict/1759456483 2025-12-04T09:36:31.2146968Z * [new tag] viable/strict/1759459279 -> viable/strict/1759459279 2025-12-04T09:36:31.2147079Z * [new tag] viable/strict/1759460742 -> viable/strict/1759460742 2025-12-04T09:36:31.2147206Z * [new tag] viable/strict/1759462025 -> viable/strict/1759462025 2025-12-04T09:36:31.2147325Z * [new tag] viable/strict/1759469086 -> viable/strict/1759469086 2025-12-04T09:36:31.2147431Z * [new tag] viable/strict/1759470581 -> viable/strict/1759470581 2025-12-04T09:36:31.2147602Z * [new tag] viable/strict/1759472786 -> viable/strict/1759472786 2025-12-04T09:36:31.2147711Z * [new tag] viable/strict/1759476294 -> viable/strict/1759476294 2025-12-04T09:36:31.2147817Z * [new tag] viable/strict/1759479963 -> viable/strict/1759479963 2025-12-04T09:36:31.2147931Z * [new tag] viable/strict/1759492177 -> viable/strict/1759492177 2025-12-04T09:36:31.2148102Z * [new tag] viable/strict/1759519278 -> viable/strict/1759519278 2025-12-04T09:36:31.2148220Z * [new tag] viable/strict/1759524580 -> viable/strict/1759524580 2025-12-04T09:36:31.2148332Z * [new tag] viable/strict/1759528193 -> viable/strict/1759528193 2025-12-04T09:36:31.2148449Z * [new tag] viable/strict/1759533797 -> viable/strict/1759533797 2025-12-04T09:36:31.2148570Z * [new tag] viable/strict/1759542780 -> viable/strict/1759542780 2025-12-04T09:36:31.2148687Z * [new tag] viable/strict/1759549779 -> viable/strict/1759549779 2025-12-04T09:36:31.2148804Z * [new tag] viable/strict/1759555455 -> viable/strict/1759555455 2025-12-04T09:36:31.2148928Z * [new tag] viable/strict/1759559176 -> viable/strict/1759559176 2025-12-04T09:36:31.2149046Z * [new tag] viable/strict/1759560629 -> viable/strict/1759560629 2025-12-04T09:36:31.2149174Z * [new tag] viable/strict/1759569848 -> viable/strict/1759569848 2025-12-04T09:36:31.2149288Z * [new tag] viable/strict/1759571382 -> viable/strict/1759571382 2025-12-04T09:36:31.2149403Z * [new tag] viable/strict/1759573474 -> viable/strict/1759573474 2025-12-04T09:36:31.2149530Z * [new tag] viable/strict/1759618187 -> viable/strict/1759618187 2025-12-04T09:36:31.2149646Z * [new tag] viable/strict/1759626742 -> viable/strict/1759626742 2025-12-04T09:36:31.2149772Z * [new tag] viable/strict/1759632427 -> viable/strict/1759632427 2025-12-04T09:36:31.2149889Z * [new tag] viable/strict/1759634971 -> viable/strict/1759634971 2025-12-04T09:36:31.2150004Z * [new tag] viable/strict/1759661382 -> viable/strict/1759661382 2025-12-04T09:36:31.2150128Z * [new tag] viable/strict/1759663294 -> viable/strict/1759663294 2025-12-04T09:36:31.2150246Z * [new tag] viable/strict/1759708178 -> viable/strict/1759708178 2025-12-04T09:36:31.2150360Z * [new tag] viable/strict/1759715695 -> viable/strict/1759715695 2025-12-04T09:36:31.2150479Z * [new tag] viable/strict/1759728293 -> viable/strict/1759728293 2025-12-04T09:36:31.2150593Z * [new tag] viable/strict/1759735513 -> viable/strict/1759735513 2025-12-04T09:36:31.2150715Z * [new tag] viable/strict/1759739177 -> viable/strict/1759739177 2025-12-04T09:36:31.2150832Z * [new tag] viable/strict/1759758635 -> viable/strict/1759758635 2025-12-04T09:36:31.2150948Z * [new tag] viable/strict/1759765784 -> viable/strict/1759765784 2025-12-04T09:36:31.2151069Z * [new tag] viable/strict/1759767948 -> viable/strict/1759767948 2025-12-04T09:36:31.2151186Z * [new tag] viable/strict/1759771461 -> viable/strict/1759771461 2025-12-04T09:36:31.2151311Z * [new tag] viable/strict/1759776706 -> viable/strict/1759776706 2025-12-04T09:36:31.2151426Z * [new tag] viable/strict/1759782317 -> viable/strict/1759782317 2025-12-04T09:36:31.2151542Z * [new tag] viable/strict/1759783777 -> viable/strict/1759783777 2025-12-04T09:36:31.2151665Z * [new tag] viable/strict/1759785815 -> viable/strict/1759785815 2025-12-04T09:36:31.2151781Z * [new tag] viable/strict/1759789459 -> viable/strict/1759789459 2025-12-04T09:36:31.2151939Z * [new tag] viable/strict/1759790974 -> viable/strict/1759790974 2025-12-04T09:36:31.2152062Z * [new tag] viable/strict/1759794583 -> viable/strict/1759794583 2025-12-04T09:36:31.2152177Z * [new tag] viable/strict/1759797408 -> viable/strict/1759797408 2025-12-04T09:36:31.2152294Z * [new tag] viable/strict/1759799518 -> viable/strict/1759799518 2025-12-04T09:36:31.2152458Z * [new tag] viable/strict/1759804909 -> viable/strict/1759804909 2025-12-04T09:36:31.2152571Z * [new tag] viable/strict/1759807643 -> viable/strict/1759807643 2025-12-04T09:36:31.2152692Z * [new tag] viable/strict/1759809089 -> viable/strict/1759809089 2025-12-04T09:36:31.2152806Z * [new tag] viable/strict/1759811145 -> viable/strict/1759811145 2025-12-04T09:36:31.2152925Z * [new tag] viable/strict/1759812581 -> viable/strict/1759812581 2025-12-04T09:36:31.2153040Z * [new tag] viable/strict/1759814683 -> viable/strict/1759814683 2025-12-04T09:36:31.2153153Z * [new tag] viable/strict/1759821889 -> viable/strict/1759821889 2025-12-04T09:36:31.2153274Z * [new tag] viable/strict/1759823376 -> viable/strict/1759823376 2025-12-04T09:36:31.2153387Z * [new tag] viable/strict/1759827107 -> viable/strict/1759827107 2025-12-04T09:36:31.2153510Z * [new tag] viable/strict/1759830577 -> viable/strict/1759830577 2025-12-04T09:36:31.2153624Z * [new tag] viable/strict/1759832720 -> viable/strict/1759832720 2025-12-04T09:36:31.2153737Z * [new tag] viable/strict/1759842063 -> viable/strict/1759842063 2025-12-04T09:36:31.2153855Z * [new tag] viable/strict/1759847121 -> viable/strict/1759847121 2025-12-04T09:36:31.2153966Z * [new tag] viable/strict/1759850721 -> viable/strict/1759850721 2025-12-04T09:36:31.2154085Z * [new tag] viable/strict/1759857870 -> viable/strict/1759857870 2025-12-04T09:36:31.2154205Z * [new tag] viable/strict/1759863143 -> viable/strict/1759863143 2025-12-04T09:36:31.2154317Z * [new tag] viable/strict/1759875874 -> viable/strict/1759875874 2025-12-04T09:36:31.2154437Z * [new tag] viable/strict/1759877385 -> viable/strict/1759877385 2025-12-04T09:36:31.2154552Z * [new tag] viable/strict/1759883801 -> viable/strict/1759883801 2025-12-04T09:36:31.2154664Z * [new tag] viable/strict/1759885922 -> viable/strict/1759885922 2025-12-04T09:36:31.2154819Z * [new tag] viable/strict/1759888488 -> viable/strict/1759888488 2025-12-04T09:36:31.2154936Z * [new tag] viable/strict/1759895471 -> viable/strict/1759895471 2025-12-04T09:36:31.2155053Z * [new tag] viable/strict/1759904803 -> viable/strict/1759904803 2025-12-04T09:36:31.2155169Z * [new tag] viable/strict/1759908300 -> viable/strict/1759908300 2025-12-04T09:36:31.2155282Z * [new tag] viable/strict/1759915520 -> viable/strict/1759915520 2025-12-04T09:36:31.2155401Z * [new tag] viable/strict/1759916978 -> viable/strict/1759916978 2025-12-04T09:36:31.2155515Z * [new tag] viable/strict/1759930024 -> viable/strict/1759930024 2025-12-04T09:36:31.2155632Z * [new tag] viable/strict/1759948122 -> viable/strict/1759948122 2025-12-04T09:36:31.2155750Z * [new tag] viable/strict/1759952983 -> viable/strict/1759952983 2025-12-04T09:36:31.2155863Z * [new tag] viable/strict/1759955121 -> viable/strict/1759955121 2025-12-04T09:36:31.2155984Z * [new tag] viable/strict/1759962298 -> viable/strict/1759962298 2025-12-04T09:36:31.2156097Z * [new tag] viable/strict/1759965837 -> viable/strict/1759965837 2025-12-04T09:36:31.2156269Z * [new tag] viable/strict/1759970213 -> viable/strict/1759970213 2025-12-04T09:36:31.2156396Z * [new tag] viable/strict/1759974894 -> viable/strict/1759974894 2025-12-04T09:36:31.2156510Z * [new tag] viable/strict/1759977763 -> viable/strict/1759977763 2025-12-04T09:36:31.2156633Z * [new tag] viable/strict/1759979241 -> viable/strict/1759979241 2025-12-04T09:36:31.2156807Z * [new tag] viable/strict/1759985417 -> viable/strict/1759985417 2025-12-04T09:36:31.2156921Z * [new tag] viable/strict/1759987490 -> viable/strict/1759987490 2025-12-04T09:36:31.2157041Z * [new tag] viable/strict/1759996180 -> viable/strict/1759996180 2025-12-04T09:36:31.2157154Z * [new tag] viable/strict/1760065682 -> viable/strict/1760065682 2025-12-04T09:36:31.2157267Z * [new tag] viable/strict/1760066894 -> viable/strict/1760066894 2025-12-04T09:36:31.2157390Z * [new tag] viable/strict/1760070345 -> viable/strict/1760070345 2025-12-04T09:36:31.2157508Z * [new tag] viable/strict/1760089782 -> viable/strict/1760089782 2025-12-04T09:36:31.2157632Z * [new tag] viable/strict/1760091921 -> viable/strict/1760091921 2025-12-04T09:36:31.2157747Z * [new tag] viable/strict/1760127924 -> viable/strict/1760127924 2025-12-04T09:36:31.2157858Z * [new tag] viable/strict/1760129489 -> viable/strict/1760129489 2025-12-04T09:36:31.2157980Z * [new tag] viable/strict/1760132980 -> viable/strict/1760132980 2025-12-04T09:36:31.2158094Z * [new tag] viable/strict/1760135060 -> viable/strict/1760135060 2025-12-04T09:36:31.2158219Z * [new tag] viable/strict/1760215782 -> viable/strict/1760215782 2025-12-04T09:36:31.2158335Z * [new tag] viable/strict/1760273849 -> viable/strict/1760273849 2025-12-04T09:36:31.2158452Z * [new tag] viable/strict/1760275517 -> viable/strict/1760275517 2025-12-04T09:36:31.2158576Z * [new tag] viable/strict/1760276979 -> viable/strict/1760276979 2025-12-04T09:36:31.2158692Z * [new tag] viable/strict/1760279007 -> viable/strict/1760279007 2025-12-04T09:36:31.2158819Z * [new tag] viable/strict/1760286328 -> viable/strict/1760286328 2025-12-04T09:36:31.2158940Z * [new tag] viable/strict/1760493304 -> viable/strict/1760493304 2025-12-04T09:36:31.2159057Z * [new tag] viable/strict/1760496298 -> viable/strict/1760496298 2025-12-04T09:36:31.2159179Z * [new tag] viable/strict/1760518396 -> viable/strict/1760518396 2025-12-04T09:36:31.2159292Z * [new tag] viable/strict/1760534864 -> viable/strict/1760534864 2025-12-04T09:36:31.2159404Z * [new tag] viable/strict/1760549062 -> viable/strict/1760549062 2025-12-04T09:36:31.2159526Z * [new tag] viable/strict/1760552799 -> viable/strict/1760552799 2025-12-04T09:36:31.2159641Z * [new tag] viable/strict/1760554355 -> viable/strict/1760554355 2025-12-04T09:36:31.2159759Z * [new tag] viable/strict/1760556275 -> viable/strict/1760556275 2025-12-04T09:36:31.2159872Z * [new tag] viable/strict/1760564979 -> viable/strict/1760564979 2025-12-04T09:36:31.2159986Z * [new tag] viable/strict/1760567049 -> viable/strict/1760567049 2025-12-04T09:36:31.2160107Z * [new tag] viable/strict/1760568585 -> viable/strict/1760568585 2025-12-04T09:36:31.2160219Z * [new tag] viable/strict/1760570630 -> viable/strict/1760570630 2025-12-04T09:36:31.2160339Z * [new tag] viable/strict/1760572180 -> viable/strict/1760572180 2025-12-04T09:36:31.2160451Z * [new tag] viable/strict/1760575094 -> viable/strict/1760575094 2025-12-04T09:36:31.2160602Z * [new tag] viable/strict/1760579709 -> viable/strict/1760579709 2025-12-04T09:36:31.2160722Z * [new tag] viable/strict/1760582614 -> viable/strict/1760582614 2025-12-04T09:36:31.2160838Z * [new tag] viable/strict/1760586815 -> viable/strict/1760586815 2025-12-04T09:36:31.2160955Z * [new tag] viable/strict/1760588829 -> viable/strict/1760588829 2025-12-04T09:36:31.2161114Z * [new tag] viable/strict/1760590200 -> viable/strict/1760590200 2025-12-04T09:36:31.2161228Z * [new tag] viable/strict/1760592311 -> viable/strict/1760592311 2025-12-04T09:36:31.2161348Z * [new tag] viable/strict/1760619733 -> viable/strict/1760619733 2025-12-04T09:36:31.2161463Z * [new tag] viable/strict/1760628335 -> viable/strict/1760628335 2025-12-04T09:36:31.2161580Z * [new tag] viable/strict/1760635490 -> viable/strict/1760635490 2025-12-04T09:36:31.2161703Z * [new tag] viable/strict/1760640743 -> viable/strict/1760640743 2025-12-04T09:36:31.2161818Z * [new tag] viable/strict/1760642528 -> viable/strict/1760642528 2025-12-04T09:36:31.2161939Z * [new tag] viable/strict/1760646330 -> viable/strict/1760646330 2025-12-04T09:36:31.2162052Z * [new tag] viable/strict/1760666101 -> viable/strict/1760666101 2025-12-04T09:36:31.2162168Z * [new tag] viable/strict/1760668990 -> viable/strict/1760668990 2025-12-04T09:36:31.2162291Z * [new tag] viable/strict/1760670600 -> viable/strict/1760670600 2025-12-04T09:36:31.2162406Z * [new tag] viable/strict/1760671704 -> viable/strict/1760671704 2025-12-04T09:36:31.2162520Z * [new tag] viable/strict/1760673121 -> viable/strict/1760673121 2025-12-04T09:36:31.2162639Z * [new tag] viable/strict/1760675352 -> viable/strict/1760675352 2025-12-04T09:36:31.2162753Z * [new tag] viable/strict/1760696731 -> viable/strict/1760696731 2025-12-04T09:36:31.2162875Z * [new tag] viable/strict/1760723515 -> viable/strict/1760723515 2025-12-04T09:36:31.2162987Z * [new tag] viable/strict/1760727234 -> viable/strict/1760727234 2025-12-04T09:36:31.2163098Z * [new tag] viable/strict/1760730578 -> viable/strict/1760730578 2025-12-04T09:36:31.2163217Z * [new tag] viable/strict/1760732726 -> viable/strict/1760732726 2025-12-04T09:36:31.2163329Z * [new tag] viable/strict/1760734180 -> viable/strict/1760734180 2025-12-04T09:36:31.2163447Z * [new tag] viable/strict/1760736251 -> viable/strict/1760736251 2025-12-04T09:36:31.2163559Z * [new tag] viable/strict/1760737772 -> viable/strict/1760737772 2025-12-04T09:36:31.2163673Z * [new tag] viable/strict/1760758005 -> viable/strict/1760758005 2025-12-04T09:36:31.2163796Z * [new tag] viable/strict/1760761532 -> viable/strict/1760761532 2025-12-04T09:36:31.2163909Z * [new tag] viable/strict/1760802581 -> viable/strict/1760802581 2025-12-04T09:36:31.2164027Z * [new tag] viable/strict/1760827772 -> viable/strict/1760827772 2025-12-04T09:36:31.2164137Z * [new tag] viable/strict/1760834524 -> viable/strict/1760834524 2025-12-04T09:36:31.2164251Z * [new tag] viable/strict/1760845009 -> viable/strict/1760845009 2025-12-04T09:36:31.2164370Z * [new tag] viable/strict/1760876836 -> viable/strict/1760876836 2025-12-04T09:36:31.2164481Z * [new tag] viable/strict/1760880329 -> viable/strict/1760880329 2025-12-04T09:36:31.2164591Z * [new tag] viable/strict/1760888987 -> viable/strict/1760888987 2025-12-04T09:36:31.2164712Z * [new tag] viable/strict/1760912664 -> viable/strict/1760912664 2025-12-04T09:36:31.2164929Z * [new tag] viable/strict/1760925321 -> viable/strict/1760925321 2025-12-04T09:36:31.2165051Z * [new tag] viable/strict/1760931488 -> viable/strict/1760931488 2025-12-04T09:36:31.2165165Z * [new tag] viable/strict/1760932693 -> viable/strict/1760932693 2025-12-04T09:36:31.2165280Z * [new tag] viable/strict/1761004184 -> viable/strict/1761004184 2025-12-04T09:36:31.2165470Z * [new tag] viable/strict/1761014748 -> viable/strict/1761014748 2025-12-04T09:36:31.2165585Z * [new tag] viable/strict/1761017491 -> viable/strict/1761017491 2025-12-04T09:36:31.2165708Z * [new tag] viable/strict/1761018806 -> viable/strict/1761018806 2025-12-04T09:36:31.2165820Z * [new tag] viable/strict/1761020754 -> viable/strict/1761020754 2025-12-04T09:36:31.2165929Z * [new tag] viable/strict/1761024303 -> viable/strict/1761024303 2025-12-04T09:36:31.2166053Z * [new tag] viable/strict/1761029582 -> viable/strict/1761029582 2025-12-04T09:36:31.2166169Z * [new tag] viable/strict/1761031535 -> viable/strict/1761031535 2025-12-04T09:36:31.2166283Z * [new tag] viable/strict/1761035196 -> viable/strict/1761035196 2025-12-04T09:36:31.2166407Z * [new tag] viable/strict/1761045825 -> viable/strict/1761045825 2025-12-04T09:36:31.2166526Z * [new tag] viable/strict/1761054796 -> viable/strict/1761054796 2025-12-04T09:36:31.2166647Z * [new tag] viable/strict/1761060314 -> viable/strict/1761060314 2025-12-04T09:36:31.2166762Z * [new tag] viable/strict/1761071198 -> viable/strict/1761071198 2025-12-04T09:36:31.2166876Z * [new tag] viable/strict/1761074628 -> viable/strict/1761074628 2025-12-04T09:36:31.2166997Z * [new tag] viable/strict/1761078351 -> viable/strict/1761078351 2025-12-04T09:36:31.2167114Z * [new tag] viable/strict/1761079822 -> viable/strict/1761079822 2025-12-04T09:36:31.2167237Z * [new tag] viable/strict/1761081873 -> viable/strict/1761081873 2025-12-04T09:36:31.2167351Z * [new tag] viable/strict/1761083392 -> viable/strict/1761083392 2025-12-04T09:36:31.2167465Z * [new tag] viable/strict/1761085465 -> viable/strict/1761085465 2025-12-04T09:36:31.2167592Z * [new tag] viable/strict/1761089099 -> viable/strict/1761089099 2025-12-04T09:36:31.2167708Z * [new tag] viable/strict/1761095535 -> viable/strict/1761095535 2025-12-04T09:36:31.2167820Z * [new tag] viable/strict/1761098119 -> viable/strict/1761098119 2025-12-04T09:36:31.2167940Z * [new tag] viable/strict/1761101330 -> viable/strict/1761101330 2025-12-04T09:36:31.2168055Z * [new tag] viable/strict/1761114425 -> viable/strict/1761114425 2025-12-04T09:36:31.2168179Z * [new tag] viable/strict/1761116036 -> viable/strict/1761116036 2025-12-04T09:36:31.2168291Z * [new tag] viable/strict/1761119379 -> viable/strict/1761119379 2025-12-04T09:36:31.2168406Z * [new tag] viable/strict/1761121601 -> viable/strict/1761121601 2025-12-04T09:36:31.2168529Z * [new tag] viable/strict/1761123234 -> viable/strict/1761123234 2025-12-04T09:36:31.2168647Z * [new tag] viable/strict/1761126621 -> viable/strict/1761126621 2025-12-04T09:36:31.2168772Z * [new tag] viable/strict/1761132259 -> viable/strict/1761132259 2025-12-04T09:36:31.2168887Z * [new tag] viable/strict/1761146746 -> viable/strict/1761146746 2025-12-04T09:36:31.2169003Z * [new tag] viable/strict/1761164752 -> viable/strict/1761164752 2025-12-04T09:36:31.2169126Z * [new tag] viable/strict/1761166198 -> viable/strict/1761166198 2025-12-04T09:36:31.2169282Z * [new tag] viable/strict/1761175424 -> viable/strict/1761175424 2025-12-04T09:36:31.2169410Z * [new tag] viable/strict/1761176983 -> viable/strict/1761176983 2025-12-04T09:36:31.2169524Z * [new tag] viable/strict/1761179891 -> viable/strict/1761179891 2025-12-04T09:36:31.2169638Z * [new tag] viable/strict/1761181930 -> viable/strict/1761181930 2025-12-04T09:36:31.2169803Z * [new tag] viable/strict/1761184516 -> viable/strict/1761184516 2025-12-04T09:36:31.2169916Z * [new tag] viable/strict/1761190179 -> viable/strict/1761190179 2025-12-04T09:36:31.2170031Z * [new tag] viable/strict/1761193558 -> viable/strict/1761193558 2025-12-04T09:36:31.2170151Z * [new tag] viable/strict/1761207990 -> viable/strict/1761207990 2025-12-04T09:36:31.2170264Z * [new tag] viable/strict/1761229539 -> viable/strict/1761229539 2025-12-04T09:36:31.2170387Z * [new tag] viable/strict/1761244031 -> viable/strict/1761244031 2025-12-04T09:36:31.2170500Z * [new tag] viable/strict/1761248986 -> viable/strict/1761248986 2025-12-04T09:36:31.2170613Z * [new tag] viable/strict/1761259791 -> viable/strict/1761259791 2025-12-04T09:36:31.2170733Z * [new tag] viable/strict/1761266139 -> viable/strict/1761266139 2025-12-04T09:36:31.2170845Z * [new tag] viable/strict/1761268316 -> viable/strict/1761268316 2025-12-04T09:36:31.2170964Z * [new tag] viable/strict/1761273805 -> viable/strict/1761273805 2025-12-04T09:36:31.2171079Z * [new tag] viable/strict/1761275261 -> viable/strict/1761275261 2025-12-04T09:36:31.2171193Z * [new tag] viable/strict/1761277913 -> viable/strict/1761277913 2025-12-04T09:36:31.2171313Z * [new tag] viable/strict/1761290701 -> viable/strict/1761290701 2025-12-04T09:36:31.2171427Z * [new tag] viable/strict/1761294396 -> viable/strict/1761294396 2025-12-04T09:36:31.2171542Z * [new tag] viable/strict/1761303047 -> viable/strict/1761303047 2025-12-04T09:36:31.2171663Z * [new tag] viable/strict/1761335388 -> viable/strict/1761335388 2025-12-04T09:36:31.2171779Z * [new tag] viable/strict/1761337551 -> viable/strict/1761337551 2025-12-04T09:36:31.2171901Z * [new tag] viable/strict/1761339007 -> viable/strict/1761339007 2025-12-04T09:36:31.2172017Z * [new tag] viable/strict/1761341050 -> viable/strict/1761341050 2025-12-04T09:36:31.2172131Z * [new tag] viable/strict/1761346188 -> viable/strict/1761346188 2025-12-04T09:36:31.2172252Z * [new tag] viable/strict/1761349792 -> viable/strict/1761349792 2025-12-04T09:36:31.2172365Z * [new tag] viable/strict/1761352620 -> viable/strict/1761352620 2025-12-04T09:36:31.2172489Z * [new tag] viable/strict/1761354730 -> viable/strict/1761354730 2025-12-04T09:36:31.2172605Z * [new tag] viable/strict/1761357298 -> viable/strict/1761357298 2025-12-04T09:36:31.2172720Z * [new tag] viable/strict/1761360201 -> viable/strict/1761360201 2025-12-04T09:36:31.2172841Z * [new tag] viable/strict/1761361753 -> viable/strict/1761361753 2025-12-04T09:36:31.2172955Z * [new tag] viable/strict/1761364351 -> viable/strict/1761364351 2025-12-04T09:36:31.2173067Z * [new tag] viable/strict/1761366338 -> viable/strict/1761366338 2025-12-04T09:36:31.2173189Z * [new tag] viable/strict/1761367802 -> viable/strict/1761367802 2025-12-04T09:36:31.2173301Z * [new tag] viable/strict/1761369889 -> viable/strict/1761369889 2025-12-04T09:36:31.2173422Z * [new tag] viable/strict/1761371385 -> viable/strict/1761371385 2025-12-04T09:36:31.2173585Z * [new tag] viable/strict/1761373581 -> viable/strict/1761373581 2025-12-04T09:36:31.2173702Z * [new tag] viable/strict/1761375054 -> viable/strict/1761375054 2025-12-04T09:36:31.2173825Z * [new tag] viable/strict/1761421785 -> viable/strict/1761421785 2025-12-04T09:36:31.2173940Z * [new tag] viable/strict/1761434614 -> viable/strict/1761434614 2025-12-04T09:36:31.2174105Z * [new tag] viable/strict/1761439254 -> viable/strict/1761439254 2025-12-04T09:36:31.2174220Z * [new tag] viable/strict/1761454187 -> viable/strict/1761454187 2025-12-04T09:36:31.2174333Z * [new tag] viable/strict/1761459991 -> viable/strict/1761459991 2025-12-04T09:36:31.2174456Z * [new tag] viable/strict/1761470668 -> viable/strict/1761470668 2025-12-04T09:36:31.2174565Z * [new tag] viable/strict/1761472188 -> viable/strict/1761472188 2025-12-04T09:36:31.2174687Z * [new tag] viable/strict/1761503178 -> viable/strict/1761503178 2025-12-04T09:36:31.2174841Z * [new tag] viable/strict/1761517492 -> viable/strict/1761517492 2025-12-04T09:36:31.2174956Z * [new tag] viable/strict/1761518981 -> viable/strict/1761518981 2025-12-04T09:36:31.2175074Z * [new tag] viable/strict/1761533609 -> viable/strict/1761533609 2025-12-04T09:36:31.2175190Z * [new tag] viable/strict/1761546438 -> viable/strict/1761546438 2025-12-04T09:36:31.2175304Z * [new tag] viable/strict/1761548133 -> viable/strict/1761548133 2025-12-04T09:36:31.2175424Z * [new tag] viable/strict/1761555186 -> viable/strict/1761555186 2025-12-04T09:36:31.2175535Z * [new tag] viable/strict/1761557178 -> viable/strict/1761557178 2025-12-04T09:36:31.2175652Z * [new tag] viable/strict/1761560772 -> viable/strict/1761560772 2025-12-04T09:36:31.2175774Z * [new tag] viable/strict/1761562266 -> viable/strict/1761562266 2025-12-04T09:36:31.2175887Z * [new tag] viable/strict/1761564260 -> viable/strict/1761564260 2025-12-04T09:36:31.2176007Z * [new tag] viable/strict/1761568072 -> viable/strict/1761568072 2025-12-04T09:36:31.2176120Z * [new tag] viable/strict/1761571683 -> viable/strict/1761571683 2025-12-04T09:36:31.2176243Z * [new tag] viable/strict/1761580199 -> viable/strict/1761580199 2025-12-04T09:36:31.2176357Z * [new tag] viable/strict/1761587383 -> viable/strict/1761587383 2025-12-04T09:36:31.2176470Z * [new tag] viable/strict/1761591165 -> viable/strict/1761591165 2025-12-04T09:36:31.2176590Z * [new tag] viable/strict/1761594575 -> viable/strict/1761594575 2025-12-04T09:36:31.2176702Z * [new tag] viable/strict/1761596710 -> viable/strict/1761596710 2025-12-04T09:36:31.2176817Z * [new tag] viable/strict/1761598189 -> viable/strict/1761598189 2025-12-04T09:36:31.2176938Z * [new tag] viable/strict/1761600254 -> viable/strict/1761600254 2025-12-04T09:36:31.2177049Z * [new tag] viable/strict/1761603879 -> viable/strict/1761603879 2025-12-04T09:36:31.2177167Z * [new tag] viable/strict/1761605429 -> viable/strict/1761605429 2025-12-04T09:36:31.2177279Z * [new tag] viable/strict/1761607468 -> viable/strict/1761607468 2025-12-04T09:36:31.2177391Z * [new tag] viable/strict/1761608983 -> viable/strict/1761608983 2025-12-04T09:36:31.2177511Z * [new tag] viable/strict/1761611846 -> viable/strict/1761611846 2025-12-04T09:36:31.2177623Z * [new tag] viable/strict/1761613922 -> viable/strict/1761613922 2025-12-04T09:36:31.2177746Z * [new tag] viable/strict/1761616504 -> viable/strict/1761616504 2025-12-04T09:36:31.2177913Z * [new tag] viable/strict/1761619599 -> viable/strict/1761619599 2025-12-04T09:36:31.2178030Z * [new tag] viable/strict/1761686693 -> viable/strict/1761686693 2025-12-04T09:36:31.2178150Z * [new tag] viable/strict/1761688179 -> viable/strict/1761688179 2025-12-04T09:36:31.2178263Z * [new tag] viable/strict/1761691973 -> viable/strict/1761691973 2025-12-04T09:36:31.2178431Z * [new tag] viable/strict/1761693884 -> viable/strict/1761693884 2025-12-04T09:36:31.2178555Z * [new tag] viable/strict/1761695389 -> viable/strict/1761695389 2025-12-04T09:36:31.2178668Z * [new tag] viable/strict/1761698408 -> viable/strict/1761698408 2025-12-04T09:36:31.2178788Z * [new tag] viable/strict/1761702931 -> viable/strict/1761702931 2025-12-04T09:36:31.2178901Z * [new tag] viable/strict/1761706307 -> viable/strict/1761706307 2025-12-04T09:36:31.2179017Z * [new tag] viable/strict/1761709065 -> viable/strict/1761709065 2025-12-04T09:36:31.2179140Z * [new tag] viable/strict/1761710285 -> viable/strict/1761710285 2025-12-04T09:36:31.2179252Z * [new tag] viable/strict/1761711983 -> viable/strict/1761711983 2025-12-04T09:36:31.2179374Z * [new tag] viable/strict/1761713514 -> viable/strict/1761713514 2025-12-04T09:36:31.2179490Z * [new tag] viable/strict/1761715523 -> viable/strict/1761715523 2025-12-04T09:36:31.2179603Z * [new tag] viable/strict/1761727973 -> viable/strict/1761727973 2025-12-04T09:36:31.2179724Z * [new tag] viable/strict/1761751558 -> viable/strict/1761751558 2025-12-04T09:36:31.2179833Z * [new tag] viable/strict/1761755187 -> viable/strict/1761755187 2025-12-04T09:36:31.2179959Z * [new tag] viable/strict/1761756826 -> viable/strict/1761756826 2025-12-04T09:36:31.2180076Z * [new tag] viable/strict/1761769551 -> viable/strict/1761769551 2025-12-04T09:36:31.2180192Z * [new tag] viable/strict/1761771032 -> viable/strict/1761771032 2025-12-04T09:36:31.2180314Z * [new tag] viable/strict/1761773101 -> viable/strict/1761773101 2025-12-04T09:36:31.2180434Z * [new tag] viable/strict/1761781792 -> viable/strict/1761781792 2025-12-04T09:36:31.2180551Z * [new tag] viable/strict/1761784788 -> viable/strict/1761784788 2025-12-04T09:36:31.2180673Z * [new tag] viable/strict/1761786740 -> viable/strict/1761786740 2025-12-04T09:36:31.2180787Z * [new tag] viable/strict/1761789332 -> viable/strict/1761789332 2025-12-04T09:36:31.2180909Z * [new tag] viable/strict/1761792569 -> viable/strict/1761792569 2025-12-04T09:36:31.2181022Z * [new tag] viable/strict/1761795289 -> viable/strict/1761795289 2025-12-04T09:36:31.2181136Z * [new tag] viable/strict/1761798345 -> viable/strict/1761798345 2025-12-04T09:36:31.2181259Z * [new tag] viable/strict/1761799827 -> viable/strict/1761799827 2025-12-04T09:36:31.2181373Z * [new tag] viable/strict/1761805604 -> viable/strict/1761805604 2025-12-04T09:36:31.2181492Z * [new tag] viable/strict/1761807202 -> viable/strict/1761807202 2025-12-04T09:36:31.2181607Z * [new tag] viable/strict/1761809094 -> viable/strict/1761809094 2025-12-04T09:36:31.2181719Z * [new tag] viable/strict/1761810576 -> viable/strict/1761810576 2025-12-04T09:36:31.2181837Z * [new tag] viable/strict/1761812771 -> viable/strict/1761812771 2025-12-04T09:36:31.2181949Z * [new tag] viable/strict/1761814363 -> viable/strict/1761814363 2025-12-04T09:36:31.2182059Z * [new tag] viable/strict/1761857410 -> viable/strict/1761857410 2025-12-04T09:36:31.2182241Z * [new tag] viable/strict/1761860985 -> viable/strict/1761860985 2025-12-04T09:36:31.2182358Z * [new tag] viable/strict/1761863094 -> viable/strict/1761863094 2025-12-04T09:36:31.2182479Z * [new tag] viable/strict/1761864590 -> viable/strict/1761864590 2025-12-04T09:36:31.2182593Z * [new tag] viable/strict/1761866675 -> viable/strict/1761866675 2025-12-04T09:36:31.2182750Z * [new tag] viable/strict/1761868178 -> viable/strict/1761868178 2025-12-04T09:36:31.2182870Z * [new tag] viable/strict/1761871111 -> viable/strict/1761871111 2025-12-04T09:36:31.2182985Z * [new tag] viable/strict/1761873126 -> viable/strict/1761873126 2025-12-04T09:36:31.2183106Z * [new tag] viable/strict/1761875714 -> viable/strict/1761875714 2025-12-04T09:36:31.2183218Z * [new tag] viable/strict/1761878924 -> viable/strict/1761878924 2025-12-04T09:36:31.2183334Z * [new tag] viable/strict/1761881727 -> viable/strict/1761881727 2025-12-04T09:36:31.2183453Z * [new tag] viable/strict/1761882959 -> viable/strict/1761882959 2025-12-04T09:36:31.2183566Z * [new tag] viable/strict/1761886268 -> viable/strict/1761886268 2025-12-04T09:36:31.2183678Z * [new tag] viable/strict/1761893641 -> viable/strict/1761893641 2025-12-04T09:36:31.2183802Z * [new tag] viable/strict/1761931517 -> viable/strict/1761931517 2025-12-04T09:36:31.2183915Z * [new tag] viable/strict/1761933080 -> viable/strict/1761933080 2025-12-04T09:36:31.2184035Z * [new tag] viable/strict/1761935217 -> viable/strict/1761935217 2025-12-04T09:36:31.2184148Z * [new tag] viable/strict/1761938533 -> viable/strict/1761938533 2025-12-04T09:36:31.2184260Z * [new tag] viable/strict/1761940184 -> viable/strict/1761940184 2025-12-04T09:36:31.2184384Z * [new tag] viable/strict/1761942338 -> viable/strict/1761942338 2025-12-04T09:36:31.2184498Z * [new tag] viable/strict/1761946100 -> viable/strict/1761946100 2025-12-04T09:36:31.2184616Z * [new tag] viable/strict/1761947374 -> viable/strict/1761947374 2025-12-04T09:36:31.2184730Z * [new tag] viable/strict/1761950978 -> viable/strict/1761950978 2025-12-04T09:36:31.2184874Z * [new tag] viable/strict/1761957727 -> viable/strict/1761957727 2025-12-04T09:36:31.2184991Z * [new tag] viable/strict/1761959532 -> viable/strict/1761959532 2025-12-04T09:36:31.2185105Z * [new tag] viable/strict/1761965366 -> viable/strict/1761965366 2025-12-04T09:36:31.2185222Z * [new tag] viable/strict/1761968066 -> viable/strict/1761968066 2025-12-04T09:36:31.2185337Z * [new tag] viable/strict/1761969322 -> viable/strict/1761969322 2025-12-04T09:36:31.2185451Z * [new tag] viable/strict/1761974723 -> viable/strict/1761974723 2025-12-04T09:36:31.2185572Z * [new tag] viable/strict/1761981837 -> viable/strict/1761981837 2025-12-04T09:36:31.2185683Z * [new tag] viable/strict/1761985546 -> viable/strict/1761985546 2025-12-04T09:36:31.2185796Z * [new tag] viable/strict/1761987030 -> viable/strict/1761987030 2025-12-04T09:36:31.2185919Z * [new tag] viable/strict/1762003554 -> viable/strict/1762003554 2025-12-04T09:36:31.2186033Z * [new tag] viable/strict/1762021560 -> viable/strict/1762021560 2025-12-04T09:36:31.2186153Z * [new tag] viable/strict/1762032190 -> viable/strict/1762032190 2025-12-04T09:36:31.2186267Z * [new tag] viable/strict/1762040981 -> viable/strict/1762040981 2025-12-04T09:36:31.2186379Z * [new tag] viable/strict/1762048525 -> viable/strict/1762048525 2025-12-04T09:36:31.2186560Z * [new tag] viable/strict/1762104223 -> viable/strict/1762104223 2025-12-04T09:36:31.2186676Z * [new tag] viable/strict/1762105778 -> viable/strict/1762105778 2025-12-04T09:36:31.2186798Z * [new tag] viable/strict/1762115109 -> viable/strict/1762115109 2025-12-04T09:36:31.2186910Z * [new tag] viable/strict/1762125840 -> viable/strict/1762125840 2025-12-04T09:36:31.2187078Z * [new tag] viable/strict/1762127377 -> viable/strict/1762127377 2025-12-04T09:36:31.2187200Z * [new tag] viable/strict/1762134925 -> viable/strict/1762134925 2025-12-04T09:36:31.2187313Z * [new tag] viable/strict/1762138338 -> viable/strict/1762138338 2025-12-04T09:36:31.2187425Z * [new tag] viable/strict/1762148993 -> viable/strict/1762148993 2025-12-04T09:36:31.2187545Z * [new tag] viable/strict/1762152871 -> viable/strict/1762152871 2025-12-04T09:36:31.2187660Z * [new tag] viable/strict/1762156183 -> viable/strict/1762156183 2025-12-04T09:36:31.2187780Z * [new tag] viable/strict/1762163457 -> viable/strict/1762163457 2025-12-04T09:36:31.2187892Z * [new tag] viable/strict/1762165569 -> viable/strict/1762165569 2025-12-04T09:36:31.2188001Z * [new tag] viable/strict/1762169035 -> viable/strict/1762169035 2025-12-04T09:36:31.2188123Z * [new tag] viable/strict/1762174936 -> viable/strict/1762174936 2025-12-04T09:36:31.2188233Z * [new tag] viable/strict/1762194412 -> viable/strict/1762194412 2025-12-04T09:36:31.2188352Z * [new tag] viable/strict/1762195876 -> viable/strict/1762195876 2025-12-04T09:36:31.2188464Z * [new tag] viable/strict/1762197788 -> viable/strict/1762197788 2025-12-04T09:36:31.2188575Z * [new tag] viable/strict/1762199389 -> viable/strict/1762199389 2025-12-04T09:36:31.2188695Z * [new tag] viable/strict/1762206585 -> viable/strict/1762206585 2025-12-04T09:36:31.2188809Z * [new tag] viable/strict/1762210184 -> viable/strict/1762210184 2025-12-04T09:36:31.2188920Z * [new tag] viable/strict/1762218736 -> viable/strict/1762218736 2025-12-04T09:36:31.2189041Z * [new tag] viable/strict/1762224529 -> viable/strict/1762224529 2025-12-04T09:36:31.2189155Z * [new tag] viable/strict/1762227253 -> viable/strict/1762227253 2025-12-04T09:36:31.2189276Z * [new tag] viable/strict/1762228515 -> viable/strict/1762228515 2025-12-04T09:36:31.2189388Z * [new tag] viable/strict/1762230349 -> viable/strict/1762230349 2025-12-04T09:36:31.2189499Z * [new tag] viable/strict/1762231859 -> viable/strict/1762231859 2025-12-04T09:36:31.2189619Z * [new tag] viable/strict/1762233925 -> viable/strict/1762233925 2025-12-04T09:36:31.2189732Z * [new tag] viable/strict/1762237630 -> viable/strict/1762237630 2025-12-04T09:36:31.2189850Z * [new tag] viable/strict/1762253522 -> viable/strict/1762253522 2025-12-04T09:36:31.2189960Z * [new tag] viable/strict/1762278588 -> viable/strict/1762278588 2025-12-04T09:36:31.2190070Z * [new tag] viable/strict/1762284203 -> viable/strict/1762284203 2025-12-04T09:36:31.2190195Z * [new tag] viable/strict/1762289446 -> viable/strict/1762289446 2025-12-04T09:36:31.2190306Z * [new tag] viable/strict/1762291515 -> viable/strict/1762291515 2025-12-04T09:36:31.2190426Z * [new tag] viable/strict/1762295100 -> viable/strict/1762295100 2025-12-04T09:36:31.2190538Z * [new tag] viable/strict/1762296590 -> viable/strict/1762296590 2025-12-04T09:36:31.2190650Z * [new tag] viable/strict/1762300179 -> viable/strict/1762300179 2025-12-04T09:36:31.2190816Z * [new tag] viable/strict/1762303207 -> viable/strict/1762303207 2025-12-04T09:36:31.2190933Z * [new tag] viable/strict/1762386584 -> viable/strict/1762386584 2025-12-04T09:36:31.2191050Z * [new tag] viable/strict/1762391537 -> viable/strict/1762391537 2025-12-04T09:36:31.2191172Z * [new tag] viable/strict/1762394119 -> viable/strict/1762394119 2025-12-04T09:36:31.2191333Z * [new tag] viable/strict/1762397437 -> viable/strict/1762397437 2025-12-04T09:36:31.2191462Z * [new tag] viable/strict/1762400256 -> viable/strict/1762400256 2025-12-04T09:36:31.2191577Z * [new tag] viable/strict/1762401469 -> viable/strict/1762401469 2025-12-04T09:36:31.2191693Z * [new tag] viable/strict/1762408195 -> viable/strict/1762408195 2025-12-04T09:36:31.2191816Z * [new tag] viable/strict/1762410411 -> viable/strict/1762410411 2025-12-04T09:36:31.2191936Z * [new tag] viable/strict/1762417613 -> viable/strict/1762417613 2025-12-04T09:36:31.2192060Z * [new tag] viable/strict/1762419198 -> viable/strict/1762419198 2025-12-04T09:36:31.2192174Z * [new tag] viable/strict/1762422656 -> viable/strict/1762422656 2025-12-04T09:36:31.2192288Z * [new tag] viable/strict/1762424746 -> viable/strict/1762424746 2025-12-04T09:36:31.2192408Z * [new tag] viable/strict/1762446386 -> viable/strict/1762446386 2025-12-04T09:36:31.2192524Z * [new tag] viable/strict/1762449912 -> viable/strict/1762449912 2025-12-04T09:36:31.2192641Z * [new tag] viable/strict/1762457031 -> viable/strict/1762457031 2025-12-04T09:36:31.2192767Z * [new tag] viable/strict/1762462441 -> viable/strict/1762462441 2025-12-04T09:36:31.2192884Z * [new tag] viable/strict/1762467909 -> viable/strict/1762467909 2025-12-04T09:36:31.2193011Z * [new tag] viable/strict/1762471493 -> viable/strict/1762471493 2025-12-04T09:36:31.2193127Z * [new tag] viable/strict/1762475990 -> viable/strict/1762475990 2025-12-04T09:36:31.2193242Z * [new tag] viable/strict/1762477933 -> viable/strict/1762477933 2025-12-04T09:36:31.2193367Z * [new tag] viable/strict/1762491053 -> viable/strict/1762491053 2025-12-04T09:36:31.2193484Z * [new tag] viable/strict/1762493118 -> viable/strict/1762493118 2025-12-04T09:36:31.2193608Z * [new tag] viable/strict/1762498442 -> viable/strict/1762498442 2025-12-04T09:36:31.2193724Z * [new tag] viable/strict/1762501778 -> viable/strict/1762501778 2025-12-04T09:36:31.2193841Z * [new tag] viable/strict/1762504001 -> viable/strict/1762504001 2025-12-04T09:36:31.2193965Z * [new tag] viable/strict/1762505583 -> viable/strict/1762505583 2025-12-04T09:36:31.2194081Z * [new tag] viable/strict/1762507523 -> viable/strict/1762507523 2025-12-04T09:36:31.2194197Z * [new tag] viable/strict/1762511140 -> viable/strict/1762511140 2025-12-04T09:36:31.2194322Z * [new tag] viable/strict/1762512632 -> viable/strict/1762512632 2025-12-04T09:36:31.2194437Z * [new tag] viable/strict/1762520467 -> viable/strict/1762520467 2025-12-04T09:36:31.2194561Z * [new tag] viable/strict/1762522016 -> viable/strict/1762522016 2025-12-04T09:36:31.2194677Z * [new tag] viable/strict/1762530591 -> viable/strict/1762530591 2025-12-04T09:36:31.2194832Z * [new tag] viable/strict/1762543405 -> viable/strict/1762543405 2025-12-04T09:36:31.2194956Z * [new tag] viable/strict/1762544998 -> viable/strict/1762544998 2025-12-04T09:36:31.2195069Z * [new tag] viable/strict/1762552182 -> viable/strict/1762552182 2025-12-04T09:36:31.2195244Z * [new tag] viable/strict/1762554297 -> viable/strict/1762554297 2025-12-04T09:36:31.2195362Z * [new tag] viable/strict/1762559381 -> viable/strict/1762559381 2025-12-04T09:36:31.2195476Z * [new tag] viable/strict/1762562222 -> viable/strict/1762562222 2025-12-04T09:36:31.2195595Z * [new tag] viable/strict/1762564319 -> viable/strict/1762564319 2025-12-04T09:36:31.2195762Z * [new tag] viable/strict/1762566904 -> viable/strict/1762566904 2025-12-04T09:36:31.2195888Z * [new tag] viable/strict/1762569781 -> viable/strict/1762569781 2025-12-04T09:36:31.2196003Z * [new tag] viable/strict/1762575940 -> viable/strict/1762575940 2025-12-04T09:36:31.2196122Z * [new tag] viable/strict/1762580974 -> viable/strict/1762580974 2025-12-04T09:36:31.2196245Z * [new tag] viable/strict/1762583185 -> viable/strict/1762583185 2025-12-04T09:36:31.2196363Z * [new tag] viable/strict/1762586647 -> viable/strict/1762586647 2025-12-04T09:36:31.2196479Z * [new tag] viable/strict/1762588183 -> viable/strict/1762588183 2025-12-04T09:36:31.2196604Z * [new tag] viable/strict/1762593886 -> viable/strict/1762593886 2025-12-04T09:36:31.2196719Z * [new tag] viable/strict/1762650743 -> viable/strict/1762650743 2025-12-04T09:36:31.2196840Z * [new tag] viable/strict/1762653328 -> viable/strict/1762653328 2025-12-04T09:36:31.2196956Z * [new tag] viable/strict/1762659342 -> viable/strict/1762659342 2025-12-04T09:36:31.2197072Z * [new tag] viable/strict/1762662360 -> viable/strict/1762662360 2025-12-04T09:36:31.2197198Z * [new tag] viable/strict/1762667377 -> viable/strict/1762667377 2025-12-04T09:36:31.2197313Z * [new tag] viable/strict/1762671090 -> viable/strict/1762671090 2025-12-04T09:36:31.2197436Z * [new tag] viable/strict/1762680284 -> viable/strict/1762680284 2025-12-04T09:36:31.2197552Z * [new tag] viable/strict/1762683900 -> viable/strict/1762683900 2025-12-04T09:36:31.2197670Z * [new tag] viable/strict/1762705541 -> viable/strict/1762705541 2025-12-04T09:36:31.2197793Z * [new tag] viable/strict/1762709004 -> viable/strict/1762709004 2025-12-04T09:36:31.2197913Z * [new tag] viable/strict/1762746004 -> viable/strict/1762746004 2025-12-04T09:36:31.2198029Z * [new tag] viable/strict/1762748799 -> viable/strict/1762748799 2025-12-04T09:36:31.2198150Z * [new tag] viable/strict/1762759504 -> viable/strict/1762759504 2025-12-04T09:36:31.2198265Z * [new tag] viable/strict/1762760973 -> viable/strict/1762760973 2025-12-04T09:36:31.2198388Z * [new tag] viable/strict/1762775374 -> viable/strict/1762775374 2025-12-04T09:36:31.2198505Z * [new tag] viable/strict/1762777661 -> viable/strict/1762777661 2025-12-04T09:36:31.2198620Z * [new tag] viable/strict/1762779774 -> viable/strict/1762779774 2025-12-04T09:36:31.2198742Z * [new tag] viable/strict/1762781259 -> viable/strict/1762781259 2025-12-04T09:36:31.2198856Z * [new tag] viable/strict/1762793628 -> viable/strict/1762793628 2025-12-04T09:36:31.2198983Z * [new tag] viable/strict/1762800711 -> viable/strict/1762800711 2025-12-04T09:36:31.2199100Z * [new tag] viable/strict/1762809894 -> viable/strict/1762809894 2025-12-04T09:36:31.2199216Z * [new tag] viable/strict/1762811384 -> viable/strict/1762811384 2025-12-04T09:36:31.2199339Z * [new tag] viable/strict/1762813841 -> viable/strict/1762813841 2025-12-04T09:36:31.2199455Z * [new tag] viable/strict/1762815047 -> viable/strict/1762815047 2025-12-04T09:36:31.2199632Z * [new tag] viable/strict/1762817094 -> viable/strict/1762817094 2025-12-04T09:36:31.2199756Z * [new tag] viable/strict/1762818582 -> viable/strict/1762818582 2025-12-04T09:36:31.2199870Z * [new tag] viable/strict/1762821623 -> viable/strict/1762821623 2025-12-04T09:36:31.2199991Z * [new tag] viable/strict/1762823531 -> viable/strict/1762823531 2025-12-04T09:36:31.2200148Z * [new tag] viable/strict/1762849583 -> viable/strict/1762849583 2025-12-04T09:36:31.2200265Z * [new tag] viable/strict/1762851200 -> viable/strict/1762851200 2025-12-04T09:36:31.2200388Z * [new tag] viable/strict/1762854603 -> viable/strict/1762854603 2025-12-04T09:36:31.2200502Z * [new tag] viable/strict/1762858276 -> viable/strict/1762858276 2025-12-04T09:36:31.2200625Z * [new tag] viable/strict/1762860891 -> viable/strict/1762860891 2025-12-04T09:36:31.2200739Z * [new tag] viable/strict/1762866174 -> viable/strict/1762866174 2025-12-04T09:36:31.2200853Z * [new tag] viable/strict/1762867653 -> viable/strict/1762867653 2025-12-04T09:36:31.2200973Z * [new tag] viable/strict/1762872669 -> viable/strict/1762872669 2025-12-04T09:36:31.2201086Z * [new tag] viable/strict/1762878380 -> viable/strict/1762878380 2025-12-04T09:36:31.2201211Z * [new tag] viable/strict/1762889003 -> viable/strict/1762889003 2025-12-04T09:36:31.2201324Z * [new tag] viable/strict/1762890589 -> viable/strict/1762890589 2025-12-04T09:36:31.2201440Z * [new tag] viable/strict/1762892743 -> viable/strict/1762892743 2025-12-04T09:36:31.2201559Z * [new tag] viable/strict/1762894271 -> viable/strict/1762894271 2025-12-04T09:36:31.2201673Z * [new tag] viable/strict/1762896287 -> viable/strict/1762896287 2025-12-04T09:36:31.2201788Z * [new tag] viable/strict/1762915871 -> viable/strict/1762915871 2025-12-04T09:36:31.2201910Z * [new tag] viable/strict/1762918569 -> viable/strict/1762918569 2025-12-04T09:36:31.2202025Z * [new tag] viable/strict/1762919776 -> viable/strict/1762919776 2025-12-04T09:36:31.2202147Z * [new tag] viable/strict/1762923072 -> viable/strict/1762923072 2025-12-04T09:36:31.2202266Z * [new tag] viable/strict/1762928826 -> viable/strict/1762928826 2025-12-04T09:36:31.2202381Z * [new tag] viable/strict/1762930451 -> viable/strict/1762930451 2025-12-04T09:36:31.2202506Z * [new tag] viable/strict/1762933780 -> viable/strict/1762933780 2025-12-04T09:36:31.2202622Z * [new tag] viable/strict/1762937638 -> viable/strict/1762937638 2025-12-04T09:36:31.2202742Z * [new tag] viable/strict/1762939545 -> viable/strict/1762939545 2025-12-04T09:36:31.2202858Z * [new tag] viable/strict/1762962692 -> viable/strict/1762962692 2025-12-04T09:36:31.2202970Z * [new tag] viable/strict/1762979143 -> viable/strict/1762979143 2025-12-04T09:36:31.2203090Z * [new tag] viable/strict/1762984188 -> viable/strict/1762984188 2025-12-04T09:36:31.2203201Z * [new tag] viable/strict/1762986306 -> viable/strict/1762986306 2025-12-04T09:36:31.2203318Z * [new tag] viable/strict/1762989903 -> viable/strict/1762989903 2025-12-04T09:36:31.2203438Z * [new tag] viable/strict/1762991377 -> viable/strict/1762991377 2025-12-04T09:36:31.2203550Z * [new tag] viable/strict/1762998921 -> viable/strict/1762998921 2025-12-04T09:36:31.2203670Z * [new tag] viable/strict/1763002287 -> viable/strict/1763002287 2025-12-04T09:36:31.2203782Z * [new tag] viable/strict/1763016840 -> viable/strict/1763016840 2025-12-04T09:36:31.2203942Z * [new tag] viable/strict/1763020180 -> viable/strict/1763020180 2025-12-04T09:36:31.2204067Z * [new tag] viable/strict/1763027421 -> viable/strict/1763027421 2025-12-04T09:36:31.2204179Z * [new tag] viable/strict/1763031120 -> viable/strict/1763031120 2025-12-04T09:36:31.2204299Z * [new tag] viable/strict/1763036861 -> viable/strict/1763036861 2025-12-04T09:36:31.2204461Z * [new tag] viable/strict/1763038993 -> viable/strict/1763038993 2025-12-04T09:36:31.2204573Z * [new tag] viable/strict/1763054703 -> viable/strict/1763054703 2025-12-04T09:36:31.2204692Z * [new tag] viable/strict/1763067061 -> viable/strict/1763067061 2025-12-04T09:36:31.2204996Z * [new tag] viable/strict/1763070847 -> viable/strict/1763070847 2025-12-04T09:36:31.2205118Z * [new tag] viable/strict/1763072706 -> viable/strict/1763072706 2025-12-04T09:36:31.2205240Z * [new tag] viable/strict/1763076302 -> viable/strict/1763076302 2025-12-04T09:36:31.2205352Z * [new tag] viable/strict/1763080816 -> viable/strict/1763080816 2025-12-04T09:36:31.2205472Z * [new tag] viable/strict/1763082732 -> viable/strict/1763082732 2025-12-04T09:36:31.2205583Z * [new tag] viable/strict/1763085329 -> viable/strict/1763085329 2025-12-04T09:36:31.2205697Z * [new tag] viable/strict/1763088623 -> viable/strict/1763088623 2025-12-04T09:36:31.2205819Z * [new tag] viable/strict/1763091402 -> viable/strict/1763091402 2025-12-04T09:36:31.2205933Z * [new tag] viable/strict/1763092602 -> viable/strict/1763092602 2025-12-04T09:36:31.2206051Z * [new tag] viable/strict/1763094355 -> viable/strict/1763094355 2025-12-04T09:36:31.2206164Z * [new tag] viable/strict/1763099390 -> viable/strict/1763099390 2025-12-04T09:36:31.2206276Z * [new tag] viable/strict/1763101608 -> viable/strict/1763101608 2025-12-04T09:36:31.2206394Z * [new tag] viable/strict/1763105102 -> viable/strict/1763105102 2025-12-04T09:36:31.2206506Z * [new tag] viable/strict/1763112347 -> viable/strict/1763112347 2025-12-04T09:36:31.2206629Z * [new tag] viable/strict/1763119471 -> viable/strict/1763119471 2025-12-04T09:36:31.2206743Z * [new tag] viable/strict/1763126835 -> viable/strict/1763126835 2025-12-04T09:36:31.2206854Z * [new tag] viable/strict/1763149779 -> viable/strict/1763149779 2025-12-04T09:36:31.2206975Z * [new tag] viable/strict/1763164178 -> viable/strict/1763164178 2025-12-04T09:36:31.2207085Z * [new tag] viable/strict/1763167104 -> viable/strict/1763167104 2025-12-04T09:36:31.2207200Z * [new tag] viable/strict/1763169132 -> viable/strict/1763169132 2025-12-04T09:36:31.2207322Z * [new tag] viable/strict/1763171708 -> viable/strict/1763171708 2025-12-04T09:36:31.2207435Z * [new tag] viable/strict/1763174759 -> viable/strict/1763174759 2025-12-04T09:36:31.2207555Z * [new tag] viable/strict/1763180744 -> viable/strict/1763180744 2025-12-04T09:36:31.2207669Z * [new tag] viable/strict/1763182227 -> viable/strict/1763182227 2025-12-04T09:36:31.2207781Z * [new tag] viable/strict/1763184309 -> viable/strict/1763184309 2025-12-04T09:36:31.2207901Z * [new tag] viable/strict/1763187991 -> viable/strict/1763187991 2025-12-04T09:36:31.2208012Z * [new tag] viable/strict/1763191445 -> viable/strict/1763191445 2025-12-04T09:36:31.2208130Z * [new tag] viable/strict/1763195152 -> viable/strict/1763195152 2025-12-04T09:36:31.2208305Z * [new tag] viable/strict/1763205769 -> viable/strict/1763205769 2025-12-04T09:36:31.2208422Z * [new tag] viable/strict/1763246990 -> viable/strict/1763246990 2025-12-04T09:36:31.2208543Z * [new tag] viable/strict/1763261578 -> viable/strict/1763261578 2025-12-04T09:36:31.2208653Z * [new tag] viable/strict/1763286573 -> viable/strict/1763286573 2025-12-04T09:36:31.2208825Z * [new tag] viable/strict/1763292167 -> viable/strict/1763292167 2025-12-04T09:36:31.2208945Z * [new tag] viable/strict/1763333386 -> viable/strict/1763333386 2025-12-04T09:36:31.2209057Z * [new tag] viable/strict/1763340082 -> viable/strict/1763340082 2025-12-04T09:36:31.2209176Z * [new tag] viable/strict/1763364324 -> viable/strict/1763364324 2025-12-04T09:36:31.2209291Z * [new tag] viable/strict/1763371569 -> viable/strict/1763371569 2025-12-04T09:36:31.2209406Z * [new tag] viable/strict/1763373067 -> viable/strict/1763373067 2025-12-04T09:36:31.2209525Z * [new tag] viable/strict/1763375157 -> viable/strict/1763375157 2025-12-04T09:36:31.2209638Z * [new tag] viable/strict/1763382462 -> viable/strict/1763382462 2025-12-04T09:36:31.2209758Z * [new tag] viable/strict/1763394661 -> viable/strict/1763394661 2025-12-04T09:36:31.2209874Z * [new tag] viable/strict/1763396797 -> viable/strict/1763396797 2025-12-04T09:36:31.2209987Z * [new tag] viable/strict/1763398542 -> viable/strict/1763398542 2025-12-04T09:36:31.2210108Z * [new tag] viable/strict/1763401807 -> viable/strict/1763401807 2025-12-04T09:36:31.2210221Z * [new tag] viable/strict/1763414698 -> viable/strict/1763414698 2025-12-04T09:36:31.2210333Z * [new tag] viable/strict/1763419807 -> viable/strict/1763419807 2025-12-04T09:36:31.2210456Z * [new tag] viable/strict/1763426369 -> viable/strict/1763426369 2025-12-04T09:36:31.2210569Z * [new tag] viable/strict/1763428331 -> viable/strict/1763428331 2025-12-04T09:36:31.2210688Z * [new tag] viable/strict/1763430922 -> viable/strict/1763430922 2025-12-04T09:36:31.2210799Z * [new tag] viable/strict/1763434184 -> viable/strict/1763434184 2025-12-04T09:36:31.2210916Z * [new tag] viable/strict/1763439973 -> viable/strict/1763439973 2025-12-04T09:36:31.2211036Z * [new tag] viable/strict/1763444995 -> viable/strict/1763444995 2025-12-04T09:36:31.2211150Z * [new tag] viable/strict/1763447206 -> viable/strict/1763447206 2025-12-04T09:36:31.2211270Z * [new tag] viable/strict/1763448826 -> viable/strict/1763448826 2025-12-04T09:36:31.2211382Z * [new tag] viable/strict/1763450717 -> viable/strict/1763450717 2025-12-04T09:36:31.2211496Z * [new tag] viable/strict/1763452183 -> viable/strict/1763452183 2025-12-04T09:36:31.2211612Z * [new tag] viable/strict/1763457945 -> viable/strict/1763457945 2025-12-04T09:36:31.2211726Z * [new tag] viable/strict/1763459439 -> viable/strict/1763459439 2025-12-04T09:36:31.2211847Z * [new tag] viable/strict/1763461556 -> viable/strict/1763461556 2025-12-04T09:36:31.2211960Z * [new tag] viable/strict/1763463103 -> viable/strict/1763463103 2025-12-04T09:36:31.2212074Z * [new tag] viable/strict/1763465100 -> viable/strict/1763465100 2025-12-04T09:36:31.2212195Z * [new tag] viable/strict/1763468866 -> viable/strict/1763468866 2025-12-04T09:36:31.2212308Z * [new tag] viable/strict/1763493823 -> viable/strict/1763493823 2025-12-04T09:36:31.2212420Z * [new tag] viable/strict/1763496249 -> viable/strict/1763496249 2025-12-04T09:36:31.2212588Z * [new tag] viable/strict/1763502620 -> viable/strict/1763502620 2025-12-04T09:36:31.2212704Z * [new tag] viable/strict/1763504715 -> viable/strict/1763504715 2025-12-04T09:36:31.2212825Z * [new tag] viable/strict/1763506208 -> viable/strict/1763506208 2025-12-04T09:36:31.2212938Z * [new tag] viable/strict/1763520590 -> viable/strict/1763520590 2025-12-04T09:36:31.2213109Z * [new tag] viable/strict/1763523357 -> viable/strict/1763523357 2025-12-04T09:36:31.2213233Z * [new tag] viable/strict/1763529922 -> viable/strict/1763529922 2025-12-04T09:36:31.2213347Z * [new tag] viable/strict/1763531408 -> viable/strict/1763531408 2025-12-04T09:36:31.2213471Z * [new tag] viable/strict/1763533622 -> viable/strict/1763533622 2025-12-04T09:36:31.2213586Z * [new tag] viable/strict/1763538576 -> viable/strict/1763538576 2025-12-04T09:36:31.2213704Z * [new tag] viable/strict/1763545823 -> viable/strict/1763545823 2025-12-04T09:36:31.2213830Z * [new tag] viable/strict/1763547951 -> viable/strict/1763547951 2025-12-04T09:36:31.2213945Z * [new tag] viable/strict/1763551477 -> viable/strict/1763551477 2025-12-04T09:36:31.2214058Z * [new tag] viable/strict/1763552982 -> viable/strict/1763552982 2025-12-04T09:36:31.2214179Z * [new tag] viable/strict/1763594698 -> viable/strict/1763594698 2025-12-04T09:36:31.2214291Z * [new tag] viable/strict/1763596178 -> viable/strict/1763596178 2025-12-04T09:36:31.2214409Z * [new tag] viable/strict/1763599155 -> viable/strict/1763599155 2025-12-04T09:36:31.2214520Z * [new tag] viable/strict/1763603717 -> viable/strict/1763603717 2025-12-04T09:36:31.2214630Z * [new tag] viable/strict/1763606923 -> viable/strict/1763606923 2025-12-04T09:36:31.2214750Z * [new tag] viable/strict/1763609715 -> viable/strict/1763609715 2025-12-04T09:36:31.2214897Z * [new tag] viable/strict/1763612757 -> viable/strict/1763612757 2025-12-04T09:36:31.2215019Z * [new tag] viable/strict/1763616325 -> viable/strict/1763616325 2025-12-04T09:36:31.2215134Z * [new tag] viable/strict/1763623509 -> viable/strict/1763623509 2025-12-04T09:36:31.2215250Z * [new tag] viable/strict/1763624984 -> viable/strict/1763624984 2025-12-04T09:36:31.2215370Z * [new tag] viable/strict/1763628796 -> viable/strict/1763628796 2025-12-04T09:36:31.2215484Z * [new tag] viable/strict/1763634343 -> viable/strict/1763634343 2025-12-04T09:36:31.2215597Z * [new tag] viable/strict/1763635867 -> viable/strict/1763635867 2025-12-04T09:36:31.2215716Z * [new tag] viable/strict/1763639382 -> viable/strict/1763639382 2025-12-04T09:36:31.2215830Z * [new tag] viable/strict/1763646626 -> viable/strict/1763646626 2025-12-04T09:36:31.2215951Z * [new tag] viable/strict/1763655997 -> viable/strict/1763655997 2025-12-04T09:36:31.2216062Z * [new tag] viable/strict/1763659444 -> viable/strict/1763659444 2025-12-04T09:36:31.2216175Z * [new tag] viable/strict/1763660992 -> viable/strict/1763660992 2025-12-04T09:36:31.2216299Z * [new tag] viable/strict/1763663201 -> viable/strict/1763663201 2025-12-04T09:36:31.2216411Z * [new tag] viable/strict/1763670362 -> viable/strict/1763670362 2025-12-04T09:36:31.2216530Z * [new tag] viable/strict/1763675378 -> viable/strict/1763675378 2025-12-04T09:36:31.2216641Z * [new tag] viable/strict/1763693343 -> viable/strict/1763693343 2025-12-04T09:36:31.2216752Z * [new tag] viable/strict/1763696088 -> viable/strict/1763696088 2025-12-04T09:36:31.2216931Z * [new tag] viable/strict/1763697343 -> viable/strict/1763697343 2025-12-04T09:36:31.2217046Z * [new tag] viable/strict/1763699165 -> viable/strict/1763699165 2025-12-04T09:36:31.2217166Z * [new tag] viable/strict/1763700660 -> viable/strict/1763700660 2025-12-04T09:36:31.2217280Z * [new tag] viable/strict/1763704209 -> viable/strict/1763704209 2025-12-04T09:36:31.2217448Z * [new tag] viable/strict/1763706411 -> viable/strict/1763706411 2025-12-04T09:36:31.2217567Z * [new tag] viable/strict/1763708082 -> viable/strict/1763708082 2025-12-04T09:36:31.2217682Z * [new tag] viable/strict/1763711381 -> viable/strict/1763711381 2025-12-04T09:36:31.2217796Z * [new tag] viable/strict/1763713593 -> viable/strict/1763713593 2025-12-04T09:36:31.2217917Z * [new tag] viable/strict/1763715201 -> viable/strict/1763715201 2025-12-04T09:36:31.2218036Z * [new tag] viable/strict/1763733017 -> viable/strict/1763733017 2025-12-04T09:36:31.2218157Z * [new tag] viable/strict/1763735108 -> viable/strict/1763735108 2025-12-04T09:36:31.2218273Z * [new tag] viable/strict/1763749579 -> viable/strict/1763749579 2025-12-04T09:36:31.2218387Z * [new tag] viable/strict/1763751113 -> viable/strict/1763751113 2025-12-04T09:36:31.2218511Z * [new tag] viable/strict/1763753035 -> viable/strict/1763753035 2025-12-04T09:36:31.2218624Z * [new tag] viable/strict/1763754578 -> viable/strict/1763754578 2025-12-04T09:36:31.2218744Z * [new tag] viable/strict/1763756748 -> viable/strict/1763756748 2025-12-04T09:36:31.2218857Z * [new tag] viable/strict/1763758205 -> viable/strict/1763758205 2025-12-04T09:36:31.2218970Z * [new tag] viable/strict/1763764050 -> viable/strict/1763764050 2025-12-04T09:36:31.2219093Z * [new tag] viable/strict/1763771887 -> viable/strict/1763771887 2025-12-04T09:36:31.2219207Z * [new tag] viable/strict/1763773920 -> viable/strict/1763773920 2025-12-04T09:36:31.2219319Z * [new tag] viable/strict/1763776501 -> viable/strict/1763776501 2025-12-04T09:36:31.2219437Z * [new tag] viable/strict/1763779437 -> viable/strict/1763779437 2025-12-04T09:36:31.2219554Z * [new tag] viable/strict/1763781038 -> viable/strict/1763781038 2025-12-04T09:36:31.2219676Z * [new tag] viable/strict/1763782245 -> viable/strict/1763782245 2025-12-04T09:36:31.2219785Z * [new tag] viable/strict/1763785568 -> viable/strict/1763785568 2025-12-04T09:36:31.2219897Z * [new tag] viable/strict/1763787006 -> viable/strict/1763787006 2025-12-04T09:36:31.2220015Z * [new tag] viable/strict/1763789103 -> viable/strict/1763789103 2025-12-04T09:36:31.2220129Z * [new tag] viable/strict/1763790578 -> viable/strict/1763790578 2025-12-04T09:36:31.2220251Z * [new tag] viable/strict/1763796275 -> viable/strict/1763796275 2025-12-04T09:36:31.2220364Z * [new tag] viable/strict/1763801465 -> viable/strict/1763801465 2025-12-04T09:36:31.2220476Z * [new tag] viable/strict/1763803522 -> viable/strict/1763803522 2025-12-04T09:36:31.2220600Z * [new tag] viable/strict/1763808581 -> viable/strict/1763808581 2025-12-04T09:36:31.2220710Z * [new tag] viable/strict/1763840977 -> viable/strict/1763840977 2025-12-04T09:36:31.2220822Z * [new tag] viable/strict/1763846659 -> viable/strict/1763846659 2025-12-04T09:36:31.2220942Z * [new tag] viable/strict/1763872065 -> viable/strict/1763872065 2025-12-04T09:36:31.2221054Z * [new tag] viable/strict/1763873648 -> viable/strict/1763873648 2025-12-04T09:36:31.2221220Z * [new tag] viable/strict/1763875506 -> viable/strict/1763875506 2025-12-04T09:36:31.2221338Z * [new tag] viable/strict/1763889904 -> viable/strict/1763889904 2025-12-04T09:36:31.2221452Z * [new tag] viable/strict/1763930999 -> viable/strict/1763930999 2025-12-04T09:36:31.2221575Z * [new tag] viable/strict/1763944964 -> viable/strict/1763944964 2025-12-04T09:36:31.2221738Z * [new tag] viable/strict/1763958474 -> viable/strict/1763958474 2025-12-04T09:36:31.2221861Z * [new tag] viable/strict/1763967263 -> viable/strict/1763967263 2025-12-04T09:36:31.2221972Z * [new tag] viable/strict/1763972803 -> viable/strict/1763972803 2025-12-04T09:36:31.2222085Z * [new tag] viable/strict/1763976376 -> viable/strict/1763976376 2025-12-04T09:36:31.2222206Z * [new tag] viable/strict/1763989404 -> viable/strict/1763989404 2025-12-04T09:36:31.2222322Z * [new tag] viable/strict/1763990887 -> viable/strict/1763990887 2025-12-04T09:36:31.2222444Z * [new tag] viable/strict/1764019919 -> viable/strict/1764019919 2025-12-04T09:36:31.2222557Z * [new tag] viable/strict/1764023134 -> viable/strict/1764023134 2025-12-04T09:36:31.2222667Z * [new tag] viable/strict/1764024593 -> viable/strict/1764024593 2025-12-04T09:36:31.2222789Z * [new tag] viable/strict/1764026706 -> viable/strict/1764026706 2025-12-04T09:36:31.2222904Z * [new tag] viable/strict/1764031139 -> viable/strict/1764031139 2025-12-04T09:36:31.2223015Z * [new tag] viable/strict/1764033131 -> viable/strict/1764033131 2025-12-04T09:36:31.2223137Z * [new tag] viable/strict/1764035725 -> viable/strict/1764035725 2025-12-04T09:36:31.2223251Z * [new tag] viable/strict/1764624265 -> viable/strict/1764624265 2025-12-04T09:36:31.2223373Z * [new tag] viable/strict/1764631514 -> viable/strict/1764631514 2025-12-04T09:36:31.2223486Z * [new tag] viable/strict/1764632987 -> viable/strict/1764632987 2025-12-04T09:36:31.2223597Z * [new tag] viable/strict/1764636063 -> viable/strict/1764636063 2025-12-04T09:36:31.2223716Z * [new tag] viable/strict/1764643975 -> viable/strict/1764643975 2025-12-04T09:36:31.2223832Z * [new tag] viable/strict/1764646859 -> viable/strict/1764646859 2025-12-04T09:36:31.2223952Z * [new tag] viable/strict/1764653120 -> viable/strict/1764653120 2025-12-04T09:36:31.2224066Z * [new tag] viable/strict/1764654632 -> viable/strict/1764654632 2025-12-04T09:36:31.2224180Z * [new tag] viable/strict/1764656821 -> viable/strict/1764656821 2025-12-04T09:36:31.2224302Z * [new tag] viable/strict/1764658557 -> viable/strict/1764658557 2025-12-04T09:36:31.2224417Z * [new tag] viable/strict/1764660333 -> viable/strict/1764660333 2025-12-04T09:36:31.2224531Z * [new tag] viable/strict/1764661812 -> viable/strict/1764661812 2025-12-04T09:36:31.2224652Z * [new tag] viable/strict/1764664023 -> viable/strict/1764664023 2025-12-04T09:36:31.2224776Z * [new tag] viable/strict/1764669150 -> viable/strict/1764669150 2025-12-04T09:36:31.2224935Z * [new tag] viable/strict/1764680709 -> viable/strict/1764680709 2025-12-04T09:36:31.2225050Z * [new tag] viable/strict/1764687619 -> viable/strict/1764687619 2025-12-04T09:36:31.2225165Z * [new tag] viable/strict/1764696355 -> viable/strict/1764696355 2025-12-04T09:36:31.2225287Z * [new tag] viable/strict/1764701767 -> viable/strict/1764701767 2025-12-04T09:36:31.2225401Z * [new tag] viable/strict/1764710768 -> viable/strict/1764710768 2025-12-04T09:36:31.2225576Z * [new tag] viable/strict/1764716202 -> viable/strict/1764716202 2025-12-04T09:36:31.2225693Z * [new tag] viable/strict/1764793566 -> viable/strict/1764793566 2025-12-04T09:36:31.2225803Z * [new tag] viable/strict/1764797093 -> viable/strict/1764797093 2025-12-04T09:36:31.2225926Z * [new tag] viable/strict/1764800729 -> viable/strict/1764800729 2025-12-04T09:36:31.2226093Z * [new tag] whc_flight_1 -> whc_flight_1 2025-12-04T09:36:31.2226192Z * [new tag] whc_flight_2 -> whc_flight_2 2025-12-04T09:36:31.2226296Z * [new tag] whc_flight_4 -> whc_flight_4 2025-12-04T09:36:31.6515439Z [command]/usr/bin/git rev-parse --verify --quiet ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32^{object} 2025-12-04T09:36:31.6545222Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:36:31.6560279Z ##[endgroup] 2025-12-04T09:36:31.6562307Z ##[group]Determining the checkout info 2025-12-04T09:36:31.6562652Z ##[endgroup] 2025-12-04T09:36:31.6562833Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T09:36:31.7508181Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T09:36:31.7585636Z ##[group]Checking out the ref 2025-12-04T09:36:31.7585993Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:36:32.7791203Z Updating files: 47% (9632/20121) 2025-12-04T09:36:32.7807251Z Updating files: 48% (9659/20121) 2025-12-04T09:36:32.7829539Z Updating files: 49% (9860/20121) 2025-12-04T09:36:32.7849770Z Updating files: 50% (10061/20121) 2025-12-04T09:36:32.7869149Z Updating files: 51% (10262/20121) 2025-12-04T09:36:32.7892270Z Updating files: 52% (10463/20121) 2025-12-04T09:36:32.7911400Z Updating files: 53% (10665/20121) 2025-12-04T09:36:32.7931554Z Updating files: 54% (10866/20121) 2025-12-04T09:36:32.9283163Z Updating files: 55% (11067/20121) 2025-12-04T09:36:32.9301602Z Updating files: 56% (11268/20121) 2025-12-04T09:36:32.9319365Z Updating files: 57% (11469/20121) 2025-12-04T09:36:32.9336414Z Updating files: 58% (11671/20121) 2025-12-04T09:36:32.9355204Z Updating files: 59% (11872/20121) 2025-12-04T09:36:32.9372462Z Updating files: 60% (12073/20121) 2025-12-04T09:36:32.9393067Z Updating files: 61% (12274/20121) 2025-12-04T09:36:32.9414233Z Updating files: 62% (12476/20121) 2025-12-04T09:36:32.9436654Z Updating files: 63% (12677/20121) 2025-12-04T09:36:32.9456910Z Updating files: 64% (12878/20121) 2025-12-04T09:36:32.9483773Z Updating files: 65% (13079/20121) 2025-12-04T09:36:32.9684895Z Updating files: 66% (13280/20121) 2025-12-04T09:36:32.9704299Z Updating files: 67% (13482/20121) 2025-12-04T09:36:32.9767123Z Updating files: 68% (13683/20121) 2025-12-04T09:36:32.9969919Z Updating files: 69% (13884/20121) 2025-12-04T09:36:33.0232535Z Updating files: 70% (14085/20121) 2025-12-04T09:36:33.0250417Z Updating files: 71% (14286/20121) 2025-12-04T09:36:33.0281458Z Updating files: 72% (14488/20121) 2025-12-04T09:36:33.0408298Z Updating files: 73% (14689/20121) 2025-12-04T09:36:33.0588797Z Updating files: 74% (14890/20121) 2025-12-04T09:36:33.1012255Z Updating files: 75% (15091/20121) 2025-12-04T09:36:33.1108201Z Updating files: 76% (15292/20121) 2025-12-04T09:36:33.1190053Z Updating files: 77% (15494/20121) 2025-12-04T09:36:33.1337958Z Updating files: 78% (15695/20121) 2025-12-04T09:36:33.1537823Z Updating files: 79% (15896/20121) 2025-12-04T09:36:33.1783866Z Updating files: 80% (16097/20121) 2025-12-04T09:36:33.1997390Z Updating files: 81% (16299/20121) 2025-12-04T09:36:33.2155908Z Updating files: 82% (16500/20121) 2025-12-04T09:36:33.2253359Z Updating files: 83% (16701/20121) 2025-12-04T09:36:33.2343077Z Updating files: 84% (16902/20121) 2025-12-04T09:36:33.2451161Z Updating files: 85% (17103/20121) 2025-12-04T09:36:33.2557281Z Updating files: 86% (17305/20121) 2025-12-04T09:36:33.2646631Z Updating files: 87% (17506/20121) 2025-12-04T09:36:33.2715697Z Updating files: 88% (17707/20121) 2025-12-04T09:36:33.2805769Z Updating files: 89% (17908/20121) 2025-12-04T09:36:33.2924663Z Updating files: 90% (18109/20121) 2025-12-04T09:36:33.2994928Z Updating files: 91% (18311/20121) 2025-12-04T09:36:33.3098630Z Updating files: 92% (18512/20121) 2025-12-04T09:36:33.3231627Z Updating files: 93% (18713/20121) 2025-12-04T09:36:33.3389311Z Updating files: 94% (18914/20121) 2025-12-04T09:36:33.3518606Z Updating files: 95% (19115/20121) 2025-12-04T09:36:33.3633334Z Updating files: 96% (19317/20121) 2025-12-04T09:36:33.3755661Z Updating files: 97% (19518/20121) 2025-12-04T09:36:33.3988736Z Updating files: 98% (19719/20121) 2025-12-04T09:36:33.4122566Z Updating files: 99% (19920/20121) 2025-12-04T09:36:33.4124743Z Updating files: 100% (20121/20121) 2025-12-04T09:36:33.4125097Z Updating files: 100% (20121/20121), done. 2025-12-04T09:36:33.4338653Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T09:36:33.4343153Z 2025-12-04T09:36:33.4346299Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T09:36:33.4346778Z changes and commit them, and you can discard any commits you make in this 2025-12-04T09:36:33.4347136Z state without impacting any branches by switching back to a branch. 2025-12-04T09:36:33.4347337Z 2025-12-04T09:36:33.4347482Z If you want to create a new branch to retain commits you create, you may 2025-12-04T09:36:33.4347815Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T09:36:33.4347999Z 2025-12-04T09:36:33.4348089Z git switch -c 2025-12-04T09:36:33.4348231Z 2025-12-04T09:36:33.4348314Z Or undo this operation with: 2025-12-04T09:36:33.4348442Z 2025-12-04T09:36:33.4348511Z git switch - 2025-12-04T09:36:33.4348598Z 2025-12-04T09:36:33.4348745Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T09:36:33.4348946Z 2025-12-04T09:36:33.4349102Z HEAD is now at ffd9b0fb435 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T09:36:33.4432471Z ##[endgroup] 2025-12-04T09:36:33.4434206Z ##[group]Setting up auth for fetching submodules 2025-12-04T09:36:33.4434686Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:36:33.4478195Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-12-04T09:36:33.4503341Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-12-04T09:36:33.4535299Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-12-04T09:36:33.4556112Z ##[endgroup] 2025-12-04T09:36:33.4556497Z ##[group]Fetching submodules 2025-12-04T09:36:33.4562204Z [command]/usr/bin/git submodule sync --recursive 2025-12-04T09:36:33.4819689Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-12-04T09:36:33.5046009Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-12-04T09:36:33.5051064Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-12-04T09:36:33.5056194Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-12-04T09:36:33.5058438Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-12-04T09:36:33.5059013Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-12-04T09:36:33.5067646Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-12-04T09:36:33.5073275Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-12-04T09:36:33.5076322Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-12-04T09:36:33.5076943Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-12-04T09:36:33.5081771Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-12-04T09:36:33.5083350Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-12-04T09:36:33.5083869Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-12-04T09:36:33.5089048Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-12-04T09:36:33.5091352Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-12-04T09:36:33.5091987Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-12-04T09:36:33.5098274Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-12-04T09:36:33.5100566Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-12-04T09:36:33.5101137Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-12-04T09:36:33.5103946Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:36:33.5104480Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-12-04T09:36:33.5108963Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-12-04T09:36:33.5111616Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-12-04T09:36:33.5115070Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-12-04T09:36:33.5120943Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-12-04T09:36:33.5123341Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-12-04T09:36:33.5123879Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-12-04T09:36:33.5128755Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-12-04T09:36:33.5130255Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-12-04T09:36:33.5133801Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-12-04T09:36:33.5139575Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-12-04T09:36:33.5141786Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-12-04T09:36:33.5142443Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-12-04T09:36:33.5149331Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-12-04T09:36:33.5151944Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-12-04T09:36:33.5157527Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-12-04T09:36:33.5159662Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-12-04T09:36:33.5165117Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-12-04T09:36:33.5193936Z Cloning into '/home/eve/_work/pytorch/pytorch/android/libs/fbjni'... 2025-12-04T09:36:34.7542982Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/FP16'... 2025-12-04T09:36:35.2972851Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/FXdiv'... 2025-12-04T09:36:35.7553798Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/NNPACK'... 2025-12-04T09:36:36.2113895Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/NVTX'... 2025-12-04T09:36:37.2948181Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-12-04T09:36:39.0867480Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-12-04T09:36:50.7514447Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/aiter'... 2025-12-04T09:37:00.3191674Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/benchmark'... 2025-12-04T09:37:01.7304006Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-12-04T09:37:06.7056147Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-12-04T09:37:10.1267405Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-12-04T09:37:10.9010111Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-12-04T09:37:12.3956931Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/cutlass'... 2025-12-04T09:37:15.4653063Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm'... 2025-12-04T09:37:46.3216342Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/flash-attention'... 2025-12-04T09:37:47.6069061Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-12-04T09:37:49.1474472Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fmt'... 2025-12-04T09:37:50.5647988Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-12-04T09:37:51.0959828Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/gloo'... 2025-12-04T09:37:51.6413685Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/googletest'... 2025-12-04T09:37:52.7800888Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/ideep'... 2025-12-04T09:37:53.3159200Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/ittapi'... 2025-12-04T09:37:54.0547409Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto'... 2025-12-04T09:37:55.4098600Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kleidiai'... 2025-12-04T09:37:56.1065677Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/mimalloc'... 2025-12-04T09:37:57.2012704Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/nlohmann'... 2025-12-04T09:38:03.4070204Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/onnx'... 2025-12-04T09:38:05.9626725Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-12-04T09:38:11.3092547Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/pocketfft'... 2025-12-04T09:38:12.4388302Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/protobuf'... 2025-12-04T09:38:21.3861791Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/psimd'... 2025-12-04T09:38:21.7662120Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-12-04T09:38:22.2249939Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/pybind11'... 2025-12-04T09:38:23.3317051Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-12-04T09:38:23.8371461Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/sleef'... 2025-12-04T09:38:25.0515222Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-12-04T09:38:25.7928147Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-12-04T09:38:25.8022559Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-12-04T09:38:25.8096655Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-12-04T09:38:25.8266754Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-12-04T09:38:25.8898874Z Submodule path 'third_party/NVTX': checked out '3ebbc93ded7285963bff932c678fa367eb393ba6' 2025-12-04T09:38:25.9309587Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-12-04T09:38:26.4214571Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-12-04T09:38:26.5648628Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-12-04T09:38:26.5667095Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:38:26.5688126Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-12-04T09:38:31.6342638Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-12-04T09:38:31.6541683Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-12-04T09:38:31.8960973Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:38:31.9339103Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-12-04T09:38:32.0104494Z Submodule path 'third_party/cpuinfo': checked out 'f858c30bcb16f8effd5ff46996f0514539e17abc' 2025-12-04T09:38:32.0483024Z Submodule path 'third_party/cudnn_frontend': checked out '0b1577c8c83401237d601d0d0db5210506705396' 2025-12-04T09:38:32.5223913Z Submodule path 'third_party/cutlass': checked out 'f88806b1e31dfa579842638740216dd41fc6c588' 2025-12-04T09:38:32.6277199Z Submodule path 'third_party/fbgemm': checked out 'c0b988d39a9e47c794d699f29930ed4d7c7e13a4' 2025-12-04T09:38:32.6294185Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-12-04T09:38:32.6298638Z Submodule 'external/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:38:32.6299606Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:38:32.6300136Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-12-04T09:38:32.6305686Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-12-04T09:38:32.6310271Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:38:32.6311706Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-12-04T09:38:32.6337961Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-12-04T09:38:33.9128421Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-12-04T09:38:38.6059618Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-12-04T09:38:39.3938753Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-12-04T09:38:41.7039033Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-12-04T09:38:42.8337962Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-12-04T09:38:43.2870166Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-12-04T09:38:49.8066543Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-12-04T09:38:50.0409236Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:38:50.1197558Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-12-04T09:38:50.5864278Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '98125ce499b0fdf7ffbe0e3052f5b8709f4840f8' 2025-12-04T09:38:50.6225467Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:38:50.6326340Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-12-04T09:38:50.7100400Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-12-04T09:38:50.7609928Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-12-04T09:38:50.7628827Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:38:50.7633473Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:38:50.7655199Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-12-04T09:38:55.5192093Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-12-04T09:38:58.0580247Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-12-04T09:38:58.4798272Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-12-04T09:38:58.5821713Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-12-04T09:38:58.6076226Z Submodule path 'third_party/fmt': checked out '407c905e45ad75fc29bf0f9bb7c5c2fd3475976f' 2025-12-04T09:38:58.6394396Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-12-04T09:38:58.6573667Z Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341' 2025-12-04T09:38:58.6922867Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:38:58.7030987Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-12-04T09:38:58.7043441Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-12-04T09:38:58.7065484Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-12-04T09:39:14.3981576Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-12-04T09:39:14.4137476Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-12-04T09:39:14.4886408Z Submodule path 'third_party/kineto': checked out '31f85df8fbd89c188f14ef10f1ec65379786b943' 2025-12-04T09:39:14.4903187Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:39:14.4907918Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:39:14.4912654Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:39:14.4931176Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-12-04T09:39:15.1933714Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-12-04T09:39:17.3791526Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-12-04T09:39:18.5982789Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1' 2025-12-04T09:39:18.5998026Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:39:18.6004117Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:39:18.6005420Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:39:18.6006481Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:39:18.6007439Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:39:18.6008095Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:39:18.6009075Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:39:18.6011334Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:39:18.6014853Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:39:18.6039464Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-12-04T09:39:20.6232041Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-12-04T09:39:21.1617385Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-12-04T09:39:22.6028980Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-12-04T09:39:23.1127540Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-12-04T09:39:25.2116075Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-12-04T09:39:26.2729894Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-12-04T09:39:48.0478580Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-12-04T09:39:48.4867158Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp'... 2025-12-04T09:39:49.4028057Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-12-04T09:39:49.4175431Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-12-04T09:39:49.4470643Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-12-04T09:39:49.4577673Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-12-04T09:39:49.4593419Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:39:49.4616734Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-12-04T09:39:49.9800508Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-12-04T09:39:49.9962996Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-12-04T09:39:50.0356634Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:39:50.1164055Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-12-04T09:39:50.1305321Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-12-04T09:39:50.1437975Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a' 2025-12-04T09:39:50.1453052Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:39:50.1459720Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:39:50.1482451Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-12-04T09:39:52.4618046Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest'... 2025-12-04T09:39:53.7534692Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159' 2025-12-04T09:39:53.7886922Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:39:53.8295075Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-12-04T09:39:53.8662769Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:39:53.9054064Z Submodule path 'third_party/kleidiai': checked out 'd7770c89632329a9914ef1a90289917597639cbe' 2025-12-04T09:39:53.9342387Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-12-04T09:39:54.0123794Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-12-04T09:39:54.2887640Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-12-04T09:39:54.2924688Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-12-04T09:39:54.2953756Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-12-04T09:40:01.2699559Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-12-04T09:40:01.3159712Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-12-04T09:40:01.3175568Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:40:01.3181663Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:40:01.3182372Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:40:01.3187319Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:40:01.3188847Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:40:01.3190121Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:40:01.3195886Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:40:01.3196676Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:40:01.3223710Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-12-04T09:40:04.2887893Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-12-04T09:40:05.8105956Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-12-04T09:40:06.4567583Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-12-04T09:40:12.6348518Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-12-04T09:40:13.9581488Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-12-04T09:40:14.7785525Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-12-04T09:40:15.2403053Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-12-04T09:41:35.0706449Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-12-04T09:41:35.1017267Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-12-04T09:41:35.1147869Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-12-04T09:41:35.1921727Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-12-04T09:41:35.2024485Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-12-04T09:41:35.2133169Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-12-04T09:41:35.2243238Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-12-04T09:41:35.2254349Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:41:35.2259590Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:41:35.2280494Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-12-04T09:41:37.3721968Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-12-04T09:41:38.6291325Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-12-04T09:41:38.6648331Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:41:38.9472250Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-12-04T09:41:38.9575840Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-12-04T09:41:39.1568502Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-12-04T09:41:39.1585670Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:41:39.1590471Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-12-04T09:41:39.1614154Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-12-04T09:41:39.9847785Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-12-04T09:41:41.1341066Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-12-04T09:41:41.1885527Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-12-04T09:41:41.1959918Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-12-04T09:41:41.2052008Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-12-04T09:41:41.2355655Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-12-04T09:41:41.2572676Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-12-04T09:41:41.2897571Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-12-04T09:41:41.3081855Z Submodule path 'third_party/tensorpipe': checked out '2b4cd91092d335a697416b2a3cb398283246849d' 2025-12-04T09:41:41.3095678Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:41:41.3100129Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:41:41.3101662Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:41:41.3102278Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:41:41.3122814Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-12-04T09:41:52.2312803Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-12-04T09:41:52.8733641Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-12-04T09:42:05.9510518Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-12-04T09:42:08.0342068Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-12-04T09:42:08.0456502Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-12-04T09:42:08.1008371Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-12-04T09:42:08.1224089Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-12-04T09:42:08.1238630Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:08.1258481Z Cloning into '/home/eve/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-12-04T09:42:08.7598921Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-12-04T09:42:08.7644504Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-12-04T09:42:08.7864067Z Entering 'android/libs/fbjni' 2025-12-04T09:42:08.7901702Z Entering 'third_party/FP16' 2025-12-04T09:42:08.7931584Z Entering 'third_party/FXdiv' 2025-12-04T09:42:08.7964250Z Entering 'third_party/NNPACK' 2025-12-04T09:42:08.7992442Z Entering 'third_party/NVTX' 2025-12-04T09:42:08.8023795Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:08.8055619Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:08.8099037Z Entering 'third_party/aiter' 2025-12-04T09:42:08.8130912Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:08.8168347Z Entering 'third_party/benchmark' 2025-12-04T09:42:08.8195120Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:08.8231108Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:08.8264776Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:08.8294604Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:08.8323942Z Entering 'third_party/cutlass' 2025-12-04T09:42:08.8365824Z Entering 'third_party/fbgemm' 2025-12-04T09:42:08.8395228Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:08.8435308Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:08.8469835Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:08.8504924Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:08.8539694Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:08.8569356Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:08.8602895Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:08.8637990Z Entering 'third_party/flash-attention' 2025-12-04T09:42:08.8670593Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:08.8709379Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:08.8751583Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:08.8786651Z Entering 'third_party/fmt' 2025-12-04T09:42:08.8815035Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:08.8845004Z Entering 'third_party/gloo' 2025-12-04T09:42:08.8875173Z Entering 'third_party/googletest' 2025-12-04T09:42:08.8908537Z Entering 'third_party/ideep' 2025-12-04T09:42:08.8943889Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:08.8982644Z Entering 'third_party/ittapi' 2025-12-04T09:42:08.9015340Z Entering 'third_party/kineto' 2025-12-04T09:42:08.9045333Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:08.9078238Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:08.9114647Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:08.9147583Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:08.9177305Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:08.9213075Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:08.9251109Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:08.9281582Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:08.9312440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:08.9347585Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:08.9377138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:08.9406732Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:08.9439507Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:08.9470981Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:08.9503712Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:08.9538354Z Entering 'third_party/kleidiai' 2025-12-04T09:42:08.9571628Z Entering 'third_party/mimalloc' 2025-12-04T09:42:08.9603428Z Entering 'third_party/nlohmann' 2025-12-04T09:42:08.9646897Z Entering 'third_party/onnx' 2025-12-04T09:42:08.9687415Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:08.9729128Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:08.9763334Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:08.9796900Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:08.9832073Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:08.9863117Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:08.9891579Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:08.9922799Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:08.9957126Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:08.9989477Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:09.0021139Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:09.0056686Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:09.0106172Z Entering 'third_party/pocketfft' 2025-12-04T09:42:09.0139467Z Entering 'third_party/protobuf' 2025-12-04T09:42:09.0173806Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:09.0203155Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:09.0237973Z Entering 'third_party/psimd' 2025-12-04T09:42:09.0267776Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:09.0306037Z Entering 'third_party/pybind11' 2025-12-04T09:42:09.0340473Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:09.0371469Z Entering 'third_party/sleef' 2025-12-04T09:42:09.0404058Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:09.0438271Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:09.0465445Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:09.0498881Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:09.0529999Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:09.0560938Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:09.0599918Z ##[endgroup] 2025-12-04T09:42:09.0600656Z ##[group]Persisting credentials for submodules 2025-12-04T09:42:09.0609399Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-12-04T09:42:09.0828470Z Entering 'android/libs/fbjni' 2025-12-04T09:42:09.0871524Z Entering 'third_party/FP16' 2025-12-04T09:42:09.0912247Z Entering 'third_party/FXdiv' 2025-12-04T09:42:09.0949147Z Entering 'third_party/NNPACK' 2025-12-04T09:42:09.0985323Z Entering 'third_party/NVTX' 2025-12-04T09:42:09.1021425Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:09.1061444Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:09.1105323Z Entering 'third_party/aiter' 2025-12-04T09:42:09.1141172Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:09.1185320Z Entering 'third_party/benchmark' 2025-12-04T09:42:09.1225634Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:09.1270245Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:09.1304480Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:09.1337702Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:09.1376100Z Entering 'third_party/cutlass' 2025-12-04T09:42:09.1423405Z Entering 'third_party/fbgemm' 2025-12-04T09:42:09.1462316Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:09.1497308Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:09.1538031Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:09.1577550Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:09.1616664Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:09.1655683Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:09.1686251Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:09.1726142Z Entering 'third_party/flash-attention' 2025-12-04T09:42:09.1765513Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:09.1812636Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:09.1858222Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:09.1902541Z Entering 'third_party/fmt' 2025-12-04T09:42:09.1939466Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:09.1976272Z Entering 'third_party/gloo' 2025-12-04T09:42:09.2010340Z Entering 'third_party/googletest' 2025-12-04T09:42:09.2048070Z Entering 'third_party/ideep' 2025-12-04T09:42:09.2081540Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:09.2123658Z Entering 'third_party/ittapi' 2025-12-04T09:42:09.2161598Z Entering 'third_party/kineto' 2025-12-04T09:42:09.2200492Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:09.2235689Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:09.2273013Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:09.2306273Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:09.2343700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:09.2376776Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:09.2416273Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:09.2450072Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:09.2488341Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:09.2528702Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:09.2562974Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:09.2596960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:09.2640768Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:09.2681429Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:09.2717484Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:09.2757866Z Entering 'third_party/kleidiai' 2025-12-04T09:42:09.2798609Z Entering 'third_party/mimalloc' 2025-12-04T09:42:09.2833323Z Entering 'third_party/nlohmann' 2025-12-04T09:42:09.2872226Z Entering 'third_party/onnx' 2025-12-04T09:42:09.2925781Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:09.2962362Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:09.3001274Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:09.3035247Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:09.3068233Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:09.3101155Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:09.3142335Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:09.3178211Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:09.3214552Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:09.3248229Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:09.3284664Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:09.3323937Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:09.3382865Z Entering 'third_party/pocketfft' 2025-12-04T09:42:09.3422502Z Entering 'third_party/protobuf' 2025-12-04T09:42:09.3461102Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:09.3497079Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:09.3537777Z Entering 'third_party/psimd' 2025-12-04T09:42:09.3581407Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:09.3622371Z Entering 'third_party/pybind11' 2025-12-04T09:42:09.3661410Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:09.3701583Z Entering 'third_party/sleef' 2025-12-04T09:42:09.3741813Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:09.3781012Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:09.3817346Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:09.3854326Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:09.3894568Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:09.3931318Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:09.3991498Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-12-04T09:42:09.4204401Z Entering 'android/libs/fbjni' 2025-12-04T09:42:09.4247284Z file:/home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:42:09.4263049Z Entering 'third_party/FP16' 2025-12-04T09:42:09.4293812Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:42:09.4313311Z Entering 'third_party/FXdiv' 2025-12-04T09:42:09.4341080Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:42:09.4356815Z Entering 'third_party/NNPACK' 2025-12-04T09:42:09.4386251Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:42:09.4396831Z Entering 'third_party/NVTX' 2025-12-04T09:42:09.4437241Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:42:09.4457071Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:09.4493371Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:42:09.4509685Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:09.4539620Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:42:09.4571348Z Entering 'third_party/aiter' 2025-12-04T09:42:09.4607916Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:42:09.4623372Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:09.4655072Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:42:09.4677004Z Entering 'third_party/benchmark' 2025-12-04T09:42:09.4710625Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:09.4728964Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:09.4767983Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:42:09.4793119Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:09.4830354Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:42:09.4847982Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:09.4883154Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:42:09.4901522Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:09.4932608Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:42:09.4955058Z Entering 'third_party/cutlass' 2025-12-04T09:42:09.4986148Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:42:09.5007381Z Entering 'third_party/fbgemm' 2025-12-04T09:42:09.5040605Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:42:09.5060967Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:09.5092984Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:42:09.5107615Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:09.5136720Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:42:09.5160008Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:09.5192274Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:42:09.5213438Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:09.5243150Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:42:09.5268569Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:09.5299545Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:42:09.5315520Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:09.5354137Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:42:09.5369397Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:09.5400914Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:42:09.5417527Z Entering 'third_party/flash-attention' 2025-12-04T09:42:09.5448363Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:42:09.5466821Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:09.5505325Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:42:09.5525011Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:09.5558119Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:42:09.5583291Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:09.5616802Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:42:09.5636041Z Entering 'third_party/fmt' 2025-12-04T09:42:09.5672512Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:42:09.5686156Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:09.5721250Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:42:09.5739247Z Entering 'third_party/gloo' 2025-12-04T09:42:09.5773050Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:42:09.5788435Z Entering 'third_party/googletest' 2025-12-04T09:42:09.5825569Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:09.5839673Z Entering 'third_party/ideep' 2025-12-04T09:42:09.5870378Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:42:09.5884132Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:09.5917720Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:42:09.5937756Z Entering 'third_party/ittapi' 2025-12-04T09:42:09.5970310Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:42:09.5990269Z Entering 'third_party/kineto' 2025-12-04T09:42:09.6024569Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:42:09.6038757Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:09.6071764Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:42:09.6086117Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:09.6119028Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:42:09.6136392Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:09.6169206Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:42:09.6183668Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:09.6213450Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:42:09.6228143Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:09.6256057Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:42:09.6267623Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:09.6299603Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:42:09.6315983Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:09.6345211Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:42:09.6361857Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:09.6391944Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:09.6410277Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:09.6442943Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:42:09.6460191Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:09.6493705Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:42:09.6510246Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:09.6541233Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:42:09.6552297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:09.6590344Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:42:09.6605110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:09.6644457Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:42:09.6665809Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:09.6693771Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:42:09.6709766Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:09.6745555Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:42:09.6761527Z Entering 'third_party/kleidiai' 2025-12-04T09:42:09.6796275Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:42:09.6811663Z Entering 'third_party/mimalloc' 2025-12-04T09:42:09.6845502Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:42:09.6858323Z Entering 'third_party/nlohmann' 2025-12-04T09:42:09.6888104Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:42:09.6903117Z Entering 'third_party/onnx' 2025-12-04T09:42:09.6935815Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:42:09.6961701Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:09.6992044Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:09.7012882Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:09.7046791Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:42:09.7061566Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:09.7095521Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:09.7107352Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:09.7141063Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:09.7161713Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:09.7191633Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:42:09.7208205Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:09.7235323Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:42:09.7252344Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:09.7280669Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:42:09.7296981Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:09.7321359Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:42:09.7335170Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:09.7366552Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:42:09.7378824Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:09.7410452Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:42:09.7426139Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:09.7458420Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:42:09.7478495Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:09.7505222Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:42:09.7536296Z Entering 'third_party/pocketfft' 2025-12-04T09:42:09.7569109Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:42:09.7588301Z Entering 'third_party/protobuf' 2025-12-04T09:42:09.7619562Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:42:09.7638740Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:09.7673316Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:09.7688170Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:09.7717713Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:09.7737541Z Entering 'third_party/psimd' 2025-12-04T09:42:09.7763799Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:42:09.7781012Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:09.7817032Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:42:09.7837585Z Entering 'third_party/pybind11' 2025-12-04T09:42:09.7872177Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:09.7889141Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:09.7924322Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:42:09.7940143Z Entering 'third_party/sleef' 2025-12-04T09:42:09.7971516Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:42:09.7988985Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:09.8022699Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:42:09.8035020Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:09.8069930Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:09.8087409Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:09.8122017Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:42:09.8139357Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:09.8171325Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:42:09.8186460Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:09.8219961Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:09.8232660Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:09.8262694Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:42:09.9604857Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-12-04T09:42:09.9828412Z Entering 'android/libs/fbjni' 2025-12-04T09:42:09.9860690Z Entering 'third_party/FP16' 2025-12-04T09:42:09.9891349Z Entering 'third_party/FXdiv' 2025-12-04T09:42:09.9921100Z Entering 'third_party/NNPACK' 2025-12-04T09:42:09.9954539Z Entering 'third_party/NVTX' 2025-12-04T09:42:09.9985396Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:10.0020798Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:10.0061530Z Entering 'third_party/aiter' 2025-12-04T09:42:10.0095446Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:10.0136604Z Entering 'third_party/benchmark' 2025-12-04T09:42:10.0168351Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:10.0209504Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:10.0240947Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:10.0273497Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:10.0305063Z Entering 'third_party/cutlass' 2025-12-04T09:42:10.0342921Z Entering 'third_party/fbgemm' 2025-12-04T09:42:10.0377063Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:10.0410445Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:10.0447176Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:10.0478196Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:10.0513935Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:10.0546813Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:10.0577005Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:10.0610073Z Entering 'third_party/flash-attention' 2025-12-04T09:42:10.0644015Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:10.0680535Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:10.0717671Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:10.0753392Z Entering 'third_party/fmt' 2025-12-04T09:42:10.0788224Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:10.0817526Z Entering 'third_party/gloo' 2025-12-04T09:42:10.0849159Z Entering 'third_party/googletest' 2025-12-04T09:42:10.0883038Z Entering 'third_party/ideep' 2025-12-04T09:42:10.0918774Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:10.0956296Z Entering 'third_party/ittapi' 2025-12-04T09:42:10.0988091Z Entering 'third_party/kineto' 2025-12-04T09:42:10.1018969Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:10.1052782Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:10.1084058Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:10.1114633Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:10.1143824Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:10.1173513Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:10.1203208Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:10.1238034Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:10.1269547Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:10.1296681Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:10.1325990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:10.1357064Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:10.1389224Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:10.1424887Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:10.1462011Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:10.1491477Z Entering 'third_party/kleidiai' 2025-12-04T09:42:10.1526044Z Entering 'third_party/mimalloc' 2025-12-04T09:42:10.1556294Z Entering 'third_party/nlohmann' 2025-12-04T09:42:10.1586611Z Entering 'third_party/onnx' 2025-12-04T09:42:10.1635760Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:10.1671981Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:10.1703878Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:10.1735509Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:10.1768065Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:10.1799831Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:10.1837828Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:10.1869589Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:10.1899979Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:10.1929719Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:10.1958771Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:10.1993317Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:10.2041693Z Entering 'third_party/pocketfft' 2025-12-04T09:42:10.2073760Z Entering 'third_party/protobuf' 2025-12-04T09:42:10.2107382Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:10.2140645Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:10.2175285Z Entering 'third_party/psimd' 2025-12-04T09:42:10.2207361Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:10.2239104Z Entering 'third_party/pybind11' 2025-12-04T09:42:10.2270459Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:10.2302891Z Entering 'third_party/sleef' 2025-12-04T09:42:10.2337102Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:10.2369813Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:10.2398372Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:10.2427325Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:10.2457554Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:10.2484715Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:10.2532035Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-12-04T09:42:10.2747585Z Entering 'android/libs/fbjni' 2025-12-04T09:42:10.2779678Z Entering 'third_party/FP16' 2025-12-04T09:42:10.2812612Z Entering 'third_party/FXdiv' 2025-12-04T09:42:10.2843123Z Entering 'third_party/NNPACK' 2025-12-04T09:42:10.2873947Z Entering 'third_party/NVTX' 2025-12-04T09:42:10.2904651Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:10.2939271Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:10.2982573Z Entering 'third_party/aiter' 2025-12-04T09:42:10.3014771Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:10.3053084Z Entering 'third_party/benchmark' 2025-12-04T09:42:10.3088241Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:10.3129324Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:10.3159101Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:10.3193032Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:10.3226982Z Entering 'third_party/cutlass' 2025-12-04T09:42:10.3263349Z Entering 'third_party/fbgemm' 2025-12-04T09:42:10.3299798Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:10.3329704Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:10.3366788Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:10.3396540Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:10.3433229Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:10.3466264Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:10.3498231Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:10.3529595Z Entering 'third_party/flash-attention' 2025-12-04T09:42:10.3563612Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:10.3603731Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:10.3644739Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:10.3678948Z Entering 'third_party/fmt' 2025-12-04T09:42:10.3705883Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:10.3740189Z Entering 'third_party/gloo' 2025-12-04T09:42:10.3775904Z Entering 'third_party/googletest' 2025-12-04T09:42:10.3805032Z Entering 'third_party/ideep' 2025-12-04T09:42:10.3839909Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:10.3873492Z Entering 'third_party/ittapi' 2025-12-04T09:42:10.3906242Z Entering 'third_party/kineto' 2025-12-04T09:42:10.3935277Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:10.3967162Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:10.4000856Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:10.4025797Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:10.4053998Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:10.4088498Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:10.4118895Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:10.4151914Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:10.4184744Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:10.4215723Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:10.4245805Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:10.4275851Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:10.4311467Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:10.4352626Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:10.4379468Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:10.4415933Z Entering 'third_party/kleidiai' 2025-12-04T09:42:10.4453025Z Entering 'third_party/mimalloc' 2025-12-04T09:42:10.4482797Z Entering 'third_party/nlohmann' 2025-12-04T09:42:10.4515692Z Entering 'third_party/onnx' 2025-12-04T09:42:10.4556669Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:10.4587547Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:10.4622441Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:10.4656040Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:10.4685305Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:10.4719398Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:10.4754055Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:10.4781309Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:10.4813458Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:10.4845431Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:10.4879305Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:10.4916719Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:10.4966324Z Entering 'third_party/pocketfft' 2025-12-04T09:42:10.5001429Z Entering 'third_party/protobuf' 2025-12-04T09:42:10.5031788Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:10.5065985Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:10.5098631Z Entering 'third_party/psimd' 2025-12-04T09:42:10.5135516Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:10.5169046Z Entering 'third_party/pybind11' 2025-12-04T09:42:10.5201537Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:10.5233446Z Entering 'third_party/sleef' 2025-12-04T09:42:10.5267452Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:10.5297911Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:10.5326689Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:10.5354699Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:10.5385656Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:10.5413220Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:10.5467854Z ##[endgroup] 2025-12-04T09:42:10.5497135Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T09:42:10.5515693Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:42:10.5644424Z ##[group]Run actions/checkout@v4 2025-12-04T09:42:10.5644623Z with: 2025-12-04T09:42:10.5644882Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:42:10.5645086Z fetch-depth: 0 2025-12-04T09:42:10.5645245Z submodules: recursive 2025-12-04T09:42:10.5645451Z show-progress: false 2025-12-04T09:42:10.5645622Z repository: pytorch/pytorch 2025-12-04T09:42:10.5645967Z token: *** 2025-12-04T09:42:10.5646118Z ssh-strict: true 2025-12-04T09:42:10.5646274Z ssh-user: git 2025-12-04T09:42:10.5646420Z persist-credentials: true 2025-12-04T09:42:10.5646585Z clean: true 2025-12-04T09:42:10.5646741Z sparse-checkout-cone-mode: true 2025-12-04T09:42:10.5646914Z fetch-tags: false 2025-12-04T09:42:10.5647058Z lfs: false 2025-12-04T09:42:10.5647206Z set-safe-directory: true 2025-12-04T09:42:10.5647359Z env: 2025-12-04T09:42:10.5647495Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:42:10.5647649Z ##[endgroup] 2025-12-04T09:42:10.6340436Z Syncing repository: pytorch/pytorch 2025-12-04T09:42:10.6344473Z ##[group]Getting Git version info 2025-12-04T09:42:10.6345726Z Working directory is '/home/eve/_work/pytorch/pytorch' 2025-12-04T09:42:10.6368459Z [command]/usr/bin/git version 2025-12-04T09:42:10.6397128Z git version 2.51.0 2025-12-04T09:42:10.6420928Z ##[endgroup] 2025-12-04T09:42:10.6427518Z Temporarily overriding HOME='/home/eve/_work/_temp/9734f3d9-5421-4b2e-8004-4d567e5781fe' before making global git config changes 2025-12-04T09:42:10.6431980Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:42:10.6433436Z [command]/usr/bin/git config --global --add safe.directory /home/eve/_work/pytorch/pytorch 2025-12-04T09:42:10.6455334Z [command]/usr/bin/git config --local --get remote.origin.url 2025-12-04T09:42:10.6475811Z https://github.com/pytorch/pytorch 2025-12-04T09:42:10.6491389Z ##[group]Removing previously created refs, to avoid conflicts 2025-12-04T09:42:10.6494271Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-12-04T09:42:10.6511707Z HEAD 2025-12-04T09:42:10.6550304Z ##[endgroup] 2025-12-04T09:42:10.6550515Z [command]/usr/bin/git submodule status 2025-12-04T09:42:10.6778060Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (v0.1.0-12-g7e1e1fe) 2025-12-04T09:42:10.6845610Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-12-04T09:42:10.6902974Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-12-04T09:42:10.6977001Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-12-04T09:42:10.7022897Z 3ebbc93ded7285963bff932c678fa367eb393ba6 third_party/NVTX (v3.1.0-313-g3ebbc93) 2025-12-04T09:42:10.7094319Z 1d8f600fd424278486eade7ed3e877c99f0846b1 third_party/VulkanMemoryAllocator (v2.1.0-982-g1d8f600) 2025-12-04T09:42:10.7495215Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (remotes/origin/ds/ndk-1243-g51a0103656) 2025-12-04T09:42:10.7529424Z 01aae101b9e5e94d6c16a9514c9fb8df99c93150 third_party/aiter (v0.1.1-92-g01aae101) 2025-12-04T09:42:10.7548630Z 299e5928955cc62af9968370293b916f5130916f third_party/benchmark (v1.9.3) 2025-12-04T09:42:10.7619773Z 7fe50dc3da2069d6645d9deb8c017a876472a977 third_party/composable_kernel (rocm-6.4.3-459-g7fe50dc3d) 2025-12-04T09:42:10.7731138Z 89c932f313c6437c38f2982869beacc89c2f2246 third_party/cpp-httplib (v0.26.0) 2025-12-04T09:42:10.7833109Z f858c30bcb16f8effd5ff46996f0514539e17abc third_party/cpuinfo (f858c30) 2025-12-04T09:42:10.7861697Z 0b1577c8c83401237d601d0d0db5210506705396 third_party/cudnn_frontend (v0.5-61-g0b1577c) 2025-12-04T09:42:10.7951249Z f88806b1e31dfa579842638740216dd41fc6c588 third_party/cutlass (v4.3.1) 2025-12-04T09:42:10.7974128Z c0b988d39a9e47c794d699f29930ed4d7c7e13a4 third_party/fbgemm (v1.4.0-rc1-2-gc0b988d39) 2025-12-04T09:42:10.8044854Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (v2.7.4) 2025-12-04T09:42:10.8064237Z a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 third_party/flatbuffers (v24.12.23) 2025-12-04T09:42:10.8403410Z 407c905e45ad75fc29bf0f9bb7c5c2fd3475976f third_party/fmt (12.1.0) 2025-12-04T09:42:10.8490159Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (remotes/origin/revert-87-master-135-g3fb5c17) 2025-12-04T09:42:10.8590477Z 54cbae0d3a67fa890b4c3d9ee162b7860315e341 third_party/gloo (remotes/origin/gh/c-p-i-o/1/base-37-g54cbae0) 2025-12-04T09:42:10.8786924Z 52eb8108c5bdec04579160ae17225d66034bd723 third_party/googletest (release-1.8.0-3544-g52eb8108) 2025-12-04T09:42:10.8854590Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (pytorch-rls-v3.7.1) 2025-12-04T09:42:10.8902070Z dec1d23ca65ab069d225dfe40dea14f455170959 third_party/ittapi (v3.25.5) 2025-12-04T09:42:10.9070616Z 31f85df8fbd89c188f14ef10f1ec65379786b943 third_party/kineto (heads/main) 2025-12-04T09:42:10.9091688Z d7770c89632329a9914ef1a90289917597639cbe third_party/kleidiai (v1.15.0) 2025-12-04T09:42:10.9109008Z fbd8b99c2b828428947d70fdc046bb55609be93e third_party/mimalloc (v2.2.4) 2025-12-04T09:42:10.9128466Z 55f93686c01528224f448c19128836e7df245f72 third_party/nlohmann (v3.12.0) 2025-12-04T09:42:10.9414029Z e709452ef2bbc1d113faf678c24e6d3467696e83 third_party/onnx (v1.18.0) 2025-12-04T09:42:10.9432076Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (v1.14.2) 2025-12-04T09:42:10.9453386Z 0fa0ef591e38c2758e3184c6c23e497b9f732ffa third_party/pocketfft (release_for_eigen-40-g0fa0ef5) 2025-12-04T09:42:10.9757737Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (v3.7.0-rc.2-1279-gd1eca4e4b) 2025-12-04T09:42:10.9819815Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-12-04T09:42:10.9864087Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (0.1-144-g4fe0e1e) 2025-12-04T09:42:10.9885448Z f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 third_party/pybind11 (v3.0.1) 2025-12-04T09:42:10.9942138Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (remotes/origin/pre-generated) 2025-12-04T09:42:11.0003603Z 5a1d179df9cf652951b59010a2d2075372d67f68 third_party/sleef (3.8) 2025-12-04T09:42:11.0058999Z 2b4cd91092d335a697416b2a3cb398283246849d third_party/tensorpipe (heads/main) 2025-12-04T09:42:11.0085081Z ##[group]Cleaning the repository 2025-12-04T09:42:11.0088238Z [command]/usr/bin/git clean -ffdx 2025-12-04T09:42:11.0309989Z [command]/usr/bin/git reset --hard HEAD 2025-12-04T09:42:11.4651100Z HEAD is now at ffd9b0fb435 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T09:42:11.4664443Z ##[endgroup] 2025-12-04T09:42:11.4664760Z ##[group]Disabling automatic garbage collection 2025-12-04T09:42:11.4674112Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T09:42:11.4702080Z ##[endgroup] 2025-12-04T09:42:11.4702380Z ##[group]Setting up auth 2025-12-04T09:42:11.4705457Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:42:11.4733114Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-12-04T09:42:11.4956850Z Entering 'android/libs/fbjni' 2025-12-04T09:42:11.4998003Z Entering 'third_party/FP16' 2025-12-04T09:42:11.5033487Z Entering 'third_party/FXdiv' 2025-12-04T09:42:11.5067199Z Entering 'third_party/NNPACK' 2025-12-04T09:42:11.5107522Z Entering 'third_party/NVTX' 2025-12-04T09:42:11.5139763Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:11.5178084Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:11.5226710Z Entering 'third_party/aiter' 2025-12-04T09:42:11.5262149Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:11.5305608Z Entering 'third_party/benchmark' 2025-12-04T09:42:11.5343148Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:11.5384401Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:11.5420129Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:11.5453431Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:11.5488726Z Entering 'third_party/cutlass' 2025-12-04T09:42:11.5529606Z Entering 'third_party/fbgemm' 2025-12-04T09:42:11.5565745Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:11.5602334Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:11.5644087Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:11.5678423Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:11.5720580Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:11.5759147Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:11.5799735Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:11.5841583Z Entering 'third_party/flash-attention' 2025-12-04T09:42:11.5881982Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:11.5924032Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:11.5968747Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:11.6013184Z Entering 'third_party/fmt' 2025-12-04T09:42:11.6052208Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:11.6087313Z Entering 'third_party/gloo' 2025-12-04T09:42:11.6122360Z Entering 'third_party/googletest' 2025-12-04T09:42:11.6159613Z Entering 'third_party/ideep' 2025-12-04T09:42:11.6192160Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:11.6237746Z Entering 'third_party/ittapi' 2025-12-04T09:42:11.6273042Z Entering 'third_party/kineto' 2025-12-04T09:42:11.6306344Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:11.6342976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:11.6380373Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:11.6420903Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:11.6462774Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:11.6498535Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:11.6532814Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:11.6568375Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:11.6606860Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:11.6640555Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:11.6679716Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:11.6714206Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:11.6753297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:11.6805477Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:11.6842301Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:11.6883212Z Entering 'third_party/kleidiai' 2025-12-04T09:42:11.6921895Z Entering 'third_party/mimalloc' 2025-12-04T09:42:11.6956432Z Entering 'third_party/nlohmann' 2025-12-04T09:42:11.6996453Z Entering 'third_party/onnx' 2025-12-04T09:42:11.7042851Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:11.7088393Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:11.7131572Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:11.7171408Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:11.7208781Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:11.7247484Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:11.7288261Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:11.7324768Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:11.7357968Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:11.7388557Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:11.7431363Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:11.7470981Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:11.7522363Z Entering 'third_party/pocketfft' 2025-12-04T09:42:11.7556643Z Entering 'third_party/protobuf' 2025-12-04T09:42:11.7596718Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:11.7636772Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:11.7675307Z Entering 'third_party/psimd' 2025-12-04T09:42:11.7713828Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:11.7756727Z Entering 'third_party/pybind11' 2025-12-04T09:42:11.7797799Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:11.7835319Z Entering 'third_party/sleef' 2025-12-04T09:42:11.7875528Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:11.7910867Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:11.7952127Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:11.7988903Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:11.8026160Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:11.8065611Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:11.8124355Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:42:11.8139168Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8145783Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T09:42:11.8173281Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-12-04T09:42:11.8376913Z Entering 'android/libs/fbjni' 2025-12-04T09:42:11.8398449Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8427693Z Entering 'third_party/FP16' 2025-12-04T09:42:11.8456403Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8483179Z Entering 'third_party/FXdiv' 2025-12-04T09:42:11.8503618Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8529979Z Entering 'third_party/NNPACK' 2025-12-04T09:42:11.8553436Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8579524Z Entering 'third_party/NVTX' 2025-12-04T09:42:11.8607402Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8633102Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:11.8655259Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8678860Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:11.8699669Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8738167Z Entering 'third_party/aiter' 2025-12-04T09:42:11.8762633Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8791741Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:11.8813183Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8852309Z Entering 'third_party/benchmark' 2025-12-04T09:42:11.8875058Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8904339Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:11.8930450Z http.https://github.com/.extraheader 2025-12-04T09:42:11.8964133Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:11.8988014Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9016037Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:11.9038089Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9067147Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:11.9093782Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9121500Z Entering 'third_party/cutlass' 2025-12-04T09:42:11.9145684Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9179601Z Entering 'third_party/fbgemm' 2025-12-04T09:42:11.9203634Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9230073Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:11.9251248Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9276422Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:11.9295791Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9324066Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:11.9344911Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9369964Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:11.9390201Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9422778Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:11.9443549Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9471308Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:11.9489953Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9518286Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:11.9535182Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9570174Z Entering 'third_party/flash-attention' 2025-12-04T09:42:11.9590368Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9620187Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:11.9647317Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9677221Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:11.9697162Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9732364Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:11.9756750Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9789195Z Entering 'third_party/fmt' 2025-12-04T09:42:11.9815096Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9848290Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:11.9871128Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9898029Z Entering 'third_party/gloo' 2025-12-04T09:42:11.9919045Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9941342Z Entering 'third_party/googletest' 2025-12-04T09:42:11.9962979Z http.https://github.com/.extraheader 2025-12-04T09:42:11.9991210Z Entering 'third_party/ideep' 2025-12-04T09:42:12.0016960Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0046530Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:12.0068836Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0103542Z Entering 'third_party/ittapi' 2025-12-04T09:42:12.0128540Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0155350Z Entering 'third_party/kineto' 2025-12-04T09:42:12.0175941Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0202427Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:12.0224705Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0250976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:12.0276906Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0301469Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:12.0323690Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0347933Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:12.0370190Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0399873Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:12.0420978Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0444992Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:12.0470222Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0496732Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:12.0523090Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0547920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:12.0572013Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0597484Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:12.0622558Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0650474Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:12.0675252Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0699588Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:12.0721290Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0744230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:12.0764975Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0799048Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:12.0819785Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0853399Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:12.0876100Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0906157Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:12.0925114Z http.https://github.com/.extraheader 2025-12-04T09:42:12.0958663Z Entering 'third_party/kleidiai' 2025-12-04T09:42:12.0979620Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1010629Z Entering 'third_party/mimalloc' 2025-12-04T09:42:12.1033680Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1062339Z Entering 'third_party/nlohmann' 2025-12-04T09:42:12.1081091Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1109130Z Entering 'third_party/onnx' 2025-12-04T09:42:12.1134034Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1169887Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:12.1192355Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1224555Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:12.1247386Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1276531Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:12.1298057Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1326616Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:12.1349273Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1373569Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:12.1397383Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1430721Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:12.1450512Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1480433Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:12.1502448Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1534143Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:12.1557166Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1581363Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:12.1603956Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1626933Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:12.1650192Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1678523Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:12.1697880Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1727419Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:12.1748965Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1790858Z Entering 'third_party/pocketfft' 2025-12-04T09:42:12.1811151Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1840986Z Entering 'third_party/protobuf' 2025-12-04T09:42:12.1864299Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1891138Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:12.1911586Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1937737Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:12.1959310Z http.https://github.com/.extraheader 2025-12-04T09:42:12.1986336Z Entering 'third_party/psimd' 2025-12-04T09:42:12.2008354Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2030041Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:12.2053008Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2079297Z Entering 'third_party/pybind11' 2025-12-04T09:42:12.2101530Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2129174Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:12.2152417Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2177185Z Entering 'third_party/sleef' 2025-12-04T09:42:12.2200338Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2226026Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:12.2245900Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2269892Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:12.2293020Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2318948Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:12.2336728Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2365573Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:12.2387412Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2414545Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:12.2434418Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2459206Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:12.2480194Z http.https://github.com/.extraheader 2025-12-04T09:42:12.2529020Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.2553653Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T09:42:12.2759625Z Entering 'android/libs/fbjni' 2025-12-04T09:42:12.2774353Z file:/home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:42:12.2796182Z Entering 'third_party/FP16' 2025-12-04T09:42:12.2810470Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:42:12.2822102Z Entering 'third_party/FXdiv' 2025-12-04T09:42:12.2838538Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:42:12.2849258Z Entering 'third_party/NNPACK' 2025-12-04T09:42:12.2866842Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:42:12.2881377Z Entering 'third_party/NVTX' 2025-12-04T09:42:12.2903929Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:42:12.2915887Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:12.2931618Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:42:12.2946797Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:12.2962289Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:42:12.2984446Z Entering 'third_party/aiter' 2025-12-04T09:42:12.3002635Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:42:12.3016189Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:12.3031387Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:42:12.3052874Z Entering 'third_party/benchmark' 2025-12-04T09:42:12.3070292Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:12.3086368Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:12.3102062Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:42:12.3120033Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:12.3137911Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:42:12.3150569Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:12.3165094Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:42:12.3179444Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:12.3194997Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:42:12.3207145Z Entering 'third_party/cutlass' 2025-12-04T09:42:12.3221840Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:42:12.3242484Z Entering 'third_party/fbgemm' 2025-12-04T09:42:12.3257368Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:42:12.3271801Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:12.3287240Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:42:12.3300659Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:12.3317767Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:42:12.3335832Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:12.3350730Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:42:12.3362516Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:12.3376996Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:42:12.3399699Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:12.3418201Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:42:12.3428988Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:12.3444466Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:42:12.3458480Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:12.3473311Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:42:12.3491549Z Entering 'third_party/flash-attention' 2025-12-04T09:42:12.3510798Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:42:12.3525997Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:12.3543171Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:42:12.3562091Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:12.3580287Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:42:12.3600329Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:12.3615040Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:42:12.3633590Z Entering 'third_party/fmt' 2025-12-04T09:42:12.3650962Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:42:12.3667412Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:12.3683091Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:42:12.3698772Z Entering 'third_party/gloo' 2025-12-04T09:42:12.3714451Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:42:12.3725560Z Entering 'third_party/googletest' 2025-12-04T09:42:12.3744439Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:12.3760142Z Entering 'third_party/ideep' 2025-12-04T09:42:12.3783084Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:42:12.3798243Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:12.3813422Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:42:12.3836684Z Entering 'third_party/ittapi' 2025-12-04T09:42:12.3850333Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:42:12.3863929Z Entering 'third_party/kineto' 2025-12-04T09:42:12.3883625Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:42:12.3898197Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:12.3911353Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:42:12.3928200Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:12.3943250Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:42:12.3956582Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:12.3972739Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:42:12.3984719Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:12.3998517Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:42:12.4011054Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:12.4029661Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:42:12.4041548Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:12.4058881Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:42:12.4077100Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:12.4091500Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:42:12.4105978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:12.4122737Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:12.4132377Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:12.4150588Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:42:12.4162774Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:12.4175507Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:42:12.4188920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:12.4204973Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:42:12.4216813Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:12.4233900Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:42:12.4249374Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:12.4269212Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:42:12.4287250Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:12.4303677Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:42:12.4317370Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:12.4332869Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:42:12.4349473Z Entering 'third_party/kleidiai' 2025-12-04T09:42:12.4368448Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:42:12.4386927Z Entering 'third_party/mimalloc' 2025-12-04T09:42:12.4402957Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:42:12.4417953Z Entering 'third_party/nlohmann' 2025-12-04T09:42:12.4434657Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:42:12.4449597Z Entering 'third_party/onnx' 2025-12-04T09:42:12.4465048Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:42:12.4493250Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:12.4509684Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:12.4530308Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:12.4547813Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:42:12.4564049Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:12.4582556Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:12.4596090Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:12.4615101Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:12.4630717Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:12.4645314Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:42:12.4657015Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:12.4671961Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:42:12.4686257Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:12.4701211Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:42:12.4714587Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:12.4728857Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:42:12.4739608Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:12.4757050Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:42:12.4768603Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:12.4785486Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:42:12.4801561Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:12.4819321Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:42:12.4834446Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:12.4849883Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:42:12.4883448Z Entering 'third_party/pocketfft' 2025-12-04T09:42:12.4896578Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:42:12.4912572Z Entering 'third_party/protobuf' 2025-12-04T09:42:12.4932915Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:42:12.4947981Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:12.4965746Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:12.4980152Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:12.4996871Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:12.5013368Z Entering 'third_party/psimd' 2025-12-04T09:42:12.5031334Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:42:12.5047182Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:12.5062881Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:42:12.5077261Z Entering 'third_party/pybind11' 2025-12-04T09:42:12.5093820Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:12.5109931Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:12.5124768Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:42:12.5140345Z Entering 'third_party/sleef' 2025-12-04T09:42:12.5158301Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:42:12.5171640Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:12.5189640Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:42:12.5202622Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:12.5220419Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:12.5235318Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:12.5252144Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:42:12.5262616Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:12.5279578Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:42:12.5294591Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:12.5309299Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:12.5324093Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:12.5341149Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:42:12.5375429Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5401823Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5421834Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5448578Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5471444Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5492050Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5515716Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5537498Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5555874Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5580187Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5596156Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5621282Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5642168Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5670224Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5700442Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5721863Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5737451Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5762485Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5786323Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5808904Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5829425Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5857668Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5872748Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5900328Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5921943Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5945438Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5962886Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.5988196Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6012702Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6034566Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6061796Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6080688Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6096825Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6121810Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6141001Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6167097Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6193631Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6219733Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6234073Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6262749Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6281688Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6300947Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6324674Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6350487Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6369958Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6396182Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6409257Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6438220Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6451875Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6477607Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6495146Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6516286Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6540819Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6562806Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6578729Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6601407Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6625800Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6650075Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6678251Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6701304Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6722825Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6739091Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6764274Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6785415Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6807062Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6832869Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6850634Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6870147Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6893989Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6917277Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6935861Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6958107Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.6980662Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7004861Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7026345Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7049403Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7073813Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7101743Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7123438Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7143420Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7165334Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:42:12.7180841Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:42:12.7227343Z ##[endgroup] 2025-12-04T09:42:12.7231211Z ##[group]Fetching the repository 2025-12-04T09:42:12.7235238Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-12-04T09:42:14.1526117Z From https://github.com/pytorch/pytorch 2025-12-04T09:42:14.1526454Z t [tag update] ciflow/inductor/169437 -> ciflow/inductor/169437 2025-12-04T09:42:14.1526729Z t [tag update] ciflow/trunk/169437 -> ciflow/trunk/169437 2025-12-04T09:42:14.1606952Z [command]/usr/bin/git rev-parse --verify --quiet ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32^{object} 2025-12-04T09:42:14.1629140Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:42:14.1631457Z ##[endgroup] 2025-12-04T09:42:14.1631838Z ##[group]Determining the checkout info 2025-12-04T09:42:14.1632211Z ##[endgroup] 2025-12-04T09:42:14.1638785Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T09:42:14.1781073Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T09:42:14.1808796Z ##[group]Checking out the ref 2025-12-04T09:42:14.1813329Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:42:14.2030722Z HEAD is now at ffd9b0fb435 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T09:42:14.2031496Z ##[endgroup] 2025-12-04T09:42:14.2031768Z ##[group]Setting up auth for fetching submodules 2025-12-04T09:42:14.2046110Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:42:14.2084452Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-12-04T09:42:14.2109639Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-12-04T09:42:14.2136801Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-12-04T09:42:14.2158154Z ##[endgroup] 2025-12-04T09:42:14.2158489Z ##[group]Fetching submodules 2025-12-04T09:42:14.2158762Z [command]/usr/bin/git submodule sync --recursive 2025-12-04T09:42:14.2372517Z Synchronizing submodule url for 'android/libs/fbjni' 2025-12-04T09:42:14.2390216Z Synchronizing submodule url for 'third_party/FP16' 2025-12-04T09:42:14.2409465Z Synchronizing submodule url for 'third_party/FXdiv' 2025-12-04T09:42:14.2425140Z Synchronizing submodule url for 'third_party/NNPACK' 2025-12-04T09:42:14.2441605Z Synchronizing submodule url for 'third_party/NVTX' 2025-12-04T09:42:14.2456297Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:14.2472446Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-12-04T09:42:14.2499163Z Synchronizing submodule url for 'third_party/aiter' 2025-12-04T09:42:14.2516992Z Synchronizing submodule url for 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:14.2539737Z Synchronizing submodule url for 'third_party/benchmark' 2025-12-04T09:42:14.2556828Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-12-04T09:42:14.2576680Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-12-04T09:42:14.2589997Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-12-04T09:42:14.2605029Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-12-04T09:42:14.2624287Z Synchronizing submodule url for 'third_party/cutlass' 2025-12-04T09:42:14.2644375Z Synchronizing submodule url for 'third_party/fbgemm' 2025-12-04T09:42:14.2663739Z Synchronizing submodule url for 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:14.2680449Z Synchronizing submodule url for 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:14.2699877Z Synchronizing submodule url for 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:14.2713753Z Synchronizing submodule url for 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:14.2735270Z Synchronizing submodule url for 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:14.2753457Z Synchronizing submodule url for 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:14.2766542Z Synchronizing submodule url for 'third_party/fbgemm/external/json' 2025-12-04T09:42:14.2788119Z Synchronizing submodule url for 'third_party/flash-attention' 2025-12-04T09:42:14.2801516Z Synchronizing submodule url for 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:14.2823437Z Synchronizing submodule url for 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:14.2848845Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-12-04T09:42:14.2865608Z Synchronizing submodule url for 'third_party/fmt' 2025-12-04T09:42:14.2884193Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:14.2900014Z Synchronizing submodule url for 'third_party/gloo' 2025-12-04T09:42:14.2915167Z Synchronizing submodule url for 'third_party/googletest' 2025-12-04T09:42:14.2931968Z Synchronizing submodule url for 'third_party/ideep' 2025-12-04T09:42:14.2947346Z Synchronizing submodule url for 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:14.2970574Z Synchronizing submodule url for 'third_party/ittapi' 2025-12-04T09:42:14.2986647Z Synchronizing submodule url for 'third_party/kineto' 2025-12-04T09:42:14.3003599Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:14.3016361Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:14.3035362Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:14.3052277Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:14.3063774Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:14.3080861Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:14.3097436Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:14.3113723Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:14.3130025Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:14.3147029Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:14.3165012Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:14.3176210Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:14.3196018Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:14.3214589Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:14.3232260Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:14.3250720Z Synchronizing submodule url for 'third_party/kleidiai' 2025-12-04T09:42:14.3267936Z Synchronizing submodule url for 'third_party/mimalloc' 2025-12-04T09:42:14.3282797Z Synchronizing submodule url for 'third_party/nlohmann' 2025-12-04T09:42:14.3300084Z Synchronizing submodule url for 'third_party/onnx' 2025-12-04T09:42:14.3321612Z Synchronizing submodule url for 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:14.3344858Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-12-04T09:42:14.3360239Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:14.3374696Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:14.3389520Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:14.3403995Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:14.3419552Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:14.3432943Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:14.3447282Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:14.3460531Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:14.3480721Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:14.3497233Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:14.3530063Z Synchronizing submodule url for 'third_party/pocketfft' 2025-12-04T09:42:14.3549332Z Synchronizing submodule url for 'third_party/protobuf' 2025-12-04T09:42:14.3567885Z Synchronizing submodule url for 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:14.3581388Z Synchronizing submodule url for 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:14.3597316Z Synchronizing submodule url for 'third_party/psimd' 2025-12-04T09:42:14.3616170Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-12-04T09:42:14.3631409Z Synchronizing submodule url for 'third_party/pybind11' 2025-12-04T09:42:14.3645575Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-12-04T09:42:14.3664270Z Synchronizing submodule url for 'third_party/sleef' 2025-12-04T09:42:14.3679651Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-12-04T09:42:14.3694921Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:14.3709611Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:14.3724745Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:14.3741349Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:14.3755242Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:14.3789408Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-12-04T09:42:14.4096054Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-12-04T09:42:14.4181944Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-12-04T09:42:14.4250465Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-12-04T09:42:14.4403430Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-12-04T09:42:14.5075839Z Submodule path 'third_party/NVTX': checked out '3ebbc93ded7285963bff932c678fa367eb393ba6' 2025-12-04T09:42:14.5328684Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-12-04T09:42:15.1598865Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-12-04T09:42:15.3107032Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-12-04T09:42:15.5085393Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-12-04T09:42:15.5232631Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-12-04T09:42:15.7468430Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:42:15.7893059Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-12-04T09:42:15.8080975Z Submodule path 'third_party/cpuinfo': checked out 'f858c30bcb16f8effd5ff46996f0514539e17abc' 2025-12-04T09:42:15.8457750Z Submodule path 'third_party/cudnn_frontend': checked out '0b1577c8c83401237d601d0d0db5210506705396' 2025-12-04T09:42:16.4475511Z Submodule path 'third_party/cutlass': checked out 'f88806b1e31dfa579842638740216dd41fc6c588' 2025-12-04T09:42:16.5392141Z Submodule path 'third_party/fbgemm': checked out 'c0b988d39a9e47c794d699f29930ed4d7c7e13a4' 2025-12-04T09:42:16.5833122Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-12-04T09:42:16.6417997Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:42:16.7300993Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-12-04T09:42:17.3225969Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '98125ce499b0fdf7ffbe0e3052f5b8709f4840f8' 2025-12-04T09:42:17.3489154Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:42:17.3585912Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-12-04T09:42:17.4299802Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-12-04T09:42:17.4845145Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-12-04T09:42:17.5732665Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-12-04T09:42:18.0837897Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-12-04T09:42:18.2629719Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-12-04T09:42:18.2839356Z Submodule path 'third_party/fmt': checked out '407c905e45ad75fc29bf0f9bb7c5c2fd3475976f' 2025-12-04T09:42:18.3128598Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-12-04T09:42:18.3277250Z Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341' 2025-12-04T09:42:18.3529350Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:42:18.3630295Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-12-04T09:42:18.9887533Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-12-04T09:42:19.0049180Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-12-04T09:42:19.0707720Z Submodule path 'third_party/kineto': checked out '31f85df8fbd89c188f14ef10f1ec65379786b943' 2025-12-04T09:42:19.2057933Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1' 2025-12-04T09:42:19.3355394Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-12-04T09:42:19.3470280Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-12-04T09:42:19.3688102Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-12-04T09:42:19.3790584Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-12-04T09:42:19.3865512Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-12-04T09:42:19.3980021Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-12-04T09:42:19.5075952Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:42:19.8015411Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-12-04T09:42:19.8294629Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-12-04T09:42:19.8391084Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a' 2025-12-04T09:42:20.0415982Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159' 2025-12-04T09:42:20.0671048Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:42:20.0878524Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-12-04T09:42:20.1132705Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:42:20.1525556Z Submodule path 'third_party/kleidiai': checked out 'd7770c89632329a9914ef1a90289917597639cbe' 2025-12-04T09:42:20.1948773Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-12-04T09:42:20.2143802Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-12-04T09:42:20.4104085Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-12-04T09:42:20.4346838Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-12-04T09:42:20.4786102Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-12-04T09:42:20.4912112Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-12-04T09:42:20.5166572Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-12-04T09:42:20.5259673Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-12-04T09:42:20.5987929Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-12-04T09:42:20.6103813Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-12-04T09:42:20.6203323Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-12-04T09:42:20.6298736Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-12-04T09:42:20.8350313Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-12-04T09:42:20.8968598Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:42:21.1399091Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-12-04T09:42:21.1493042Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-12-04T09:42:21.3443260Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-12-04T09:42:21.3543194Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-12-04T09:42:21.3830044Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-12-04T09:42:21.4881065Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-12-04T09:42:21.4987654Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-12-04T09:42:21.5233896Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-12-04T09:42:21.5548006Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-12-04T09:42:21.5900289Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-12-04T09:42:21.6045802Z Submodule path 'third_party/tensorpipe': checked out '2b4cd91092d335a697416b2a3cb398283246849d' 2025-12-04T09:42:21.6290965Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-12-04T09:42:21.6398995Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-12-04T09:42:21.6785103Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-12-04T09:42:21.9279130Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-12-04T09:42:21.9349137Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-12-04T09:42:21.9388046Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-12-04T09:42:21.9609773Z Entering 'android/libs/fbjni' 2025-12-04T09:42:21.9640239Z Entering 'third_party/FP16' 2025-12-04T09:42:21.9671702Z Entering 'third_party/FXdiv' 2025-12-04T09:42:21.9700999Z Entering 'third_party/NNPACK' 2025-12-04T09:42:21.9741108Z Entering 'third_party/NVTX' 2025-12-04T09:42:21.9769892Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:21.9806770Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:21.9850864Z Entering 'third_party/aiter' 2025-12-04T09:42:21.9886544Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:21.9924465Z Entering 'third_party/benchmark' 2025-12-04T09:42:21.9958986Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:21.9994212Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:22.0027162Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:22.0057783Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:22.0088207Z Entering 'third_party/cutlass' 2025-12-04T09:42:22.0128029Z Entering 'third_party/fbgemm' 2025-12-04T09:42:22.0160225Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:22.0196386Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:22.0230102Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:22.0263823Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:22.0306203Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:22.0334404Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:22.0362307Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:22.0397339Z Entering 'third_party/flash-attention' 2025-12-04T09:42:22.0429927Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:22.0463813Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:22.0502683Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:22.0538928Z Entering 'third_party/fmt' 2025-12-04T09:42:22.0573551Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:22.0606813Z Entering 'third_party/gloo' 2025-12-04T09:42:22.0638980Z Entering 'third_party/googletest' 2025-12-04T09:42:22.0671731Z Entering 'third_party/ideep' 2025-12-04T09:42:22.0705854Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:22.0740648Z Entering 'third_party/ittapi' 2025-12-04T09:42:22.0778112Z Entering 'third_party/kineto' 2025-12-04T09:42:22.0807272Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:22.0840597Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:22.0876637Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:22.1338082Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:22.1371258Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:22.1400080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:22.1434426Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:22.1464379Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:22.1495483Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:22.1528621Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:22.1563085Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:22.1595476Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:22.2306075Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:22.4783398Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:22.4820986Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:22.4857404Z Entering 'third_party/kleidiai' 2025-12-04T09:42:22.4890378Z Entering 'third_party/mimalloc' 2025-12-04T09:42:22.4920560Z Entering 'third_party/nlohmann' 2025-12-04T09:42:22.4955292Z Entering 'third_party/onnx' 2025-12-04T09:42:22.5000485Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:22.5038321Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:22.9210633Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:22.9244273Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:22.9279457Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:22.9446078Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:22.9479467Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:22.9505764Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:22.9539875Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:22.9572967Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:22.9610625Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:22.9643111Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:22.9689280Z Entering 'third_party/pocketfft' 2025-12-04T09:42:22.9722172Z Entering 'third_party/protobuf' 2025-12-04T09:42:22.9757052Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:22.9787826Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:22.9822809Z Entering 'third_party/psimd' 2025-12-04T09:42:22.9857596Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:22.9882994Z Entering 'third_party/pybind11' 2025-12-04T09:42:22.9919227Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:22.9949587Z Entering 'third_party/sleef' 2025-12-04T09:42:22.9986240Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:23.0227010Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:23.0257893Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:23.0289439Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:23.0318512Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:23.0347034Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:23.0401157Z ##[endgroup] 2025-12-04T09:42:23.0401481Z ##[group]Persisting credentials for submodules 2025-12-04T09:42:23.0402102Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-12-04T09:42:23.0613111Z Entering 'android/libs/fbjni' 2025-12-04T09:42:23.0637997Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0638304Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0667147Z Entering 'third_party/FP16' 2025-12-04T09:42:23.0689769Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0691890Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0718773Z Entering 'third_party/FXdiv' 2025-12-04T09:42:23.0744096Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0748693Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0771363Z Entering 'third_party/NNPACK' 2025-12-04T09:42:23.0793397Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0794913Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0819263Z Entering 'third_party/NVTX' 2025-12-04T09:42:23.0840934Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0841242Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0871745Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:23.0899547Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0902031Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0922186Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:23.0944874Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0946295Z url.https://github.com/.insteadof 2025-12-04T09:42:23.0985357Z Entering 'third_party/aiter' 2025-12-04T09:42:23.1003172Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1003408Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1027412Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:23.1048137Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1052113Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1085284Z Entering 'third_party/benchmark' 2025-12-04T09:42:23.1105274Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1109261Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1132506Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:23.1154893Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1158819Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1185832Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:23.1205155Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1207323Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1230776Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:23.1254056Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1258036Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1278824Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:23.1301565Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1306394Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1327858Z Entering 'third_party/cutlass' 2025-12-04T09:42:23.1354193Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1357569Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1388842Z Entering 'third_party/fbgemm' 2025-12-04T09:42:23.1412224Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1417298Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1443582Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:23.1465106Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1468759Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1488853Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:23.1510532Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1511944Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1542181Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:23.1563569Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1568013Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1594109Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:23.1614577Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1614922Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1648770Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:23.1670944Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1671327Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1700087Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:23.1723426Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1727723Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1747746Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:23.1771045Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1775922Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1804595Z Entering 'third_party/flash-attention' 2025-12-04T09:42:23.1829150Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1830905Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1853707Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:23.1878529Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1883447Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1908036Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:23.1931682Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1935764Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1965760Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:23.1988192Z url.https://github.com/.insteadof 2025-12-04T09:42:23.1992798Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2015316Z Entering 'third_party/fmt' 2025-12-04T09:42:23.2034200Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2034503Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2059913Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:23.2079669Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2079981Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2105273Z Entering 'third_party/gloo' 2025-12-04T09:42:23.2126173Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2126485Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2577045Z Entering 'third_party/googletest' 2025-12-04T09:42:23.2598036Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2602293Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2627521Z Entering 'third_party/ideep' 2025-12-04T09:42:23.2657632Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2661820Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2682302Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:23.2704723Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2709039Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2743827Z Entering 'third_party/ittapi' 2025-12-04T09:42:23.2767572Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2769528Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2798881Z Entering 'third_party/kineto' 2025-12-04T09:42:23.2819928Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2824354Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2846575Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:23.2869266Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2869509Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2897201Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:23.2915889Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2920782Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2943591Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:23.2967573Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2969103Z url.https://github.com/.insteadof 2025-12-04T09:42:23.2994069Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:23.3017255Z url.https://github.com/.insteadof 2025-12-04T09:42:23.3019336Z url.https://github.com/.insteadof 2025-12-04T09:42:23.3044976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:23.3065975Z url.https://github.com/.insteadof 2025-12-04T09:42:23.3066255Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4082174Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:23.4106899Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4112541Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4135539Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:23.4156731Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4159999Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4184739Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:23.4207227Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4207588Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4825558Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:23.4850063Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4855572Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4879403Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:23.4902284Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4907800Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4930936Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:23.4950207Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4950544Z url.https://github.com/.insteadof 2025-12-04T09:42:23.4977930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:23.5002541Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5007320Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5032442Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:23.5055670Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5057895Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5085812Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:23.5105943Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5106230Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5134555Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:23.5155054Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5156575Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5350882Z Entering 'third_party/kleidiai' 2025-12-04T09:42:23.5373171Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5377462Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5399748Z Entering 'third_party/mimalloc' 2025-12-04T09:42:23.5425246Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5428184Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5452710Z Entering 'third_party/nlohmann' 2025-12-04T09:42:23.5476801Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5481631Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5500858Z Entering 'third_party/onnx' 2025-12-04T09:42:23.5527885Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5534098Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5846963Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:23.5865362Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5866908Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5893737Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:23.5916166Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5920456Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5943344Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:23.5964079Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5965688Z url.https://github.com/.insteadof 2025-12-04T09:42:23.5990858Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:23.6018858Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6020769Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6040606Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:23.6065084Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6069032Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6092532Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:23.6116349Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6120661Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6144147Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:23.6164614Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6165075Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6195356Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:23.6215769Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6219946Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6240697Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:23.6262550Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6267147Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6286196Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:23.6309176Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6309607Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6743303Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:23.6766533Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6772465Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6797188Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:23.6822650Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6825921Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6865912Z Entering 'third_party/pocketfft' 2025-12-04T09:42:23.6890117Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6892243Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6919287Z Entering 'third_party/protobuf' 2025-12-04T09:42:23.6942023Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6947067Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6973063Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:23.6995897Z url.https://github.com/.insteadof 2025-12-04T09:42:23.6997899Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7021825Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:23.7044622Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7048710Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7071134Z Entering 'third_party/psimd' 2025-12-04T09:42:23.7098173Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7098501Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7126265Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:23.7149210Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7150663Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7177815Z Entering 'third_party/pybind11' 2025-12-04T09:42:23.7201481Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7205876Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7227495Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:23.7249948Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7250193Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7272049Z Entering 'third_party/sleef' 2025-12-04T09:42:23.7294046Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7296358Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7319032Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:23.7338730Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7339004Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7364567Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:23.7388263Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7388505Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7414967Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:23.7434320Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7438536Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7458700Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:23.7479577Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7481067Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7507263Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:23.7528121Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7532716Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7556130Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:23.7576756Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7578772Z url.https://github.com/.insteadof 2025-12-04T09:42:23.7625536Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-12-04T09:42:23.7831559Z Entering 'android/libs/fbjni' 2025-12-04T09:42:23.7867940Z file:/home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:42:23.7880851Z Entering 'third_party/FP16' 2025-12-04T09:42:23.7912709Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:42:23.7927122Z Entering 'third_party/FXdiv' 2025-12-04T09:42:23.7965676Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:42:23.7980936Z Entering 'third_party/NNPACK' 2025-12-04T09:42:23.8014383Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:42:23.8032272Z Entering 'third_party/NVTX' 2025-12-04T09:42:23.8061673Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:42:23.8074827Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:23.8112189Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:42:23.8130709Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:23.8162024Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:42:23.8188319Z Entering 'third_party/aiter' 2025-12-04T09:42:23.8226149Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:42:23.8242641Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:23.8274357Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:42:23.8296053Z Entering 'third_party/benchmark' 2025-12-04T09:42:23.8330186Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:23.8348501Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:23.8376396Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:42:23.8404069Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:23.8434007Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:42:23.8450538Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:23.8907138Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:42:23.8926886Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:23.9076637Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:42:23.9095817Z Entering 'third_party/cutlass' 2025-12-04T09:42:23.9129955Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:42:23.9157255Z Entering 'third_party/fbgemm' 2025-12-04T09:42:23.9187391Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:42:23.9208472Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:23.9243263Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:42:23.9258573Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:23.9290788Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:42:23.9311087Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:23.9346872Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:42:23.9361453Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:23.9395921Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:42:23.9417562Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:23.9451775Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:42:23.9468576Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:23.9499259Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:42:23.9519134Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:23.9555952Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:42:23.9571343Z Entering 'third_party/flash-attention' 2025-12-04T09:42:23.9608207Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:42:23.9621045Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:23.9897995Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:42:23.9919925Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:23.9952445Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:42:23.9977529Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:24.0017092Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:42:24.0032907Z Entering 'third_party/fmt' 2025-12-04T09:42:24.0066230Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:42:24.0082995Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:24.0120318Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:42:24.0135095Z Entering 'third_party/gloo' 2025-12-04T09:42:24.0167376Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:42:24.0180050Z Entering 'third_party/googletest' 2025-12-04T09:42:24.0211895Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:24.0228895Z Entering 'third_party/ideep' 2025-12-04T09:42:24.0263307Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:42:24.0275284Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:24.0308703Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:42:24.0338469Z Entering 'third_party/ittapi' 2025-12-04T09:42:24.0373081Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:42:24.0391690Z Entering 'third_party/kineto' 2025-12-04T09:42:24.0426217Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:42:24.0442849Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:24.0475025Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:42:24.0488646Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:24.0546165Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:42:24.0564620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:24.0602237Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:42:24.0617981Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:24.0656947Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:42:24.0669727Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:24.0705314Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:42:24.0720680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:24.0746852Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:42:24.0768763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:24.0803995Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:42:24.0819501Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:24.0852675Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:24.0870997Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:24.0905914Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:42:24.0926560Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:24.0964940Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:42:24.0979464Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:24.1011186Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:42:24.1026519Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:24.1065254Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:42:24.1083501Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:24.1119435Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:42:24.1140740Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:24.1172850Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:42:24.1187341Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:24.1222954Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:42:24.1241972Z Entering 'third_party/kleidiai' 2025-12-04T09:42:24.1273636Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:42:24.1291617Z Entering 'third_party/mimalloc' 2025-12-04T09:42:24.1326582Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:42:24.1339745Z Entering 'third_party/nlohmann' 2025-12-04T09:42:24.1377192Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:42:24.1392109Z Entering 'third_party/onnx' 2025-12-04T09:42:24.1424908Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:42:24.1453019Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:24.1489121Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:24.1507684Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:24.1540081Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:42:24.1556787Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:24.1587481Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:24.1604603Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:24.1637114Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:24.1650985Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:24.1683912Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:42:24.1700779Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:24.1734751Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:42:24.1752980Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:24.1780400Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:42:24.1797011Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:24.1834916Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:42:24.1848705Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:24.1882446Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:42:24.1897992Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:24.1931281Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:42:24.1949967Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:24.1979564Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:42:24.1995612Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:24.2024919Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:42:24.2059149Z Entering 'third_party/pocketfft' 2025-12-04T09:42:24.2092159Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:42:24.2103597Z Entering 'third_party/protobuf' 2025-12-04T09:42:24.4150696Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:42:24.4173990Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:24.4209180Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:42:24.4226326Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:24.4262821Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:24.4283416Z Entering 'third_party/psimd' 2025-12-04T09:42:24.4320711Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:42:24.4337898Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:24.4372667Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:42:24.4390524Z Entering 'third_party/pybind11' 2025-12-04T09:42:24.4422078Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:24.4447414Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:24.4479832Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:42:24.4497817Z Entering 'third_party/sleef' 2025-12-04T09:42:24.4534285Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:42:24.4550337Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:24.4582164Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:42:24.4596786Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:24.4630377Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:42:24.4649098Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:24.4678445Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:42:24.4693939Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:24.4729733Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:42:24.4745008Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:24.4778781Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:42:24.4793397Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:24.4825905Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:42:24.7008706Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-12-04T09:42:24.7232603Z Entering 'android/libs/fbjni' 2025-12-04T09:42:24.7266890Z Entering 'third_party/FP16' 2025-12-04T09:42:24.7299981Z Entering 'third_party/FXdiv' 2025-12-04T09:42:24.7886491Z Entering 'third_party/NNPACK' 2025-12-04T09:42:24.7925590Z Entering 'third_party/NVTX' 2025-12-04T09:42:24.7958174Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:24.7997287Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:24.8043149Z Entering 'third_party/aiter' 2025-12-04T09:42:24.8077504Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:24.8122497Z Entering 'third_party/benchmark' 2025-12-04T09:42:24.8153828Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:24.8191009Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:24.8224951Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:24.8260237Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:24.8292779Z Entering 'third_party/cutlass' 2025-12-04T09:42:24.8333257Z Entering 'third_party/fbgemm' 2025-12-04T09:42:24.8367547Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:24.8395759Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:24.8431177Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:24.8460131Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:24.8503737Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:24.8531947Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:24.8562852Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:24.8602624Z Entering 'third_party/flash-attention' 2025-12-04T09:42:24.8636259Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:24.8675709Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:24.8718258Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:24.8757675Z Entering 'third_party/fmt' 2025-12-04T09:42:24.8789612Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:24.8820229Z Entering 'third_party/gloo' 2025-12-04T09:42:24.8855368Z Entering 'third_party/googletest' 2025-12-04T09:42:24.8892932Z Entering 'third_party/ideep' 2025-12-04T09:42:24.8922906Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:24.8963466Z Entering 'third_party/ittapi' 2025-12-04T09:42:24.8997226Z Entering 'third_party/kineto' 2025-12-04T09:42:24.9028412Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:24.9058441Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:24.9091430Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:24.9122132Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:24.9153998Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:24.9183917Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:24.9217570Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:24.9248088Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:24.9278959Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:24.9306853Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:24.9336793Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:24.9363665Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:24.9396773Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:24.9435078Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:24.9468428Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:24.9503732Z Entering 'third_party/kleidiai' 2025-12-04T09:42:25.1967555Z Entering 'third_party/mimalloc' 2025-12-04T09:42:25.2005513Z Entering 'third_party/nlohmann' 2025-12-04T09:42:25.2295784Z Entering 'third_party/onnx' 2025-12-04T09:42:25.2342929Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:25.2601860Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:25.2639478Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:25.2674706Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:25.2704977Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:25.3082748Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:25.3118846Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:25.3152675Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:25.3189552Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:25.3223065Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:25.3253348Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:25.3287656Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:25.3343982Z Entering 'third_party/pocketfft' 2025-12-04T09:42:25.3378371Z Entering 'third_party/protobuf' 2025-12-04T09:42:25.3410679Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:25.3445168Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:25.3476076Z Entering 'third_party/psimd' 2025-12-04T09:42:25.3512220Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:25.3916691Z Entering 'third_party/pybind11' 2025-12-04T09:42:25.3951997Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:25.3985570Z Entering 'third_party/sleef' 2025-12-04T09:42:25.4019258Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:25.4052391Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:25.4082976Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:25.4114620Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:25.4146986Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:25.4175987Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:25.4223743Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-12-04T09:42:25.4440909Z Entering 'android/libs/fbjni' 2025-12-04T09:42:25.4477464Z Entering 'third_party/FP16' 2025-12-04T09:42:25.4514018Z Entering 'third_party/FXdiv' 2025-12-04T09:42:25.4547694Z Entering 'third_party/NNPACK' 2025-12-04T09:42:25.4581164Z Entering 'third_party/NVTX' 2025-12-04T09:42:25.4613486Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:42:25.4798273Z Entering 'third_party/XNNPACK' 2025-12-04T09:42:25.4842694Z Entering 'third_party/aiter' 2025-12-04T09:42:25.4873851Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:42:25.4911507Z Entering 'third_party/benchmark' 2025-12-04T09:42:25.4940421Z Entering 'third_party/composable_kernel' 2025-12-04T09:42:25.4979649Z Entering 'third_party/cpp-httplib' 2025-12-04T09:42:25.5008048Z Entering 'third_party/cpuinfo' 2025-12-04T09:42:25.5039901Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:42:25.5075268Z Entering 'third_party/cutlass' 2025-12-04T09:42:25.5110229Z Entering 'third_party/fbgemm' 2025-12-04T09:42:25.5140973Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:42:25.5172531Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:42:25.5207337Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:42:25.5235817Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:42:25.5268897Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:42:25.5301187Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:42:25.5330699Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:42:25.5363360Z Entering 'third_party/flash-attention' 2025-12-04T09:42:25.5398939Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:42:25.5437718Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:42:25.5480473Z Entering 'third_party/flatbuffers' 2025-12-04T09:42:25.5519079Z Entering 'third_party/fmt' 2025-12-04T09:42:25.5553919Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:42:25.5586365Z Entering 'third_party/gloo' 2025-12-04T09:42:25.5619952Z Entering 'third_party/googletest' 2025-12-04T09:42:25.5653229Z Entering 'third_party/ideep' 2025-12-04T09:42:25.5685991Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:42:25.5726743Z Entering 'third_party/ittapi' 2025-12-04T09:42:25.5762734Z Entering 'third_party/kineto' 2025-12-04T09:42:25.5799486Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:42:25.5832941Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:42:25.5872656Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:42:25.5907052Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:42:25.5936369Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:42:25.5970552Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:42:25.6007307Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:42:25.6037212Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:42:25.6068127Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:42:25.6101791Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:42:25.6130188Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:42:25.6161786Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:25.6195967Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:25.6232190Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:42:25.6260808Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:42:25.6296801Z Entering 'third_party/kleidiai' 2025-12-04T09:42:25.6335479Z Entering 'third_party/mimalloc' 2025-12-04T09:42:25.6371014Z Entering 'third_party/nlohmann' 2025-12-04T09:42:25.6406029Z Entering 'third_party/onnx' 2025-12-04T09:42:25.6448648Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:42:25.6483643Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:42:25.6514434Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:42:25.6635058Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:42:25.6664519Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:42:25.6697512Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:42:25.6794067Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:42:25.6828785Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:42:25.6865938Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:42:25.6897627Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:42:25.6935360Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:42:25.7117267Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:42:25.7166578Z Entering 'third_party/pocketfft' 2025-12-04T09:42:25.7199266Z Entering 'third_party/protobuf' 2025-12-04T09:42:25.7240060Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:42:25.7272196Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:42:25.7303390Z Entering 'third_party/psimd' 2025-12-04T09:42:25.7337055Z Entering 'third_party/pthreadpool' 2025-12-04T09:42:25.7370022Z Entering 'third_party/pybind11' 2025-12-04T09:42:25.7402735Z Entering 'third_party/python-peachpy' 2025-12-04T09:42:25.7432072Z Entering 'third_party/sleef' 2025-12-04T09:42:25.7463517Z Entering 'third_party/tensorpipe' 2025-12-04T09:42:25.7494964Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:42:25.7524090Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:42:25.7550512Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:42:25.7578475Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:42:25.7605911Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:42:25.7648363Z ##[endgroup] 2025-12-04T09:42:25.7680862Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T09:42:25.7702548Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:42:25.7817963Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-12-04T09:42:25.7818224Z with: 2025-12-04T09:42:25.7818371Z python-version: 3.12 2025-12-04T09:42:25.7818520Z cache: pip 2025-12-04T09:42:25.7818667Z check-latest: false 2025-12-04T09:42:25.7818907Z token: *** 2025-12-04T09:42:25.7819045Z update-environment: true 2025-12-04T09:42:25.7819217Z allow-prereleases: false 2025-12-04T09:42:25.7819378Z freethreaded: false 2025-12-04T09:42:25.7819516Z env: 2025-12-04T09:42:25.7819654Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:42:25.7819809Z ##[endgroup] 2025-12-04T09:42:25.9031937Z ##[group]Installed versions 2025-12-04T09:42:25.9042841Z Version 3.12 was not found in the local cache 2025-12-04T09:42:26.8414672Z Version 3.12 is available for downloading 2025-12-04T09:42:26.8415347Z Download from "https://github.com/actions/python-versions/releases/download/3.12.12-18393146713/python-3.12.12-linux-22.04-x64.tar.gz" 2025-12-04T09:42:28.5323923Z Extract downloaded archive 2025-12-04T09:42:28.5406702Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/eve/_work/_temp/9e6c7872-768c-44d2-b0af-eec677624520 -f /home/eve/_work/_temp/e170b840-aa92-42e9-a0ac-37d64e38112c 2025-12-04T09:42:30.3290692Z Execute installation script 2025-12-04T09:42:30.3374143Z Check if Python hostedtoolcache folder exist... 2025-12-04T09:42:30.3378262Z Creating Python hostedtoolcache folder... 2025-12-04T09:42:30.3385652Z Create Python 3.12.12 folder 2025-12-04T09:42:30.3397371Z Copy Python binaries to hostedtoolcache folder 2025-12-04T09:42:30.6190598Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-12-04T09:42:30.6229322Z Upgrading pip... 2025-12-04T09:42:32.7555517Z Looking in links: /tmp/tmpkd6ev7_g 2025-12-04T09:42:32.7559498Z Requirement already satisfied: pip in /home/eve/_work/_tool/Python/3.12.12/x64/lib/python3.12/site-packages (25.0.1) 2025-12-04T09:42:33.6030309Z Collecting pip 2025-12-04T09:42:33.6277409Z Downloading pip-25.3-py3-none-any.whl.metadata (4.7 kB) 2025-12-04T09:42:33.6408993Z Downloading pip-25.3-py3-none-any.whl (1.8 MB) 2025-12-04T09:42:33.6731943Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 81.5 MB/s eta 0:00:00 2025-12-04T09:42:33.6852755Z Installing collected packages: pip 2025-12-04T09:42:33.6856753Z Attempting uninstall: pip 2025-12-04T09:42:33.6867621Z Found existing installation: pip 25.0.1 2025-12-04T09:42:33.7102710Z Uninstalling pip-25.0.1: 2025-12-04T09:42:33.7141520Z Successfully uninstalled pip-25.0.1 2025-12-04T09:42:34.3409581Z Successfully installed pip-25.3 2025-12-04T09:42:34.3916225Z Create complete file 2025-12-04T09:42:34.3950370Z Successfully set up CPython (3.12.12) 2025-12-04T09:42:34.3950816Z ##[endgroup] 2025-12-04T09:43:28.4616646Z [command]/home/eve/_work/_tool/Python/3.12.12/x64/bin/pip cache dir 2025-12-04T09:43:28.5755611Z /home/eve/.cache/pip 2025-12-04T09:43:28.8853540Z pip cache is not found 2025-12-04T09:43:28.8993340Z ##[group]Run aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 2025-12-04T09:43:28.8993654Z with: 2025-12-04T09:43:28.8993876Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only 2025-12-04T09:43:28.8994131Z role-session-name: gha-linux-test 2025-12-04T09:43:28.8994443Z aws-region: us-east-1 2025-12-04T09:43:28.8994614Z audience: sts.amazonaws.com 2025-12-04T09:43:28.8994820Z env: 2025-12-04T09:43:28.8994956Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:28.8995165Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:28.8995455Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:28.8995727Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:28.8995978Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:28.8996226Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:28.8996503Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:28.8996719Z ##[endgroup] 2025-12-04T09:43:29.3278188Z Assuming role with OIDC 2025-12-04T09:43:29.7687187Z Authenticated as assumedRoleId AROAUPVRELQNLLCOPFEJR:gha-linux-test 2025-12-04T09:43:29.8873607Z ##[group]Run aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 2025-12-04T09:43:29.8873904Z with: 2025-12-04T09:43:29.8874059Z mask-password: true 2025-12-04T09:43:29.8874229Z registry-type: private 2025-12-04T09:43:29.8874401Z skip-logout: false 2025-12-04T09:43:29.8874552Z env: 2025-12-04T09:43:29.8874699Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:29.8874965Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:29.8875256Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:29.8875542Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:29.8875806Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:29.8876062Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:29.8876321Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:29.8876553Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:29.8876761Z AWS_REGION: us-east-1 2025-12-04T09:43:29.8877240Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:29.8877501Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:29.8880866Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:29.8881043Z ##[endgroup] 2025-12-04T09:43:30.4654273Z Logging into registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:31.3835024Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2025-12-04T09:43:31.3835314Z with: 2025-12-04T09:43:31.3835773Z docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3836277Z use-custom-docker-registry: true 2025-12-04T09:43:31.3836491Z docker-build-dir: .ci/docker 2025-12-04T09:43:31.3836690Z docker-build-script: ./build.sh 2025-12-04T09:43:31.3836895Z working-directory: . 2025-12-04T09:43:31.3837123Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:31.3837367Z force-push: false 2025-12-04T09:43:31.3837524Z env: 2025-12-04T09:43:31.3837691Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:31.3837913Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3838207Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:31.3838521Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3838799Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3839056Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3839317Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:31.3839546Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:31.3839722Z AWS_REGION: us-east-1 2025-12-04T09:43:31.3840039Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:31.3840276Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:31.3843691Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:31.3843859Z ##[endgroup] 2025-12-04T09:43:31.3857453Z ##[group]Run set -ex 2025-12-04T09:43:31.3857703Z set -ex 2025-12-04T09:43:31.3858006Z  2025-12-04T09:43:31.3858248Z # If the docker build directory or the build script doesn't exist, the action will 2025-12-04T09:43:31.3858632Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-12-04T09:43:31.3858954Z # job could then download the pre-built image as usual 2025-12-04T09:43:31.3859332Z if [[ -d "${DOCKER_BUILD_DIR}" ]] && [[ -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]] && [[ "${USE_CUSTOM_DOCKER_REGISTRY}" == "true" ]]; then 2025-12-04T09:43:31.3859690Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3859916Z else 2025-12-04T09:43:31.3860092Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3860355Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3860600Z  2025-12-04T09:43:31.3860912Z  echo "Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ${REPO_NAME} repo..." 2025-12-04T09:43:31.3861253Z  exit 0 2025-12-04T09:43:31.3861401Z fi 2025-12-04T09:43:31.3861541Z  2025-12-04T09:43:31.3861754Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-12-04T09:43:31.3862087Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-12-04T09:43:31.3862383Z  # use it as it is, but first let's extract the tag 2025-12-04T09:43:31.3862659Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-12-04T09:43:31.3862944Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3863217Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3863447Z else 2025-12-04T09:43:31.3863625Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-12-04T09:43:31.3863857Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-12-04T09:43:31.3864092Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-12-04T09:43:31.3864291Z  fi 2025-12-04T09:43:31.3864674Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-12-04T09:43:31.3865053Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3865401Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3865809Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3866068Z fi 2025-12-04T09:43:31.3874705Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:43:31.3874984Z env: 2025-12-04T09:43:31.3875144Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:31.3875365Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3875660Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:31.3875960Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3876220Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3876487Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3876750Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:31.3876984Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:31.3877163Z AWS_REGION: us-east-1 2025-12-04T09:43:31.3877398Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:31.3877627Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:31.3881067Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:31.3881244Z REPO_NAME: pytorch 2025-12-04T09:43:31.3881711Z DOCKER_IMAGE_NAME: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3882195Z DOCKER_BUILD_DIR: .ci/docker 2025-12-04T09:43:31.3882503Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-12-04T09:43:31.3882737Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:31.3882989Z USE_CUSTOM_DOCKER_REGISTRY: true 2025-12-04T09:43:31.3883180Z CUSTOM_TAG_PREFIX: 2025-12-04T09:43:31.3883360Z ##[endgroup] 2025-12-04T09:43:31.3911002Z + [[ -d .ci/docker ]] 2025-12-04T09:43:31.3913009Z + [[ -f .ci/docker/./build.sh ]] 2025-12-04T09:43:31.3913257Z + [[ true == \t\r\u\e ]] 2025-12-04T09:43:31.3913450Z + echo skip=false 2025-12-04T09:43:31.3914084Z + [[ 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2025-12-04T09:43:31.3919741Z ++ echo 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3920313Z ++ awk -F '[:,]' '{print $2}' 2025-12-04T09:43:31.3934479Z + DOCKER_TAG=pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3939877Z + echo docker-tag=pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3944530Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3962025Z ##[group]Run set +e 2025-12-04T09:43:31.3962260Z set +e 2025-12-04T09:43:31.3962418Z set -x 2025-12-04T09:43:31.3962570Z  2025-12-04T09:43:31.3962712Z login() { 2025-12-04T09:43:31.3962998Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-12-04T09:43:31.3963285Z } 2025-12-04T09:43:31.3963431Z  2025-12-04T09:43:31.3963582Z retry () { 2025-12-04T09:43:31.3963760Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-12-04T09:43:31.3963974Z } 2025-12-04T09:43:31.3964119Z  2025-12-04T09:43:31.3964277Z retry login "${DOCKER_REGISTRY}" 2025-12-04T09:43:31.3964470Z  2025-12-04T09:43:31.3964735Z START_TIME=$(date +%s) 2025-12-04T09:43:31.3965007Z # Wait up to 120 minutes 2025-12-04T09:43:31.3965246Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-12-04T09:43:31.3965544Z  # Check if image already exists, if it does then skip building it 2025-12-04T09:43:31.3965843Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-12-04T09:43:31.3966069Z  exit 0 2025-12-04T09:43:31.3966232Z  fi 2025-12-04T09:43:31.3966384Z  2025-12-04T09:43:31.3966625Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-12-04T09:43:31.3967003Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-12-04T09:43:31.3967395Z  # latter, it will wait for the Docker images to become available before continuing 2025-12-04T09:43:31.3967705Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-12-04T09:43:31.3967960Z  # It's a Docker build job, let's build the image 2025-12-04T09:43:31.3968178Z  break 2025-12-04T09:43:31.3968336Z  else 2025-12-04T09:43:31.3968552Z  # It's a regular build job, wait for the image to become available 2025-12-04T09:43:31.3968797Z  sleep 300 2025-12-04T09:43:31.3968965Z  fi 2025-12-04T09:43:31.3969115Z done 2025-12-04T09:43:31.3969263Z  2025-12-04T09:43:31.3969487Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-12-04T09:43:31.3969819Z # be empty. The default action would be to continue rebuild the image 2025-12-04T09:43:31.3970120Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-12-04T09:43:31.3970487Z  # if we're on the base branch then use the parent commit 2025-12-04T09:43:31.3970740Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-12-04T09:43:31.3970939Z else 2025-12-04T09:43:31.3971155Z  # otherwise we're on a PR, so use the most recent base commit 2025-12-04T09:43:31.3971442Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-12-04T09:43:31.3971663Z fi 2025-12-04T09:43:31.3971813Z  2025-12-04T09:43:31.3972012Z if [[ -z "${MERGE_BASE}" ]]; then 2025-12-04T09:43:31.3972236Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3972443Z  2025-12-04T09:43:31.3972715Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-12-04T09:43:31.3973022Z  exit 0 2025-12-04T09:43:31.3973177Z fi 2025-12-04T09:43:31.3973321Z  2025-12-04T09:43:31.3973524Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-12-04T09:43:31.3973907Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-12-04T09:43:31.3974238Z  exit 1 2025-12-04T09:43:31.3974399Z fi 2025-12-04T09:43:31.3974535Z  2025-12-04T09:43:31.3974750Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-12-04T09:43:31.3975150Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-12-04T09:43:31.3975466Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-12-04T09:43:31.3975824Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-12-04T09:43:31.3976233Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-12-04T09:43:31.3976488Z fi 2025-12-04T09:43:31.3976628Z  2025-12-04T09:43:31.3976796Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-12-04T09:43:31.3984377Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:43:31.3984713Z env: 2025-12-04T09:43:31.3984918Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:31.3985134Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3985436Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:31.3985722Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3985987Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3986247Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:31.3986508Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:31.3986755Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:31.3986936Z AWS_REGION: us-east-1 2025-12-04T09:43:31.3987186Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:31.3987423Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:31.3990836Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:31.3991014Z DOCKER_BUILD_DIR: .ci/docker 2025-12-04T09:43:31.3991237Z BASE_REVISION: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:43:31.3991749Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3992372Z DOCKER_TAG: pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:31.3992760Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:31.3992986Z DOCKER_PUSH: 2025-12-04T09:43:31.3993144Z ##[endgroup] 2025-12-04T09:43:31.4018486Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:31.4019962Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:31.4020265Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:43:31.4025235Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:33.2473027Z 2025-12-04T09:43:33.2473413Z Login Succeeded 2025-12-04T09:43:33.2475727Z WARNING! Your credentials are stored unencrypted in '/home/eve/.docker/config.json'. 2025-12-04T09:43:33.2476107Z Configure a credential helper to remove this warning. See 2025-12-04T09:43:33.2476410Z https://docs.docker.com/go/credential-store/ 2025-12-04T09:43:33.2476566Z 2025-12-04T09:43:33.2497398Z ++ date +%s 2025-12-04T09:43:33.2509766Z + START_TIME=1764841413 2025-12-04T09:43:33.2513565Z ++ date +%s 2025-12-04T09:43:33.2520009Z + [[ 1764834213 -lt 1764841413 ]] 2025-12-04T09:43:33.2525115Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:35.2092137Z { 2025-12-04T09:43:35.2096577Z "schemaVersion": 2, 2025-12-04T09:43:35.2100741Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-12-04T09:43:35.2104713Z "config": { 2025-12-04T09:43:35.2108832Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-12-04T09:43:35.2112710Z + exit 0 2025-12-04T09:43:35.2112982Z "size": 34864, 2025-12-04T09:43:35.2114981Z "digest": "sha256:add7313791033822205cdb3cf32096534b2cfaa4855bd48119b59000bfe00301" 2025-12-04T09:43:35.2115293Z }, 2025-12-04T09:43:35.2115442Z "layers": [ 2025-12-04T09:43:35.2115594Z { 2025-12-04T09:43:35.2115814Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2116070Z "size": 30447951, 2025-12-04T09:43:35.2116335Z "digest": "sha256:63e5bc7682b85ae57a1221210f64d62e7a90b0a30f19af4ca734b8242ae49d63" 2025-12-04T09:43:35.2116608Z }, 2025-12-04T09:43:35.2116744Z { 2025-12-04T09:43:35.2116958Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2117202Z "size": 1554, 2025-12-04T09:43:35.2117454Z "digest": "sha256:0678d56345c994444b77bb70b1177189d23e794748b1d75ffc45d227c7dea94a" 2025-12-04T09:43:35.2117742Z }, 2025-12-04T09:43:35.2117882Z { 2025-12-04T09:43:35.2118120Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2118655Z "size": 313275661, 2025-12-04T09:43:35.2118931Z "digest": "sha256:45f5c9ddfce78349dff3d5edfbaa0310ae17311f66abdcd7e00fa21b500e801c" 2025-12-04T09:43:35.2119208Z }, 2025-12-04T09:43:35.2119341Z { 2025-12-04T09:43:35.2119548Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2119792Z "size": 787, 2025-12-04T09:43:35.2120053Z "digest": "sha256:086b1df51ac1162d9c45698e9dfaf91c6c222c8bd9ab01797ac8f9344bc8044f" 2025-12-04T09:43:35.2120321Z }, 2025-12-04T09:43:35.2120451Z { 2025-12-04T09:43:35.2120745Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2120980Z "size": 106, 2025-12-04T09:43:35.2121234Z "digest": "sha256:fe8a7b64bf98352f89057bcba66beef2fb44cc05fbd3606abccd8e86cf476234" 2025-12-04T09:43:35.2121521Z }, 2025-12-04T09:43:35.2121653Z { 2025-12-04T09:43:35.2121855Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2122097Z "size": 703, 2025-12-04T09:43:35.2122351Z "digest": "sha256:7680723e9a578033dd106b45784c639f06cc8adb1f5239ec513d9de01087c1af" 2025-12-04T09:43:35.2122623Z }, 2025-12-04T09:43:35.2122750Z { 2025-12-04T09:43:35.2122946Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2123180Z "size": 1216, 2025-12-04T09:43:35.2123424Z "digest": "sha256:9c5027aeeb4e3101f48c1d2e400c387110e1009e42497ee801f1b4b7f7edb5c0" 2025-12-04T09:43:35.2123691Z }, 2025-12-04T09:43:35.2123819Z { 2025-12-04T09:43:35.2124014Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2124246Z "size": 483, 2025-12-04T09:43:35.2124478Z "digest": "sha256:9a56521103600bd37a1e7c1191b5136c2d738c092f8a6701499f7068a32c2628" 2025-12-04T09:43:35.2124911Z }, 2025-12-04T09:43:35.2125043Z { 2025-12-04T09:43:35.2125241Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2125483Z "size": 110361875, 2025-12-04T09:43:35.2125733Z "digest": "sha256:375c4427e9141269458333b1463fdb219e736fd6231ec1c56c625c48437ace77" 2025-12-04T09:43:35.2126002Z }, 2025-12-04T09:43:35.2126134Z { 2025-12-04T09:43:35.2126331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2126571Z "size": 4961, 2025-12-04T09:43:35.2126822Z "digest": "sha256:a86faaa7dbdd70e678e5ea20072637ee42618921ca8f80ca089f789325d4b0c2" 2025-12-04T09:43:35.2127088Z }, 2025-12-04T09:43:35.2127217Z { 2025-12-04T09:43:35.2127413Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2127646Z "size": 1755, 2025-12-04T09:43:35.2127884Z "digest": "sha256:fb7848686804957915d98f8655ef6da0fe4c521b50a82aefdebf475983505a15" 2025-12-04T09:43:35.2128144Z }, 2025-12-04T09:43:35.2128276Z { 2025-12-04T09:43:35.2128473Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2128710Z "size": 724, 2025-12-04T09:43:35.2128948Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T09:43:35.2129207Z }, 2025-12-04T09:43:35.2129366Z { 2025-12-04T09:43:35.2129575Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2129811Z "size": 543, 2025-12-04T09:43:35.2130050Z "digest": "sha256:79dc80f426b29d4ae9157b967050b03e66aa0c4b1295b944a1dd70106be87066" 2025-12-04T09:43:35.2130309Z }, 2025-12-04T09:43:35.2130437Z { 2025-12-04T09:43:35.2130633Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2130874Z "size": 3185190117, 2025-12-04T09:43:35.2131139Z "digest": "sha256:a13fcc1b90bb9c251ebe7ef2a03c4cb3afa1c8bdafe84f5f85136773059a3735" 2025-12-04T09:43:35.2131406Z }, 2025-12-04T09:43:35.2131534Z { 2025-12-04T09:43:35.2131733Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2131967Z "size": 32, 2025-12-04T09:43:35.2132220Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2132574Z }, 2025-12-04T09:43:35.2132710Z { 2025-12-04T09:43:35.2132909Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2133146Z "size": 396, 2025-12-04T09:43:35.2133387Z "digest": "sha256:549db4d6c618ecd9534658a233e3c90508f82d8735f965c2786b2eaa078869e5" 2025-12-04T09:43:35.2133647Z }, 2025-12-04T09:43:35.2133779Z { 2025-12-04T09:43:35.2133975Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2134211Z "size": 236860, 2025-12-04T09:43:35.2134455Z "digest": "sha256:5c63528cb580001e65104f4cb0809bf0673a00f989a7db42fd6d86aa1ec27cee" 2025-12-04T09:43:35.2134715Z }, 2025-12-04T09:43:35.2134882Z { 2025-12-04T09:43:35.2135085Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2135325Z "size": 231, 2025-12-04T09:43:35.2135578Z "digest": "sha256:75bd83b989a44e4d4119a3f972891025eb0e9ce95cfbe4a0ca5cdbe7130028d6" 2025-12-04T09:43:35.2135845Z }, 2025-12-04T09:43:35.2135980Z { 2025-12-04T09:43:35.2136180Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2136423Z "size": 3043497, 2025-12-04T09:43:35.2136691Z "digest": "sha256:de6e78970f517178cb91f36cd02bd9ca7b72a08fb82a0f9007516026f258c035" 2025-12-04T09:43:35.2136975Z }, 2025-12-04T09:43:35.2137115Z { 2025-12-04T09:43:35.2137326Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2137582Z "size": 1472, 2025-12-04T09:43:35.2137851Z "digest": "sha256:e13ed7c7e4736e81dc21af755b3363eb26e4d3b2f1ca988dfe65effa47d8fa42" 2025-12-04T09:43:35.2138136Z }, 2025-12-04T09:43:35.2138278Z { 2025-12-04T09:43:35.2138493Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2138821Z "size": 481, 2025-12-04T09:43:35.2139077Z "digest": "sha256:6e2949bcb74152577a0f20c38bcb6dd80f5e68427e3e531a80e08c9ecc73a979" 2025-12-04T09:43:35.2139351Z }, 2025-12-04T09:43:35.2139483Z { 2025-12-04T09:43:35.2139689Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2139936Z "size": 202, 2025-12-04T09:43:35.2140192Z "digest": "sha256:14d69d9aaec70287efd2fd35c4f93e43a29a4098458cc9fca1c93f02ad7356cb" 2025-12-04T09:43:35.2140474Z }, 2025-12-04T09:43:35.2140609Z { 2025-12-04T09:43:35.2140816Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2141057Z "size": 607, 2025-12-04T09:43:35.2141313Z "digest": "sha256:5c02769dd8e5bba2f7f5fd84bde9595fcb3bdbffcae497503fa846f9b5e78bf5" 2025-12-04T09:43:35.2141593Z }, 2025-12-04T09:43:35.2141725Z { 2025-12-04T09:43:35.2141936Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2142187Z "size": 7889619584, 2025-12-04T09:43:35.2142452Z "digest": "sha256:35041ce524ac4afec40ecd73b1393c830614f1f79d43a6439767a6c7d5b7027b" 2025-12-04T09:43:35.2142728Z }, 2025-12-04T09:43:35.2142859Z { 2025-12-04T09:43:35.2143063Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2143304Z "size": 830, 2025-12-04T09:43:35.2143552Z "digest": "sha256:2fa92dc5885e080e049ceb4139288b6c0e39fab34256945708b08ea55a1f7a0b" 2025-12-04T09:43:35.2143827Z }, 2025-12-04T09:43:35.2143962Z { 2025-12-04T09:43:35.2144162Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2144410Z "size": 33451739, 2025-12-04T09:43:35.2144674Z "digest": "sha256:2b85eafbd92a0e70a0a70154ad8bf4584095e576d95873368f30373f5966714a" 2025-12-04T09:43:35.2144979Z }, 2025-12-04T09:43:35.2145112Z { 2025-12-04T09:43:35.2145326Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2145561Z "size": 104, 2025-12-04T09:43:35.2145809Z "digest": "sha256:ff755a4ddad7880f23c6b767d432d6f1eafdb62b3ea18f8a98e22c441c099fcb" 2025-12-04T09:43:35.2146077Z }, 2025-12-04T09:43:35.2146204Z { 2025-12-04T09:43:35.2146400Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2146705Z "size": 1496, 2025-12-04T09:43:35.2146945Z "digest": "sha256:09eb41bdf42d8605b57b2363348154140904dec914b34a67298b82122bfce2b3" 2025-12-04T09:43:35.2147211Z }, 2025-12-04T09:43:35.2147343Z { 2025-12-04T09:43:35.2147544Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2147790Z "size": 458787828, 2025-12-04T09:43:35.2148059Z "digest": "sha256:11ede4d59e935e62f41b33220fe871794ab5e57ce724173b713368977683bcf6" 2025-12-04T09:43:35.2148330Z }, 2025-12-04T09:43:35.2148470Z { 2025-12-04T09:43:35.2148679Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2148928Z "size": 164, 2025-12-04T09:43:35.2149179Z "digest": "sha256:1283cd8f801a142172f3ab76fd472df8583223d9437de3e4d18d8cf98ea3fa98" 2025-12-04T09:43:35.2149445Z }, 2025-12-04T09:43:35.2149572Z { 2025-12-04T09:43:35.2149768Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2150004Z "size": 346, 2025-12-04T09:43:35.2150247Z "digest": "sha256:024fa855425fa524ad4500660cf61d53be62b99556d31b8b280d14caba434a35" 2025-12-04T09:43:35.2150506Z }, 2025-12-04T09:43:35.2150634Z { 2025-12-04T09:43:35.2150834Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2151068Z "size": 32, 2025-12-04T09:43:35.2151315Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2151580Z }, 2025-12-04T09:43:35.2151709Z { 2025-12-04T09:43:35.2151907Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2152147Z "size": 106, 2025-12-04T09:43:35.2152393Z "digest": "sha256:303e6747a62efecf5efa1f97d0e66b40a3b39da8d79a51f75b89f4c92ae7ec52" 2025-12-04T09:43:35.2152722Z }, 2025-12-04T09:43:35.2152848Z { 2025-12-04T09:43:35.2153039Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2153268Z "size": 424, 2025-12-04T09:43:35.2153512Z "digest": "sha256:3017cdf4838bcc9a33daebc07487f8ae1f6bd6e7ce8322c14f5480e8db9ef90e" 2025-12-04T09:43:35.2153778Z }, 2025-12-04T09:43:35.2153907Z { 2025-12-04T09:43:35.2154108Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2154348Z "size": 19309374, 2025-12-04T09:43:35.2154598Z "digest": "sha256:6b6cd1c358e886dc6ed7fd46ac4bcc1a0a73b7b1301739ea1953478ee5d83f50" 2025-12-04T09:43:35.2154896Z }, 2025-12-04T09:43:35.2155026Z { 2025-12-04T09:43:35.2155223Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2155456Z "size": 108, 2025-12-04T09:43:35.2155696Z "digest": "sha256:b2dd045011241d1cf8889e2a7369d9fe4844dfe15529b520ccd6a59bd3c1532e" 2025-12-04T09:43:35.2155960Z }, 2025-12-04T09:43:35.2156091Z { 2025-12-04T09:43:35.2156288Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2156528Z "size": 827, 2025-12-04T09:43:35.2156772Z "digest": "sha256:55adc51fe5897031d4cf2f2b8fd162213f6e46a52848630c616606271b97952e" 2025-12-04T09:43:35.2157037Z }, 2025-12-04T09:43:35.2157170Z { 2025-12-04T09:43:35.2157374Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2157612Z "size": 724, 2025-12-04T09:43:35.2157848Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T09:43:35.2158105Z }, 2025-12-04T09:43:35.2158231Z { 2025-12-04T09:43:35.2158426Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2158663Z "size": 149, 2025-12-04T09:43:35.2158904Z "digest": "sha256:a43ca0e4b837964b12b7469194cfe939c26de027298040028975324dce25938a" 2025-12-04T09:43:35.2159162Z }, 2025-12-04T09:43:35.2159290Z { 2025-12-04T09:43:35.2159491Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2159729Z "size": 138, 2025-12-04T09:43:35.2159977Z "digest": "sha256:b7212f17fd1404837fcfdd086dd0e2667931e4db377d45d8d89a44390c84e11d" 2025-12-04T09:43:35.2160320Z }, 2025-12-04T09:43:35.2160450Z { 2025-12-04T09:43:35.2160640Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2160873Z "size": 141, 2025-12-04T09:43:35.2161107Z "digest": "sha256:083e42cac090e6486c35f392b64ee54448f5e4aa947003aeb3e1f92c8ea5c099" 2025-12-04T09:43:35.2161368Z }, 2025-12-04T09:43:35.2161494Z { 2025-12-04T09:43:35.2161687Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2161924Z "size": 32, 2025-12-04T09:43:35.2162167Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2162435Z }, 2025-12-04T09:43:35.2162565Z { 2025-12-04T09:43:35.2162761Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2162998Z "size": 223, 2025-12-04T09:43:35.2163234Z "digest": "sha256:0a00b784a4aac341795729b254f7edd09e811b7f51d0c58e0e6bfeeee6940503" 2025-12-04T09:43:35.2163490Z }, 2025-12-04T09:43:35.2163617Z { 2025-12-04T09:43:35.2163809Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2164038Z "size": 255, 2025-12-04T09:43:35.2164272Z "digest": "sha256:c6173c779f7ba143a21214ea5f032b141863a37ceb4c0ac01d3248c216ce5241" 2025-12-04T09:43:35.2164530Z }, 2025-12-04T09:43:35.2164656Z { 2025-12-04T09:43:35.2164899Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2165140Z "size": 145520672, 2025-12-04T09:43:35.2165394Z "digest": "sha256:ed3d1e3387b924585c332bf1bc252fa159cd0d25256a874043ff0141b1ab5ff7" 2025-12-04T09:43:35.2165664Z }, 2025-12-04T09:43:35.2165793Z { 2025-12-04T09:43:35.2166004Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2166354Z "size": 106, 2025-12-04T09:43:35.2166603Z "digest": "sha256:b29343478586aeee19d2a622661716f6f1591280c890f49b727a8da13a610784" 2025-12-04T09:43:35.2166871Z }, 2025-12-04T09:43:35.2167014Z { 2025-12-04T09:43:35.2167220Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2167472Z "size": 312293530, 2025-12-04T09:43:35.2167727Z "digest": "sha256:c6f0520487fb506bc4601fd84d5f28d8a76b203e004731e4b2067c2ab1a14e0b" 2025-12-04T09:43:35.2167987Z }, 2025-12-04T09:43:35.2168116Z { 2025-12-04T09:43:35.2168311Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2168554Z "size": 3058011133, 2025-12-04T09:43:35.2168806Z "digest": "sha256:148171691cd4c4d20310d490d4b4dd903490d04ea07fb8f7e668a28768683e9a" 2025-12-04T09:43:35.2169072Z }, 2025-12-04T09:43:35.2169203Z { 2025-12-04T09:43:35.2169395Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2169628Z "size": 129, 2025-12-04T09:43:35.2169875Z "digest": "sha256:2c666d30ed77fff9ff1167d41cd645dad98280fcbe941f5bc3828c7ae66b1287" 2025-12-04T09:43:35.2170143Z }, 2025-12-04T09:43:35.2170271Z { 2025-12-04T09:43:35.2170484Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2170772Z "size": 880, 2025-12-04T09:43:35.2171016Z "digest": "sha256:5d8d3a0a98e012c5068e0f3bae5a03e3148ecf2d063634eee4c9241a1e3fdfb5" 2025-12-04T09:43:35.2171280Z }, 2025-12-04T09:43:35.2171441Z { 2025-12-04T09:43:35.2171637Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2171869Z "size": 724, 2025-12-04T09:43:35.2172107Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T09:43:35.2172359Z }, 2025-12-04T09:43:35.2172485Z { 2025-12-04T09:43:35.2172677Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2172908Z "size": 139, 2025-12-04T09:43:35.2173146Z "digest": "sha256:b06bafce9e817295d8127207747c80aa18e04392ff0875844fc30a1e794a8a0c" 2025-12-04T09:43:35.2173442Z }, 2025-12-04T09:43:35.2173568Z { 2025-12-04T09:43:35.2173760Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2174086Z "size": 32, 2025-12-04T09:43:35.2174326Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2174589Z }, 2025-12-04T09:43:35.2174720Z { 2025-12-04T09:43:35.2174977Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2175213Z "size": 159, 2025-12-04T09:43:35.2175461Z "digest": "sha256:15e0d7e4590d3d8f598d05aec3a92f891bf8b4605bcc38cc2de852b6014ef8f3" 2025-12-04T09:43:35.2175747Z }, 2025-12-04T09:43:35.2175897Z { 2025-12-04T09:43:35.2176099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2176341Z "size": 1011, 2025-12-04T09:43:35.2176617Z "digest": "sha256:a514bd1add3164d8d7ca99aa19294c4ed8b97b074635d98714c4f598a959f4cd" 2025-12-04T09:43:35.2176885Z }, 2025-12-04T09:43:35.2177014Z { 2025-12-04T09:43:35.2177220Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2177463Z "size": 724, 2025-12-04T09:43:35.2177696Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T09:43:35.2177961Z }, 2025-12-04T09:43:35.2178099Z { 2025-12-04T09:43:35.2178297Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2178526Z "size": 134, 2025-12-04T09:43:35.2178764Z "digest": "sha256:57b84ee6000204f27a1d9bca199b19be4c86ecd324540dbdf239c56a6c3b34ea" 2025-12-04T09:43:35.2179028Z }, 2025-12-04T09:43:35.2179151Z { 2025-12-04T09:43:35.2179353Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2179597Z "size": 32, 2025-12-04T09:43:35.2179839Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2180209Z }, 2025-12-04T09:43:35.2180336Z { 2025-12-04T09:43:35.2180533Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2180775Z "size": 157, 2025-12-04T09:43:35.2181055Z "digest": "sha256:b8babeff6d817a5961dddc15c6bdfdbd05da187fae75d5804015f99fd7c066d8" 2025-12-04T09:43:35.2181321Z }, 2025-12-04T09:43:35.2181447Z { 2025-12-04T09:43:35.2181642Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2181888Z "size": 602, 2025-12-04T09:43:35.2182144Z "digest": "sha256:83779ddf6a85ab387f64a45f274cba245b69e4fd1931ff0b5d7d3efd4b7a43bc" 2025-12-04T09:43:35.2182421Z }, 2025-12-04T09:43:35.2182555Z { 2025-12-04T09:43:35.2182757Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2183003Z "size": 724, 2025-12-04T09:43:35.2183245Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T09:43:35.2183549Z }, 2025-12-04T09:43:35.2183682Z { 2025-12-04T09:43:35.2183890Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2184156Z "size": 155, 2025-12-04T09:43:35.2184409Z "digest": "sha256:8b7620c0d736cc79381207ce5afe2af90f0cd7f0cd394577d2c9520d7f74762f" 2025-12-04T09:43:35.2184697Z }, 2025-12-04T09:43:35.2184874Z { 2025-12-04T09:43:35.2185078Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2185320Z "size": 32, 2025-12-04T09:43:35.2185575Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2185851Z }, 2025-12-04T09:43:35.2185982Z { 2025-12-04T09:43:35.2186188Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2186438Z "size": 188, 2025-12-04T09:43:35.2186695Z "digest": "sha256:3bcfa090e4efd3677425f76baea9f1e0c50a75d8c6b5713ec05310f1dff24539" 2025-12-04T09:43:35.2186972Z }, 2025-12-04T09:43:35.2187103Z { 2025-12-04T09:43:35.2187305Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2187551Z "size": 1370, 2025-12-04T09:43:35.2187800Z "digest": "sha256:eb0504ec4d9218a79896b604f73dc0ea5a0f96266ad9c2cdbbbe5f0f18222694" 2025-12-04T09:43:35.2188069Z }, 2025-12-04T09:43:35.2188284Z { 2025-12-04T09:43:35.2188495Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2188739Z "size": 32, 2025-12-04T09:43:35.2188992Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2189276Z }, 2025-12-04T09:43:35.2189404Z { 2025-12-04T09:43:35.2189598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2189831Z "size": 136, 2025-12-04T09:43:35.2190077Z "digest": "sha256:15d0fec09d7b196a1462d51516ee90fc3443ba178d3e56d59cacf32146b4321d" 2025-12-04T09:43:35.2190345Z }, 2025-12-04T09:43:35.2190474Z { 2025-12-04T09:43:35.2190670Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2190914Z "size": 528, 2025-12-04T09:43:35.2191157Z "digest": "sha256:cca81fcc62a949959ca4dd3c9056fb293d548ef8607127eeeef6cfd3a8897ca8" 2025-12-04T09:43:35.2191416Z }, 2025-12-04T09:43:35.2191545Z { 2025-12-04T09:43:35.2191743Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2191972Z "size": 32, 2025-12-04T09:43:35.2192208Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2192471Z }, 2025-12-04T09:43:35.2192597Z { 2025-12-04T09:43:35.2192791Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2193023Z "size": 104, 2025-12-04T09:43:35.2193269Z "digest": "sha256:b0b8f9b5c6ab98db9cd830dc584e1b6aec9add139e4cc48d8c243d36691e25b4" 2025-12-04T09:43:35.2193541Z }, 2025-12-04T09:43:35.2193668Z { 2025-12-04T09:43:35.2193860Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2194094Z "size": 435, 2025-12-04T09:43:35.2194392Z "digest": "sha256:0606ca4d47a8a70e91e92b03ca51a85e731641b09342136a54ef2f2a6d9dfb44" 2025-12-04T09:43:35.2194649Z }, 2025-12-04T09:43:35.2194775Z { 2025-12-04T09:43:35.2195006Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2195240Z "size": 32, 2025-12-04T09:43:35.2195478Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2195737Z }, 2025-12-04T09:43:35.2195865Z { 2025-12-04T09:43:35.2196057Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2196290Z "size": 109, 2025-12-04T09:43:35.2196533Z "digest": "sha256:2f80a4e1b3b95ed67bb781ea787e8a63e46de79117d9d8e65c257072b38afa2d" 2025-12-04T09:43:35.2196806Z }, 2025-12-04T09:43:35.2196931Z { 2025-12-04T09:43:35.2197125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2197358Z "size": 1896, 2025-12-04T09:43:35.2197596Z "digest": "sha256:35c916fb1bd057e517dcab78c3a2a018e68096d8993892ad84f47562d37ae352" 2025-12-04T09:43:35.2197858Z }, 2025-12-04T09:43:35.2197984Z { 2025-12-04T09:43:35.2198175Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2198417Z "size": 197526165, 2025-12-04T09:43:35.2198658Z "digest": "sha256:195537b7dafc96192f768323b1a8cc2a914d41959849b73198579576b0872a44" 2025-12-04T09:43:35.2198912Z }, 2025-12-04T09:43:35.2199040Z { 2025-12-04T09:43:35.2199233Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2199467Z "size": 106, 2025-12-04T09:43:35.2199707Z "digest": "sha256:dc454fd3967e5735b2498b7f1d958a2c626987d5e4ce225ca98da3cd945b59f3" 2025-12-04T09:43:35.2199965Z }, 2025-12-04T09:43:35.2200089Z { 2025-12-04T09:43:35.2200281Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2200514Z "size": 165, 2025-12-04T09:43:35.2200750Z "digest": "sha256:701b34f115fa897181c046dc37288e87cbc3ad74c36a9e2224b5bfe7c5703afb" 2025-12-04T09:43:35.2201012Z }, 2025-12-04T09:43:35.2201139Z { 2025-12-04T09:43:35.2201332Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2201561Z "size": 7944, 2025-12-04T09:43:35.2201874Z "digest": "sha256:39cefc00ffedebc9098261c798408b87a20c95a88fccb110594077f48dadf760" 2025-12-04T09:43:35.2202141Z }, 2025-12-04T09:43:35.2202270Z { 2025-12-04T09:43:35.2202466Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2202715Z "size": 8071, 2025-12-04T09:43:35.2202954Z "digest": "sha256:6ae51eb61a325b2c2995a5088c81aa20821b75be65b5aa722c7c40556b5d03ea" 2025-12-04T09:43:35.2203220Z }, 2025-12-04T09:43:35.2203363Z { 2025-12-04T09:43:35.2203560Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2203792Z "size": 304, 2025-12-04T09:43:35.2204030Z "digest": "sha256:1fd5341e66dfc0c1ae23af014641a92a6fd02640c528fe6d4dc55921ed659a26" 2025-12-04T09:43:35.2204291Z }, 2025-12-04T09:43:35.2204418Z { 2025-12-04T09:43:35.2204608Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2204880Z "size": 13364291, 2025-12-04T09:43:35.2205133Z "digest": "sha256:72a7c87e35e40ab796f90aee1b51add7902f0cdc44406d2505b6c6a1f55a8da6" 2025-12-04T09:43:35.2205396Z }, 2025-12-04T09:43:35.2205521Z { 2025-12-04T09:43:35.2205712Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2205942Z "size": 108, 2025-12-04T09:43:35.2206189Z "digest": "sha256:ec36862ac98ebaac52ee1a8b1d162d45bd0e3bf59ae7e19c8f80ad3960b4c600" 2025-12-04T09:43:35.2206459Z }, 2025-12-04T09:43:35.2206587Z { 2025-12-04T09:43:35.2206782Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2207018Z "size": 54145699, 2025-12-04T09:43:35.2207270Z "digest": "sha256:05ddbf246e8add0e293474dbf88bb028d5a295a25ac59e8648a18db644377773" 2025-12-04T09:43:35.2207527Z }, 2025-12-04T09:43:35.2207725Z { 2025-12-04T09:43:35.2207917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:43:35.2208149Z "size": 32, 2025-12-04T09:43:35.2208389Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:43:35.2208659Z } 2025-12-04T09:43:35.2208787Z ] 2025-12-04T09:43:35.2208923Z } 2025-12-04T09:43:35.7389694Z ##[group]Run set -eux 2025-12-04T09:43:35.7389926Z set -eux 2025-12-04T09:43:35.7390182Z # It's ok if this steps fails, it would then be an anonymous user like what we used to have 2025-12-04T09:43:35.7390788Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin || true 2025-12-04T09:43:35.7400796Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:43:35.7401036Z env: 2025-12-04T09:43:35.7401197Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:35.7401432Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:35.7401727Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:35.7402025Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:35.7402288Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:35.7402547Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:35.7402808Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:35.7403038Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:35.7403215Z AWS_REGION: us-east-1 2025-12-04T09:43:35.7403482Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:35.7403771Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:35.7407234Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:35.7407403Z ##[endgroup] 2025-12-04T09:43:35.9172872Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-12-04T09:43:35.9174611Z + jq --raw-output .SecretString 2025-12-04T09:43:35.9175232Z + jq -r .docker_hub_readonly_token 2025-12-04T09:43:35.9175564Z + docker login --username pytorchbot --password-stdin 2025-12-04T09:43:36.6862055Z 2025-12-04T09:43:36.6868082Z An error occurred (AccessDeniedException) when calling the GetSecretValue operation: User: arn:aws:sts::308535385114:assumed-role/gha_workflow_s3_and_ecr_read_only/gha-linux-test is not authorized to perform: secretsmanager:GetSecretValue on resource: docker_hub_readonly_token because no identity-based policy allows the secretsmanager:GetSecretValue action 2025-12-04T09:43:36.7565226Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:43:36.7574676Z + true 2025-12-04T09:43:36.7642683Z ##[group]Run tag=${ECR_DOCKER_IMAGE##*:} 2025-12-04T09:43:36.7642956Z tag=${ECR_DOCKER_IMAGE##*:} 2025-12-04T09:43:36.7643222Z echo "docker pull ghcr.io/pytorch/ci-image:${tag/:/-}" 2025-12-04T09:43:36.7651754Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:43:36.7652010Z env: 2025-12-04T09:43:36.7652176Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:36.7652397Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.7652688Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:36.7652974Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.7653234Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.7653520Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.7653775Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:36.7654034Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:36.7654242Z AWS_REGION: us-east-1 2025-12-04T09:43:36.7654489Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:36.7654721Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:36.7658381Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:36.7658853Z ECR_DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:36.7659516Z ##[endgroup] 2025-12-04T09:43:36.7685918Z docker pull ghcr.io/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:36.8187031Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2025-12-04T09:43:36.8187304Z with: 2025-12-04T09:43:36.8187796Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:36.8188341Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:36.8188614Z env: 2025-12-04T09:43:36.8188776Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:36.8189005Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8189300Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:36.8189602Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8189869Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8190131Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8190423Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:36.8190664Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:36.8190846Z AWS_REGION: us-east-1 2025-12-04T09:43:36.8191080Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:36.8191316Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:36.8194970Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:36.8195138Z ##[endgroup] 2025-12-04T09:43:36.8912245Z ##[group]Run set -x 2025-12-04T09:43:36.8912452Z set -x 2025-12-04T09:43:36.8912607Z set +e 2025-12-04T09:43:36.8912757Z  2025-12-04T09:43:36.8912904Z login() { 2025-12-04T09:43:36.8913195Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-12-04T09:43:36.8913495Z } 2025-12-04T09:43:36.8913637Z  2025-12-04T09:43:36.8913775Z retry () { 2025-12-04T09:43:36.8913948Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-12-04T09:43:36.8914141Z } 2025-12-04T09:43:36.8914292Z  2025-12-04T09:43:36.8914445Z retry login "${DOCKER_REGISTRY}" 2025-12-04T09:43:36.8914629Z  2025-12-04T09:43:36.8915143Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-12-04T09:43:36.8915507Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-12-04T09:43:36.8915728Z  2025-12-04T09:43:36.8915870Z set -e 2025-12-04T09:43:36.8916086Z # ignore output since only exit code is used for conditional 2025-12-04T09:43:36.8916373Z # only pull docker image if it's not available locally 2025-12-04T09:43:36.8916691Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-12-04T09:43:36.8916985Z  retry docker pull "${DOCKER_IMAGE}" 2025-12-04T09:43:36.8917186Z fi 2025-12-04T09:43:36.8925026Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:43:36.8925263Z env: 2025-12-04T09:43:36.8925430Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:43:36.8925646Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8925939Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:43:36.8926225Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8926490Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8926744Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:43:36.8927001Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:43:36.8927239Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:43:36.8927422Z AWS_REGION: us-east-1 2025-12-04T09:43:36.8927787Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:43:36.8928028Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:43:36.8931432Z AWS_SESSION_TOKEN: *** 2025-12-04T09:43:36.8932016Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:36.8932533Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:36.8932763Z ##[endgroup] 2025-12-04T09:43:36.8959497Z + set +e 2025-12-04T09:43:36.8961623Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:36.8961982Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:36.8962249Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:43:36.8966846Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:43:38.7514397Z 2025-12-04T09:43:38.7514733Z Login Succeeded 2025-12-04T09:43:38.7519800Z WARNING! Your credentials are stored unencrypted in '/home/eve/.docker/config.json'. 2025-12-04T09:43:38.7524745Z Configure a credential helper to remove this warning. See 2025-12-04T09:43:38.7528738Z https://docs.docker.com/go/credential-store/ 2025-12-04T09:43:38.7532618Z 2025-12-04T09:43:38.7543375Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-12-04T09:43:38.7547796Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:40.7918283Z + IMAGE_SIZE=15091.581844329834 2025-12-04T09:43:40.7918627Z Compressed size of image in MB: 15091.581844329834 2025-12-04T09:43:40.7919010Z + echo 'Compressed size of image in MB: 15091.581844329834' 2025-12-04T09:43:40.7919301Z + set -e 2025-12-04T09:43:40.7919806Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:40.8020876Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:40.8021745Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:43:41.4345898Z pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a: Pulling from pytorch/ci-image 2025-12-04T09:43:42.7724373Z ff755a4ddad7: Pulling fs layer 2025-12-04T09:43:42.7725433Z 086b1df51ac1: Pulling fs layer 2025-12-04T09:43:42.7725635Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7725815Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7725994Z 549db4d6c618: Pulling fs layer 2025-12-04T09:43:42.7726172Z 09eb41bdf42d: Pulling fs layer 2025-12-04T09:43:42.7726352Z fe8a7b64bf98: Pulling fs layer 2025-12-04T09:43:42.7726526Z 5c63528cb580: Pulling fs layer 2025-12-04T09:43:42.7726735Z 11ede4d59e93: Pulling fs layer 2025-12-04T09:43:42.7726910Z 7680723e9a57: Pulling fs layer 2025-12-04T09:43:42.7727131Z 75bd83b989a4: Pulling fs layer 2025-12-04T09:43:42.7727310Z 1283cd8f801a: Pulling fs layer 2025-12-04T09:43:42.7727491Z 9c5027aeeb4e: Pulling fs layer 2025-12-04T09:43:42.7727684Z de6e78970f51: Pulling fs layer 2025-12-04T09:43:42.7728761Z 024fa855425f: Pulling fs layer 2025-12-04T09:43:42.7729008Z 9a5652110360: Pulling fs layer 2025-12-04T09:43:42.7729206Z e13ed7c7e473: Pulling fs layer 2025-12-04T09:43:42.7729392Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7729576Z 375c4427e914: Pulling fs layer 2025-12-04T09:43:42.7729759Z 6e2949bcb741: Pulling fs layer 2025-12-04T09:43:42.7729941Z 303e6747a62e: Pulling fs layer 2025-12-04T09:43:42.7730126Z a86faaa7dbdd: Pulling fs layer 2025-12-04T09:43:42.7730312Z 14d69d9aaec7: Pulling fs layer 2025-12-04T09:43:42.7730495Z 3017cdf4838b: Pulling fs layer 2025-12-04T09:43:42.7730678Z fb7848686804: Pulling fs layer 2025-12-04T09:43:42.7731275Z 35041ce524ac: Pulling fs layer 2025-12-04T09:43:42.7731455Z 83779ddf6a85: Pulling fs layer 2025-12-04T09:43:42.7731631Z 0678d56345c9: Pulling fs layer 2025-12-04T09:43:42.7731890Z 5c02769dd8e5: Pulling fs layer 2025-12-04T09:43:42.7741499Z 2fa92dc5885e: Pulling fs layer 2025-12-04T09:43:42.7743868Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7744126Z a13fcc1b90bb: Pulling fs layer 2025-12-04T09:43:42.7744312Z 45f5c9ddfce7: Pulling fs layer 2025-12-04T09:43:42.7744490Z 79dc80f426b2: Pulling fs layer 2025-12-04T09:43:42.7744674Z 3541df015cdb: Pulling fs layer 2025-12-04T09:43:42.7745060Z 72a7c87e35e4: Pulling fs layer 2025-12-04T09:43:42.7745259Z 39cefc00ffed: Pulling fs layer 2025-12-04T09:43:42.7745452Z 3541df015cdb: Pulling fs layer 2025-12-04T09:43:42.7745642Z 1fd5341e66df: Pulling fs layer 2025-12-04T09:43:42.7745842Z b8babeff6d81: Pulling fs layer 2025-12-04T09:43:42.7746020Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7746197Z 6ae51eb61a32: Pulling fs layer 2025-12-04T09:43:42.7746379Z 8b7620c0d736: Pulling fs layer 2025-12-04T09:43:42.7746564Z 2f80a4e1b3b9: Pulling fs layer 2025-12-04T09:43:42.7746740Z 35c916fb1bd0: Pulling fs layer 2025-12-04T09:43:42.7746916Z 195537b7dafc: Pulling fs layer 2025-12-04T09:43:42.7747092Z dc454fd3967e: Pulling fs layer 2025-12-04T09:43:42.7747272Z 701b34f115fa: Pulling fs layer 2025-12-04T09:43:42.7747450Z ec36862ac98e: Pulling fs layer 2025-12-04T09:43:42.7747627Z 05ddbf246e8a: Pulling fs layer 2025-12-04T09:43:42.7747808Z 15d0fec09d7b: Pulling fs layer 2025-12-04T09:43:42.7747988Z 3bcfa090e4ef: Pulling fs layer 2025-12-04T09:43:42.7748168Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7748341Z c6f0520487fb: Pulling fs layer 2025-12-04T09:43:42.7748513Z eb0504ec4d92: Pulling fs layer 2025-12-04T09:43:42.7753518Z 6b6cd1c358e8: Pulling fs layer 2025-12-04T09:43:42.7755159Z b2dd04501124: Pulling fs layer 2025-12-04T09:43:42.7755416Z 55adc51fe589: Pulling fs layer 2025-12-04T09:43:42.7755621Z 3541df015cdb: Pulling fs layer 2025-12-04T09:43:42.7755815Z a43ca0e4b837: Pulling fs layer 2025-12-04T09:43:42.7756018Z b7212f17fd14: Pulling fs layer 2025-12-04T09:43:42.7756209Z 083e42cac090: Pulling fs layer 2025-12-04T09:43:42.7756397Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7756665Z 0a00b784a4aa: Pulling fs layer 2025-12-04T09:43:42.7762455Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7762757Z c6173c779f7b: Pulling fs layer 2025-12-04T09:43:42.7763003Z cca81fcc62a9: Pulling fs layer 2025-12-04T09:43:42.7763231Z ed3d1e3387b9: Pulling fs layer 2025-12-04T09:43:42.7763464Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7764114Z b29343478586: Pulling fs layer 2025-12-04T09:43:42.7764484Z 57b84ee60002: Pulling fs layer 2025-12-04T09:43:42.7764754Z 3541df015cdb: Pulling fs layer 2025-12-04T09:43:42.7765139Z a514bd1add31: Pulling fs layer 2025-12-04T09:43:42.7765393Z 4f4fb700ef54: Pulling fs layer 2025-12-04T09:43:42.7765638Z 148171691cd4: Pulling fs layer 2025-12-04T09:43:42.7765881Z 5d8d3a0a98e0: Pulling fs layer 2025-12-04T09:43:42.7766130Z 15e0d7e4590d: Pulling fs layer 2025-12-04T09:43:42.7766378Z 3541df015cdb: Pulling fs layer 2025-12-04T09:43:42.7766568Z 2c666d30ed77: Pulling fs layer 2025-12-04T09:43:42.7766759Z b06bafce9e81: Pulling fs layer 2025-12-04T09:43:42.7766952Z b0b8f9b5c6ab: Pulling fs layer 2025-12-04T09:43:42.7767145Z 0606ca4d47a8: Pulling fs layer 2025-12-04T09:43:42.7767334Z 2b85eafbd92a: Pulling fs layer 2025-12-04T09:43:42.8450711Z 4f4fb700ef54: Already exists 2025-12-04T09:43:43.0409319Z 1283cd8f801a: Download complete 2025-12-04T09:43:43.2413388Z b7212f17fd14: Download complete 2025-12-04T09:43:43.3400028Z 9c5027aeeb4e: Download complete 2025-12-04T09:43:43.5394439Z e13ed7c7e473: Download complete 2025-12-04T09:43:43.5399032Z 9a5652110360: Download complete 2025-12-04T09:43:43.5403852Z 39cefc00ffed: Download complete 2025-12-04T09:43:43.5405616Z 024fa855425f: Download complete 2025-12-04T09:43:43.5412009Z 57b84ee60002: Download complete 2025-12-04T09:43:43.5416146Z 5d8d3a0a98e0: Download complete 2025-12-04T09:43:43.5417511Z 6e2949bcb741: Download complete 2025-12-04T09:43:43.5418192Z 1fd5341e66df: Download complete 2025-12-04T09:43:43.5421217Z 8b7620c0d736: Download complete 2025-12-04T09:43:43.5421454Z b8babeff6d81: Download complete 2025-12-04T09:43:43.5421645Z 2f80a4e1b3b9: Download complete 2025-12-04T09:43:43.5422177Z b29343478586: Download complete 2025-12-04T09:43:43.5426384Z 3541df015cdb: Download complete 2025-12-04T09:43:43.5430478Z 6ae51eb61a32: Download complete 2025-12-04T09:43:43.6394546Z 303e6747a62e: Download complete 2025-12-04T09:43:43.6400405Z 083e42cac090: Download complete 2025-12-04T09:43:43.6400646Z ec36862ac98e: Download complete 2025-12-04T09:43:43.6405739Z dc454fd3967e: Download complete 2025-12-04T09:43:43.6410187Z 35c916fb1bd0: Download complete 2025-12-04T09:43:43.6414776Z 0678d56345c9: Download complete 2025-12-04T09:43:43.6415190Z 0a00b784a4aa: Download complete 2025-12-04T09:43:44.3413784Z 14d69d9aaec7: Download complete 2025-12-04T09:43:44.4398617Z a514bd1add31: Download complete 2025-12-04T09:43:44.5398593Z b0b8f9b5c6ab: Download complete 2025-12-04T09:43:44.5408651Z 2c666d30ed77: Download complete 2025-12-04T09:43:44.6402046Z a43ca0e4b837: Download complete 2025-12-04T09:43:44.6406569Z ff755a4ddad7: Download complete 2025-12-04T09:43:44.7405095Z c6173c779f7b: Download complete 2025-12-04T09:43:44.7409605Z cca81fcc62a9: Download complete 2025-12-04T09:43:44.8394494Z 09eb41bdf42d: Download complete 2025-12-04T09:43:44.8399259Z 3bcfa090e4ef: Download complete 2025-12-04T09:43:44.8406078Z a86faaa7dbdd: Download complete 2025-12-04T09:43:44.8410168Z 55adc51fe589: Download complete 2025-12-04T09:43:44.8417030Z fe8a7b64bf98: Download complete 2025-12-04T09:43:44.8421840Z 5c02769dd8e5: Download complete 2025-12-04T09:43:44.8426447Z 549db4d6c618: Download complete 2025-12-04T09:43:44.8433109Z fb7848686804: Download complete 2025-12-04T09:43:44.8438528Z 15d0fec09d7b: Download complete 2025-12-04T09:43:44.8445244Z b2dd04501124: Download complete 2025-12-04T09:43:44.8450183Z 0606ca4d47a8: Download complete 2025-12-04T09:43:44.8452381Z b06bafce9e81: Download complete 2025-12-04T09:43:44.8458985Z 3017cdf4838b: Download complete 2025-12-04T09:43:44.8464338Z 2fa92dc5885e: Download complete 2025-12-04T09:43:44.8467824Z 15e0d7e4590d: Download complete 2025-12-04T09:43:44.8473970Z 086b1df51ac1: Download complete 2025-12-04T09:43:44.8478795Z 75bd83b989a4: Download complete 2025-12-04T09:43:44.8480907Z 79dc80f426b2: Download complete 2025-12-04T09:43:44.9407031Z 7680723e9a57: Download complete 2025-12-04T09:43:45.0394418Z 701b34f115fa: Download complete 2025-12-04T09:43:45.0400257Z eb0504ec4d92: Download complete 2025-12-04T09:43:45.0404964Z 83779ddf6a85: Download complete 2025-12-04T09:43:45.0408966Z 5c63528cb580: Download complete 2025-12-04T09:43:45.1397615Z de6e78970f51: Download complete 2025-12-04T09:43:45.6392573Z 6b6cd1c358e8: Download complete 2025-12-04T09:43:45.9495541Z 0678d56345c9: Pull complete 2025-12-04T09:43:47.5394030Z 72a7c87e35e4: Download complete 2025-12-04T09:43:50.1393828Z 2b85eafbd92a: Download complete 2025-12-04T09:43:51.0390607Z 05ddbf246e8a: Download complete 2025-12-04T09:43:51.3385939Z 375c4427e914: Download complete 2025-12-04T09:43:53.5395550Z 45f5c9ddfce7: Download complete 2025-12-04T09:43:53.5400621Z ed3d1e3387b9: Download complete 2025-12-04T09:43:56.4394230Z 195537b7dafc: Download complete 2025-12-04T09:43:56.7393070Z c6f0520487fb: Download complete 2025-12-04T09:43:57.8398975Z 11ede4d59e93: Download complete 2025-12-04T09:44:08.1726899Z 45f5c9ddfce7: Pull complete 2025-12-04T09:44:08.4615617Z 086b1df51ac1: Pull complete 2025-12-04T09:44:08.6592393Z fe8a7b64bf98: Pull complete 2025-12-04T09:44:08.6667959Z 7680723e9a57: Pull complete 2025-12-04T09:44:08.7417382Z 9c5027aeeb4e: Pull complete 2025-12-04T09:44:08.7435396Z 9a5652110360: Pull complete 2025-12-04T09:44:12.0560030Z a86faaa7dbdd: Pull complete 2025-12-04T09:44:12.0701744Z 375c4427e914: Pull complete 2025-12-04T09:44:12.1459860Z 3541df015cdb: Pull complete 2025-12-04T09:44:12.1543129Z fb7848686804: Pull complete 2025-12-04T09:44:12.1598028Z 79dc80f426b2: Pull complete 2025-12-04T09:45:17.2392201Z 148171691cd4: Download complete 2025-12-04T09:45:22.7388689Z a13fcc1b90bb: Download complete 2025-12-04T09:46:24.2712122Z a13fcc1b90bb: Pull complete 2025-12-04T09:46:25.3588620Z 549db4d6c618: Pull complete 2025-12-04T09:46:25.3666402Z 5c63528cb580: Pull complete 2025-12-04T09:46:25.4604685Z 75bd83b989a4: Pull complete 2025-12-04T09:46:25.4621907Z de6e78970f51: Pull complete 2025-12-04T09:46:25.5404712Z e13ed7c7e473: Pull complete 2025-12-04T09:46:25.5435221Z 6e2949bcb741: Pull complete 2025-12-04T09:46:25.5486336Z 14d69d9aaec7: Pull complete 2025-12-04T09:46:25.5555742Z 5c02769dd8e5: Pull complete 2025-12-04T09:47:15.9395623Z 35041ce524ac: Download complete 2025-12-04T09:49:18.7652345Z 2fa92dc5885e: Pull complete 2025-12-04T09:49:18.7742299Z 35041ce524ac: Pull complete 2025-12-04T09:49:19.7544211Z ff755a4ddad7: Pull complete 2025-12-04T09:49:19.7658584Z 2b85eafbd92a: Pull complete 2025-12-04T09:49:19.8584578Z 09eb41bdf42d: Pull complete 2025-12-04T09:49:28.0682362Z 11ede4d59e93: Pull complete 2025-12-04T09:49:28.2401784Z 1283cd8f801a: Pull complete 2025-12-04T09:49:28.2421870Z 024fa855425f: Pull complete 2025-12-04T09:49:28.2501612Z 303e6747a62e: Pull complete 2025-12-04T09:49:28.2662902Z 3017cdf4838b: Pull complete 2025-12-04T09:49:28.5404626Z b7212f17fd14: Pull complete 2025-12-04T09:49:28.5498348Z 083e42cac090: Pull complete 2025-12-04T09:49:28.5537055Z 0a00b784a4aa: Pull complete 2025-12-04T09:49:28.5571144Z a43ca0e4b837: Pull complete 2025-12-04T09:49:28.5580052Z c6173c779f7b: Pull complete 2025-12-04T09:49:28.5602575Z 55adc51fe589: Pull complete 2025-12-04T09:49:28.5617327Z b2dd04501124: Pull complete 2025-12-04T09:49:28.5688185Z 6b6cd1c358e8: Pull complete 2025-12-04T09:49:32.9625830Z ed3d1e3387b9: Pull complete 2025-12-04T09:49:36.5490058Z b29343478586: Pull complete 2025-12-04T09:49:39.5630541Z c6f0520487fb: Pull complete 2025-12-04T09:50:47.4587486Z 148171691cd4: Pull complete 2025-12-04T09:50:47.9436689Z 5d8d3a0a98e0: Pull complete 2025-12-04T09:50:47.9538266Z 2c666d30ed77: Pull complete 2025-12-04T09:50:47.9579318Z b06bafce9e81: Pull complete 2025-12-04T09:50:47.9587385Z 15e0d7e4590d: Pull complete 2025-12-04T09:50:48.0412992Z 57b84ee60002: Pull complete 2025-12-04T09:50:48.0439733Z b8babeff6d81: Pull complete 2025-12-04T09:50:48.0500487Z a514bd1add31: Pull complete 2025-12-04T09:50:48.0582922Z 83779ddf6a85: Pull complete 2025-12-04T09:50:48.1425904Z 8b7620c0d736: Pull complete 2025-12-04T09:50:48.1501292Z 3bcfa090e4ef: Pull complete 2025-12-04T09:50:48.1548983Z eb0504ec4d92: Pull complete 2025-12-04T09:50:48.2484041Z cca81fcc62a9: Pull complete 2025-12-04T09:50:48.2492742Z 15d0fec09d7b: Pull complete 2025-12-04T09:50:48.3443118Z 2f80a4e1b3b9: Pull complete 2025-12-04T09:50:48.3478454Z 35c916fb1bd0: Pull complete 2025-12-04T09:50:48.3507500Z b0b8f9b5c6ab: Pull complete 2025-12-04T09:50:48.3515022Z 0606ca4d47a8: Pull complete 2025-12-04T09:50:54.5477310Z 195537b7dafc: Pull complete 2025-12-04T09:50:54.6392294Z 39cefc00ffed: Pull complete 2025-12-04T09:50:54.6417088Z 6ae51eb61a32: Pull complete 2025-12-04T09:50:54.6433864Z dc454fd3967e: Pull complete 2025-12-04T09:50:54.6440520Z 701b34f115fa: Pull complete 2025-12-04T09:50:54.7406189Z 1fd5341e66df: Pull complete 2025-12-04T09:50:55.5401029Z ec36862ac98e: Pull complete 2025-12-04T09:50:55.5411148Z 72a7c87e35e4: Pull complete 2025-12-04T09:50:57.4401582Z 05ddbf246e8a: Pull complete 2025-12-04T09:50:57.4703295Z 4f4fb700ef54: Pull complete 2025-12-04T09:50:57.4703635Z Digest: sha256:ba21003510dba4bdeed83df81a56fa468e0ee1b612a9445ae1f402a280804f97 2025-12-04T09:50:57.4704261Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:50:57.4712012Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:50:57.4752584Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:50:57.4753251Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:50:57.4762523Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:50:57.4762772Z env: 2025-12-04T09:50:57.4762936Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:50:57.4763168Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4763472Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:50:57.4763774Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4764083Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4764343Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4764637Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:50:57.4764923Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:50:57.4765110Z AWS_REGION: us-east-1 2025-12-04T09:50:57.4765362Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:50:57.4765596Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:50:57.4769012Z AWS_SESSION_TOKEN: *** 2025-12-04T09:50:57.4769189Z ##[endgroup] 2025-12-04T09:50:57.4846741Z Prepare all required actions 2025-12-04T09:50:57.4866248Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-12-04T09:50:57.4866470Z with: 2025-12-04T09:50:57.4866747Z github-token: *** 2025-12-04T09:50:57.4866903Z env: 2025-12-04T09:50:57.4867055Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:50:57.4867273Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4867566Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:50:57.4867859Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4868126Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4868390Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4868674Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:50:57.4868912Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:50:57.4869094Z AWS_REGION: us-east-1 2025-12-04T09:50:57.4869315Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:50:57.4869545Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:50:57.4872973Z AWS_SESSION_TOKEN: *** 2025-12-04T09:50:57.4873139Z ##[endgroup] 2025-12-04T09:50:57.4882298Z ##[group]Run set -eux 2025-12-04T09:50:57.4882474Z set -eux 2025-12-04T09:50:57.4882736Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-12-04T09:50:57.4890758Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:50:57.4890992Z env: 2025-12-04T09:50:57.4891146Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:50:57.4891364Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4891659Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:50:57.4891961Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4892222Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4892477Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.4892749Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:50:57.4892985Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:50:57.4893166Z AWS_REGION: us-east-1 2025-12-04T09:50:57.4893379Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:50:57.4893663Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:50:57.4897072Z AWS_SESSION_TOKEN: *** 2025-12-04T09:50:57.4897308Z GITHUB_TOKEN: *** 2025-12-04T09:50:57.4897469Z ##[endgroup] 2025-12-04T09:50:57.4921811Z + python3 .github/scripts/get_workflow_job_id.py 19922050786 dgxb200-04-1007 2025-12-04T09:50:57.9013346Z Setting output job-id=57114566972 2025-12-04T09:50:57.9018025Z Setting output job-name=linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:50:57.9108893Z ##[group]Run python3 -m pip install psutil==5.9.8 dataclasses_json==0.6.7 nvidia-ml-py==11.525.84 2025-12-04T09:50:57.9109309Z python3 -m pip install psutil==5.9.8 dataclasses_json==0.6.7 nvidia-ml-py==11.525.84 2025-12-04T09:50:57.9109821Z python3 -m tools.stats.monitor --log-interval "$MONITOR_LOG_INTERVAL" --data-collect-interval "$MONITOR_DATA_COLLECT_INTERVAL" > usage_log.txt 2>&1 & 2025-12-04T09:50:57.9110274Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:50:57.9118241Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:50:57.9118496Z env: 2025-12-04T09:50:57.9118672Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:50:57.9118917Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.9119234Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:50:57.9119549Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.9119879Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.9120151Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:50:57.9120418Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:50:57.9120666Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:50:57.9120859Z AWS_REGION: us-east-1 2025-12-04T09:50:57.9121088Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:50:57.9121329Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:50:57.9124691Z AWS_SESSION_TOKEN: *** 2025-12-04T09:50:57.9124910Z JOB_ID: 57114566972 2025-12-04T09:50:57.9125187Z JOB_NAME: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:50:57.9125494Z WORKFLOW_NAME: B200 Smoke Tests 2025-12-04T09:50:57.9125687Z WORKFLOW_RUN_ID: 19922050786 2025-12-04T09:50:57.9125870Z MONITOR_LOG_INTERVAL: 5 2025-12-04T09:50:57.9126050Z MONITOR_DATA_COLLECT_INTERVAL: 1 2025-12-04T09:50:57.9126236Z ##[endgroup] 2025-12-04T09:50:58.3639954Z Collecting psutil==5.9.8 2025-12-04T09:50:58.4561197Z Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-12-04T09:50:58.4987029Z Collecting dataclasses_json==0.6.7 2025-12-04T09:50:58.5167733Z Downloading dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-12-04T09:50:58.5497157Z Collecting nvidia-ml-py==11.525.84 2025-12-04T09:50:58.5689622Z Downloading nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-12-04T09:50:58.6220006Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7) 2025-12-04T09:50:58.6410158Z Downloading marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-12-04T09:50:58.6685329Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7) 2025-12-04T09:50:58.6844146Z Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-12-04T09:50:58.7144625Z Collecting packaging>=17.0 (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) 2025-12-04T09:50:58.7297128Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:50:58.7528085Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-12-04T09:50:58.7674932Z Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-12-04T09:50:58.8057353Z Collecting typing-extensions>=3.7.4 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-12-04T09:50:58.8197874Z Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:50:58.8392694Z Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) 2025-12-04T09:50:58.8934392Z Downloading dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-12-04T09:50:58.9124740Z Downloading nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-12-04T09:50:58.9319874Z Downloading marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-12-04T09:50:58.9509876Z Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-12-04T09:50:58.9685799Z Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-12-04T09:50:58.9860805Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-12-04T09:50:59.0014324Z Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-12-04T09:50:59.0196252Z Installing collected packages: nvidia-ml-py, typing-extensions, psutil, packaging, mypy-extensions, typing-inspect, marshmallow, dataclasses_json 2025-12-04T09:50:59.2718602Z 2025-12-04T09:50:59.2727063Z Successfully installed dataclasses_json-0.6.7 marshmallow-3.26.1 mypy-extensions-1.1.0 nvidia-ml-py-11.525.84 packaging-25.0 psutil-5.9.8 typing-extensions-4.15.0 typing-inspect-0.9.0 2025-12-04T09:50:59.4094283Z Prepare all required actions 2025-12-04T09:50:59.4094565Z Getting action download info 2025-12-04T09:50:59.8154927Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-12-04T09:51:00.6362919Z Download action repository 'actions/download-artifact@v4' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-12-04T09:51:02.2013929Z ##[group]Run ./.github/actions/download-build-artifacts 2025-12-04T09:51:02.2014166Z with: 2025-12-04T09:51:02.2014355Z name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 2025-12-04T09:51:02.2014581Z s3-bucket: gha-artifacts 2025-12-04T09:51:02.2014752Z env: 2025-12-04T09:51:02.2014936Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:02.2015155Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2015453Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:02.2015742Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2016036Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2016299Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2016568Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:02.2016810Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:02.2016992Z AWS_REGION: us-east-1 2025-12-04T09:51:02.2017223Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:02.2017496Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:02.2020990Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:02.2021160Z ##[endgroup] 2025-12-04T09:51:02.2039099Z ##[group]Run seemethere/download-artifact-s3@v4 2025-12-04T09:51:02.2039326Z with: 2025-12-04T09:51:02.2039518Z name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 2025-12-04T09:51:02.2039747Z s3-bucket: gha-artifacts 2025-12-04T09:51:02.2039934Z region: us-east-1 2025-12-04T09:51:02.2040095Z env: 2025-12-04T09:51:02.2040248Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:02.2040476Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2040781Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:02.2041077Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2041339Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2041605Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:02.2041873Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:02.2042106Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:02.2042290Z AWS_REGION: us-east-1 2025-12-04T09:51:02.2042568Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:02.2042800Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:02.2046217Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:02.2046385Z ##[endgroup] 2025-12-04T09:51:02.5365422Z (node:8527) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-12-04T09:51:02.5366332Z 2025-12-04T09:51:02.5366582Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-12-04T09:51:02.5366934Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-12-04T09:51:02.5367264Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-12-04T09:51:02.8404306Z Found 1 objects with prefix pytorch/pytorch/19922050786/linux-jammy-cuda12.8-py3.10-gcc11-sm100/ 2025-12-04T09:51:02.8408774Z Starting download (1/1): /home/eve/_work/pytorch/pytorch/artifacts.zip 2025-12-04T09:51:26.5076995Z Finished download (1/1): /home/eve/_work/pytorch/pytorch/artifacts.zip 2025-12-04T09:51:26.5082772Z Artifact download has finished successfully 2025-12-04T09:51:26.5229929Z ##[group]Run unzip -o artifacts.zip 2025-12-04T09:51:26.5230159Z unzip -o artifacts.zip 2025-12-04T09:51:26.5238349Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:26.5238584Z env: 2025-12-04T09:51:26.5238743Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:26.5239118Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:26.5239418Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:26.5239713Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:26.5239984Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:26.5240262Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:26.5240531Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:26.5240769Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:26.5240958Z AWS_REGION: us-east-1 2025-12-04T09:51:26.5241196Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:26.5241441Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:26.5244850Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:26.5245028Z ##[endgroup] 2025-12-04T09:51:26.5285273Z Archive: artifacts.zip 2025-12-04T09:51:26.5285557Z creating: dist/ 2025-12-04T09:51:28.3052466Z inflating: dist/torch-2.10.0a0+gitffd9b0f-cp310-cp310-linux_x86_64.whl 2025-12-04T09:51:28.3160795Z inflating: dist/.ninja_log 2025-12-04T09:51:28.3164048Z creating: build/custom_test_artifacts/ 2025-12-04T09:51:28.3168397Z creating: build/custom_test_artifacts/custom-op-build/ 2025-12-04T09:51:28.3171854Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2025-12-04T09:51:28.3175427Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ 2025-12-04T09:51:28.3181208Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml 2025-12-04T09:51:28.3181695Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/ 2025-12-04T09:51:28.3182096Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeSystem.cmake 2025-12-04T09:51:28.3186977Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/ 2025-12-04T09:51:28.3189085Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/tmp/ 2025-12-04T09:51:28.3189571Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c 2025-12-04T09:51:28.3190016Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/a.out 2025-12-04T09:51:28.3190448Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeCCompiler.cmake 2025-12-04T09:51:28.3190852Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/ 2025-12-04T09:51:28.3191242Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/tmp/ 2025-12-04T09:51:28.3191685Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-12-04T09:51:28.3192136Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/a.out 2025-12-04T09:51:28.3192560Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake 2025-12-04T09:51:28.3193033Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin 2025-12-04T09:51:28.3193548Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin 2025-12-04T09:51:28.3194296Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/ 2025-12-04T09:51:28.3194702Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/ 2025-12-04T09:51:28.3224326Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2025-12-04T09:51:28.3273070Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2025-12-04T09:51:28.3277710Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2025-12-04T09:51:28.3325864Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2025-12-04T09:51:28.3331320Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2025-12-04T09:51:28.3333540Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2025-12-04T09:51:28.3334198Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2025-12-04T09:51:28.3338492Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2025-12-04T09:51:28.3343402Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2025-12-04T09:51:28.3348251Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2025-12-04T09:51:28.3353746Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2025-12-04T09:51:28.3356079Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2025-12-04T09:51:28.3356643Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2025-12-04T09:51:28.3357172Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.reg.c 2025-12-04T09:51:28.3362846Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.fatbin 2025-12-04T09:51:28.3367067Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2025-12-04T09:51:28.3368722Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.o 2025-12-04T09:51:28.3369235Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/CMakeCUDACompilerId.cu 2025-12-04T09:51:28.3394376Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCUDA/a.out 2025-12-04T09:51:28.3394982Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeCUDACompiler.cmake 2025-12-04T09:51:28.3456656Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CUDA.bin 2025-12-04T09:51:28.3461903Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ 2025-12-04T09:51:28.3466698Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2025-12-04T09:51:28.3468913Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2025-12-04T09:51:28.3469366Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2025-12-04T09:51:28.3474239Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2025-12-04T09:51:28.3475850Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2025-12-04T09:51:28.3476371Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2025-12-04T09:51:28.3479251Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2025-12-04T09:51:28.3479706Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2025-12-04T09:51:28.3480202Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2025-12-04T09:51:28.3485258Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2025-12-04T09:51:28.3486976Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2025-12-04T09:51:28.3487667Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2025-12-04T09:51:28.3488122Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2025-12-04T09:51:28.3644872Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2025-12-04T09:51:28.3647294Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2025-12-04T09:51:28.3647787Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2025-12-04T09:51:28.3648442Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2025-12-04T09:51:28.3652921Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2025-12-04T09:51:28.3657806Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2025-12-04T09:51:28.3663190Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2025-12-04T09:51:28.3663757Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2025-12-04T09:51:28.3664232Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2025-12-04T09:51:28.3668349Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2025-12-04T09:51:28.3674092Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2025-12-04T09:51:28.3680481Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2025-12-04T09:51:28.3734123Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2025-12-04T09:51:28.3738411Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-12-04T09:51:28.3741396Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2025-12-04T09:51:28.3741832Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2025-12-04T09:51:28.3742210Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2025-12-04T09:51:28.3742624Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2025-12-04T09:51:28.3744519Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2025-12-04T09:51:28.3744981Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2025-12-04T09:51:28.3745311Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2025-12-04T09:51:28.3745647Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2025-12-04T09:51:28.3883456Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2025-12-04T09:51:28.3929312Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2025-12-04T09:51:28.3933633Z creating: build/custom_test_artifacts/jit-hook-build/ 2025-12-04T09:51:28.3939525Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2025-12-04T09:51:28.3943634Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ 2025-12-04T09:51:28.3944101Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml 2025-12-04T09:51:28.3944506Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/ 2025-12-04T09:51:28.3945219Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeSystem.cmake 2025-12-04T09:51:28.3945650Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/ 2025-12-04T09:51:28.3946032Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/tmp/ 2025-12-04T09:51:28.3946689Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c 2025-12-04T09:51:28.3950610Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/a.out 2025-12-04T09:51:28.3952453Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeCCompiler.cmake 2025-12-04T09:51:28.3952870Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/ 2025-12-04T09:51:28.3953265Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/tmp/ 2025-12-04T09:51:28.3953699Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-12-04T09:51:28.3954157Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/a.out 2025-12-04T09:51:28.3954583Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake 2025-12-04T09:51:28.3955137Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin 2025-12-04T09:51:28.3955633Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin 2025-12-04T09:51:28.3956074Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/ 2025-12-04T09:51:28.3956479Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/ 2025-12-04T09:51:28.3994335Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2025-12-04T09:51:28.4043489Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2025-12-04T09:51:28.4047661Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2025-12-04T09:51:28.4096429Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2025-12-04T09:51:28.4098001Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2025-12-04T09:51:28.4098598Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2025-12-04T09:51:28.4099177Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2025-12-04T09:51:28.4099801Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2025-12-04T09:51:28.4104761Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2025-12-04T09:51:28.4109459Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2025-12-04T09:51:28.4110067Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2025-12-04T09:51:28.4110595Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2025-12-04T09:51:28.4111089Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2025-12-04T09:51:28.4111839Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.reg.c 2025-12-04T09:51:28.4112304Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.fatbin 2025-12-04T09:51:28.4112764Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2025-12-04T09:51:28.4113215Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.o 2025-12-04T09:51:28.4113731Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/CMakeCUDACompilerId.cu 2025-12-04T09:51:28.4165875Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCUDA/a.out 2025-12-04T09:51:28.4167942Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeCUDACompiler.cmake 2025-12-04T09:51:28.4226866Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CUDA.bin 2025-12-04T09:51:28.4231880Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ 2025-12-04T09:51:28.4233405Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2025-12-04T09:51:28.4233828Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2025-12-04T09:51:28.4234228Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2025-12-04T09:51:28.4234691Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2025-12-04T09:51:28.4235411Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2025-12-04T09:51:28.4235957Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2025-12-04T09:51:28.4240209Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2025-12-04T09:51:28.4241917Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2025-12-04T09:51:28.4242429Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2025-12-04T09:51:28.4245345Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2025-12-04T09:51:28.4245863Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2025-12-04T09:51:28.4249752Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2025-12-04T09:51:28.4254717Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2025-12-04T09:51:28.4297169Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2025-12-04T09:51:28.4299188Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-12-04T09:51:28.4299659Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2025-12-04T09:51:28.4300053Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2025-12-04T09:51:28.4300411Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2025-12-04T09:51:28.4300764Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2025-12-04T09:51:28.4305502Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2025-12-04T09:51:28.4308452Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2025-12-04T09:51:28.4313345Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2025-12-04T09:51:28.4315055Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2025-12-04T09:51:28.4333215Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2025-12-04T09:51:28.4334967Z creating: build/custom_test_artifacts/custom-backend-build/ 2025-12-04T09:51:28.4335371Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2025-12-04T09:51:28.4338887Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ 2025-12-04T09:51:28.4339442Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml 2025-12-04T09:51:28.4343788Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/ 2025-12-04T09:51:28.4346439Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeSystem.cmake 2025-12-04T09:51:28.4346942Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/ 2025-12-04T09:51:28.4347374Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/tmp/ 2025-12-04T09:51:28.4347861Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c 2025-12-04T09:51:28.4349686Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/a.out 2025-12-04T09:51:28.4350158Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeCCompiler.cmake 2025-12-04T09:51:28.4350593Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/ 2025-12-04T09:51:28.4351010Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/tmp/ 2025-12-04T09:51:28.4351498Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-12-04T09:51:28.4351975Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/a.out 2025-12-04T09:51:28.4352410Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake 2025-12-04T09:51:28.4352891Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin 2025-12-04T09:51:28.4353384Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin 2025-12-04T09:51:28.4353839Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/ 2025-12-04T09:51:28.4354257Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/ 2025-12-04T09:51:28.4397747Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2025-12-04T09:51:28.4446321Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2025-12-04T09:51:28.4450362Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2025-12-04T09:51:28.4498632Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2025-12-04T09:51:28.4500727Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2025-12-04T09:51:28.4501386Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2025-12-04T09:51:28.4502013Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2025-12-04T09:51:28.4502614Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2025-12-04T09:51:28.4503239Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2025-12-04T09:51:28.4507950Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2025-12-04T09:51:28.4510068Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2025-12-04T09:51:28.4510675Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2025-12-04T09:51:28.4511211Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2025-12-04T09:51:28.4511949Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.reg.c 2025-12-04T09:51:28.4512474Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.fatbin 2025-12-04T09:51:28.4512981Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2025-12-04T09:51:28.4513466Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/tmp/a_dlink.o 2025-12-04T09:51:28.4513961Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/CMakeCUDACompilerId.cu 2025-12-04T09:51:28.4566940Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCUDA/a.out 2025-12-04T09:51:28.4568683Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeCUDACompiler.cmake 2025-12-04T09:51:28.4629760Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CUDA.bin 2025-12-04T09:51:28.4631955Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ 2025-12-04T09:51:28.4632377Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2025-12-04T09:51:28.4632765Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2025-12-04T09:51:28.4633183Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2025-12-04T09:51:28.4633638Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2025-12-04T09:51:28.4634128Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2025-12-04T09:51:28.4634597Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2025-12-04T09:51:28.4635147Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2025-12-04T09:51:28.4635638Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2025-12-04T09:51:28.4636090Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2025-12-04T09:51:28.4636558Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2025-12-04T09:51:28.4637015Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2025-12-04T09:51:28.4637460Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2025-12-04T09:51:28.4637947Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2025-12-04T09:51:28.4741783Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2025-12-04T09:51:28.4744008Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2025-12-04T09:51:28.4744562Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2025-12-04T09:51:28.4750262Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2025-12-04T09:51:28.4752547Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2025-12-04T09:51:28.4753060Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2025-12-04T09:51:28.4753550Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2025-12-04T09:51:28.4754103Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2025-12-04T09:51:28.4754893Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2025-12-04T09:51:28.4755421Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2025-12-04T09:51:28.4762130Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2025-12-04T09:51:28.4767177Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2025-12-04T09:51:28.4805578Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2025-12-04T09:51:28.4809959Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-12-04T09:51:28.4812205Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2025-12-04T09:51:28.4812694Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2025-12-04T09:51:28.4817493Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2025-12-04T09:51:28.4822138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2025-12-04T09:51:28.4825651Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2025-12-04T09:51:28.4829876Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2025-12-04T09:51:28.4830319Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2025-12-04T09:51:28.4830723Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2025-12-04T09:51:28.4893547Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2025-12-04T09:51:28.4925385Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2025-12-04T09:51:28.4930082Z creating: build/lib/ 2025-12-04T09:51:28.4993301Z inflating: build/lib/libprotobuf-lite.a 2025-12-04T09:51:28.5359336Z inflating: build/lib/libprotobuf.a 2025-12-04T09:51:28.5367219Z inflating: build/lib/libpthreadpool.a 2025-12-04T09:51:28.5775359Z inflating: build/lib/libprotoc.a 2025-12-04T09:51:28.5782509Z inflating: build/lib/libcpuinfo.a 2025-12-04T09:51:28.5787462Z inflating: build/lib/libcpuinfo_internals.a 2025-12-04T09:51:28.5792344Z inflating: build/lib/libclog.a 2025-12-04T09:51:28.5804936Z inflating: build/lib/libpytorch_qnnpack.a 2025-12-04T09:51:28.5809179Z inflating: build/lib/libnnpack_reference_layers.a 2025-12-04T09:51:28.5959788Z inflating: build/lib/libmicrokernels-prod.a 2025-12-04T09:51:28.5974298Z inflating: build/lib/libnnpack.a 2025-12-04T09:51:28.6698775Z inflating: build/lib/libmicrokernels-all.a 2025-12-04T09:51:28.6942532Z inflating: build/lib/libgtest.a 2025-12-04T09:51:28.6956043Z inflating: build/lib/libgmock.a 2025-12-04T09:51:28.6956341Z inflating: build/lib/libgtest_main.a 2025-12-04T09:51:28.6956600Z inflating: build/lib/libgmock_main.a 2025-12-04T09:51:28.7036040Z inflating: build/lib/libXNNPACK.a 2025-12-04T09:51:28.7101463Z inflating: build/lib/libbenchmark.a 2025-12-04T09:51:28.7101769Z inflating: build/lib/libbenchmark_main.a 2025-12-04T09:51:28.7102030Z inflating: build/lib/libjitprofiling.a 2025-12-04T09:51:28.7109758Z inflating: build/lib/libittnotify.a 2025-12-04T09:51:28.7168106Z inflating: build/lib/libasmjit.a 2025-12-04T09:51:28.8152802Z inflating: build/lib/libfbgemm.a 2025-12-04T09:51:28.8178397Z inflating: build/lib/libtensorpipe_uv.a 2025-12-04T09:51:28.8630867Z inflating: build/lib/libtensorpipe.a 2025-12-04T09:51:28.8837293Z inflating: build/lib/libtensorpipe_cuda.a 2025-12-04T09:51:28.8947866Z inflating: build/lib/libgloo.a 2025-12-04T09:51:28.8987093Z inflating: build/lib/libonnx_proto.a 2025-12-04T09:51:28.9338489Z inflating: build/lib/libgloo_cuda.a 2025-12-04T09:51:28.9933909Z inflating: build/lib/libonnx.a 2025-12-04T09:51:28.9950203Z inflating: build/lib/libfmt.a 2025-12-04T09:51:29.8295061Z inflating: build/lib/libdnnl.a 2025-12-04T09:51:29.8692320Z inflating: build/lib/libkineto.a 2025-12-04T09:51:29.8789172Z inflating: build/lib/libc10.so 2025-12-04T09:51:29.8829737Z inflating: build/lib/libc10_cuda.so 2025-12-04T09:51:29.8830046Z inflating: build/lib/libcaffe2_nvrtc.so 2025-12-04T09:51:29.8833740Z inflating: build/lib/libtorch_global_deps.so 2025-12-04T09:51:29.9464676Z inflating: build/lib/libtorch_nvshmem.so 2025-12-04T09:51:32.4957777Z inflating: build/lib/libtorch_cpu.so 2025-12-04T09:51:34.4747480Z inflating: build/lib/libtorch_cuda.so 2025-12-04T09:51:34.4751964Z inflating: build/lib/libshm.so 2025-12-04T09:51:34.4754261Z inflating: build/lib/libc10d_cuda_test.so 2025-12-04T09:51:34.4754559Z inflating: build/lib/libtorch.so 2025-12-04T09:51:34.4795566Z inflating: build/lib/libtorch_cuda_linalg.so 2025-12-04T09:51:34.4852957Z inflating: build/lib/libtorchbind_test.so 2025-12-04T09:51:34.4869478Z inflating: build/lib/libjitbackend_test.so 2025-12-04T09:51:34.4888231Z inflating: build/lib/libbackend_with_compiler.so 2025-12-04T09:51:34.4910435Z inflating: build/lib/libaoti_custom_ops.so 2025-12-04T09:51:34.6866384Z inflating: build/lib/libtorch_python.so 2025-12-04T09:51:34.6897048Z inflating: build/lib/libnnapi_backend.so 2025-12-04T09:51:34.6902026Z creating: build/bin/ 2025-12-04T09:51:34.7275315Z inflating: build/bin/protoc-3.13.0.0 2025-12-04T09:51:34.7653610Z inflating: build/bin/protoc 2025-12-04T09:51:34.7702490Z inflating: build/bin/c10_AllocatorConfig_test 2025-12-04T09:51:34.7747655Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2025-12-04T09:51:34.7795179Z inflating: build/bin/c10_Device_test 2025-12-04T09:51:34.7849207Z inflating: build/bin/c10_DispatchKeySet_test 2025-12-04T09:51:34.7896005Z inflating: build/bin/c10_DeviceGuard_test 2025-12-04T09:51:34.7945205Z inflating: build/bin/c10_Scalar_test 2025-12-04T09:51:34.7990394Z inflating: build/bin/c10_StreamGuard_test 2025-12-04T09:51:34.8039880Z inflating: build/bin/c10_InlineDeviceGuard_test 2025-12-04T09:51:34.8084608Z inflating: build/bin/c10_ConstexprCrc_test 2025-12-04T09:51:34.8135888Z inflating: build/bin/c10_SymInt_test 2025-12-04T09:51:34.8187821Z inflating: build/bin/c10_SizesAndStrides_test 2025-12-04T09:51:34.8232843Z inflating: build/bin/c10_ArrayRef_test 2025-12-04T09:51:34.8283556Z inflating: build/bin/c10_InlineStreamGuard_test 2025-12-04T09:51:34.8331970Z inflating: build/bin/c10_Bitset_test 2025-12-04T09:51:34.8395238Z inflating: build/bin/c10_cow_test 2025-12-04T09:51:34.8440520Z inflating: build/bin/c10_DeadlockDetection_test 2025-12-04T09:51:34.8492514Z inflating: build/bin/c10_Enumerate_test 2025-12-04T09:51:34.8540140Z inflating: build/bin/c10_IntrusiveList_test 2025-12-04T09:51:34.8588231Z inflating: build/bin/c10_Half_test 2025-12-04T09:51:34.8639871Z inflating: build/bin/c10_LeftRight_test 2025-12-04T09:51:34.8683799Z inflating: build/bin/c10_Semaphore_test 2025-12-04T09:51:34.8732127Z inflating: build/bin/c10_NetworkFlow_test 2025-12-04T09:51:34.8780445Z inflating: build/bin/c10_TypeIndex_test 2025-12-04T09:51:34.8832774Z inflating: build/bin/c10_ThreadLocal_test 2025-12-04T09:51:34.8878326Z inflating: build/bin/c10_accumulate_test 2025-12-04T09:51:34.8924122Z inflating: build/bin/c10_Synchronized_test 2025-12-04T09:51:34.8975501Z inflating: build/bin/c10_bfloat16_test 2025-12-04T09:51:34.9022412Z inflating: build/bin/c10_bit_cast_test 2025-12-04T09:51:34.9072267Z inflating: build/bin/c10_complex_test 2025-12-04T09:51:34.9123878Z inflating: build/bin/c10_complex_math_test 2025-12-04T09:51:34.9170049Z inflating: build/bin/c10_error_test 2025-12-04T09:51:34.9218170Z inflating: build/bin/c10_exception_test 2025-12-04T09:51:34.9263632Z inflating: build/bin/c10_flags_test 2025-12-04T09:51:34.9310206Z inflating: build/bin/c10_generic_math_test 2025-12-04T09:51:34.9357210Z inflating: build/bin/c10_irange_test 2025-12-04T09:51:34.9409527Z inflating: build/bin/c10_logging_test 2025-12-04T09:51:34.9454981Z inflating: build/bin/c10_nofatal_test 2025-12-04T09:51:34.9503107Z inflating: build/bin/c10_lazy_test 2025-12-04T09:51:34.9641269Z inflating: build/bin/c10_intrusive_ptr_test 2025-12-04T09:51:34.9689770Z inflating: build/bin/c10_registry_test 2025-12-04T09:51:34.9746649Z inflating: build/bin/c10_ordered_preserving_dict_test 2025-12-04T09:51:34.9813485Z inflating: build/bin/c10_optional_test 2025-12-04T09:51:34.9946506Z inflating: build/bin/c10_small_vector_test 2025-12-04T09:51:34.9997595Z inflating: build/bin/c10_string_util_test 2025-12-04T09:51:35.0045380Z inflating: build/bin/c10_ssize_test 2025-12-04T09:51:35.0086077Z inflating: build/bin/c10_intrusive_ptr_benchmark 2025-12-04T09:51:35.0131625Z inflating: build/bin/c10_string_view_test 2025-12-04T09:51:35.0177265Z inflating: build/bin/c10_tempfile_test 2025-12-04T09:51:35.0228066Z inflating: build/bin/c10_typeid_test 2025-12-04T09:51:35.0273428Z inflating: build/bin/c10_cuda_CUDATest 2025-12-04T09:51:35.0322102Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_1_var_test 2025-12-04T09:51:35.0370748Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_stream 2025-12-04T09:51:35.0418912Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads 2025-12-04T09:51:35.0467956Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device 2025-12-04T09:51:35.0515427Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_from_2_processes 2025-12-04T09:51:35.0562867Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block 2025-12-04T09:51:35.0611855Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks 2025-12-04T09:51:35.1111753Z inflating: build/bin/vec_test_all_types_DEFAULT 2025-12-04T09:51:35.1624319Z inflating: build/bin/vec_test_all_types_AVX512 2025-12-04T09:51:35.2142096Z inflating: build/bin/vec_test_all_types_AVX2 2025-12-04T09:51:35.2228899Z inflating: build/bin/test_aoti_abi_check 2025-12-04T09:51:35.2274852Z inflating: build/bin/test_vec_half_AVX512 2025-12-04T09:51:35.2319722Z inflating: build/bin/test_vec_half_DEFAULT 2025-12-04T09:51:35.2365796Z inflating: build/bin/test_vec_half_AVX2 2025-12-04T09:51:35.2414522Z inflating: build/bin/BackoffTest 2025-12-04T09:51:35.2462761Z inflating: build/bin/FileStoreTest 2025-12-04T09:51:35.2514662Z inflating: build/bin/TCPStoreTest 2025-12-04T09:51:35.2564240Z inflating: build/bin/HashStoreTest 2025-12-04T09:51:35.2575502Z inflating: build/bin/ProcessGroupMPITest 2025-12-04T09:51:35.2580924Z inflating: build/bin/torch_shm_manager 2025-12-04T09:51:35.2584984Z inflating: build/bin/example_allreduce 2025-12-04T09:51:35.2640232Z inflating: build/bin/ProcessGroupGlooTest 2025-12-04T09:51:35.2707267Z inflating: build/bin/Dict_test 2025-12-04T09:51:35.2753759Z inflating: build/bin/Dimname_test 2025-12-04T09:51:35.2813706Z inflating: build/bin/MaybeOwned_test 2025-12-04T09:51:35.2866093Z inflating: build/bin/NamedTensor_test 2025-12-04T09:51:35.2919633Z inflating: build/bin/apply_utils_test 2025-12-04T09:51:35.2977378Z inflating: build/bin/basic 2025-12-04T09:51:35.3030937Z inflating: build/bin/atest 2025-12-04T09:51:35.3080904Z inflating: build/bin/broadcast_test 2025-12-04T09:51:35.3331066Z inflating: build/bin/cpu_allocator_test 2025-12-04T09:51:35.3713890Z inflating: build/bin/cpu_generator_test 2025-12-04T09:51:35.3761834Z inflating: build/bin/cpu_profiling_allocator_test 2025-12-04T09:51:35.4265787Z inflating: build/bin/cpu_rng_test 2025-12-04T09:51:35.4312884Z inflating: build/bin/dlconvertor_test 2025-12-04T09:51:35.4435935Z inflating: build/bin/extension_backend_test 2025-12-04T09:51:35.4486935Z inflating: build/bin/half_test 2025-12-04T09:51:35.4790424Z inflating: build/bin/ivalue_test 2025-12-04T09:51:35.4861197Z inflating: build/bin/lazy_tensor_test 2025-12-04T09:51:35.4961845Z inflating: build/bin/math_kernel_test 2025-12-04T09:51:35.5135196Z inflating: build/bin/memory_format_test 2025-12-04T09:51:35.5183650Z inflating: build/bin/memory_overlapping_test 2025-12-04T09:51:35.5232573Z inflating: build/bin/mobile_memory_cleanup 2025-12-04T09:51:35.5283983Z inflating: build/bin/native_test 2025-12-04T09:51:35.5329942Z inflating: build/bin/operator_name_test 2025-12-04T09:51:35.5399976Z inflating: build/bin/operators_test 2025-12-04T09:51:35.5470050Z inflating: build/bin/packedtensoraccessor_test 2025-12-04T09:51:35.5580703Z inflating: build/bin/pow_test 2025-12-04T09:51:35.5631794Z inflating: build/bin/quantized_test 2025-12-04T09:51:35.5678908Z inflating: build/bin/reduce_ops_test 2025-12-04T09:51:35.5725424Z inflating: build/bin/reportMemoryUsage_test 2025-12-04T09:51:35.5777199Z inflating: build/bin/scalar_tensor_test 2025-12-04T09:51:35.5830326Z inflating: build/bin/scalar_test 2025-12-04T09:51:35.5922195Z inflating: build/bin/StorageUtils_test 2025-12-04T09:51:35.5969711Z inflating: build/bin/stride_properties_test 2025-12-04T09:51:35.6041080Z inflating: build/bin/tensor_iterator_test 2025-12-04T09:51:35.6187383Z inflating: build/bin/test_parallel 2025-12-04T09:51:35.6235407Z inflating: build/bin/thread_init_test 2025-12-04T09:51:35.6285474Z inflating: build/bin/type_ptr_test 2025-12-04T09:51:35.6340441Z inflating: build/bin/type_test 2025-12-04T09:51:35.6388601Z inflating: build/bin/undefined_tensor_test 2025-12-04T09:51:35.6454208Z inflating: build/bin/legacy_vmap_test 2025-12-04T09:51:35.6499055Z inflating: build/bin/verify_api_visibility 2025-12-04T09:51:35.6546258Z inflating: build/bin/weakref_test 2025-12-04T09:51:35.6594083Z inflating: build/bin/wrapdim_test 2025-12-04T09:51:35.6641279Z inflating: build/bin/xla_tensor_test 2025-12-04T09:51:35.6695094Z inflating: build/bin/IListRef_test 2025-12-04T09:51:35.6789733Z inflating: build/bin/List_test 2025-12-04T09:51:35.6965874Z inflating: build/bin/KernelFunction_test 2025-12-04T09:51:35.7071467Z inflating: build/bin/kernel_function_legacy_test 2025-12-04T09:51:35.7198540Z inflating: build/bin/kernel_function_test 2025-12-04T09:51:35.7484870Z inflating: build/bin/kernel_lambda_test 2025-12-04T09:51:35.7924271Z inflating: build/bin/kernel_lambda_legacy_test 2025-12-04T09:51:35.8011830Z inflating: build/bin/kernel_stackbased_test 2025-12-04T09:51:35.8097450Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2025-12-04T09:51:35.8144404Z inflating: build/bin/CppSignature_test 2025-12-04T09:51:35.8195212Z inflating: build/bin/backend_fallback_test 2025-12-04T09:51:35.8241062Z inflating: build/bin/op_allowlist_test 2025-12-04T09:51:35.9051342Z inflating: build/bin/op_registration_test 2025-12-04T09:51:35.9111402Z inflating: build/bin/inline_container_test 2025-12-04T09:51:35.9456869Z inflating: build/bin/cuda_allocator_test 2025-12-04T09:51:35.9511960Z inflating: build/bin/cuda_apply_test 2025-12-04T09:51:35.9567137Z inflating: build/bin/cuda_atomic_ops_test 2025-12-04T09:51:35.9618966Z inflating: build/bin/cuda_caching_host_allocator_test 2025-12-04T09:51:35.9674654Z inflating: build/bin/cuda_complex_test 2025-12-04T09:51:35.9736910Z inflating: build/bin/cuda_complex_math_test 2025-12-04T09:51:35.9794330Z inflating: build/bin/cuda_cub_test 2025-12-04T09:51:35.9843004Z inflating: build/bin/cuda_cublas_handle_pool_test 2025-12-04T09:51:35.9889560Z inflating: build/bin/cuda_device_test 2025-12-04T09:51:35.9947944Z inflating: build/bin/cuda_distributions_test 2025-12-04T09:51:35.9996582Z inflating: build/bin/cuda_dlconvertor_test 2025-12-04T09:51:36.0449668Z inflating: build/bin/cuda_event_test 2025-12-04T09:51:36.0671553Z inflating: build/bin/cuda_exchange_device_test 2025-12-04T09:51:36.0733440Z inflating: build/bin/cuda_generator_test 2025-12-04T09:51:36.0781182Z inflating: build/bin/cuda_half_test 2025-12-04T09:51:36.0932866Z inflating: build/bin/cuda_integer_divider_test 2025-12-04T09:51:36.0979529Z inflating: build/bin/cuda_optional_test 2025-12-04T09:51:36.1027481Z inflating: build/bin/cuda_packedtensoraccessor_test 2025-12-04T09:51:36.1182610Z inflating: build/bin/cuda_reportMemoryUsage_test 2025-12-04T09:51:36.1235758Z inflating: build/bin/cuda_allocatorTraceTracker_test 2025-12-04T09:51:36.1329912Z inflating: build/bin/cuda_stream_test 2025-12-04T09:51:36.1749731Z inflating: build/bin/cuda_vectorized_test 2025-12-04T09:51:36.1825343Z inflating: build/bin/cuda_cudnn_test 2025-12-04T09:51:36.2437389Z inflating: build/bin/test_lazy 2025-12-04T09:51:36.2488915Z inflating: build/bin/ProcessGroupGlooAsyncTest 2025-12-04T09:51:36.2716035Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2025-12-04T09:51:36.2785645Z inflating: build/bin/ProcessGroupNCCLTest 2025-12-04T09:51:36.2932351Z inflating: build/bin/test_dist_autograd 2025-12-04T09:51:36.4657499Z inflating: build/bin/test_jit 2025-12-04T09:51:36.6208662Z inflating: build/bin/test_api 2025-12-04T09:51:36.6271761Z inflating: build/bin/test_cpp_rpc 2025-12-04T09:51:36.6273297Z inflating: build/bin/parallel_benchmark 2025-12-04T09:51:36.6273560Z creating: .additional_ci_files/ 2025-12-04T09:51:36.6327384Z inflating: .additional_ci_files/test-times.json 2025-12-04T09:51:36.6645965Z inflating: .additional_ci_files/test-class-times.json 2025-12-04T09:51:36.6813809Z ##[group]Run rm artifacts.zip 2025-12-04T09:51:36.6814030Z rm artifacts.zip 2025-12-04T09:51:36.6823113Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:36.6823348Z env: 2025-12-04T09:51:36.6823507Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:36.6823749Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.6824036Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:36.6824322Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.6824590Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.6824890Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.6825149Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:36.6825382Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:36.6825562Z AWS_REGION: us-east-1 2025-12-04T09:51:36.6825790Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:36.6826029Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:36.6829363Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:36.6829532Z ##[endgroup] 2025-12-04T09:51:36.7952928Z ##[group]Run df -H 2025-12-04T09:51:36.7953103Z df -H 2025-12-04T09:51:36.7960349Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:36.7960597Z env: 2025-12-04T09:51:36.7960766Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:36.7961000Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.7961304Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:36.7961702Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.7961968Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.7962232Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:36.7962495Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:36.7962736Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:36.7962919Z AWS_REGION: us-east-1 2025-12-04T09:51:36.7963138Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:36.7963377Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:36.7966853Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:36.7967028Z ##[endgroup] 2025-12-04T09:51:36.8733112Z Filesystem Size Used Avail Use% Mounted on 2025-12-04T09:51:36.8733472Z overlay 1.9T 470G 1.4T 27% / 2025-12-04T09:51:36.8733731Z tmpfs 68M 0 68M 0% /dev 2025-12-04T09:51:36.8734324Z shm 68M 0 68M 0% /dev/shm 2025-12-04T09:51:36.8734598Z /dev/md0 1.9T 470G 1.4T 27% /home/eve/_work 2025-12-04T09:51:36.8734996Z tmpfs 217G 173k 217G 1% /run/docker.sock 2025-12-04T09:51:36.8735240Z tmpfs 1.1T 13k 1.1T 1% /proc/driver/nvidia 2025-12-04T09:51:36.8735576Z tmpfs 217G 5.5M 217G 1% /run/.ro109373368/nvidia-persistenced/socket 2025-12-04T09:51:36.8735836Z tmpfs 1.1T 0 1.1T 0% /proc/acpi 2025-12-04T09:51:36.8736048Z tmpfs 1.1T 0 1.1T 0% /proc/scsi 2025-12-04T09:51:36.8736281Z tmpfs 1.1T 0 1.1T 0% /sys/devices/virtual/powercap 2025-12-04T09:51:36.8736515Z tmpfs 1.1T 0 1.1T 0% /sys/firmware 2025-12-04T09:51:36.8736776Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu0/thermal_throttle 2025-12-04T09:51:36.8737055Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu1/thermal_throttle 2025-12-04T09:51:36.8737330Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu2/thermal_throttle 2025-12-04T09:51:36.8737597Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu3/thermal_throttle 2025-12-04T09:51:36.8737860Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu4/thermal_throttle 2025-12-04T09:51:36.8738122Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu5/thermal_throttle 2025-12-04T09:51:36.8738384Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu6/thermal_throttle 2025-12-04T09:51:36.8738651Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu7/thermal_throttle 2025-12-04T09:51:36.8738917Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu8/thermal_throttle 2025-12-04T09:51:36.8739180Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu9/thermal_throttle 2025-12-04T09:51:36.8739455Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu10/thermal_throttle 2025-12-04T09:51:36.8739727Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu11/thermal_throttle 2025-12-04T09:51:36.8739999Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu12/thermal_throttle 2025-12-04T09:51:36.8740264Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu13/thermal_throttle 2025-12-04T09:51:36.8740531Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu14/thermal_throttle 2025-12-04T09:51:36.8740797Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu15/thermal_throttle 2025-12-04T09:51:36.8741059Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu16/thermal_throttle 2025-12-04T09:51:36.8741322Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu17/thermal_throttle 2025-12-04T09:51:36.8741588Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu18/thermal_throttle 2025-12-04T09:51:36.8741854Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu19/thermal_throttle 2025-12-04T09:51:36.8742121Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu20/thermal_throttle 2025-12-04T09:51:36.8742603Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu21/thermal_throttle 2025-12-04T09:51:36.8742883Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu22/thermal_throttle 2025-12-04T09:51:36.8743149Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu23/thermal_throttle 2025-12-04T09:51:36.8743422Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu24/thermal_throttle 2025-12-04T09:51:36.8743699Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu25/thermal_throttle 2025-12-04T09:51:36.8743972Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu26/thermal_throttle 2025-12-04T09:51:36.8744733Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu27/thermal_throttle 2025-12-04T09:51:36.8745075Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu28/thermal_throttle 2025-12-04T09:51:36.8745345Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu29/thermal_throttle 2025-12-04T09:51:36.8745621Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu30/thermal_throttle 2025-12-04T09:51:36.8745887Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu31/thermal_throttle 2025-12-04T09:51:36.8746151Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu32/thermal_throttle 2025-12-04T09:51:36.8746417Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu33/thermal_throttle 2025-12-04T09:51:36.8746681Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu34/thermal_throttle 2025-12-04T09:51:36.8746945Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu35/thermal_throttle 2025-12-04T09:51:36.8747218Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu36/thermal_throttle 2025-12-04T09:51:36.8747482Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu37/thermal_throttle 2025-12-04T09:51:36.8747742Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu38/thermal_throttle 2025-12-04T09:51:36.8748008Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu39/thermal_throttle 2025-12-04T09:51:36.8748272Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu40/thermal_throttle 2025-12-04T09:51:36.8748581Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu41/thermal_throttle 2025-12-04T09:51:36.8748859Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu42/thermal_throttle 2025-12-04T09:51:36.8749121Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu43/thermal_throttle 2025-12-04T09:51:36.8749382Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu44/thermal_throttle 2025-12-04T09:51:36.8749645Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu45/thermal_throttle 2025-12-04T09:51:36.8749906Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu46/thermal_throttle 2025-12-04T09:51:36.8750167Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu47/thermal_throttle 2025-12-04T09:51:36.8750429Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu48/thermal_throttle 2025-12-04T09:51:36.8750688Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu49/thermal_throttle 2025-12-04T09:51:36.8750971Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu50/thermal_throttle 2025-12-04T09:51:36.8751252Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu51/thermal_throttle 2025-12-04T09:51:36.8751515Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu52/thermal_throttle 2025-12-04T09:51:36.8751774Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu53/thermal_throttle 2025-12-04T09:51:36.8752041Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu54/thermal_throttle 2025-12-04T09:51:36.8752301Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu55/thermal_throttle 2025-12-04T09:51:36.8752566Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu56/thermal_throttle 2025-12-04T09:51:36.8752889Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu57/thermal_throttle 2025-12-04T09:51:36.8753150Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu58/thermal_throttle 2025-12-04T09:51:36.8753410Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu59/thermal_throttle 2025-12-04T09:51:36.8753675Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu60/thermal_throttle 2025-12-04T09:51:36.8753939Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu61/thermal_throttle 2025-12-04T09:51:36.8754203Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu62/thermal_throttle 2025-12-04T09:51:36.8754509Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu63/thermal_throttle 2025-12-04T09:51:36.8754833Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu64/thermal_throttle 2025-12-04T09:51:36.8755104Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu65/thermal_throttle 2025-12-04T09:51:36.8755377Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu66/thermal_throttle 2025-12-04T09:51:36.8755639Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu67/thermal_throttle 2025-12-04T09:51:36.8755908Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu68/thermal_throttle 2025-12-04T09:51:36.8756176Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu69/thermal_throttle 2025-12-04T09:51:36.8756446Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu70/thermal_throttle 2025-12-04T09:51:36.8756726Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu71/thermal_throttle 2025-12-04T09:51:36.8756997Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu72/thermal_throttle 2025-12-04T09:51:36.8757276Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu73/thermal_throttle 2025-12-04T09:51:36.8757541Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu74/thermal_throttle 2025-12-04T09:51:36.8757807Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu75/thermal_throttle 2025-12-04T09:51:36.8758072Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu76/thermal_throttle 2025-12-04T09:51:36.8758337Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu77/thermal_throttle 2025-12-04T09:51:36.8758595Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu78/thermal_throttle 2025-12-04T09:51:36.8758854Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu79/thermal_throttle 2025-12-04T09:51:36.8759113Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu80/thermal_throttle 2025-12-04T09:51:36.8759378Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu81/thermal_throttle 2025-12-04T09:51:36.8759640Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu82/thermal_throttle 2025-12-04T09:51:36.8759906Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu83/thermal_throttle 2025-12-04T09:51:36.8760173Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu84/thermal_throttle 2025-12-04T09:51:36.8760436Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu85/thermal_throttle 2025-12-04T09:51:36.8760698Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu86/thermal_throttle 2025-12-04T09:51:36.8760960Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu87/thermal_throttle 2025-12-04T09:51:36.8761219Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu88/thermal_throttle 2025-12-04T09:51:36.8761485Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu89/thermal_throttle 2025-12-04T09:51:36.8761749Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu90/thermal_throttle 2025-12-04T09:51:36.8762018Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu91/thermal_throttle 2025-12-04T09:51:36.8762279Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu92/thermal_throttle 2025-12-04T09:51:36.8762597Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu93/thermal_throttle 2025-12-04T09:51:36.8762857Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu94/thermal_throttle 2025-12-04T09:51:36.8763119Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu95/thermal_throttle 2025-12-04T09:51:36.8763381Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu96/thermal_throttle 2025-12-04T09:51:36.8763643Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu97/thermal_throttle 2025-12-04T09:51:36.8763899Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu98/thermal_throttle 2025-12-04T09:51:36.8764251Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu99/thermal_throttle 2025-12-04T09:51:36.8764519Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu100/thermal_throttle 2025-12-04T09:51:36.8764835Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu101/thermal_throttle 2025-12-04T09:51:36.8765113Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu102/thermal_throttle 2025-12-04T09:51:36.8765401Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu103/thermal_throttle 2025-12-04T09:51:36.8765668Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu104/thermal_throttle 2025-12-04T09:51:36.8765938Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu105/thermal_throttle 2025-12-04T09:51:36.8766200Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu106/thermal_throttle 2025-12-04T09:51:36.8766463Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu107/thermal_throttle 2025-12-04T09:51:36.8766730Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu108/thermal_throttle 2025-12-04T09:51:36.8766992Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu109/thermal_throttle 2025-12-04T09:51:36.8767258Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu110/thermal_throttle 2025-12-04T09:51:36.8767521Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu111/thermal_throttle 2025-12-04T09:51:36.8767802Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu112/thermal_throttle 2025-12-04T09:51:36.8768078Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu113/thermal_throttle 2025-12-04T09:51:36.8768356Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu114/thermal_throttle 2025-12-04T09:51:36.8768633Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu115/thermal_throttle 2025-12-04T09:51:36.8768904Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu116/thermal_throttle 2025-12-04T09:51:36.8769180Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu117/thermal_throttle 2025-12-04T09:51:36.8769466Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu118/thermal_throttle 2025-12-04T09:51:36.8769739Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu119/thermal_throttle 2025-12-04T09:51:36.8770017Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu120/thermal_throttle 2025-12-04T09:51:36.8770289Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu121/thermal_throttle 2025-12-04T09:51:36.8770560Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu122/thermal_throttle 2025-12-04T09:51:36.8770836Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu123/thermal_throttle 2025-12-04T09:51:36.8771113Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu124/thermal_throttle 2025-12-04T09:51:36.8771388Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu125/thermal_throttle 2025-12-04T09:51:36.8771663Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu126/thermal_throttle 2025-12-04T09:51:36.8771939Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu127/thermal_throttle 2025-12-04T09:51:36.8772208Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu128/thermal_throttle 2025-12-04T09:51:36.8772543Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu129/thermal_throttle 2025-12-04T09:51:36.8772820Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu130/thermal_throttle 2025-12-04T09:51:36.8773096Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu131/thermal_throttle 2025-12-04T09:51:36.8773376Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu132/thermal_throttle 2025-12-04T09:51:36.8773650Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu133/thermal_throttle 2025-12-04T09:51:36.8773929Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu134/thermal_throttle 2025-12-04T09:51:36.8774251Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu135/thermal_throttle 2025-12-04T09:51:36.8774533Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu136/thermal_throttle 2025-12-04T09:51:36.8774897Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu137/thermal_throttle 2025-12-04T09:51:36.8775181Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu138/thermal_throttle 2025-12-04T09:51:36.8775461Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu139/thermal_throttle 2025-12-04T09:51:36.8775739Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu140/thermal_throttle 2025-12-04T09:51:36.8776030Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu141/thermal_throttle 2025-12-04T09:51:36.8776313Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu142/thermal_throttle 2025-12-04T09:51:36.8776623Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu143/thermal_throttle 2025-12-04T09:51:36.8776923Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu144/thermal_throttle 2025-12-04T09:51:36.8777202Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu145/thermal_throttle 2025-12-04T09:51:36.8777491Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu146/thermal_throttle 2025-12-04T09:51:36.8777773Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu147/thermal_throttle 2025-12-04T09:51:36.8778058Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu148/thermal_throttle 2025-12-04T09:51:36.8778325Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu149/thermal_throttle 2025-12-04T09:51:36.8778590Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu150/thermal_throttle 2025-12-04T09:51:36.8778858Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu151/thermal_throttle 2025-12-04T09:51:36.8779128Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu152/thermal_throttle 2025-12-04T09:51:36.8779398Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu153/thermal_throttle 2025-12-04T09:51:36.8779665Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu154/thermal_throttle 2025-12-04T09:51:36.8779930Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu155/thermal_throttle 2025-12-04T09:51:36.8780200Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu156/thermal_throttle 2025-12-04T09:51:36.8780465Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu157/thermal_throttle 2025-12-04T09:51:36.8780727Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu158/thermal_throttle 2025-12-04T09:51:36.8781005Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu159/thermal_throttle 2025-12-04T09:51:36.8781271Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu160/thermal_throttle 2025-12-04T09:51:36.8781539Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu161/thermal_throttle 2025-12-04T09:51:36.8781812Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu162/thermal_throttle 2025-12-04T09:51:36.8782080Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu163/thermal_throttle 2025-12-04T09:51:36.8782350Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu164/thermal_throttle 2025-12-04T09:51:36.8782682Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu165/thermal_throttle 2025-12-04T09:51:36.8782969Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu166/thermal_throttle 2025-12-04T09:51:36.8783266Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu167/thermal_throttle 2025-12-04T09:51:36.8783530Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu168/thermal_throttle 2025-12-04T09:51:36.8783792Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu169/thermal_throttle 2025-12-04T09:51:36.8784097Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu170/thermal_throttle 2025-12-04T09:51:36.8784370Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu171/thermal_throttle 2025-12-04T09:51:36.8784639Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu172/thermal_throttle 2025-12-04T09:51:36.8784941Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu173/thermal_throttle 2025-12-04T09:51:36.8785211Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu174/thermal_throttle 2025-12-04T09:51:36.8785479Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu175/thermal_throttle 2025-12-04T09:51:36.8785746Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu176/thermal_throttle 2025-12-04T09:51:36.8786008Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu177/thermal_throttle 2025-12-04T09:51:36.8786276Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu178/thermal_throttle 2025-12-04T09:51:36.8786548Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu179/thermal_throttle 2025-12-04T09:51:36.8786816Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu180/thermal_throttle 2025-12-04T09:51:36.8787086Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu181/thermal_throttle 2025-12-04T09:51:36.8787349Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu182/thermal_throttle 2025-12-04T09:51:36.8787617Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu183/thermal_throttle 2025-12-04T09:51:36.8787882Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu184/thermal_throttle 2025-12-04T09:51:36.8788145Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu185/thermal_throttle 2025-12-04T09:51:36.8788414Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu186/thermal_throttle 2025-12-04T09:51:36.8788687Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu187/thermal_throttle 2025-12-04T09:51:36.8788957Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu188/thermal_throttle 2025-12-04T09:51:36.8789226Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu189/thermal_throttle 2025-12-04T09:51:36.8789493Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu190/thermal_throttle 2025-12-04T09:51:36.8789755Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu191/thermal_throttle 2025-12-04T09:51:36.8790026Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu192/thermal_throttle 2025-12-04T09:51:36.8790295Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu193/thermal_throttle 2025-12-04T09:51:36.8790570Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu194/thermal_throttle 2025-12-04T09:51:36.8790836Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu195/thermal_throttle 2025-12-04T09:51:36.8791106Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu196/thermal_throttle 2025-12-04T09:51:36.8791372Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu197/thermal_throttle 2025-12-04T09:51:36.8791636Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu198/thermal_throttle 2025-12-04T09:51:36.8791895Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu199/thermal_throttle 2025-12-04T09:51:36.8792216Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu200/thermal_throttle 2025-12-04T09:51:36.8792477Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu201/thermal_throttle 2025-12-04T09:51:36.8792744Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu202/thermal_throttle 2025-12-04T09:51:36.8793012Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu203/thermal_throttle 2025-12-04T09:51:36.8793274Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu204/thermal_throttle 2025-12-04T09:51:36.8793537Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu205/thermal_throttle 2025-12-04T09:51:36.8793848Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu206/thermal_throttle 2025-12-04T09:51:36.8794111Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu207/thermal_throttle 2025-12-04T09:51:36.8794373Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu208/thermal_throttle 2025-12-04T09:51:36.8794639Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu209/thermal_throttle 2025-12-04T09:51:36.8794947Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu210/thermal_throttle 2025-12-04T09:51:36.8795215Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu211/thermal_throttle 2025-12-04T09:51:36.8795474Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu212/thermal_throttle 2025-12-04T09:51:36.8795741Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu213/thermal_throttle 2025-12-04T09:51:36.8796016Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu214/thermal_throttle 2025-12-04T09:51:36.8796283Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu215/thermal_throttle 2025-12-04T09:51:36.8796549Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu216/thermal_throttle 2025-12-04T09:51:36.8796816Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu217/thermal_throttle 2025-12-04T09:51:36.8797083Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu218/thermal_throttle 2025-12-04T09:51:36.8797351Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu219/thermal_throttle 2025-12-04T09:51:36.8797613Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu220/thermal_throttle 2025-12-04T09:51:36.8797877Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu221/thermal_throttle 2025-12-04T09:51:36.8798143Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu222/thermal_throttle 2025-12-04T09:51:36.8798406Z tmpfs 1.1T 0 1.1T 0% /sys/devices/system/cpu/cpu223/thermal_throttle 2025-12-04T09:51:36.8816946Z Prepare all required actions 2025-12-04T09:51:36.8817250Z Getting action download info 2025-12-04T09:51:37.1575300Z ##[group]Run ./.github/actions/download-td-artifacts 2025-12-04T09:51:37.1575537Z with: 2025-12-04T09:51:37.1575690Z env: 2025-12-04T09:51:37.1575860Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:37.1576108Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1576425Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:37.1576732Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1577016Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1577285Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1577556Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:37.1577801Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:37.1577996Z AWS_REGION: us-east-1 2025-12-04T09:51:37.1578261Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:37.1578502Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:37.1581977Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:37.1582154Z ##[endgroup] 2025-12-04T09:51:37.1598421Z ##[group]Run seemethere/download-artifact-s3@v4 2025-12-04T09:51:37.1598635Z with: 2025-12-04T09:51:37.1598883Z name: td_results 2025-12-04T09:51:37.1599051Z s3-bucket: gha-artifacts 2025-12-04T09:51:37.1599229Z region: us-east-1 2025-12-04T09:51:37.1599394Z env: 2025-12-04T09:51:37.1599545Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:37.1599768Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1600061Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:37.1600345Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1600605Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1600865Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.1601142Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:37.1601376Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:37.1601560Z AWS_REGION: us-east-1 2025-12-04T09:51:37.1601768Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:37.1601996Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:37.1605444Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:37.1605612Z ##[endgroup] 2025-12-04T09:51:37.5060742Z (node:8553) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-12-04T09:51:37.5062279Z 2025-12-04T09:51:37.5062523Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-12-04T09:51:37.5062871Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-12-04T09:51:37.5063203Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-12-04T09:51:37.7749010Z Found 0 objects with prefix pytorch/pytorch/19922050786/td_results/ 2025-12-04T09:51:37.7750724Z Artifact download has finished successfully 2025-12-04T09:51:37.7868303Z ##[group]Run mkdir -p .additional_ci_files 2025-12-04T09:51:37.7868544Z mkdir -p .additional_ci_files 2025-12-04T09:51:37.7868806Z mv td_results.json .additional_ci_files/td_results.json || true 2025-12-04T09:51:37.7877973Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:37.7878223Z env: 2025-12-04T09:51:37.7878382Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:37.7878606Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7878901Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:37.7879188Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7879451Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7879708Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7879968Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:37.7880339Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:37.7880529Z AWS_REGION: us-east-1 2025-12-04T09:51:37.7880756Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:37.7880998Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:37.7884363Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:37.7884538Z ##[endgroup] 2025-12-04T09:51:37.7933003Z mv: cannot stat 'td_results.json': No such file or directory 2025-12-04T09:51:37.7958687Z ##[group]Run .github/scripts/parse_ref.py 2025-12-04T09:51:37.7958920Z .github/scripts/parse_ref.py 2025-12-04T09:51:37.7966557Z shell: /usr/bin/bash -e {0} 2025-12-04T09:51:37.7966743Z env: 2025-12-04T09:51:37.7966895Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:37.7967119Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7967422Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:37.7967710Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7967973Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7968233Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:37.7968490Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:37.7968718Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:37.7968893Z AWS_REGION: us-east-1 2025-12-04T09:51:37.7969236Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:37.7969499Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:37.7972922Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:37.7973098Z ##[endgroup] 2025-12-04T09:51:37.8118857Z Setting output branch=main 2025-12-04T09:51:37.8196489Z Prepare all required actions 2025-12-04T09:51:37.8197114Z Getting action download info 2025-12-04T09:51:38.0602617Z ##[group]Run ./.github/actions/filter-test-configs 2025-12-04T09:51:38.0602840Z with: 2025-12-04T09:51:38.0603116Z github-token: *** 2025-12-04T09:51:38.0603395Z test-matrix: {"include": [{"config": "smoke_b200", "shard": 1, "num_shards": 1, "runner": "linux.dgx.b200"}]} 2025-12-04T09:51:38.0603806Z job-name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:51:38.0604099Z env: 2025-12-04T09:51:38.0604253Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:38.0604482Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0604843Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:38.0605148Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0605413Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0605705Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0605973Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:38.0606211Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:38.0606398Z AWS_REGION: us-east-1 2025-12-04T09:51:38.0606593Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:38.0606825Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:38.0610395Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:38.0610561Z ##[endgroup] 2025-12-04T09:51:38.0631200Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T09:51:38.0631407Z with: 2025-12-04T09:51:38.0631557Z shell: bash 2025-12-04T09:51:38.0631711Z timeout_minutes: 10 2025-12-04T09:51:38.0631872Z max_attempts: 5 2025-12-04T09:51:38.0632034Z retry_wait_seconds: 30 2025-12-04T09:51:38.0632490Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-12-04T09:51:38.0632966Z polling_interval_seconds: 1 2025-12-04T09:51:38.0633148Z warning_on_retry: true 2025-12-04T09:51:38.0633317Z continue_on_error: false 2025-12-04T09:51:38.0633484Z env: 2025-12-04T09:51:38.0633636Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:38.0633847Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0634139Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:38.0634423Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0634686Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0634994Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:38.0635254Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:38.0635493Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:38.0635675Z AWS_REGION: us-east-1 2025-12-04T09:51:38.0635880Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:38.0636108Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:38.0639732Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:38.0639964Z GITHUB_TOKEN: *** 2025-12-04T09:51:38.0640117Z ##[endgroup] 2025-12-04T09:51:38.1190755Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-12-04T09:51:38.5105637Z Collecting requests==2.27.1 2025-12-04T09:51:38.6086642Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-12-04T09:51:38.6785737Z Collecting pyyaml==6.0.2 2025-12-04T09:51:38.7021840Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2025-12-04T09:51:38.7448641Z Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1) 2025-12-04T09:51:38.7609846Z Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-12-04T09:51:38.8201336Z Collecting certifi>=2017.4.17 (from requests==2.27.1) 2025-12-04T09:51:38.8325316Z Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) 2025-12-04T09:51:38.9232909Z Collecting charset-normalizer~=2.0.0 (from requests==2.27.1) 2025-12-04T09:51:38.9271906Z Downloading charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) 2025-12-04T09:51:38.9472003Z Collecting idna<4,>=2.5 (from requests==2.27.1) 2025-12-04T09:51:38.9570888Z Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) 2025-12-04T09:51:38.9773460Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-12-04T09:51:39.0029679Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB) 2025-12-04T09:51:39.0757141Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 9.9 MB/s 0:00:00 2025-12-04T09:51:39.0983023Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-12-04T09:51:39.1261880Z Downloading idna-3.11-py3-none-any.whl (71 kB) 2025-12-04T09:51:39.1536969Z Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-12-04T09:51:39.1792379Z Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) 2025-12-04T09:51:39.2123048Z Installing collected packages: urllib3, pyyaml, idna, charset-normalizer, certifi, requests 2025-12-04T09:51:39.4266770Z 2025-12-04T09:51:39.4279656Z Successfully installed certifi-2025.11.12 charset-normalizer-2.0.12 idna-3.11 pyyaml-6.0.2 requests-2.27.1 urllib3-1.26.20 2025-12-04T09:51:40.1203823Z Command completed after 1 attempt(s). 2025-12-04T09:51:40.1263831Z ##[group]Run set -x 2025-12-04T09:51:40.1264017Z set -x 2025-12-04T09:51:40.1264176Z  2025-12-04T09:51:40.1264421Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T09:51:40.1264712Z # in runner workspace 2025-12-04T09:51:40.1265011Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-12-04T09:51:40.1284128Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:40.1284386Z env: 2025-12-04T09:51:40.1284547Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:40.1284832Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1285138Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:40.1285453Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1285714Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1285970Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1286250Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:40.1286484Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:40.1286687Z AWS_REGION: us-east-1 2025-12-04T09:51:40.1286931Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:40.1287165Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:40.1290794Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:40.1290970Z ##[endgroup] 2025-12-04T09:51:40.1345045Z + python3 /home/eve/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-12-04T09:51:40.1469234Z Setting output branch=main 2025-12-04T09:51:40.1510113Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T09:51:40.1510383Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T09:51:40.1510595Z echo "Job name: ${JOB_NAME}" 2025-12-04T09:51:40.1510780Z  2025-12-04T09:51:40.1511007Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T09:51:40.1511279Z # in runner workspace 2025-12-04T09:51:40.1511530Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-12-04T09:51:40.1511811Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-12-04T09:51:40.1512013Z  --job-name "${JOB_NAME}" \ 2025-12-04T09:51:40.1512334Z  --test-matrix "{"include": [{"config": "smoke_b200", "shard": 1, "num_shards": 1, "runner": "linux.dgx.b200"}]}" \ 2025-12-04T09:51:40.1512656Z  --selected-test-configs "" \ 2025-12-04T09:51:40.1512985Z  --pr-number "${PR_NUMBER}" \ 2025-12-04T09:51:40.1513181Z  --tag "${TAG}" \ 2025-12-04T09:51:40.1513372Z  --event-name "${EVENT_NAME}" \ 2025-12-04T09:51:40.1513675Z  --schedule "${SCHEDULE}" \ 2025-12-04T09:51:40.1513869Z  --branch "${HEAD_BRANCH}" 2025-12-04T09:51:40.1521594Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:40.1521949Z env: 2025-12-04T09:51:40.1522113Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:40.1522355Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1522658Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:40.1523044Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1523318Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1523585Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.1523856Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:40.1524098Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:40.1524289Z AWS_REGION: us-east-1 2025-12-04T09:51:40.1524515Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:40.1524757Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:40.1528310Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:40.1528552Z GITHUB_TOKEN: *** 2025-12-04T09:51:40.1528821Z JOB_NAME: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:51:40.1529109Z PR_NUMBER: 2025-12-04T09:51:40.1529256Z TAG: 2025-12-04T09:51:40.1529399Z EVENT_NAME: schedule 2025-12-04T09:51:40.1529563Z SCHEDULE: 0 */2 * * * 2025-12-04T09:51:40.1529724Z HEAD_BRANCH: main 2025-12-04T09:51:40.1529878Z ##[endgroup] 2025-12-04T09:51:40.1551736Z Workflow: B200 Smoke Tests 2025-12-04T09:51:40.1552154Z Job name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:51:40.8172235Z Setting output keep-going=True 2025-12-04T09:51:40.8176097Z Setting output ci-verbose-test-logs=False 2025-12-04T09:51:40.8178233Z Setting output ci-test-showlocals=False 2025-12-04T09:51:40.8178485Z Setting output ci-no-test-timeout=False 2025-12-04T09:51:40.8178720Z Setting output ci-no-td=False 2025-12-04T09:51:40.8178923Z Setting output ci-td-distributed=False 2025-12-04T09:51:40.8179133Z Setting output is-unstable=False 2025-12-04T09:51:40.8179328Z Setting output reenabled-issues= 2025-12-04T09:51:40.8179663Z Setting output test-matrix={"include": [{"config": "smoke_b200", "shard": 1, "num_shards": 1, "runner": "linux.dgx.b200"}]} 2025-12-04T09:51:40.8180002Z Setting output is-test-matrix-empty=False 2025-12-04T09:51:40.8283927Z ##[group]Run echo "Filtered matrix:" 2025-12-04T09:51:40.8284145Z echo "Filtered matrix:" 2025-12-04T09:51:40.8284442Z echo "{"include": [{"config": "smoke_b200", "shard": 1, "num_shards": 1, "runner": "linux.dgx.b200"}]}" 2025-12-04T09:51:40.8284724Z  2025-12-04T09:51:40.8284933Z echo 2025-12-04T09:51:40.8285112Z echo "Is the current job unstable? False" 2025-12-04T09:51:40.8285315Z  2025-12-04T09:51:40.8285455Z echo 2025-12-04T09:51:40.8285631Z echo "Is keep-going label set? True" 2025-12-04T09:51:40.8285829Z  2025-12-04T09:51:40.8285967Z echo 2025-12-04T09:51:40.8286137Z echo "Reenabled issues? " 2025-12-04T09:51:40.8293795Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:40.8294034Z env: 2025-12-04T09:51:40.8294189Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:40.8294402Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8294695Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:40.8295030Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8295286Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8295544Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8295911Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:40.8296144Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:40.8296418Z AWS_REGION: us-east-1 2025-12-04T09:51:40.8296639Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:40.8296871Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:40.8300177Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:40.8300344Z ##[endgroup] 2025-12-04T09:51:40.8325246Z Filtered matrix: 2025-12-04T09:51:40.8325603Z {include: [{config: smoke_b200, shard: 1, num_shards: 1, runner: linux.dgx.b200}]} 2025-12-04T09:51:40.8325810Z 2025-12-04T09:51:40.8325900Z Is the current job unstable? False 2025-12-04T09:51:40.8326024Z 2025-12-04T09:51:40.8326111Z Is keep-going label set? True 2025-12-04T09:51:40.8326227Z 2025-12-04T09:51:40.8326300Z Reenabled issues? 2025-12-04T09:51:40.8346394Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-12-04T09:51:40.8346711Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-12-04T09:51:40.8354475Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:40.8354719Z env: 2025-12-04T09:51:40.8354946Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:40.8355173Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8355476Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:40.8355771Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8356052Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8356329Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8356610Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:40.8356870Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:40.8357090Z AWS_REGION: us-east-1 2025-12-04T09:51:40.8357304Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:40.8357535Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:40.8360887Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:40.8361056Z JOB_TIMEOUT: 240 2025-12-04T09:51:40.8361213Z ##[endgroup] 2025-12-04T09:51:40.8400729Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:51:40.8401043Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:51:40.8401320Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:51:40.8408941Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:51:40.8409174Z env: 2025-12-04T09:51:40.8409336Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:40.8409560Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8409848Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:40.8410135Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8410391Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8410645Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8410933Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:40.8411164Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:40.8411342Z AWS_REGION: us-east-1 2025-12-04T09:51:40.8411550Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:40.8411777Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:40.8415276Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:40.8415446Z ##[endgroup] 2025-12-04T09:51:40.8509438Z ##[group]Run set -x 2025-12-04T09:51:40.8509671Z set -x 2025-12-04T09:51:40.8509825Z  2025-12-04T09:51:40.8510000Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2025-12-04T09:51:40.8510243Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2025-12-04T09:51:40.8510482Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2025-12-04T09:51:40.8510702Z  TEST_COMMAND=.ci/onnx/test.sh 2025-12-04T09:51:40.8510891Z else 2025-12-04T09:51:40.8511057Z  TEST_COMMAND=.ci/pytorch/test.sh 2025-12-04T09:51:40.8511349Z fi 2025-12-04T09:51:40.8511488Z  2025-12-04T09:51:40.8511654Z # Leaving 1GB for the runner and other things 2025-12-04T09:51:40.8511986Z TOTAL_AVAILABLE_MEMORY_IN_GB=$(awk '/MemTotal/ { printf "%.3f \n", $2/1024/1024 - 1 }' /proc/meminfo) 2025-12-04T09:51:40.8512476Z # https://docs.docker.com/engine/containers/resource_constraints/#--memory-swap-details, the 3GB swap 2025-12-04T09:51:40.8512871Z # comes from https://github.com/pytorch/test-infra/pull/6058 2025-12-04T09:51:40.8513174Z TOTAL_MEMORY_WITH_SWAP=$(("${TOTAL_AVAILABLE_MEMORY_IN_GB%.*}" + 3)) 2025-12-04T09:51:40.8513411Z  2025-12-04T09:51:40.8513582Z if [[ ${BUILD_ENVIRONMENT} == *"s390x"* ]]; then 2025-12-04T09:51:40.8513788Z  SHM_OPTS= 2025-12-04T09:51:40.8513948Z  JENKINS_USER= 2025-12-04T09:51:40.8514163Z  # ensure that docker container cleanly exits in 12 hours 2025-12-04T09:51:40.8514434Z  # if for some reason cleanup action doesn't stop container 2025-12-04T09:51:40.8514669Z  # when job is cancelled 2025-12-04T09:51:40.8514941Z  DOCKER_SHELL_CMD="sleep 12h" 2025-12-04T09:51:40.8515150Z  USED_IMAGE="${DOCKER_IMAGE_S390X}" 2025-12-04T09:51:40.8515341Z else 2025-12-04T09:51:40.8515508Z  SHM_OPTS="--shm-size=${SHM_SIZE}" 2025-12-04T09:51:40.8515719Z  JENKINS_USER="--user jenkins" 2025-12-04T09:51:40.8515915Z  DOCKER_SHELL_CMD= 2025-12-04T09:51:40.8516101Z  USED_IMAGE="${DOCKER_IMAGE}" 2025-12-04T09:51:40.8516283Z fi 2025-12-04T09:51:40.8516425Z  2025-12-04T09:51:40.8516634Z # detached container should get cleaned up by teardown_ec2_linux 2025-12-04T09:51:40.8516932Z # TODO: Stop building test binaries as part of the build phase 2025-12-04T09:51:40.8517272Z # Used for GPU_FLAG, SHM_OPTS, JENKINS_USER and DOCKER_SHELL_CMD since that doesn't play nice 2025-12-04T09:51:40.8517572Z # shellcheck disable=SC2086,SC2090 2025-12-04T09:51:40.8517779Z container_name=$(docker run \ 2025-12-04T09:51:40.8517980Z  ${GPU_FLAG:-} \ 2025-12-04T09:51:40.8518179Z  ${SCCACHE_SERVER_PORT_DOCKER_FLAG:-} \ 2025-12-04T09:51:40.8518396Z  -e BUILD_ENVIRONMENT \ 2025-12-04T09:51:40.8518588Z  -e PR_NUMBER \ 2025-12-04T09:51:40.8518769Z  -e GITHUB_ACTIONS \ 2025-12-04T09:51:40.8518957Z  -e GITHUB_REPOSITORY \ 2025-12-04T09:51:40.8519146Z  -e GITHUB_WORKFLOW \ 2025-12-04T09:51:40.8519332Z  -e GITHUB_JOB \ 2025-12-04T09:51:40.8519506Z  -e GITHUB_RUN_ID \ 2025-12-04T09:51:40.8519694Z  -e GITHUB_RUN_NUMBER \ 2025-12-04T09:51:40.8519880Z  -e GITHUB_RUN_ATTEMPT \ 2025-12-04T09:51:40.8520060Z  -e JOB_ID \ 2025-12-04T09:51:40.8520229Z  -e JOB_NAME \ 2025-12-04T09:51:40.8520394Z  -e BASE_SHA \ 2025-12-04T09:51:40.8520561Z  -e BRANCH \ 2025-12-04T09:51:40.8520723Z  -e SHA1 \ 2025-12-04T09:51:40.8520889Z  -e AWS_DEFAULT_REGION \ 2025-12-04T09:51:40.8521068Z  -e IN_WHEEL_TEST \ 2025-12-04T09:51:40.8521240Z  -e SHARD_NUMBER \ 2025-12-04T09:51:40.8521413Z  -e TEST_CONFIG \ 2025-12-04T09:51:40.8521590Z  -e NUM_TEST_SHARDS \ 2025-12-04T09:51:40.8521897Z  -e REENABLED_ISSUES \ 2025-12-04T09:51:40.8522099Z  -e CONTINUE_THROUGH_ERROR \ 2025-12-04T09:51:40.8522302Z  -e VERBOSE_TEST_LOGS \ 2025-12-04T09:51:40.8522492Z  -e TEST_SHOWLOCALS \ 2025-12-04T09:51:40.8522680Z  -e NO_TEST_TIMEOUT \ 2025-12-04T09:51:40.8522862Z  -e NO_TD \ 2025-12-04T09:51:40.8523040Z  -e TD_DISTRIBUTED \ 2025-12-04T09:51:40.8523224Z  -e PR_LABELS \ 2025-12-04T09:51:40.8523424Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2025-12-04T09:51:40.8523708Z  -e SCCACHE_BUCKET \ 2025-12-04T09:51:40.8523889Z  -e SCCACHE_REGION \ 2025-12-04T09:51:40.8524069Z  -e XLA_CUDA \ 2025-12-04T09:51:40.8524261Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2025-12-04T09:51:40.8524484Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2025-12-04T09:51:40.8524721Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2025-12-04T09:51:40.8524998Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2025-12-04T09:51:40.8525236Z  -e HUGGING_FACE_HUB_TOKEN \ 2025-12-04T09:51:40.8525449Z  -e VLLM_TEST_HUGGING_FACE_TOKEN \ 2025-12-04T09:51:40.8525664Z  -e SCRIBE_GRAPHQL_ACCESS_TOKEN \ 2025-12-04T09:51:40.8525866Z  -e DASHBOARD_TAG \ 2025-12-04T09:51:40.8526067Z  -e ARTIFACTS_FILE_SUFFIX \ 2025-12-04T09:51:40.8526310Z  --memory="${TOTAL_AVAILABLE_MEMORY_IN_GB%.*}g" \ 2025-12-04T09:51:40.8526577Z  --memory-swap="${TOTAL_MEMORY_WITH_SWAP}g" \ 2025-12-04T09:51:40.8526840Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2025-12-04T09:51:40.8527086Z  --security-opt seccomp=unconfined \ 2025-12-04T09:51:40.8527304Z  --cap-add=SYS_PTRACE \ 2025-12-04T09:51:40.8527498Z  --ipc=host \ 2025-12-04T09:51:40.8527674Z  ${SHM_OPTS} \ 2025-12-04T09:51:40.8527845Z  --tty \ 2025-12-04T09:51:40.8528008Z  --detach \ 2025-12-04T09:51:40.8528193Z  --name="${container_name}" \ 2025-12-04T09:51:40.8528397Z  ${JENKINS_USER} \ 2025-12-04T09:51:40.8528622Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2025-12-04T09:51:40.8528867Z  -w /var/lib/jenkins/workspace \ 2025-12-04T09:51:40.8529069Z  "${USED_IMAGE}" \ 2025-12-04T09:51:40.8529265Z  ${DOCKER_SHELL_CMD} 2025-12-04T09:51:40.8529431Z ) 2025-12-04T09:51:40.8529646Z echo "DOCKER_CONTAINER_ID=${container_name}" >> "${GITHUB_ENV}" 2025-12-04T09:51:40.8529883Z  2025-12-04T09:51:40.8530058Z if [[ ${BUILD_ENVIRONMENT} == *"s390x"* ]]; then 2025-12-04T09:51:40.8530391Z  docker exec -t "${container_name}" sh -c "python3 -m pip install -r .ci/docker/requirements-ci.txt" 2025-12-04T09:51:40.8530679Z fi 2025-12-04T09:51:40.8530819Z  2025-12-04T09:51:40.8531101Z docker exec -t "${container_name}" sh -c "python3 -m pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2025-12-04T09:51:40.8538420Z shell: /usr/bin/bash -e {0} 2025-12-04T09:51:40.8538606Z env: 2025-12-04T09:51:40.8538760Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:51:40.8538984Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8539277Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:51:40.8539560Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8539827Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8540092Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:51:40.8540355Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:51:40.8540590Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:51:40.8540772Z AWS_REGION: us-east-1 2025-12-04T09:51:40.8540991Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:51:40.8541224Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:51:40.8544762Z AWS_SESSION_TOKEN: *** 2025-12-04T09:51:40.8545366Z BUILD_ENVIRONMENT: linux-jammy-cuda12.8-py3.10-gcc11-sm100 2025-12-04T09:51:40.8545623Z PR_NUMBER: 2025-12-04T09:51:40.8545801Z GITHUB_REPOSITORY: pytorch/pytorch 2025-12-04T09:51:40.8546015Z GITHUB_WORKFLOW: B200 Smoke Tests 2025-12-04T09:51:40.8546213Z GITHUB_JOB: test 2025-12-04T09:51:40.8546385Z GITHUB_RUN_ID: 19922050786 2025-12-04T09:51:40.8546564Z GITHUB_RUN_NUMBER: 1037 2025-12-04T09:51:40.8546738Z GITHUB_RUN_ATTEMPT: 1 2025-12-04T09:51:40.8546905Z JOB_ID: 57114566972 2025-12-04T09:51:40.8547173Z JOB_NAME: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:51:40.8547554Z BRANCH: main 2025-12-04T09:51:40.8547733Z SHA1: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:40.8547970Z BASE_SHA: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:40.8548178Z TEST_CONFIG: smoke_b200 2025-12-04T09:51:40.8548344Z SHARD_NUMBER: 1 2025-12-04T09:51:40.8548500Z NUM_TEST_SHARDS: 1 2025-12-04T09:51:40.8548660Z EXTRA_FLAGS: 2025-12-04T09:51:40.8548817Z OP_BENCHMARK_TESTS: 2025-12-04T09:51:40.8548978Z REENABLED_ISSUES: 2025-12-04T09:51:40.8549148Z CONTINUE_THROUGH_ERROR: True 2025-12-04T09:51:40.8549323Z VERBOSE_TEST_LOGS: False 2025-12-04T09:51:40.8549490Z TEST_SHOWLOCALS: False 2025-12-04T09:51:40.8549653Z NO_TEST_TIMEOUT: False 2025-12-04T09:51:40.8549809Z NO_TD: False 2025-12-04T09:51:40.8549958Z TD_DISTRIBUTED: False 2025-12-04T09:51:40.8550115Z SCCACHE_BUCKET: 2025-12-04T09:51:40.8550264Z SCCACHE_REGION: 2025-12-04T09:51:40.8550414Z SHM_SIZE: 1g 2025-12-04T09:51:40.8550852Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:51:40.8551578Z DOCKER_IMAGE_S390X: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:51:40.8552023Z XLA_CUDA: 2025-12-04T09:51:40.8552249Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2025-12-04T09:51:40.8552521Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-12-04T09:51:40.8552722Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-12-04T09:51:40.8552908Z DASHBOARD_TAG: 2025-12-04T09:51:40.8553141Z VLLM_TEST_HUGGING_FACE_TOKEN: *** 2025-12-04T09:51:40.8553396Z HUGGING_FACE_HUB_TOKEN: *** 2025-12-04T09:51:40.8553639Z SCRIBE_GRAPHQL_ACCESS_TOKEN: *** 2025-12-04T09:51:40.8553886Z ARTIFACTS_FILE_SUFFIX: test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:51:40.8554134Z ##[endgroup] 2025-12-04T09:51:40.8580665Z + [[ smoke_b200 == \m\u\l\t\i\g\p\u ]] 2025-12-04T09:51:40.8581053Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *onnx* ]] 2025-12-04T09:51:40.8581341Z + TEST_COMMAND=.ci/pytorch/test.sh 2025-12-04T09:51:40.8581912Z ++ awk '/MemTotal/ { printf "%.3f \n", $2/1024/1024 - 1 }' /proc/meminfo 2025-12-04T09:51:40.8591015Z + TOTAL_AVAILABLE_MEMORY_IN_GB='2014.544 ' 2025-12-04T09:51:40.8591365Z + TOTAL_MEMORY_WITH_SWAP=2017 2025-12-04T09:51:40.8591676Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *\s\3\9\0\x* ]] 2025-12-04T09:51:40.8591982Z + SHM_OPTS=--shm-size=1g 2025-12-04T09:51:40.8592191Z + JENKINS_USER='--user jenkins' 2025-12-04T09:51:40.8592400Z + DOCKER_SHELL_CMD= 2025-12-04T09:51:40.8592890Z + USED_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:51:40.8601018Z +++ nproc --ignore=2 2025-12-04T09:51:40.8614893Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e GITHUB_REPOSITORY -e GITHUB_WORKFLOW -e GITHUB_JOB -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e JOB_ID -e JOB_NAME -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e REENABLED_ISSUES -e CONTINUE_THROUGH_ERROR -e VERBOSE_TEST_LOGS -e TEST_SHOWLOCALS -e NO_TEST_TIMEOUT -e NO_TD -e TD_DISTRIBUTED -e PR_LABELS -e MAX_JOBS=26 -e SCCACHE_BUCKET -e SCCACHE_REGION -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS -e SKIP_SCCACHE_INITIALIZATION=1 -e HUGGING_FACE_HUB_TOKEN -e VLLM_TEST_HUGGING_FACE_TOKEN -e SCRIBE_GRAPHQL_ACCESS_TOKEN -e DASHBOARD_TAG -e ARTIFACTS_FILE_SUFFIX --memory=2014g --memory-swap=2017g --env-file=/tmp/github_env_19922050786 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/eve/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:51:47.2534715Z + container_name=5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:51:47.2535371Z + echo DOCKER_CONTAINER_ID=5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:51:47.2535787Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *\s\3\9\0\x* ]] 2025-12-04T09:51:47.2538320Z ++ echo dist/torch-2.10.0a0+gitffd9b0f-cp310-cp310-linux_x86_64.whl 2025-12-04T09:51:47.2542680Z + docker exec -t 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd sh -c 'python3 -m pip install dist/torch-2.10.0a0+gitffd9b0f-cp310-cp310-linux_x86_64.whl[opt-einsum] && .ci/pytorch/test.sh' 2025-12-04T09:51:47.5175160Z Processing ./dist/torch-2.10.0a0+gitffd9b0f-cp310-cp310-linux_x86_64.whl (from torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:51:47.8045304Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (3.18.0) 2025-12-04T09:51:47.8050984Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (4.12.2) 2025-12-04T09:51:47.8052112Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (1.13.3) 2025-12-04T09:51:47.8052811Z Requirement already satisfied: networkx>=2.5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (2.8.8) 2025-12-04T09:51:47.8053486Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (3.1.6) 2025-12-04T09:51:47.8054166Z Requirement already satisfied: fsspec>=0.8.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (2025.10.0) 2025-12-04T09:51:47.8065309Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (3.3.0) 2025-12-04T09:51:47.8307972Z Requirement already satisfied: numpy>=1.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from opt-einsum>=3.3->torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (1.22.4) 2025-12-04T09:51:47.8321104Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (1.3.0) 2025-12-04T09:51:47.8358015Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) (3.0.3) 2025-12-04T09:51:48.0759832Z Installing collected packages: torch 2025-12-04T09:51:55.8704505Z Successfully installed torch-2.10.0a0+gitffd9b0f 2025-12-04T09:51:55.9164070Z + export TERM=vt100 2025-12-04T09:51:55.9165763Z + TERM=vt100 2025-12-04T09:51:55.9166008Z ++ dirname .ci/pytorch/test.sh 2025-12-04T09:51:55.9175535Z + source .ci/pytorch/common.sh 2025-12-04T09:51:55.9180144Z +++ dirname .ci/pytorch/common.sh 2025-12-04T09:51:55.9187350Z ++ source .ci/pytorch/common_utils.sh 2025-12-04T09:51:55.9188708Z +++ declare -f -t trap_add 2025-12-04T09:51:55.9188974Z ++ set -ex -o pipefail 2025-12-04T09:51:55.9191907Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *rocm* ]] 2025-12-04T09:51:55.9192193Z ++ BUILD_TEST_LIBTORCH=0 2025-12-04T09:51:55.9197054Z ++ dirname .ci/pytorch/test.sh 2025-12-04T09:51:55.9205245Z + source .ci/pytorch/common-build.sh 2025-12-04T09:51:55.9207344Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *win-* ]] 2025-12-04T09:51:55.9207669Z ++++ dirname .ci/pytorch/common-build.sh 2025-12-04T09:51:55.9218521Z +++ cd .ci/pytorch 2025-12-04T09:51:55.9223119Z +++ pwd -P 2025-12-04T09:51:55.9224772Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2025-12-04T09:51:55.9225187Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *-pch* ]] 2025-12-04T09:51:55.9225415Z ++ which sccache 2025-12-04T09:51:55.9232134Z ++ [[ -z '' ]] 2025-12-04T09:51:55.9234060Z ++ unset SCCACHE_BUCKET 2025-12-04T09:51:55.9234275Z ++ unset SCCACHE_REGION 2025-12-04T09:51:55.9234473Z ++ sccache --stop-server 2025-12-04T09:51:55.9257426Z ++ true 2025-12-04T09:51:55.9262166Z ++ rm -f /var/lib/jenkins/sccache_error.log 2025-12-04T09:51:55.9268446Z ++ trap_add sccache_epilogue EXIT 2025-12-04T09:51:55.9268764Z ++ trap_add_cmd=sccache_epilogue 2025-12-04T09:51:55.9268973Z ++ shift 2025-12-04T09:51:55.9275785Z ++ for trap_add_name in "$@" 2025-12-04T09:51:55.9277261Z ++++ trap -p EXIT 2025-12-04T09:51:55.9277487Z +++ eval 'extract_trap_cmd ' 2025-12-04T09:51:55.9277687Z ++++ extract_trap_cmd 2025-12-04T09:51:55.9277864Z ++++ printf '%s\n' '' 2025-12-04T09:51:55.9278053Z +++ printf '%s\n' sccache_epilogue 2025-12-04T09:51:55.9278243Z ++ trap -- ' 2025-12-04T09:51:55.9278402Z sccache_epilogue' EXIT 2025-12-04T09:51:55.9278572Z ++ [[ -n 1 ]] 2025-12-04T09:51:55.9278814Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2025-12-04T09:51:55.9279151Z Skipping sccache server initialization, setting environment variables 2025-12-04T09:51:55.9279415Z ++ export SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:51:55.9279605Z ++ SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:51:55.9279829Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:51:55.9280084Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:51:55.9280349Z ++ export RUST_LOG=sccache::server=error 2025-12-04T09:51:55.9280553Z ++ RUST_LOG=sccache::server=error 2025-12-04T09:51:55.9280739Z ++ sccache --zero-stats 2025-12-04T09:51:55.9368398Z Statistics zeroed. 2025-12-04T09:51:55.9371546Z ++ which ccache 2025-12-04T09:51:55.9381968Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *rocm* ]] 2025-12-04T09:51:55.9382285Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *s390x* ]] 2025-12-04T09:51:55.9382553Z + [[ -d /var/lib/jenkins/workspace ]] 2025-12-04T09:51:55.9386098Z ++ stat -c %u /var/lib/jenkins/workspace 2025-12-04T09:51:55.9397039Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2025-12-04T09:51:55.9397274Z + trap_add cleanup_workspace EXIT 2025-12-04T09:51:55.9397490Z + trap_add_cmd=cleanup_workspace 2025-12-04T09:51:55.9397679Z + shift 2025-12-04T09:51:55.9397844Z + for trap_add_name in "$@" 2025-12-04T09:51:55.9404570Z +++ trap -p EXIT 2025-12-04T09:51:55.9406568Z ++ eval 'extract_trap_cmd trap -- '\'' 2025-12-04T09:51:55.9406778Z sccache_epilogue'\'' EXIT' 2025-12-04T09:51:55.9406972Z +++ extract_trap_cmd trap -- ' 2025-12-04T09:51:55.9407163Z sccache_epilogue' EXIT 2025-12-04T09:51:55.9407347Z +++ printf '%s\n' ' 2025-12-04T09:51:55.9407517Z sccache_epilogue' 2025-12-04T09:51:55.9407697Z ++ printf '%s\n' cleanup_workspace 2025-12-04T09:51:55.9408705Z + trap -- ' 2025-12-04T09:51:55.9408870Z sccache_epilogue 2025-12-04T09:51:55.9409042Z cleanup_workspace' EXIT 2025-12-04T09:51:55.9409252Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2025-12-04T09:51:56.3541354Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2025-12-04T09:51:56.3557038Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *cuda* ]] 2025-12-04T09:51:56.3566204Z ++ python -c 'import os;import numba.cuda; print(os.path.dirname(numba.cuda.__file__))' 2025-12-04T09:51:56.6275702Z + NUMBA_CUDA_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:51:56.6276131Z + '[' -n /opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda ']' 2025-12-04T09:51:56.6278864Z +++ realpath .ci/pytorch/test.sh 2025-12-04T09:51:56.6286372Z ++ dirname /var/lib/jenkins/workspace/.ci/pytorch/test.sh 2025-12-04T09:51:56.6294144Z + NUMBA_PATCH=/var/lib/jenkins/workspace/.ci/pytorch/numba-cuda-13.patch 2025-12-04T09:51:56.6294493Z + pushd /opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:51:56.6295319Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda ~/workspace 2025-12-04T09:51:56.6295591Z + patch -p4 2025-12-04T09:51:56.6907323Z patching file cudadrv/driver.py 2025-12-04T09:51:56.6912328Z Hunk #1 succeeded at 357 (offset -8 lines). 2025-12-04T09:51:56.6928339Z + popd 2025-12-04T09:51:56.6930037Z ~/workspace 2025-12-04T09:51:56.6930257Z + echo 'Environment variables:' 2025-12-04T09:51:56.6930468Z Environment variables: 2025-12-04T09:51:56.6930636Z + env 2025-12-04T09:51:56.6938229Z GITHUB_WORKSPACE=/home/eve/_work/pytorch/pytorch 2025-12-04T09:51:56.6939838Z CONTINUE_THROUGH_ERROR=True 2025-12-04T09:51:56.6940115Z BUILD_ENVIRONMENT=linux-jammy-cuda12.8-py3.10-gcc11-sm100 2025-12-04T09:51:56.6940492Z VLLM_TEST_HUGGING_FACE_TOKEN=*** 2025-12-04T09:51:56.6940682Z HOSTNAME=5435abe4f0d2 2025-12-04T09:51:56.6940975Z GITHUB_PATH=/home/eve/_work/_temp/_runner_file_commands/add_path_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.6941296Z GITHUB_ACTION=__run_3 2025-12-04T09:51:56.6941479Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-12-04T09:51:56.6941670Z GITHUB_RUN_NUMBER=1037 2025-12-04T09:51:56.6941843Z TEST_CONFIG=smoke_b200 2025-12-04T09:51:56.6942016Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T09:51:56.6942223Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2025-12-04T09:51:56.6942427Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T09:51:56.6942603Z SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:51:56.6942848Z SCRIBE_GRAPHQL_ACCESS_TOKEN=*** 2025-12-04T09:51:56.6943044Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-12-04T09:51:56.6943234Z GITHUB_REF_TYPE=branch 2025-12-04T09:51:56.6943426Z BASE_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.6943633Z XLA_CUDA= 2025-12-04T09:51:56.6943788Z NCCL_LIB_DIR=/usr/local/cuda/lib64/ 2025-12-04T09:51:56.6944027Z HUGGING_FACE_HUB_TOKEN=*** 2025-12-04T09:51:56.6949868Z *** 2025-12-04T09:51:56.6950076Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T09:51:56.6950279Z GITHUB_ACTIONS=true 2025-12-04T09:51:56.6950497Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:51:56.6950754Z SHA1=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.6950995Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.6951306Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/test-b200.yml@refs/heads/main 2025-12-04T09:51:56.6951590Z UCC_HOME=/usr 2025-12-04T09:51:56.6951742Z VERBOSE_TEST_LOGS=False 2025-12-04T09:51:56.6951923Z GITHUB_REF=refs/heads/main 2025-12-04T09:51:56.6952093Z SHARD_NUMBER=1 2025-12-04T09:51:56.6952253Z GITHUB_REF_PROTECTED=true 2025-12-04T09:51:56.6952424Z HOME=/var/lib/jenkins 2025-12-04T09:51:56.6952612Z GITHUB_API_URL=https://api.github.com 2025-12-04T09:51:56.6952819Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-12-04T09:51:56.6953036Z UCX_COMMIT=7836b165abdbe468a2f607e7254011c07d788152 2025-12-04T09:51:56.6953236Z USE_SYSTEM_NCCL=1 2025-12-04T09:51:56.6953386Z NUM_TEST_SHARDS=1 2025-12-04T09:51:56.6953533Z UCX_HOME=/usr 2025-12-04T09:51:56.6953813Z GITHUB_STATE=/home/eve/_work/_temp/_runner_file_commands/save_state_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.6954233Z JOB_NAME=linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:51:56.6954636Z GITHUB_ENV=/home/eve/_work/_temp/_runner_file_commands/set_env_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.6955064Z GITHUB_EVENT_PATH=/home/eve/_work/_temp/_github_workflow/event.json 2025-12-04T09:51:56.6955493Z GITHUB_EVENT_NAME=schedule 2025-12-04T09:51:56.6955671Z DASHBOARD_TAG= 2025-12-04T09:51:56.6955828Z GITHUB_RUN_ID=19922050786 2025-12-04T09:51:56.6955992Z INSTALLED_OPENBLAS= 2025-12-04T09:51:56.6956286Z GITHUB_STEP_SUMMARY=/home/eve/_work/_temp/_runner_file_commands/step_summary_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.6956612Z GITHUB_ACTOR=pytorchmergebot 2025-12-04T09:51:56.6956788Z PR_NUMBER= 2025-12-04T09:51:56.6956935Z DESIRED_CUDA=12.8.1 2025-12-04T09:51:56.6957091Z GITHUB_RUN_ATTEMPT=1 2025-12-04T09:51:56.6957257Z ANACONDA_PYTHON_VERSION=3.10 2025-12-04T09:51:56.6957561Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T09:51:56.6957774Z TERM=vt100 2025-12-04T09:51:56.6957920Z INSTALLED_VISION=yes 2025-12-04T09:51:56.6958079Z BRANCH=main 2025-12-04T09:51:56.6958263Z OPENSSL_ROOT_DIR=/opt/openssl 2025-12-04T09:51:56.6958478Z BUILD_AOT_INDUCTOR_TEST= 2025-12-04T09:51:56.6958650Z CUDA_PATH=/usr/local/cuda 2025-12-04T09:51:56.6958833Z GITHUB_SERVER_URL=https://github.com 2025-12-04T09:51:56.6959063Z UCC_COMMIT=430e241bf5d38cbc73fc7a6b89155397232e3f96 2025-12-04T09:51:56.6959288Z REENABLED_ISSUES= 2025-12-04T09:51:56.6959453Z DOCS= 2025-12-04T09:51:56.6959603Z SHLVL=1 2025-12-04T09:51:56.6959752Z MAX_JOBS=26 2025-12-04T09:51:56.6959905Z GITHUB_ACTOR_ID=97764156 2025-12-04T09:51:56.6960133Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.6960374Z GITHUB_REF_NAME=main 2025-12-04T09:51:56.6960622Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2025-12-04T09:51:56.6960882Z GITHUB_JOB=test 2025-12-04T09:51:56.6961042Z NO_TEST_TIMEOUT=False 2025-12-04T09:51:56.6961208Z TD_DISTRIBUTED=False 2025-12-04T09:51:56.6961384Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T09:51:56.6961600Z GITHUB_RETENTION_DAYS=90 2025-12-04T09:51:56.6961773Z OPENSSL_DIR=/opt/openssl 2025-12-04T09:51:56.6961948Z GITHUB_ACTION_REPOSITORY= 2025-12-04T09:51:56.6962386Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:51:56.6962809Z GITHUB_BASE_REF= 2025-12-04T09:51:56.6962965Z INSTALLED_ACL= 2025-12-04T09:51:56.6963186Z ARTIFACTS_FILE_SUFFIX=test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:51:56.6963434Z CI=true 2025-12-04T09:51:56.6963589Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T09:51:56.6963817Z RUST_LOG=sccache::server=error 2025-12-04T09:51:56.6963997Z JOB_ID=57114566972 2025-12-04T09:51:56.6964148Z GITHUB_HEAD_REF= 2025-12-04T09:51:56.6964303Z GITHUB_ACTION_REF= 2025-12-04T09:51:56.6964465Z TEST_SHOWLOCALS=False 2025-12-04T09:51:56.6964639Z GITHUB_WORKFLOW=B200 Smoke Tests 2025-12-04T09:51:56.6964879Z DEBIAN_FRONTEND=noninteractive 2025-12-04T09:51:56.6965196Z GITHUB_OUTPUT=/home/eve/_work/_temp/_runner_file_commands/set_output_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.6965498Z NO_TD=False 2025-12-04T09:51:56.6965660Z SKIP_SCCACHE_INITIALIZATION=1 2025-12-04T09:51:56.6965860Z NCCL_INCLUDE_DIR=/usr/local/cuda/include/ 2025-12-04T09:51:56.6966054Z _=/usr/bin/env 2025-12-04T09:51:56.6966284Z OLDPWD=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:51:56.6966591Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2025-12-04T09:51:56.7031773Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2025-12-04T09:51:56.7033994Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-12-04T09:51:56.7034368Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2025-12-04T09:51:56.7034725Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2025-12-04T09:51:56.7035107Z + BUILD_DIR=build 2025-12-04T09:51:56.7035297Z + BUILD_RENAMED_DIR=build_renamed 2025-12-04T09:51:56.7039770Z + BUILD_BIN_DIR=build/bin 2025-12-04T09:51:56.7044344Z + SHARD_NUMBER=1 2025-12-04T09:51:56.7045674Z + NUM_TEST_SHARDS=1 2025-12-04T09:51:56.7046147Z + export TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:51:56.7046381Z + TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:51:56.7046574Z + export VALGRIND=ON 2025-12-04T09:51:56.7046740Z + VALGRIND=ON 2025-12-04T09:51:56.7046955Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *clang9* ]] 2025-12-04T09:51:56.7047238Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *xpu* ]] 2025-12-04T09:51:56.7047454Z + detect_cuda_arch 2025-12-04T09:51:56.7047656Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *cuda* ]] 2025-12-04T09:51:56.7047885Z + command -v nvidia-smi 2025-12-04T09:51:56.7048062Z + [[ smoke_b200 == *nogpu* ]] 2025-12-04T09:51:56.7048335Z + export TORCH_CUDA_ARCH_LIST 2025-12-04T09:51:56.7048556Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *s390x* ]] 2025-12-04T09:51:56.7048778Z + [[ 0 == \1 ]] 2025-12-04T09:51:56.7048930Z + [[ True == \1 ]] 2025-12-04T09:51:56.7049125Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *bazel* ]] 2025-12-04T09:51:56.7049372Z ++ realpath build/custom_test_artifacts 2025-12-04T09:51:56.7049674Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2025-12-04T09:51:56.7049954Z + [[ -n '' ]] 2025-12-04T09:51:56.7050113Z + echo 'Environment variables' 2025-12-04T09:51:56.7050291Z Environment variables 2025-12-04T09:51:56.7050446Z + env 2025-12-04T09:51:56.7054446Z GITHUB_WORKSPACE=/home/eve/_work/pytorch/pytorch 2025-12-04T09:51:56.7055834Z CONTINUE_THROUGH_ERROR=True 2025-12-04T09:51:56.7056112Z BUILD_ENVIRONMENT=linux-jammy-cuda12.8-py3.10-gcc11-sm100 2025-12-04T09:51:56.7056460Z VLLM_TEST_HUGGING_FACE_TOKEN=*** 2025-12-04T09:51:56.7056665Z HOSTNAME=5435abe4f0d2 2025-12-04T09:51:56.7056953Z GITHUB_PATH=/home/eve/_work/_temp/_runner_file_commands/add_path_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.7057256Z GITHUB_ACTION=__run_3 2025-12-04T09:51:56.7057432Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-12-04T09:51:56.7057622Z GITHUB_RUN_NUMBER=1037 2025-12-04T09:51:56.7057787Z TEST_CONFIG=smoke_b200 2025-12-04T09:51:56.7057961Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T09:51:56.7058178Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2025-12-04T09:51:56.7058390Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T09:51:56.7058569Z SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:51:56.7058806Z SCRIBE_GRAPHQL_ACCESS_TOKEN=*** 2025-12-04T09:51:56.7059004Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-12-04T09:51:56.7059195Z GITHUB_REF_TYPE=branch 2025-12-04T09:51:56.7059386Z BASE_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.7059589Z XLA_CUDA= 2025-12-04T09:51:56.7059743Z NCCL_LIB_DIR=/usr/local/cuda/lib64/ 2025-12-04T09:51:56.7059985Z HUGGING_FACE_HUB_TOKEN=*** 2025-12-04T09:51:56.7060198Z *** 2025-12-04T09:51:56.7060359Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T09:51:56.7060530Z GITHUB_ACTIONS=true 2025-12-04T09:51:56.7060719Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:51:56.7060956Z SHA1=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.7061185Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.7061490Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/test-b200.yml@refs/heads/main 2025-12-04T09:51:56.7061764Z UCC_HOME=/usr 2025-12-04T09:51:56.7061923Z TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:51:56.7062100Z VERBOSE_TEST_LOGS=False 2025-12-04T09:51:56.7062271Z GITHUB_REF=refs/heads/main 2025-12-04T09:51:56.7062438Z SHARD_NUMBER=1 2025-12-04T09:51:56.7062597Z GITHUB_REF_PROTECTED=true 2025-12-04T09:51:56.7062766Z HOME=/var/lib/jenkins 2025-12-04T09:51:56.7062948Z GITHUB_API_URL=https://api.github.com 2025-12-04T09:51:56.7063151Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-12-04T09:51:56.7063363Z UCX_COMMIT=7836b165abdbe468a2f607e7254011c07d788152 2025-12-04T09:51:56.7063596Z USE_SYSTEM_NCCL=1 2025-12-04T09:51:56.7063752Z NUM_TEST_SHARDS=1 2025-12-04T09:51:56.7063902Z UCX_HOME=/usr 2025-12-04T09:51:56.7064177Z GITHUB_STATE=/home/eve/_work/_temp/_runner_file_commands/save_state_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.7064594Z JOB_NAME=linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:51:56.7065257Z GITHUB_ENV=/home/eve/_work/_temp/_runner_file_commands/set_env_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.7065614Z GITHUB_EVENT_PATH=/home/eve/_work/_temp/_github_workflow/event.json 2025-12-04T09:51:56.7065859Z GITHUB_EVENT_NAME=schedule 2025-12-04T09:51:56.7066027Z DASHBOARD_TAG= 2025-12-04T09:51:56.7066183Z GITHUB_RUN_ID=19922050786 2025-12-04T09:51:56.7066351Z INSTALLED_OPENBLAS= 2025-12-04T09:51:56.7066651Z GITHUB_STEP_SUMMARY=/home/eve/_work/_temp/_runner_file_commands/step_summary_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.7067041Z GITHUB_ACTOR=pytorchmergebot 2025-12-04T09:51:56.7067216Z PR_NUMBER= 2025-12-04T09:51:56.7067363Z DESIRED_CUDA=12.8.1 2025-12-04T09:51:56.7067525Z GITHUB_RUN_ATTEMPT=1 2025-12-04T09:51:56.7067688Z VALGRIND=ON 2025-12-04T09:51:56.7067849Z ANACONDA_PYTHON_VERSION=3.10 2025-12-04T09:51:56.7068067Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T09:51:56.7068285Z TERM=vt100 2025-12-04T09:51:56.7068443Z INSTALLED_VISION=yes 2025-12-04T09:51:56.7068603Z BRANCH=main 2025-12-04T09:51:56.7068755Z OPENSSL_ROOT_DIR=/opt/openssl 2025-12-04T09:51:56.7068932Z BUILD_AOT_INDUCTOR_TEST= 2025-12-04T09:51:56.7069100Z CUDA_PATH=/usr/local/cuda 2025-12-04T09:51:56.7069279Z GITHUB_SERVER_URL=https://github.com 2025-12-04T09:51:56.7069499Z UCC_COMMIT=430e241bf5d38cbc73fc7a6b89155397232e3f96 2025-12-04T09:51:56.7069703Z REENABLED_ISSUES= 2025-12-04T09:51:56.7069851Z DOCS= 2025-12-04T09:51:56.7069990Z SHLVL=1 2025-12-04T09:51:56.7070128Z MAX_JOBS=26 2025-12-04T09:51:56.7070274Z GITHUB_ACTOR_ID=97764156 2025-12-04T09:51:56.7070492Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:51:56.7070724Z GITHUB_REF_NAME=main 2025-12-04T09:51:56.7070954Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2025-12-04T09:51:56.7071199Z GITHUB_JOB=test 2025-12-04T09:51:56.7071353Z NO_TEST_TIMEOUT=False 2025-12-04T09:51:56.7071508Z TD_DISTRIBUTED=False 2025-12-04T09:51:56.7071677Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T09:51:56.7071863Z GITHUB_RETENTION_DAYS=90 2025-12-04T09:51:56.7072029Z OPENSSL_DIR=/opt/openssl 2025-12-04T09:51:56.7072196Z GITHUB_ACTION_REPOSITORY= 2025-12-04T09:51:56.7072620Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:51:56.7073033Z GITHUB_BASE_REF= 2025-12-04T09:51:56.7073184Z INSTALLED_ACL= 2025-12-04T09:51:56.7073402Z ARTIFACTS_FILE_SUFFIX=test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:51:56.7073643Z CI=true 2025-12-04T09:51:56.7073791Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T09:51:56.7073990Z RUST_LOG=sccache::server=error 2025-12-04T09:51:56.7074162Z JOB_ID=57114566972 2025-12-04T09:51:56.7074310Z GITHUB_HEAD_REF= 2025-12-04T09:51:56.7074462Z GITHUB_ACTION_REF= 2025-12-04T09:51:56.7074615Z TEST_SHOWLOCALS=False 2025-12-04T09:51:56.7074828Z GITHUB_WORKFLOW=B200 Smoke Tests 2025-12-04T09:51:56.7075021Z DEBIAN_FRONTEND=noninteractive 2025-12-04T09:51:56.7075329Z GITHUB_OUTPUT=/home/eve/_work/_temp/_runner_file_commands/set_output_bf40023d-6c86-4baf-b843-f38fbd350105 2025-12-04T09:51:56.7075628Z NO_TD=False 2025-12-04T09:51:56.7075788Z SKIP_SCCACHE_INITIALIZATION=1 2025-12-04T09:51:56.7075983Z NCCL_INCLUDE_DIR=/usr/local/cuda/include/ 2025-12-04T09:51:56.7093838Z OLDPWD=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:51:56.7094118Z _=/usr/bin/env 2025-12-04T09:51:56.7094290Z + echo 'Testing pytorch' 2025-12-04T09:51:56.7094468Z Testing pytorch 2025-12-04T09:51:56.7094649Z + export LANG=C.UTF-8 2025-12-04T09:51:56.7094874Z + LANG=C.UTF-8 2025-12-04T09:51:56.7095034Z + PR_NUMBER= 2025-12-04T09:51:56.7095201Z + [[ smoke_b200 == \d\e\f\a\u\l\t ]] 2025-12-04T09:51:56.7095408Z + [[ smoke_b200 == \d\i\s\t\r\i\b\u\t\e\d ]] 2025-12-04T09:51:56.7095617Z + [[ smoke_b200 == \s\l\o\w ]] 2025-12-04T09:51:56.7095871Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *slow-gradcheck* ]] 2025-12-04T09:51:56.7096323Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *cuda* ]] 2025-12-04T09:51:56.7096580Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-12-04T09:51:56.7096803Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-12-04T09:51:56.7097013Z + [[ smoke_b200 == *crossref* ]] 2025-12-04T09:51:56.7097243Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *rocm* ]] 2025-12-04T09:51:56.7097513Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *xpu* ]] 2025-12-04T09:51:56.7097783Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *-bazel-* ]] 2025-12-04T09:51:56.7098028Z + pip_install ninja==1.10.2 2025-12-04T09:51:56.7098326Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-12-04T09:51:56.7098606Z + python3 -m pip install --progress-bar off ninja==1.10.2 2025-12-04T09:51:56.9799668Z Collecting ninja==1.10.2 2025-12-04T09:51:57.0062565Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (5.0 kB) 2025-12-04T09:51:57.0166935Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2025-12-04T09:51:57.2654023Z Installing collected packages: ninja 2025-12-04T09:51:57.2655396Z Attempting uninstall: ninja 2025-12-04T09:51:57.2655721Z Found existing installation: ninja 1.11.1.4 2025-12-04T09:51:57.2670635Z Uninstalling ninja-1.11.1.4: 2025-12-04T09:51:57.2730489Z Successfully uninstalled ninja-1.11.1.4 2025-12-04T09:51:57.2931559Z Successfully installed ninja-1.10.2 2025-12-04T09:51:57.3406528Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:51:57.3408826Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:51:57.3409481Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *aarch64* ]] 2025-12-04T09:51:57.3409832Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *asan* ]] 2025-12-04T09:51:57.3410154Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *-debug* ]] 2025-12-04T09:51:57.3410477Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *-bazel-* ]] 2025-12-04T09:51:57.3410894Z + echo 'We are not in debug mode: linux-jammy-cuda12.8-py3.10-gcc11-sm100. Expect the assertion to pass' 2025-12-04T09:51:57.3411390Z We are not in debug mode: linux-jammy-cuda12.8-py3.10-gcc11-sm100. Expect the assertion to pass 2025-12-04T09:51:57.3416411Z + cd test 2025-12-04T09:51:57.3421423Z + python -c 'import torch; torch._C._crash_if_debug_asserts_fail(424242)' 2025-12-04T09:51:58.4206404Z + [[ smoke_b200 == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2025-12-04T09:51:58.4206819Z + [[ smoke_b200 == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2025-12-04T09:51:58.4207195Z + [[ smoke_b200 == \l\e\g\a\c\y\_\n\v\i\d\i\a\_\d\r\i\v\e\r ]] 2025-12-04T09:51:58.4207559Z + DYNAMO_BENCHMARK_FLAGS=() 2025-12-04T09:51:58.4207867Z + [[ smoke_b200 == *pr_time_benchmarks* ]] 2025-12-04T09:51:58.4208212Z + [[ smoke_b200 == *dynamo_eager* ]] 2025-12-04T09:51:58.4208495Z + [[ smoke_b200 == *aot_eager* ]] 2025-12-04T09:51:58.4208788Z + [[ smoke_b200 == *aot_inductor* ]] 2025-12-04T09:51:58.4209099Z + [[ smoke_b200 == *max_autotune_inductor* ]] 2025-12-04T09:51:58.4209415Z + [[ smoke_b200 == *inductor* ]] 2025-12-04T09:51:58.4209699Z + [[ smoke_b200 == *dynamic* ]] 2025-12-04T09:51:58.4209969Z + [[ smoke_b200 == *cpu* ]] 2025-12-04T09:51:58.4226860Z + [[ smoke_b200 == *xpu* ]] 2025-12-04T09:51:58.4227176Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2025-12-04T09:51:58.4227592Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *libtorch* ]] 2025-12-04T09:51:58.4228075Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *-bazel-* ]] 2025-12-04T09:51:58.4231610Z + cd test 2025-12-04T09:51:58.4231918Z + python -c 'import torch; print(torch.__config__.show())' 2025-12-04T09:51:59.2893867Z PyTorch built with: 2025-12-04T09:51:59.2898725Z - GCC 11.4 2025-12-04T09:51:59.2900076Z - C++ Version: 201703 2025-12-04T09:51:59.2900805Z - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications 2025-12-04T09:51:59.2901244Z - Intel(R) MKL-DNN v3.7.1 (Git Hash 8d263e693366ef8db40acc569cc7d8edf644556d) 2025-12-04T09:51:59.2901519Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-12-04T09:51:59.2901749Z - LAPACK is enabled (usually provided by MKL) 2025-12-04T09:51:59.2901960Z - NNPACK is enabled 2025-12-04T09:51:59.2902146Z - CPU capability usage: AVX512 2025-12-04T09:51:59.2904575Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32, CUDA_VERSION=12.8, CUDNN_VERSION=9.10.2, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_FBGEMM_GENAI -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Werror -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.10.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=ON, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, 2025-12-04T09:51:59.2907389Z 2025-12-04T09:51:59.4796422Z + cd test 2025-12-04T09:51:59.4797740Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2025-12-04T09:52:00.3656443Z ATen/Parallel: 2025-12-04T09:52:00.3660794Z at::get_num_threads() : 28 2025-12-04T09:52:00.3664285Z at::get_num_interop_threads() : 112 2025-12-04T09:52:00.3669810Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-12-04T09:52:00.3671950Z omp_get_max_threads() : 28 2025-12-04T09:52:00.3672343Z Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications 2025-12-04T09:52:00.3672687Z mkl_get_max_threads() : 28 2025-12-04T09:52:00.3672947Z Intel(R) MKL-DNN v3.7.1 (Git Hash 8d263e693366ef8db40acc569cc7d8edf644556d) 2025-12-04T09:52:00.3673233Z std::thread::hardware_concurrency() : 224 2025-12-04T09:52:00.3673448Z Environment variables: 2025-12-04T09:52:00.3673653Z OMP_NUM_THREADS : [not set] 2025-12-04T09:52:00.3673849Z MKL_NUM_THREADS : [not set] 2025-12-04T09:52:00.3674044Z ATen parallel backend: OpenMP 2025-12-04T09:52:00.3674161Z 2025-12-04T09:52:00.5531562Z + [[ smoke_b200 == *numpy_2* ]] 2025-12-04T09:52:00.5531853Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *aarch64* ]] 2025-12-04T09:52:00.5532106Z + [[ smoke_b200 == *backward* ]] 2025-12-04T09:52:00.5532359Z + [[ smoke_b200 == *libtorch_agnostic_targetting* ]] 2025-12-04T09:52:00.5532574Z + [[ smoke_b200 == *xla* ]] 2025-12-04T09:52:00.5532748Z + [[ smoke_b200 == *vllm* ]] 2025-12-04T09:52:00.5532927Z + [[ smoke_b200 == *executorch* ]] 2025-12-04T09:52:00.5533119Z + [[ smoke_b200 == \j\i\t\_\l\e\g\a\c\y ]] 2025-12-04T09:52:00.5533324Z + [[ smoke_b200 == \q\u\a\n\t\i\z\a\t\i\o\n ]] 2025-12-04T09:52:00.5533570Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *libtorch* ]] 2025-12-04T09:52:00.5533810Z + [[ smoke_b200 == distributed ]] 2025-12-04T09:52:00.5534001Z + [[ smoke_b200 == *operator_benchmark* ]] 2025-12-04T09:52:00.5534225Z + [[ smoke_b200 == *operator_microbenchmark* ]] 2025-12-04T09:52:00.5534444Z + [[ smoke_b200 == *attention_microbenchmark* ]] 2025-12-04T09:52:00.5534656Z + [[ smoke_b200 == *inductor_distributed* ]] 2025-12-04T09:52:00.5535217Z + [[ smoke_b200 == *inductor-halide* ]] 2025-12-04T09:52:00.5535508Z + [[ smoke_b200 == *inductor-pallas* ]] 2025-12-04T09:52:00.5536096Z + [[ smoke_b200 == *inductor-triton-cpu* ]] 2025-12-04T09:52:00.5536335Z + [[ smoke_b200 == *inductor-micro-benchmark* ]] 2025-12-04T09:52:00.5536566Z + [[ smoke_b200 == *aoti_cross_compile_for_windows* ]] 2025-12-04T09:52:00.5536781Z + [[ smoke_b200 == *huggingface* ]] 2025-12-04T09:52:00.5536971Z + [[ smoke_b200 == *timm* ]] 2025-12-04T09:52:00.5537148Z + [[ smoke_b200 == cachebench ]] 2025-12-04T09:52:00.5537334Z + [[ smoke_b200 == verify_cachebench ]] 2025-12-04T09:52:00.5537527Z + [[ smoke_b200 == *torchbench* ]] 2025-12-04T09:52:00.5537724Z + [[ smoke_b200 == *inductor_cpp_wrapper* ]] 2025-12-04T09:52:00.5538032Z + [[ smoke_b200 == *inductor_core* ]] 2025-12-04T09:52:00.5538221Z + [[ smoke_b200 == *inductor* ]] 2025-12-04T09:52:00.5538410Z + [[ smoke_b200 == *einops* ]] 2025-12-04T09:52:00.5538591Z + [[ smoke_b200 == *dynamo_core* ]] 2025-12-04T09:52:00.5538783Z + [[ smoke_b200 == *dynamo_wrapped* ]] 2025-12-04T09:52:00.5539014Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *rocm* ]] 2025-12-04T09:52:00.5539231Z + [[ 1 == 1 ]] 2025-12-04T09:52:00.5539387Z + [[ 1 -gt 1 ]] 2025-12-04T09:52:00.5539533Z + [[ 1 == 2 ]] 2025-12-04T09:52:00.5539701Z + [[ 1 -gt 2 ]] 2025-12-04T09:52:00.5539896Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *vulkan* ]] 2025-12-04T09:52:00.5540162Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *-bazel-* ]] 2025-12-04T09:52:00.5540480Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *-mobile-lightweight-dispatch* ]] 2025-12-04T09:52:00.5540757Z + [[ smoke_b200 = docs_test ]] 2025-12-04T09:52:00.5540968Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 == *xpu* ]] 2025-12-04T09:52:00.5541187Z + [[ smoke_b200 == smoke ]] 2025-12-04T09:52:00.5541359Z + [[ smoke_b200 == smoke_b200 ]] 2025-12-04T09:52:00.5541536Z + test_python_smoke_b200 2025-12-04T09:52:00.5541706Z + install_flash_attn_cute 2025-12-04T09:52:00.5541915Z + echo 'Installing FlashAttention CuTe from GitHub...' 2025-12-04T09:52:00.5542158Z Installing FlashAttention CuTe from GitHub... 2025-12-04T09:52:00.5542363Z + local flash_attn_commit 2025-12-04T09:52:00.5542706Z ++ git ls-remote https://github.com/Dao-AILab/flash-attention.git HEAD 2025-12-04T09:52:00.5547943Z ++ cut -f1 2025-12-04T09:52:00.9517027Z + flash_attn_commit=26ba559ee1a618724c618198986101ae60258fde 2025-12-04T09:52:00.9521543Z + rm -rf flash-attention-build 2025-12-04T09:52:00.9530273Z + git clone --depth 1 --recursive https://github.com/Dao-AILab/flash-attention.git flash-attention-build 2025-12-04T09:52:00.9543609Z Cloning into 'flash-attention-build'... 2025-12-04T09:52:01.3761465Z remote: Enumerating objects: 1053, done. 2025-12-04T09:52:01.3761865Z remote: Counting objects: 0% (1/1053) 2025-12-04T09:52:01.3762143Z remote: Counting objects: 1% (11/1053) 2025-12-04T09:52:01.3762381Z remote: Counting objects: 2% (22/1053) 2025-12-04T09:52:01.3762647Z remote: Counting objects: 3% (32/1053) 2025-12-04T09:52:01.3762879Z remote: Counting objects: 4% (43/1053) 2025-12-04T09:52:01.3763111Z remote: Counting objects: 5% (53/1053) 2025-12-04T09:52:01.3763353Z remote: Counting objects: 6% (64/1053) 2025-12-04T09:52:01.3763576Z remote: Counting objects: 7% (74/1053) 2025-12-04T09:52:01.3763801Z remote: Counting objects: 8% (85/1053) 2025-12-04T09:52:01.3764028Z remote: Counting objects: 9% (95/1053) 2025-12-04T09:52:01.3764269Z remote: Counting objects: 10% (106/1053) 2025-12-04T09:52:01.3764507Z remote: Counting objects: 11% (116/1053) 2025-12-04T09:52:01.3764738Z remote: Counting objects: 12% (127/1053) 2025-12-04T09:52:01.3765260Z remote: Counting objects: 13% (137/1053) 2025-12-04T09:52:01.3765505Z remote: Counting objects: 14% (148/1053) 2025-12-04T09:52:01.3765741Z remote: Counting objects: 15% (158/1053) 2025-12-04T09:52:01.3765971Z remote: Counting objects: 16% (169/1053) 2025-12-04T09:52:01.3766201Z remote: Counting objects: 17% (180/1053) 2025-12-04T09:52:01.3766435Z remote: Counting objects: 18% (190/1053) 2025-12-04T09:52:01.3766670Z remote: Counting objects: 19% (201/1053) 2025-12-04T09:52:01.3767206Z remote: Counting objects: 20% (211/1053) 2025-12-04T09:52:01.3767452Z remote: Counting objects: 21% (222/1053) 2025-12-04T09:52:01.3767695Z remote: Counting objects: 22% (232/1053) 2025-12-04T09:52:01.3767937Z remote: Counting objects: 23% (243/1053) 2025-12-04T09:52:01.3768166Z remote: Counting objects: 24% (253/1053) 2025-12-04T09:52:01.3768391Z remote: Counting objects: 25% (264/1053) 2025-12-04T09:52:01.3768624Z remote: Counting objects: 26% (274/1053) 2025-12-04T09:52:01.3768858Z remote: Counting objects: 27% (285/1053) 2025-12-04T09:52:01.3769183Z remote: Counting objects: 28% (295/1053) 2025-12-04T09:52:01.3769408Z remote: Counting objects: 29% (306/1053) 2025-12-04T09:52:01.3769637Z remote: Counting objects: 30% (316/1053) 2025-12-04T09:52:01.3769864Z remote: Counting objects: 31% (327/1053) 2025-12-04T09:52:01.3770093Z remote: Counting objects: 32% (337/1053) 2025-12-04T09:52:01.3770323Z remote: Counting objects: 33% (348/1053) 2025-12-04T09:52:01.3770560Z remote: Counting objects: 34% (359/1053) 2025-12-04T09:52:01.3770786Z remote: Counting objects: 35% (369/1053) 2025-12-04T09:52:01.3771010Z remote: Counting objects: 36% (380/1053) 2025-12-04T09:52:01.3771237Z remote: Counting objects: 37% (390/1053) 2025-12-04T09:52:01.3771467Z remote: Counting objects: 38% (401/1053) 2025-12-04T09:52:01.3771693Z remote: Counting objects: 39% (411/1053) 2025-12-04T09:52:01.3771918Z remote: Counting objects: 40% (422/1053) 2025-12-04T09:52:01.3772141Z remote: Counting objects: 41% (432/1053) 2025-12-04T09:52:01.3772366Z remote: Counting objects: 42% (443/1053) 2025-12-04T09:52:01.3772591Z remote: Counting objects: 43% (453/1053) 2025-12-04T09:52:01.3772816Z remote: Counting objects: 44% (464/1053) 2025-12-04T09:52:01.3773039Z remote: Counting objects: 45% (474/1053) 2025-12-04T09:52:01.3773264Z remote: Counting objects: 46% (485/1053) 2025-12-04T09:52:01.3773489Z remote: Counting objects: 47% (495/1053) 2025-12-04T09:52:01.3773711Z remote: Counting objects: 48% (506/1053) 2025-12-04T09:52:01.3773934Z remote: Counting objects: 49% (516/1053) 2025-12-04T09:52:01.3774157Z remote: Counting objects: 50% (527/1053) 2025-12-04T09:52:01.3774383Z remote: Counting objects: 51% (538/1053) 2025-12-04T09:52:01.3774605Z remote: Counting objects: 52% (548/1053) 2025-12-04T09:52:01.3774891Z remote: Counting objects: 53% (559/1053) 2025-12-04T09:52:01.3775122Z remote: Counting objects: 54% (569/1053) 2025-12-04T09:52:01.3775347Z remote: Counting objects: 55% (580/1053) 2025-12-04T09:52:01.3775580Z remote: Counting objects: 56% (590/1053) 2025-12-04T09:52:01.3775811Z remote: Counting objects: 57% (601/1053) 2025-12-04T09:52:01.3776051Z remote: Counting objects: 58% (611/1053) 2025-12-04T09:52:01.3776282Z remote: Counting objects: 59% (622/1053) 2025-12-04T09:52:01.3776508Z remote: Counting objects: 60% (632/1053) 2025-12-04T09:52:01.3776828Z remote: Counting objects: 61% (643/1053) 2025-12-04T09:52:01.3777135Z remote: Counting objects: 62% (653/1053) 2025-12-04T09:52:01.3777379Z remote: Counting objects: 63% (664/1053) 2025-12-04T09:52:01.3777609Z remote: Counting objects: 64% (674/1053) 2025-12-04T09:52:01.3777841Z remote: Counting objects: 65% (685/1053) 2025-12-04T09:52:01.3778075Z remote: Counting objects: 66% (695/1053) 2025-12-04T09:52:01.3778306Z remote: Counting objects: 67% (706/1053) 2025-12-04T09:52:01.3778537Z remote: Counting objects: 68% (717/1053) 2025-12-04T09:52:01.3778770Z remote: Counting objects: 69% (727/1053) 2025-12-04T09:52:01.3779002Z remote: Counting objects: 70% (738/1053) 2025-12-04T09:52:01.3779232Z remote: Counting objects: 71% (748/1053) 2025-12-04T09:52:01.3779472Z remote: Counting objects: 72% (759/1053) 2025-12-04T09:52:01.3779737Z remote: Counting objects: 73% (769/1053) 2025-12-04T09:52:01.3920249Z remote: Counting objects: 74% (780/1053) 2025-12-04T09:52:01.3924333Z remote: Counting objects: 75% (790/1053) 2025-12-04T09:52:01.3925731Z remote: Counting objects: 76% (801/1053) 2025-12-04T09:52:01.3926014Z remote: Counting objects: 77% (811/1053) 2025-12-04T09:52:01.3926258Z remote: Counting objects: 78% (822/1053) 2025-12-04T09:52:01.3926496Z remote: Counting objects: 79% (832/1053) 2025-12-04T09:52:01.3926741Z remote: Counting objects: 80% (843/1053) 2025-12-04T09:52:01.3926972Z remote: Counting objects: 81% (853/1053) 2025-12-04T09:52:01.3927202Z remote: Counting objects: 82% (864/1053) 2025-12-04T09:52:01.3927669Z remote: Counting objects: 83% (874/1053) 2025-12-04T09:52:01.3927904Z remote: Counting objects: 84% (885/1053) 2025-12-04T09:52:01.3928137Z remote: Counting objects: 85% (896/1053) 2025-12-04T09:52:01.3928373Z remote: Counting objects: 86% (906/1053) 2025-12-04T09:52:01.3928605Z remote: Counting objects: 87% (917/1053) 2025-12-04T09:52:01.3928831Z remote: Counting objects: 88% (927/1053) 2025-12-04T09:52:01.3929065Z remote: Counting objects: 89% (938/1053) 2025-12-04T09:52:01.3929293Z remote: Counting objects: 90% (948/1053) 2025-12-04T09:52:01.3929518Z remote: Counting objects: 91% (959/1053) 2025-12-04T09:52:01.3929747Z remote: Counting objects: 92% (969/1053) 2025-12-04T09:52:01.3929972Z remote: Counting objects: 93% (980/1053) 2025-12-04T09:52:01.3930200Z remote: Counting objects: 94% (990/1053) 2025-12-04T09:52:01.3930436Z remote: Counting objects: 95% (1001/1053) 2025-12-04T09:52:01.3930674Z remote: Counting objects: 96% (1011/1053) 2025-12-04T09:52:01.3930914Z remote: Counting objects: 97% (1022/1053) 2025-12-04T09:52:01.3931149Z remote: Counting objects: 98% (1032/1053) 2025-12-04T09:52:01.3931379Z remote: Counting objects: 99% (1043/1053) 2025-12-04T09:52:01.3931610Z remote: Counting objects: 100% (1053/1053) 2025-12-04T09:52:01.3931866Z remote: Counting objects: 100% (1053/1053), done. 2025-12-04T09:52:01.3932127Z remote: Compressing objects: 0% (1/503) 2025-12-04T09:52:01.3932372Z remote: Compressing objects: 1% (6/503) 2025-12-04T09:52:01.3932610Z remote: Compressing objects: 2% (11/503) 2025-12-04T09:52:01.3932843Z remote: Compressing objects: 3% (16/503) 2025-12-04T09:52:01.3933082Z remote: Compressing objects: 4% (21/503) 2025-12-04T09:52:01.3933314Z remote: Compressing objects: 5% (26/503) 2025-12-04T09:52:01.3933550Z remote: Compressing objects: 6% (31/503) 2025-12-04T09:52:01.4439084Z remote: Compressing objects: 7% (36/503) 2025-12-04T09:52:01.4443085Z remote: Compressing objects: 8% (41/503) 2025-12-04T09:52:01.4445134Z remote: Compressing objects: 9% (46/503) 2025-12-04T09:52:01.4445428Z remote: Compressing objects: 10% (51/503) 2025-12-04T09:52:01.4445670Z remote: Compressing objects: 11% (56/503) 2025-12-04T09:52:01.4445908Z remote: Compressing objects: 12% (61/503) 2025-12-04T09:52:01.4446146Z remote: Compressing objects: 13% (66/503) 2025-12-04T09:52:01.4446395Z remote: Compressing objects: 14% (71/503) 2025-12-04T09:52:01.4446631Z remote: Compressing objects: 15% (76/503) 2025-12-04T09:52:01.4446870Z remote: Compressing objects: 16% (81/503) 2025-12-04T09:52:01.4447104Z remote: Compressing objects: 17% (86/503) 2025-12-04T09:52:01.4447337Z remote: Compressing objects: 18% (91/503) 2025-12-04T09:52:01.4447571Z remote: Compressing objects: 19% (96/503) 2025-12-04T09:52:01.4447812Z remote: Compressing objects: 20% (101/503) 2025-12-04T09:52:01.4448054Z remote: Compressing objects: 21% (106/503) 2025-12-04T09:52:01.4448297Z remote: Compressing objects: 22% (111/503) 2025-12-04T09:52:01.4448532Z remote: Compressing objects: 23% (116/503) 2025-12-04T09:52:01.4448765Z remote: Compressing objects: 24% (121/503) 2025-12-04T09:52:01.4448997Z remote: Compressing objects: 25% (126/503) 2025-12-04T09:52:01.4654306Z remote: Compressing objects: 26% (131/503) 2025-12-04T09:52:01.4656485Z remote: Compressing objects: 27% (136/503) 2025-12-04T09:52:01.4657008Z remote: Compressing objects: 28% (141/503) 2025-12-04T09:52:01.4657273Z remote: Compressing objects: 29% (146/503) 2025-12-04T09:52:01.5182383Z remote: Compressing objects: 30% (151/503) 2025-12-04T09:52:01.5182739Z remote: Compressing objects: 31% (156/503) 2025-12-04T09:52:01.5183038Z remote: Compressing objects: 32% (161/503) 2025-12-04T09:52:01.5183315Z remote: Compressing objects: 33% (166/503) 2025-12-04T09:52:01.5183570Z remote: Compressing objects: 34% (172/503) 2025-12-04T09:52:01.5183814Z remote: Compressing objects: 35% (177/503) 2025-12-04T09:52:01.5184299Z remote: Compressing objects: 36% (182/503) 2025-12-04T09:52:01.5184545Z remote: Compressing objects: 37% (187/503) 2025-12-04T09:52:01.5185281Z remote: Compressing objects: 38% (192/503) 2025-12-04T09:52:01.5185539Z remote: Compressing objects: 39% (197/503) 2025-12-04T09:52:01.5185781Z remote: Compressing objects: 40% (202/503) 2025-12-04T09:52:01.5186030Z remote: Compressing objects: 41% (207/503) 2025-12-04T09:52:01.5186291Z remote: Compressing objects: 42% (212/503) 2025-12-04T09:52:01.5186531Z remote: Compressing objects: 43% (217/503) 2025-12-04T09:52:01.5186768Z remote: Compressing objects: 44% (222/503) 2025-12-04T09:52:01.5187008Z remote: Compressing objects: 45% (227/503) 2025-12-04T09:52:01.5187246Z remote: Compressing objects: 46% (232/503) 2025-12-04T09:52:01.5187485Z remote: Compressing objects: 47% (237/503) 2025-12-04T09:52:01.5187732Z remote: Compressing objects: 48% (242/503) 2025-12-04T09:52:01.5187973Z remote: Compressing objects: 49% (247/503) 2025-12-04T09:52:01.5188213Z remote: Compressing objects: 50% (252/503) 2025-12-04T09:52:01.5188450Z remote: Compressing objects: 51% (257/503) 2025-12-04T09:52:01.5188684Z remote: Compressing objects: 52% (262/503) 2025-12-04T09:52:01.5188919Z remote: Compressing objects: 53% (267/503) 2025-12-04T09:52:01.5262231Z remote: Compressing objects: 54% (272/503) 2025-12-04T09:52:01.5266755Z remote: Compressing objects: 55% (277/503) 2025-12-04T09:52:01.5268244Z remote: Compressing objects: 56% (282/503) 2025-12-04T09:52:01.5268579Z remote: Compressing objects: 57% (287/503) 2025-12-04T09:52:01.5273289Z remote: Compressing objects: 58% (292/503) 2025-12-04T09:52:01.5277177Z remote: Compressing objects: 59% (297/503) 2025-12-04T09:52:01.5282197Z remote: Compressing objects: 60% (302/503) 2025-12-04T09:52:01.5283831Z remote: Compressing objects: 61% (307/503) 2025-12-04T09:52:01.5284127Z remote: Compressing objects: 62% (312/503) 2025-12-04T09:52:01.5284392Z remote: Compressing objects: 63% (317/503) 2025-12-04T09:52:01.5284633Z remote: Compressing objects: 64% (322/503) 2025-12-04T09:52:01.5284956Z remote: Compressing objects: 65% (327/503) 2025-12-04T09:52:01.5285196Z remote: Compressing objects: 66% (332/503) 2025-12-04T09:52:01.5285435Z remote: Compressing objects: 67% (338/503) 2025-12-04T09:52:01.5285686Z remote: Compressing objects: 68% (343/503) 2025-12-04T09:52:01.5285927Z remote: Compressing objects: 69% (348/503) 2025-12-04T09:52:01.5286166Z remote: Compressing objects: 70% (353/503) 2025-12-04T09:52:01.5286403Z remote: Compressing objects: 71% (358/503) 2025-12-04T09:52:01.5286641Z remote: Compressing objects: 72% (363/503) 2025-12-04T09:52:01.5286883Z remote: Compressing objects: 73% (368/503) 2025-12-04T09:52:01.5287122Z remote: Compressing objects: 74% (373/503) 2025-12-04T09:52:01.5287362Z remote: Compressing objects: 75% (378/503) 2025-12-04T09:52:01.5287604Z remote: Compressing objects: 76% (383/503) 2025-12-04T09:52:01.5392322Z remote: Compressing objects: 77% (388/503) 2025-12-04T09:52:01.5392689Z remote: Compressing objects: 78% (393/503) 2025-12-04T09:52:01.5392974Z remote: Compressing objects: 79% (398/503) 2025-12-04T09:52:01.5397805Z remote: Compressing objects: 80% (403/503) 2025-12-04T09:52:01.5403138Z remote: Compressing objects: 81% (408/503) 2025-12-04T09:52:01.5407208Z remote: Compressing objects: 82% (413/503) 2025-12-04T09:52:01.5411509Z remote: Compressing objects: 83% (418/503) 2025-12-04T09:52:01.5412944Z remote: Compressing objects: 84% (423/503) 2025-12-04T09:52:01.5413243Z remote: Compressing objects: 85% (428/503) 2025-12-04T09:52:01.5413503Z remote: Compressing objects: 86% (433/503) 2025-12-04T09:52:01.5413754Z remote: Compressing objects: 87% (438/503) 2025-12-04T09:52:01.5414003Z remote: Compressing objects: 88% (443/503) 2025-12-04T09:52:01.5414243Z remote: Compressing objects: 89% (448/503) 2025-12-04T09:52:01.5414765Z remote: Compressing objects: 90% (453/503) 2025-12-04T09:52:01.5415078Z remote: Compressing objects: 91% (458/503) 2025-12-04T09:52:01.5415322Z remote: Compressing objects: 92% (463/503) 2025-12-04T09:52:01.5415565Z remote: Compressing objects: 93% (468/503) 2025-12-04T09:52:01.5415805Z remote: Compressing objects: 94% (473/503) 2025-12-04T09:52:01.5416052Z remote: Compressing objects: 95% (478/503) 2025-12-04T09:52:01.5416291Z remote: Compressing objects: 96% (483/503) 2025-12-04T09:52:01.5416531Z remote: Compressing objects: 97% (488/503) 2025-12-04T09:52:01.5416773Z remote: Compressing objects: 98% (493/503) 2025-12-04T09:52:01.5417011Z remote: Compressing objects: 99% (498/503) 2025-12-04T09:52:01.5417248Z remote: Compressing objects: 100% (503/503) 2025-12-04T09:52:01.5417505Z remote: Compressing objects: 100% (503/503), done. 2025-12-04T09:52:01.5417735Z Receiving objects: 0% (1/1053) 2025-12-04T09:52:01.7623431Z Receiving objects: 1% (11/1053) 2025-12-04T09:52:01.8352340Z Receiving objects: 2% (22/1053) 2025-12-04T09:52:01.8634269Z Receiving objects: 3% (32/1053) 2025-12-04T09:52:01.8654231Z Receiving objects: 4% (43/1053) 2025-12-04T09:52:01.8655865Z Receiving objects: 5% (53/1053) 2025-12-04T09:52:01.8656127Z Receiving objects: 6% (64/1053) 2025-12-04T09:52:01.8666403Z Receiving objects: 7% (74/1053) 2025-12-04T09:52:01.8670672Z Receiving objects: 8% (85/1053) 2025-12-04T09:52:01.8672286Z Receiving objects: 9% (95/1053) 2025-12-04T09:52:01.8672598Z Receiving objects: 10% (106/1053) 2025-12-04T09:52:01.8672875Z Receiving objects: 11% (116/1053) 2025-12-04T09:52:01.8673144Z Receiving objects: 12% (127/1053) 2025-12-04T09:52:01.8673503Z Receiving objects: 13% (137/1053) 2025-12-04T09:52:01.8679453Z Receiving objects: 14% (148/1053) 2025-12-04T09:52:01.8681766Z Receiving objects: 15% (158/1053) 2025-12-04T09:52:01.8682067Z Receiving objects: 16% (169/1053) 2025-12-04T09:52:01.8682298Z Receiving objects: 17% (180/1053) 2025-12-04T09:52:01.8682537Z Receiving objects: 18% (190/1053) 2025-12-04T09:52:01.8682807Z Receiving objects: 19% (201/1053) 2025-12-04T09:52:01.8683024Z Receiving objects: 20% (211/1053) 2025-12-04T09:52:01.8683240Z Receiving objects: 21% (222/1053) 2025-12-04T09:52:01.8683442Z Receiving objects: 22% (232/1053) 2025-12-04T09:52:01.8699539Z Receiving objects: 23% (243/1053) 2025-12-04T09:52:01.8722270Z Receiving objects: 24% (253/1053) 2025-12-04T09:52:01.8730159Z Receiving objects: 25% (264/1053) 2025-12-04T09:52:01.8747450Z Receiving objects: 26% (274/1053) 2025-12-04T09:52:01.8760300Z Receiving objects: 27% (285/1053) 2025-12-04T09:52:01.8765272Z Receiving objects: 28% (295/1053) 2025-12-04T09:52:01.8770230Z Receiving objects: 29% (306/1053) 2025-12-04T09:52:01.8775243Z Receiving objects: 30% (316/1053) 2025-12-04T09:52:01.8783130Z Receiving objects: 31% (327/1053) 2025-12-04T09:52:01.8787882Z Receiving objects: 32% (337/1053) 2025-12-04T09:52:01.8797059Z Receiving objects: 33% (348/1053) 2025-12-04T09:52:01.8802427Z Receiving objects: 34% (359/1053) 2025-12-04T09:52:01.8804522Z Receiving objects: 35% (369/1053) 2025-12-04T09:52:01.8804761Z Receiving objects: 36% (380/1053) 2025-12-04T09:52:01.8805019Z Receiving objects: 37% (390/1053) 2025-12-04T09:52:01.8805207Z Receiving objects: 38% (401/1053) 2025-12-04T09:52:01.8805391Z Receiving objects: 39% (411/1053) 2025-12-04T09:52:01.8805839Z Receiving objects: 40% (422/1053) 2025-12-04T09:52:01.8806030Z Receiving objects: 41% (432/1053) 2025-12-04T09:52:01.8806210Z Receiving objects: 42% (443/1053) 2025-12-04T09:52:01.8806392Z Receiving objects: 43% (453/1053) 2025-12-04T09:52:01.8806573Z Receiving objects: 44% (464/1053) 2025-12-04T09:52:01.8806749Z Receiving objects: 45% (474/1053) 2025-12-04T09:52:01.8806926Z Receiving objects: 46% (485/1053) 2025-12-04T09:52:01.8807111Z Receiving objects: 47% (495/1053) 2025-12-04T09:52:01.8807286Z Receiving objects: 48% (506/1053) 2025-12-04T09:52:01.8807462Z Receiving objects: 49% (516/1053) 2025-12-04T09:52:01.8807757Z Receiving objects: 50% (527/1053) 2025-12-04T09:52:01.8807938Z Receiving objects: 51% (538/1053) 2025-12-04T09:52:01.8808116Z Receiving objects: 52% (548/1053) 2025-12-04T09:52:01.8808294Z Receiving objects: 53% (559/1053) 2025-12-04T09:52:01.8808477Z Receiving objects: 54% (569/1053) 2025-12-04T09:52:01.8808655Z Receiving objects: 55% (580/1053) 2025-12-04T09:52:01.8808836Z Receiving objects: 56% (590/1053) 2025-12-04T09:52:01.8809018Z Receiving objects: 57% (601/1053) 2025-12-04T09:52:01.8809200Z Receiving objects: 58% (611/1053) 2025-12-04T09:52:01.8809378Z Receiving objects: 59% (622/1053) 2025-12-04T09:52:01.8809559Z Receiving objects: 60% (632/1053) 2025-12-04T09:52:01.8809737Z Receiving objects: 61% (643/1053) 2025-12-04T09:52:01.8809917Z Receiving objects: 62% (653/1053) 2025-12-04T09:52:01.8810101Z Receiving objects: 63% (664/1053) 2025-12-04T09:52:01.8810280Z Receiving objects: 64% (674/1053) 2025-12-04T09:52:01.8810458Z Receiving objects: 65% (685/1053) 2025-12-04T09:52:01.8810638Z Receiving objects: 66% (695/1053) 2025-12-04T09:52:01.8810817Z Receiving objects: 67% (706/1053) 2025-12-04T09:52:01.8810997Z Receiving objects: 68% (717/1053) 2025-12-04T09:52:01.8811176Z Receiving objects: 69% (727/1053) 2025-12-04T09:52:01.8811354Z Receiving objects: 70% (738/1053) 2025-12-04T09:52:01.8811532Z Receiving objects: 71% (748/1053) 2025-12-04T09:52:01.8811716Z Receiving objects: 72% (759/1053) 2025-12-04T09:52:01.8811894Z Receiving objects: 73% (769/1053) 2025-12-04T09:52:01.8812073Z Receiving objects: 74% (780/1053) 2025-12-04T09:52:01.8812257Z Receiving objects: 75% (790/1053) 2025-12-04T09:52:01.8812436Z Receiving objects: 76% (801/1053) 2025-12-04T09:52:01.8993958Z Receiving objects: 77% (811/1053) 2025-12-04T09:52:01.9012809Z Receiving objects: 78% (822/1053) 2025-12-04T09:52:01.9020991Z Receiving objects: 79% (832/1053) 2025-12-04T09:52:01.9026720Z Receiving objects: 80% (843/1053) 2025-12-04T09:52:01.9028776Z Receiving objects: 81% (853/1053) 2025-12-04T09:52:01.9029026Z Receiving objects: 82% (864/1053) 2025-12-04T09:52:01.9043520Z Receiving objects: 83% (874/1053) 2025-12-04T09:52:01.9047692Z Receiving objects: 84% (885/1053) 2025-12-04T09:52:01.9052346Z Receiving objects: 85% (896/1053) 2025-12-04T09:52:01.9056530Z Receiving objects: 86% (906/1053) 2025-12-04T09:52:01.9061745Z remote: Total 1053 (delta 667), reused 741 (delta 534), pack-reused 0 (from 0) 2025-12-04T09:52:01.9065683Z Receiving objects: 87% (917/1053) 2025-12-04T09:52:01.9070806Z Receiving objects: 88% (927/1053) 2025-12-04T09:52:01.9071102Z Receiving objects: 89% (938/1053) 2025-12-04T09:52:01.9071314Z Receiving objects: 90% (948/1053) 2025-12-04T09:52:01.9071507Z Receiving objects: 91% (959/1053) 2025-12-04T09:52:01.9071700Z Receiving objects: 92% (969/1053) 2025-12-04T09:52:01.9071888Z Receiving objects: 93% (980/1053) 2025-12-04T09:52:01.9072081Z Receiving objects: 94% (990/1053) 2025-12-04T09:52:01.9072286Z Receiving objects: 95% (1001/1053) 2025-12-04T09:52:01.9072510Z Receiving objects: 96% (1011/1053) 2025-12-04T09:52:01.9072716Z Receiving objects: 97% (1022/1053) 2025-12-04T09:52:01.9072905Z Receiving objects: 98% (1032/1053) 2025-12-04T09:52:01.9073094Z Receiving objects: 99% (1043/1053) 2025-12-04T09:52:01.9073280Z Receiving objects: 100% (1053/1053) 2025-12-04T09:52:01.9073533Z Receiving objects: 100% (1053/1053), 5.89 MiB | 16.09 MiB/s, done. 2025-12-04T09:52:01.9074029Z Resolving deltas: 0% (0/667) 2025-12-04T09:52:01.9074241Z Resolving deltas: 1% (7/667) 2025-12-04T09:52:01.9074444Z Resolving deltas: 2% (14/667) 2025-12-04T09:52:01.9074641Z Resolving deltas: 3% (21/667) 2025-12-04T09:52:01.9074944Z Resolving deltas: 4% (27/667) 2025-12-04T09:52:01.9075147Z Resolving deltas: 5% (34/667) 2025-12-04T09:52:01.9075344Z Resolving deltas: 6% (41/667) 2025-12-04T09:52:01.9075542Z Resolving deltas: 7% (47/667) 2025-12-04T09:52:01.9075735Z Resolving deltas: 8% (54/667) 2025-12-04T09:52:01.9075923Z Resolving deltas: 9% (62/667) 2025-12-04T09:52:01.9076207Z Resolving deltas: 10% (67/667) 2025-12-04T09:52:01.9076405Z Resolving deltas: 11% (75/667) 2025-12-04T09:52:01.9076590Z Resolving deltas: 12% (81/667) 2025-12-04T09:52:01.9076774Z Resolving deltas: 13% (87/667) 2025-12-04T09:52:01.9076972Z Resolving deltas: 14% (94/667) 2025-12-04T09:52:01.9077160Z Resolving deltas: 15% (101/667) 2025-12-04T09:52:01.9077348Z Resolving deltas: 16% (107/667) 2025-12-04T09:52:01.9077536Z Resolving deltas: 17% (115/667) 2025-12-04T09:52:01.9077724Z Resolving deltas: 18% (121/667) 2025-12-04T09:52:01.9077909Z Resolving deltas: 19% (127/667) 2025-12-04T09:52:01.9078093Z Resolving deltas: 20% (135/667) 2025-12-04T09:52:01.9078276Z Resolving deltas: 21% (142/667) 2025-12-04T09:52:01.9078462Z Resolving deltas: 22% (147/667) 2025-12-04T09:52:01.9078647Z Resolving deltas: 23% (154/667) 2025-12-04T09:52:01.9078833Z Resolving deltas: 24% (161/667) 2025-12-04T09:52:01.9079023Z Resolving deltas: 25% (168/667) 2025-12-04T09:52:01.9079213Z Resolving deltas: 26% (174/667) 2025-12-04T09:52:01.9079398Z Resolving deltas: 27% (181/667) 2025-12-04T09:52:01.9079581Z Resolving deltas: 28% (187/667) 2025-12-04T09:52:01.9079779Z Resolving deltas: 29% (194/667) 2025-12-04T09:52:01.9079958Z Resolving deltas: 30% (204/667) 2025-12-04T09:52:01.9080135Z Resolving deltas: 31% (207/667) 2025-12-04T09:52:01.9080313Z Resolving deltas: 32% (214/667) 2025-12-04T09:52:01.9080494Z Resolving deltas: 33% (221/667) 2025-12-04T09:52:01.9080673Z Resolving deltas: 34% (227/667) 2025-12-04T09:52:01.9080851Z Resolving deltas: 35% (234/667) 2025-12-04T09:52:01.9081037Z Resolving deltas: 36% (241/667) 2025-12-04T09:52:01.9081226Z Resolving deltas: 37% (247/667) 2025-12-04T09:52:01.9081414Z Resolving deltas: 38% (254/667) 2025-12-04T09:52:01.9081602Z Resolving deltas: 39% (261/667) 2025-12-04T09:52:01.9081790Z Resolving deltas: 40% (269/667) 2025-12-04T09:52:01.9081989Z Resolving deltas: 41% (274/667) 2025-12-04T09:52:01.9082182Z Resolving deltas: 42% (281/667) 2025-12-04T09:52:01.9082381Z Resolving deltas: 43% (287/667) 2025-12-04T09:52:01.9082569Z Resolving deltas: 44% (295/667) 2025-12-04T09:52:01.9082757Z Resolving deltas: 45% (303/667) 2025-12-04T09:52:01.9082942Z Resolving deltas: 46% (307/667) 2025-12-04T09:52:01.9083126Z Resolving deltas: 47% (314/667) 2025-12-04T09:52:01.9083314Z Resolving deltas: 48% (321/667) 2025-12-04T09:52:01.9083499Z Resolving deltas: 49% (328/667) 2025-12-04T09:52:01.9083686Z Resolving deltas: 50% (335/667) 2025-12-04T09:52:01.9083876Z Resolving deltas: 51% (341/667) 2025-12-04T09:52:01.9084062Z Resolving deltas: 52% (347/667) 2025-12-04T09:52:01.9084249Z Resolving deltas: 53% (355/667) 2025-12-04T09:52:01.9084457Z Resolving deltas: 54% (362/667) 2025-12-04T09:52:01.9084640Z Resolving deltas: 55% (367/667) 2025-12-04T09:52:01.9084889Z Resolving deltas: 56% (374/667) 2025-12-04T09:52:01.9085079Z Resolving deltas: 57% (381/667) 2025-12-04T09:52:01.9085263Z Resolving deltas: 58% (389/667) 2025-12-04T09:52:01.9085455Z Resolving deltas: 59% (395/667) 2025-12-04T09:52:01.9085639Z Resolving deltas: 60% (401/667) 2025-12-04T09:52:01.9085823Z Resolving deltas: 61% (407/667) 2025-12-04T09:52:01.9086007Z Resolving deltas: 62% (414/667) 2025-12-04T09:52:01.9086196Z Resolving deltas: 63% (421/667) 2025-12-04T09:52:01.9086386Z Resolving deltas: 64% (427/667) 2025-12-04T09:52:01.9086576Z Resolving deltas: 65% (437/667) 2025-12-04T09:52:01.9086855Z Resolving deltas: 66% (442/667) 2025-12-04T09:52:01.9087059Z Resolving deltas: 67% (447/667) 2025-12-04T09:52:01.9087253Z Resolving deltas: 68% (455/667) 2025-12-04T09:52:01.9087443Z Resolving deltas: 69% (462/667) 2025-12-04T09:52:01.9087635Z Resolving deltas: 70% (467/667) 2025-12-04T09:52:01.9087819Z Resolving deltas: 71% (475/667) 2025-12-04T09:52:01.9088007Z Resolving deltas: 72% (481/667) 2025-12-04T09:52:01.9088194Z Resolving deltas: 73% (487/667) 2025-12-04T09:52:01.9088381Z Resolving deltas: 74% (498/667) 2025-12-04T09:52:01.9088568Z Resolving deltas: 75% (501/667) 2025-12-04T09:52:01.9088824Z Resolving deltas: 76% (507/667) 2025-12-04T09:52:01.9089009Z Resolving deltas: 77% (514/667) 2025-12-04T09:52:01.9089195Z Resolving deltas: 78% (522/667) 2025-12-04T09:52:01.9089381Z Resolving deltas: 79% (527/667) 2025-12-04T09:52:01.9089567Z Resolving deltas: 80% (534/667) 2025-12-04T09:52:01.9089757Z Resolving deltas: 81% (542/667) 2025-12-04T09:52:01.9089945Z Resolving deltas: 82% (547/667) 2025-12-04T09:52:01.9090144Z Resolving deltas: 83% (554/667) 2025-12-04T09:52:01.9090339Z Resolving deltas: 84% (561/667) 2025-12-04T09:52:01.9090533Z Resolving deltas: 85% (567/667) 2025-12-04T09:52:01.9090733Z Resolving deltas: 86% (574/667) 2025-12-04T09:52:01.9090927Z Resolving deltas: 87% (581/667) 2025-12-04T09:52:01.9091116Z Resolving deltas: 88% (589/667) 2025-12-04T09:52:01.9091305Z Resolving deltas: 89% (594/667) 2025-12-04T09:52:01.9091492Z Resolving deltas: 90% (603/667) 2025-12-04T09:52:01.9091678Z Resolving deltas: 91% (607/667) 2025-12-04T09:52:01.9091871Z Resolving deltas: 92% (615/667) 2025-12-04T09:52:01.9092070Z Resolving deltas: 93% (621/667) 2025-12-04T09:52:01.9092241Z Resolving deltas: 94% (627/667) 2025-12-04T09:52:01.9092413Z Resolving deltas: 95% (634/667) 2025-12-04T09:52:01.9092585Z Resolving deltas: 96% (641/667) 2025-12-04T09:52:01.9092763Z Resolving deltas: 97% (649/667) 2025-12-04T09:52:01.9092935Z Resolving deltas: 98% (654/667) 2025-12-04T09:52:01.9093109Z Resolving deltas: 99% (661/667) 2025-12-04T09:52:01.9093279Z Resolving deltas: 100% (667/667) 2025-12-04T09:52:01.9093462Z Resolving deltas: 100% (667/667), done. 2025-12-04T09:52:01.9909075Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'csrc/composable_kernel' 2025-12-04T09:52:01.9909872Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'csrc/cutlass' 2025-12-04T09:52:01.9948999Z Cloning into '/var/lib/jenkins/workspace/flash-attention-build/csrc/composable_kernel'... 2025-12-04T09:52:02.5031850Z remote: Enumerating objects: 64450, done. 2025-12-04T09:52:02.5033781Z remote: Counting objects: 0% (1/2218) 2025-12-04T09:52:02.5034050Z remote: Counting objects: 1% (23/2218) 2025-12-04T09:52:02.5034281Z remote: Counting objects: 2% (45/2218) 2025-12-04T09:52:02.5034507Z remote: Counting objects: 3% (67/2218) 2025-12-04T09:52:02.5034750Z remote: Counting objects: 4% (89/2218) 2025-12-04T09:52:02.5035292Z remote: Counting objects: 5% (111/2218) 2025-12-04T09:52:02.5035532Z remote: Counting objects: 6% (134/2218) 2025-12-04T09:52:02.5035758Z remote: Counting objects: 7% (156/2218) 2025-12-04T09:52:02.5035972Z remote: Counting objects: 8% (178/2218) 2025-12-04T09:52:02.5036199Z remote: Counting objects: 9% (200/2218) 2025-12-04T09:52:02.5036410Z remote: Counting objects: 10% (222/2218) 2025-12-04T09:52:02.5036620Z remote: Counting objects: 11% (244/2218) 2025-12-04T09:52:02.5036844Z remote: Counting objects: 12% (267/2218) 2025-12-04T09:52:02.5037056Z remote: Counting objects: 13% (289/2218) 2025-12-04T09:52:02.5037270Z remote: Counting objects: 14% (311/2218) 2025-12-04T09:52:02.5037483Z remote: Counting objects: 15% (333/2218) 2025-12-04T09:52:02.5037696Z remote: Counting objects: 16% (355/2218) 2025-12-04T09:52:02.5038193Z remote: Counting objects: 17% (378/2218) 2025-12-04T09:52:02.5038453Z remote: Counting objects: 18% (400/2218) 2025-12-04T09:52:02.5038676Z remote: Counting objects: 19% (422/2218) 2025-12-04T09:52:02.5038896Z remote: Counting objects: 20% (444/2218) 2025-12-04T09:52:02.5039114Z remote: Counting objects: 21% (466/2218) 2025-12-04T09:52:02.5039335Z remote: Counting objects: 22% (488/2218) 2025-12-04T09:52:02.5039550Z remote: Counting objects: 23% (511/2218) 2025-12-04T09:52:02.5039763Z remote: Counting objects: 24% (533/2218) 2025-12-04T09:52:02.5040130Z remote: Counting objects: 25% (555/2218) 2025-12-04T09:52:02.5040351Z remote: Counting objects: 26% (577/2218) 2025-12-04T09:52:02.5040567Z remote: Counting objects: 27% (599/2218) 2025-12-04T09:52:02.5040786Z remote: Counting objects: 28% (622/2218) 2025-12-04T09:52:02.5041002Z remote: Counting objects: 29% (644/2218) 2025-12-04T09:52:02.5041231Z remote: Counting objects: 30% (666/2218) 2025-12-04T09:52:02.5041451Z remote: Counting objects: 31% (688/2218) 2025-12-04T09:52:02.5041678Z remote: Counting objects: 32% (710/2218) 2025-12-04T09:52:02.5041891Z remote: Counting objects: 33% (732/2218) 2025-12-04T09:52:02.5042102Z remote: Counting objects: 34% (755/2218) 2025-12-04T09:52:02.5042332Z remote: Counting objects: 35% (777/2218) 2025-12-04T09:52:02.5042544Z remote: Counting objects: 36% (799/2218) 2025-12-04T09:52:02.5042757Z remote: Counting objects: 37% (821/2218) 2025-12-04T09:52:02.5042970Z remote: Counting objects: 38% (843/2218) 2025-12-04T09:52:02.5043179Z remote: Counting objects: 39% (866/2218) 2025-12-04T09:52:02.5043389Z remote: Counting objects: 40% (888/2218) 2025-12-04T09:52:02.5043600Z remote: Counting objects: 41% (910/2218) 2025-12-04T09:52:02.5043814Z remote: Counting objects: 42% (932/2218) 2025-12-04T09:52:02.5044032Z remote: Counting objects: 43% (954/2218) 2025-12-04T09:52:02.5044250Z remote: Counting objects: 44% (976/2218) 2025-12-04T09:52:02.5044471Z remote: Counting objects: 45% (999/2218) 2025-12-04T09:52:02.5044698Z remote: Counting objects: 46% (1021/2218) 2025-12-04T09:52:02.5044973Z remote: Counting objects: 47% (1043/2218) 2025-12-04T09:52:02.5045195Z remote: Counting objects: 48% (1065/2218) 2025-12-04T09:52:02.5045412Z remote: Counting objects: 49% (1087/2218) 2025-12-04T09:52:02.5045622Z remote: Counting objects: 50% (1109/2218) 2025-12-04T09:52:02.5045836Z remote: Counting objects: 51% (1132/2218) 2025-12-04T09:52:02.5046051Z remote: Counting objects: 52% (1154/2218) 2025-12-04T09:52:02.5046263Z remote: Counting objects: 53% (1176/2218) 2025-12-04T09:52:02.5046476Z remote: Counting objects: 54% (1198/2218) 2025-12-04T09:52:02.5046690Z remote: Counting objects: 55% (1220/2218) 2025-12-04T09:52:02.5046906Z remote: Counting objects: 56% (1243/2218) 2025-12-04T09:52:02.5047140Z remote: Counting objects: 57% (1265/2218) 2025-12-04T09:52:02.5047353Z remote: Counting objects: 58% (1287/2218) 2025-12-04T09:52:02.5047565Z remote: Counting objects: 59% (1309/2218) 2025-12-04T09:52:02.5047778Z remote: Counting objects: 60% (1331/2218) 2025-12-04T09:52:02.5047988Z remote: Counting objects: 61% (1353/2218) 2025-12-04T09:52:02.5048203Z remote: Counting objects: 62% (1376/2218) 2025-12-04T09:52:02.5048415Z remote: Counting objects: 63% (1398/2218) 2025-12-04T09:52:02.5048632Z remote: Counting objects: 64% (1420/2218) 2025-12-04T09:52:02.5048846Z remote: Counting objects: 65% (1442/2218) 2025-12-04T09:52:02.5049058Z remote: Counting objects: 66% (1464/2218) 2025-12-04T09:52:02.5049270Z remote: Counting objects: 67% (1487/2218) 2025-12-04T09:52:02.5049480Z remote: Counting objects: 68% (1509/2218) 2025-12-04T09:52:02.5049854Z remote: Counting objects: 69% (1531/2218) 2025-12-04T09:52:02.5050069Z remote: Counting objects: 70% (1553/2218) 2025-12-04T09:52:02.5050282Z remote: Counting objects: 71% (1575/2218) 2025-12-04T09:52:02.5050496Z remote: Counting objects: 72% (1597/2218) 2025-12-04T09:52:02.5050709Z remote: Counting objects: 73% (1620/2218) 2025-12-04T09:52:02.5050921Z remote: Counting objects: 74% (1642/2218) 2025-12-04T09:52:02.5051138Z remote: Counting objects: 75% (1664/2218) 2025-12-04T09:52:02.5051360Z remote: Counting objects: 76% (1686/2218) 2025-12-04T09:52:02.5051653Z remote: Counting objects: 77% (1708/2218) 2025-12-04T09:52:02.5051861Z remote: Counting objects: 78% (1731/2218) 2025-12-04T09:52:02.5052071Z remote: Counting objects: 79% (1753/2218) 2025-12-04T09:52:02.5052282Z remote: Counting objects: 80% (1775/2218) 2025-12-04T09:52:02.5052488Z remote: Counting objects: 81% (1797/2218) 2025-12-04T09:52:02.5052701Z remote: Counting objects: 82% (1819/2218) 2025-12-04T09:52:02.5052914Z remote: Counting objects: 83% (1841/2218) 2025-12-04T09:52:02.5053127Z remote: Counting objects: 84% (1864/2218) 2025-12-04T09:52:02.5053337Z remote: Counting objects: 85% (1886/2218) 2025-12-04T09:52:02.5053553Z remote: Counting objects: 86% (1908/2218) 2025-12-04T09:52:02.5053765Z remote: Counting objects: 87% (1930/2218) 2025-12-04T09:52:02.5053978Z remote: Counting objects: 88% (1952/2218) 2025-12-04T09:52:02.5054191Z remote: Counting objects: 89% (1975/2218) 2025-12-04T09:52:02.5054412Z remote: Counting objects: 90% (1997/2218) 2025-12-04T09:52:02.5054622Z remote: Counting objects: 91% (2019/2218) 2025-12-04T09:52:02.5054880Z remote: Counting objects: 92% (2041/2218) 2025-12-04T09:52:02.5055094Z remote: Counting objects: 93% (2063/2218) 2025-12-04T09:52:02.5055306Z remote: Counting objects: 94% (2085/2218) 2025-12-04T09:52:02.5055521Z remote: Counting objects: 95% (2108/2218) 2025-12-04T09:52:02.5055745Z remote: Counting objects: 96% (2130/2218) 2025-12-04T09:52:02.5453045Z remote: Counting objects: 97% (2152/2218) 2025-12-04T09:52:02.5457796Z remote: Counting objects: 98% (2174/2218) 2025-12-04T09:52:02.5459877Z remote: Counting objects: 99% (2196/2218) 2025-12-04T09:52:02.5460162Z remote: Counting objects: 100% (2218/2218) 2025-12-04T09:52:02.5460415Z remote: Counting objects: 100% (2218/2218), done. 2025-12-04T09:52:02.5460673Z remote: Compressing objects: 0% (1/1278) 2025-12-04T09:52:02.5460901Z remote: Compressing objects: 1% (13/1278) 2025-12-04T09:52:02.5461128Z remote: Compressing objects: 2% (26/1278) 2025-12-04T09:52:02.5461352Z remote: Compressing objects: 3% (39/1278) 2025-12-04T09:52:02.5461569Z remote: Compressing objects: 4% (52/1278) 2025-12-04T09:52:02.5461796Z remote: Compressing objects: 5% (64/1278) 2025-12-04T09:52:02.6032473Z remote: Compressing objects: 6% (77/1278) 2025-12-04T09:52:02.6036984Z remote: Compressing objects: 7% (90/1278) 2025-12-04T09:52:02.6038491Z remote: Compressing objects: 8% (103/1278) 2025-12-04T09:52:02.6130259Z remote: Compressing objects: 9% (116/1278) 2025-12-04T09:52:02.6650883Z remote: Compressing objects: 10% (128/1278) 2025-12-04T09:52:02.6721271Z remote: Compressing objects: 11% (141/1278) 2025-12-04T09:52:02.7199866Z remote: Compressing objects: 12% (154/1278) 2025-12-04T09:52:02.7247684Z remote: Compressing objects: 13% (167/1278) 2025-12-04T09:52:02.7602363Z remote: Compressing objects: 14% (179/1278) 2025-12-04T09:52:02.7602682Z remote: Compressing objects: 15% (192/1278) 2025-12-04T09:52:02.7607672Z remote: Compressing objects: 16% (205/1278) 2025-12-04T09:52:02.7612382Z remote: Compressing objects: 17% (218/1278) 2025-12-04T09:52:02.7614234Z remote: Compressing objects: 18% (231/1278) 2025-12-04T09:52:02.7614584Z remote: Compressing objects: 19% (243/1278) 2025-12-04T09:52:02.7617285Z remote: Compressing objects: 20% (256/1278) 2025-12-04T09:52:02.8147494Z remote: Compressing objects: 21% (269/1278) 2025-12-04T09:52:02.8739527Z remote: Compressing objects: 22% (282/1278) 2025-12-04T09:52:02.9259896Z remote: Compressing objects: 23% (294/1278) 2025-12-04T09:52:02.9746521Z remote: Compressing objects: 24% (307/1278) 2025-12-04T09:52:02.9748634Z remote: Compressing objects: 25% (320/1278) 2025-12-04T09:52:03.0249704Z remote: Compressing objects: 26% (333/1278) 2025-12-04T09:52:03.0253582Z remote: Compressing objects: 27% (346/1278) 2025-12-04T09:52:03.1274237Z remote: Compressing objects: 28% (358/1278) 2025-12-04T09:52:03.1276169Z remote: Compressing objects: 29% (371/1278) 2025-12-04T09:52:03.1276466Z remote: Compressing objects: 30% (384/1278) 2025-12-04T09:52:03.1276701Z remote: Compressing objects: 31% (397/1278) 2025-12-04T09:52:03.2363936Z remote: Compressing objects: 32% (409/1278) 2025-12-04T09:52:03.2366104Z remote: Compressing objects: 33% (422/1278) 2025-12-04T09:52:03.2366423Z remote: Compressing objects: 34% (435/1278) 2025-12-04T09:52:03.2366699Z remote: Compressing objects: 35% (448/1278) 2025-12-04T09:52:03.2366968Z remote: Compressing objects: 36% (461/1278) 2025-12-04T09:52:03.2367236Z remote: Compressing objects: 37% (473/1278) 2025-12-04T09:52:03.2367518Z remote: Compressing objects: 38% (486/1278) 2025-12-04T09:52:03.2367776Z remote: Compressing objects: 39% (499/1278) 2025-12-04T09:52:03.2368033Z remote: Compressing objects: 40% (512/1278) 2025-12-04T09:52:03.2368288Z remote: Compressing objects: 41% (524/1278) 2025-12-04T09:52:03.2368547Z remote: Compressing objects: 42% (537/1278) 2025-12-04T09:52:03.2741119Z remote: Compressing objects: 43% (550/1278) 2025-12-04T09:52:03.2741487Z remote: Compressing objects: 44% (563/1278) 2025-12-04T09:52:03.2745743Z remote: Compressing objects: 45% (576/1278) 2025-12-04T09:52:03.2749532Z remote: Compressing objects: 46% (588/1278) 2025-12-04T09:52:03.2753824Z remote: Compressing objects: 47% (601/1278) 2025-12-04T09:52:03.2757516Z remote: Compressing objects: 48% (614/1278) 2025-12-04T09:52:03.2762650Z remote: Compressing objects: 49% (627/1278) 2025-12-04T09:52:03.2764239Z remote: Compressing objects: 50% (639/1278) 2025-12-04T09:52:03.2764559Z remote: Compressing objects: 51% (652/1278) 2025-12-04T09:52:03.2765022Z remote: Compressing objects: 52% (665/1278) 2025-12-04T09:52:03.2765298Z remote: Compressing objects: 53% (678/1278) 2025-12-04T09:52:03.2765564Z remote: Compressing objects: 54% (691/1278) 2025-12-04T09:52:03.2765843Z remote: Compressing objects: 55% (703/1278) 2025-12-04T09:52:03.2766106Z remote: Compressing objects: 56% (716/1278) 2025-12-04T09:52:03.2766359Z remote: Compressing objects: 57% (729/1278) 2025-12-04T09:52:03.2766614Z remote: Compressing objects: 58% (742/1278) 2025-12-04T09:52:03.2766867Z remote: Compressing objects: 59% (755/1278) 2025-12-04T09:52:03.2767122Z remote: Compressing objects: 60% (767/1278) 2025-12-04T09:52:03.2767375Z remote: Compressing objects: 61% (780/1278) 2025-12-04T09:52:03.2767629Z remote: Compressing objects: 62% (793/1278) 2025-12-04T09:52:03.2860946Z remote: Compressing objects: 63% (806/1278) 2025-12-04T09:52:03.2863182Z remote: Compressing objects: 64% (818/1278) 2025-12-04T09:52:03.2863475Z remote: Compressing objects: 65% (831/1278) 2025-12-04T09:52:03.2863729Z remote: Compressing objects: 66% (844/1278) 2025-12-04T09:52:03.2863979Z remote: Compressing objects: 67% (857/1278) 2025-12-04T09:52:03.2864483Z remote: Compressing objects: 68% (870/1278) 2025-12-04T09:52:03.2864758Z remote: Compressing objects: 69% (882/1278) 2025-12-04T09:52:03.2865112Z remote: Compressing objects: 70% (895/1278) 2025-12-04T09:52:03.2865372Z remote: Compressing objects: 71% (908/1278) 2025-12-04T09:52:03.2865633Z remote: Compressing objects: 72% (921/1278) 2025-12-04T09:52:03.2865895Z remote: Compressing objects: 73% (933/1278) 2025-12-04T09:52:03.2866152Z remote: Compressing objects: 74% (946/1278) 2025-12-04T09:52:03.2866623Z remote: Compressing objects: 75% (959/1278) 2025-12-04T09:52:03.2866862Z remote: Compressing objects: 76% (972/1278) 2025-12-04T09:52:03.2867102Z remote: Compressing objects: 77% (985/1278) 2025-12-04T09:52:03.2867364Z remote: Compressing objects: 78% (997/1278) 2025-12-04T09:52:03.2867632Z remote: Compressing objects: 79% (1010/1278) 2025-12-04T09:52:03.2867909Z remote: Compressing objects: 80% (1023/1278) 2025-12-04T09:52:03.2868173Z remote: Compressing objects: 81% (1036/1278) 2025-12-04T09:52:03.2868437Z remote: Compressing objects: 82% (1048/1278) 2025-12-04T09:52:03.2895297Z remote: Compressing objects: 83% (1061/1278) 2025-12-04T09:52:03.2899752Z remote: Compressing objects: 84% (1074/1278) 2025-12-04T09:52:03.2905323Z remote: Compressing objects: 85% (1087/1278) 2025-12-04T09:52:03.2908970Z remote: Compressing objects: 86% (1100/1278) 2025-12-04T09:52:03.2913239Z remote: Compressing objects: 87% (1112/1278) 2025-12-04T09:52:03.2917436Z remote: Compressing objects: 88% (1125/1278) 2025-12-04T09:52:03.2921020Z remote: Compressing objects: 89% (1138/1278) 2025-12-04T09:52:03.2924224Z remote: Compressing objects: 90% (1151/1278) 2025-12-04T09:52:03.2924541Z remote: Compressing objects: 91% (1163/1278) 2025-12-04T09:52:03.2924884Z remote: Compressing objects: 92% (1176/1278) 2025-12-04T09:52:03.2925186Z remote: Compressing objects: 93% (1189/1278) 2025-12-04T09:52:03.2925457Z remote: Compressing objects: 94% (1202/1278) 2025-12-04T09:52:03.2925728Z remote: Compressing objects: 95% (1215/1278) 2025-12-04T09:52:03.2926003Z remote: Compressing objects: 96% (1227/1278) 2025-12-04T09:52:03.2926268Z remote: Compressing objects: 97% (1240/1278) 2025-12-04T09:52:03.2926531Z remote: Compressing objects: 98% (1253/1278) 2025-12-04T09:52:03.2926794Z remote: Compressing objects: 99% (1266/1278) 2025-12-04T09:52:03.2927065Z remote: Compressing objects: 100% (1278/1278) 2025-12-04T09:52:03.2927330Z remote: Compressing objects: 100% (1278/1278), done. 2025-12-04T09:52:03.3188463Z Receiving objects: 0% (1/64450) 2025-12-04T09:52:03.3329495Z Receiving objects: 1% (645/64450) 2025-12-04T09:52:03.3418960Z Receiving objects: 2% (1289/64450) 2025-12-04T09:52:03.3471927Z Receiving objects: 3% (1934/64450) 2025-12-04T09:52:03.3682331Z Receiving objects: 4% (2578/64450) 2025-12-04T09:52:03.3780230Z Receiving objects: 5% (3223/64450) 2025-12-04T09:52:03.3942388Z Receiving objects: 6% (3867/64450) 2025-12-04T09:52:03.4169847Z Receiving objects: 7% (4512/64450) 2025-12-04T09:52:03.4464991Z Receiving objects: 8% (5156/64450) 2025-12-04T09:52:03.4661639Z Receiving objects: 9% (5801/64450) 2025-12-04T09:52:03.4809865Z Receiving objects: 10% (6445/64450) 2025-12-04T09:52:03.4852606Z Receiving objects: 11% (7090/64450) 2025-12-04T09:52:03.4873958Z Receiving objects: 12% (7734/64450) 2025-12-04T09:52:03.4893351Z Receiving objects: 13% (8379/64450) 2025-12-04T09:52:03.4918412Z Receiving objects: 14% (9023/64450) 2025-12-04T09:52:03.5004903Z Receiving objects: 15% (9668/64450) 2025-12-04T09:52:03.5092602Z Receiving objects: 16% (10312/64450) 2025-12-04T09:52:03.5183229Z Receiving objects: 17% (10957/64450) 2025-12-04T09:52:03.5238506Z Receiving objects: 18% (11601/64450) 2025-12-04T09:52:03.5321540Z Receiving objects: 19% (12246/64450) 2025-12-04T09:52:03.5393542Z Receiving objects: 20% (12890/64450) 2025-12-04T09:52:03.5449744Z Receiving objects: 21% (13535/64450) 2025-12-04T09:52:03.5568219Z Receiving objects: 22% (14179/64450) 2025-12-04T09:52:03.5601081Z Receiving objects: 23% (14824/64450) 2025-12-04T09:52:03.5693238Z Receiving objects: 24% (15468/64450) 2025-12-04T09:52:03.5722210Z Receiving objects: 25% (16113/64450) 2025-12-04T09:52:03.5757248Z Receiving objects: 26% (16757/64450) 2025-12-04T09:52:03.5797408Z Receiving objects: 27% (17402/64450) 2025-12-04T09:52:03.5914245Z Receiving objects: 28% (18046/64450) 2025-12-04T09:52:03.5944752Z Receiving objects: 29% (18691/64450) 2025-12-04T09:52:03.5953962Z Receiving objects: 30% (19335/64450) 2025-12-04T09:52:03.5960686Z Receiving objects: 31% (19980/64450) 2025-12-04T09:52:03.5990880Z Receiving objects: 32% (20624/64450) 2025-12-04T09:52:03.6100772Z Receiving objects: 33% (21269/64450) 2025-12-04T09:52:03.6163949Z Receiving objects: 34% (21913/64450) 2025-12-04T09:52:03.6229872Z Receiving objects: 35% (22558/64450) 2025-12-04T09:52:03.6255971Z Receiving objects: 36% (23202/64450) 2025-12-04T09:52:03.6345701Z Receiving objects: 37% (23847/64450) 2025-12-04T09:52:03.6378134Z Receiving objects: 38% (24491/64450) 2025-12-04T09:52:03.6423641Z Receiving objects: 39% (25136/64450) 2025-12-04T09:52:03.6505412Z Receiving objects: 40% (25780/64450) 2025-12-04T09:52:03.6529883Z Receiving objects: 41% (26425/64450) 2025-12-04T09:52:03.6588559Z Receiving objects: 42% (27069/64450) 2025-12-04T09:52:03.6642319Z Receiving objects: 43% (27714/64450) 2025-12-04T09:52:03.6712645Z Receiving objects: 44% (28358/64450) 2025-12-04T09:52:03.6752602Z Receiving objects: 45% (29003/64450) 2025-12-04T09:52:03.6825412Z Receiving objects: 46% (29647/64450) 2025-12-04T09:52:03.6871602Z Receiving objects: 47% (30292/64450) 2025-12-04T09:52:03.6905586Z Receiving objects: 48% (30936/64450) 2025-12-04T09:52:03.6946758Z Receiving objects: 49% (31581/64450) 2025-12-04T09:52:03.6985109Z Receiving objects: 50% (32225/64450) 2025-12-04T09:52:03.7003685Z Receiving objects: 51% (32870/64450) 2025-12-04T09:52:03.7021494Z Receiving objects: 52% (33514/64450) 2025-12-04T09:52:03.7048728Z Receiving objects: 53% (34159/64450) 2025-12-04T09:52:03.7062655Z Receiving objects: 54% (34803/64450) 2025-12-04T09:52:03.7074209Z Receiving objects: 55% (35448/64450) 2025-12-04T09:52:03.7113530Z Receiving objects: 56% (36092/64450) 2025-12-04T09:52:03.7143553Z Receiving objects: 57% (36737/64450) 2025-12-04T09:52:03.7233006Z Receiving objects: 58% (37381/64450) 2025-12-04T09:52:03.7272548Z Receiving objects: 59% (38026/64450) 2025-12-04T09:52:03.7313077Z Receiving objects: 60% (38670/64450) 2025-12-04T09:52:03.7332679Z Receiving objects: 61% (39315/64450) 2025-12-04T09:52:03.7370031Z Receiving objects: 62% (39959/64450) 2025-12-04T09:52:03.7389809Z Receiving objects: 63% (40604/64450) 2025-12-04T09:52:03.7416789Z Receiving objects: 64% (41248/64450) 2025-12-04T09:52:03.7428932Z Receiving objects: 65% (41893/64450) 2025-12-04T09:52:03.7495401Z Receiving objects: 66% (42537/64450) 2025-12-04T09:52:03.7509068Z Receiving objects: 67% (43182/64450) 2025-12-04T09:52:03.7555453Z Receiving objects: 68% (43826/64450) 2025-12-04T09:52:03.7584116Z Receiving objects: 69% (44471/64450) 2025-12-04T09:52:03.7605404Z Receiving objects: 70% (45115/64450) 2025-12-04T09:52:03.7649389Z Receiving objects: 71% (45760/64450) 2025-12-04T09:52:03.7695923Z Receiving objects: 72% (46404/64450) 2025-12-04T09:52:03.7757707Z Receiving objects: 73% (47049/64450) 2025-12-04T09:52:03.7812745Z Receiving objects: 74% (47693/64450) 2025-12-04T09:52:03.7858006Z Receiving objects: 75% (48338/64450) 2025-12-04T09:52:03.7873475Z Receiving objects: 76% (48982/64450) 2025-12-04T09:52:03.7892521Z Receiving objects: 77% (49627/64450) 2025-12-04T09:52:03.7912328Z Receiving objects: 78% (50271/64450) 2025-12-04T09:52:03.7967111Z Receiving objects: 79% (50916/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.7994774Z Receiving objects: 80% (51560/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8024123Z Receiving objects: 81% (52205/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8051579Z Receiving objects: 82% (52849/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8074413Z Receiving objects: 83% (53494/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8092945Z Receiving objects: 84% (54138/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8132660Z Receiving objects: 85% (54783/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8194424Z Receiving objects: 86% (55427/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8235040Z Receiving objects: 87% (56072/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8247058Z Receiving objects: 88% (56716/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8274168Z Receiving objects: 89% (57361/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8306753Z Receiving objects: 90% (58005/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8328048Z Receiving objects: 91% (58650/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8349344Z Receiving objects: 92% (59294/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8474369Z Receiving objects: 93% (59939/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8601229Z Receiving objects: 94% (60583/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8677513Z Receiving objects: 95% (61228/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8709652Z Receiving objects: 96% (61872/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8798834Z Receiving objects: 97% (62517/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.8978068Z Receiving objects: 98% (63161/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.9208202Z Receiving objects: 99% (63806/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.9210424Z remote: Total 64450 (delta 1571), reused 949 (delta 940), pack-reused 62232 (from 4) 2025-12-04T09:52:03.9225264Z Receiving objects: 100% (64450/64450), 27.24 MiB | 54.47 MiB/s 2025-12-04T09:52:03.9229096Z Receiving objects: 100% (64450/64450), 33.54 MiB | 53.08 MiB/s, done. 2025-12-04T09:52:03.9274930Z Resolving deltas: 0% (0/47628) 2025-12-04T09:52:03.9282060Z Resolving deltas: 1% (478/47628) 2025-12-04T09:52:03.9293118Z Resolving deltas: 2% (953/47628) 2025-12-04T09:52:03.9302831Z Resolving deltas: 3% (1429/47628) 2025-12-04T09:52:03.9309909Z Resolving deltas: 4% (1906/47628) 2025-12-04T09:52:03.9317838Z Resolving deltas: 5% (2383/47628) 2025-12-04T09:52:03.9326377Z Resolving deltas: 6% (2858/47628) 2025-12-04T09:52:03.9333224Z Resolving deltas: 7% (3335/47628) 2025-12-04T09:52:03.9340806Z Resolving deltas: 8% (3811/47628) 2025-12-04T09:52:03.9348585Z Resolving deltas: 9% (4289/47628) 2025-12-04T09:52:03.9361581Z Resolving deltas: 10% (4763/47628) 2025-12-04T09:52:03.9372852Z Resolving deltas: 11% (5240/47628) 2025-12-04T09:52:03.9381363Z Resolving deltas: 12% (5717/47628) 2025-12-04T09:52:03.9389736Z Resolving deltas: 13% (6192/47628) 2025-12-04T09:52:03.9412530Z Resolving deltas: 14% (6668/47628) 2025-12-04T09:52:03.9432292Z Resolving deltas: 15% (7145/47628) 2025-12-04T09:52:03.9449847Z Resolving deltas: 16% (7621/47628) 2025-12-04T09:52:03.9472048Z Resolving deltas: 17% (8097/47628) 2025-12-04T09:52:03.9498969Z Resolving deltas: 18% (8574/47628) 2025-12-04T09:52:03.9521024Z Resolving deltas: 19% (9050/47628) 2025-12-04T09:52:03.9540928Z Resolving deltas: 20% (9526/47628) 2025-12-04T09:52:03.9572874Z Resolving deltas: 21% (10002/47628) 2025-12-04T09:52:03.9598892Z Resolving deltas: 22% (10479/47628) 2025-12-04T09:52:03.9625118Z Resolving deltas: 23% (10955/47628) 2025-12-04T09:52:03.9643550Z Resolving deltas: 24% (11431/47628) 2025-12-04T09:52:03.9655895Z Resolving deltas: 25% (11908/47628) 2025-12-04T09:52:03.9663944Z Resolving deltas: 26% (12385/47628) 2025-12-04T09:52:03.9685488Z Resolving deltas: 27% (12860/47628) 2025-12-04T09:52:03.9698535Z Resolving deltas: 28% (13338/47628) 2025-12-04T09:52:03.9709746Z Resolving deltas: 29% (13813/47628) 2025-12-04T09:52:03.9752696Z Resolving deltas: 30% (14289/47628) 2025-12-04T09:52:03.9761161Z Resolving deltas: 31% (14765/47628) 2025-12-04T09:52:03.9772556Z Resolving deltas: 32% (15241/47628) 2025-12-04T09:52:03.9782720Z Resolving deltas: 33% (15718/47628) 2025-12-04T09:52:03.9796103Z Resolving deltas: 34% (16194/47628) 2025-12-04T09:52:03.9806856Z Resolving deltas: 35% (16671/47628) 2025-12-04T09:52:03.9813975Z Resolving deltas: 36% (17147/47628) 2025-12-04T09:52:03.9825329Z Resolving deltas: 37% (17623/47628) 2025-12-04T09:52:03.9833317Z Resolving deltas: 38% (18099/47628) 2025-12-04T09:52:03.9838154Z Resolving deltas: 39% (18575/47628) 2025-12-04T09:52:03.9847526Z Resolving deltas: 40% (19053/47628) 2025-12-04T09:52:03.9851779Z Resolving deltas: 41% (19530/47628) 2025-12-04T09:52:03.9859588Z Resolving deltas: 42% (20004/47628) 2025-12-04T09:52:03.9880208Z Resolving deltas: 43% (20481/47628) 2025-12-04T09:52:03.9891106Z Resolving deltas: 44% (20957/47628) 2025-12-04T09:52:03.9895399Z Resolving deltas: 45% (21433/47628) 2025-12-04T09:52:03.9898871Z Resolving deltas: 46% (21909/47628) 2025-12-04T09:52:03.9909336Z Resolving deltas: 47% (22386/47628) 2025-12-04T09:52:03.9916523Z Resolving deltas: 48% (22862/47628) 2025-12-04T09:52:03.9940028Z Resolving deltas: 49% (23338/47628) 2025-12-04T09:52:03.9988454Z Resolving deltas: 50% (23814/47628) 2025-12-04T09:52:04.0009944Z Resolving deltas: 51% (24291/47628) 2025-12-04T09:52:04.0016767Z Resolving deltas: 52% (24767/47628) 2025-12-04T09:52:04.0032435Z Resolving deltas: 53% (25243/47628) 2025-12-04T09:52:04.0056536Z Resolving deltas: 54% (25720/47628) 2025-12-04T09:52:04.0091569Z Resolving deltas: 55% (26196/47628) 2025-12-04T09:52:04.0115914Z Resolving deltas: 56% (26672/47628) 2025-12-04T09:52:04.0135372Z Resolving deltas: 57% (27148/47628) 2025-12-04T09:52:04.0167206Z Resolving deltas: 58% (27625/47628) 2025-12-04T09:52:04.0190391Z Resolving deltas: 59% (28101/47628) 2025-12-04T09:52:04.0208314Z Resolving deltas: 60% (28578/47628) 2025-12-04T09:52:04.0216511Z Resolving deltas: 61% (29054/47628) 2025-12-04T09:52:04.0234291Z Resolving deltas: 62% (29530/47628) 2025-12-04T09:52:04.0253546Z Resolving deltas: 63% (30006/47628) 2025-12-04T09:52:04.0270497Z Resolving deltas: 64% (30482/47628) 2025-12-04T09:52:04.0270776Z Resolving deltas: 65% (30959/47628) 2025-12-04T09:52:04.0284774Z Resolving deltas: 66% (31435/47628) 2025-12-04T09:52:04.0297902Z Resolving deltas: 67% (31911/47628) 2025-12-04T09:52:04.0324360Z Resolving deltas: 68% (32388/47628) 2025-12-04T09:52:04.0345375Z Resolving deltas: 69% (32864/47628) 2025-12-04T09:52:04.0360125Z Resolving deltas: 70% (33340/47628) 2025-12-04T09:52:04.0376622Z Resolving deltas: 71% (33816/47628) 2025-12-04T09:52:04.0395184Z Resolving deltas: 72% (34293/47628) 2025-12-04T09:52:04.0420133Z Resolving deltas: 73% (34769/47628) 2025-12-04T09:52:04.0438144Z Resolving deltas: 74% (35245/47628) 2025-12-04T09:52:04.0456766Z Resolving deltas: 75% (35721/47628) 2025-12-04T09:52:04.0464652Z Resolving deltas: 76% (36198/47628) 2025-12-04T09:52:04.0483901Z Resolving deltas: 77% (36674/47628) 2025-12-04T09:52:04.0506939Z Resolving deltas: 78% (37150/47628) 2025-12-04T09:52:04.0525999Z Resolving deltas: 79% (37628/47628) 2025-12-04T09:52:04.0538129Z Resolving deltas: 80% (38104/47628) 2025-12-04T09:52:04.0545102Z Resolving deltas: 81% (38579/47628) 2025-12-04T09:52:04.0558389Z Resolving deltas: 82% (39055/47628) 2025-12-04T09:52:04.0573085Z Resolving deltas: 83% (39532/47628) 2025-12-04T09:52:04.0588592Z Resolving deltas: 84% (40008/47628) 2025-12-04T09:52:04.0599842Z Resolving deltas: 85% (40484/47628) 2025-12-04T09:52:04.0610860Z Resolving deltas: 86% (40961/47628) 2025-12-04T09:52:04.0625619Z Resolving deltas: 87% (41438/47628) 2025-12-04T09:52:04.0629988Z Resolving deltas: 88% (41913/47628) 2025-12-04T09:52:04.0642064Z Resolving deltas: 89% (42389/47628) 2025-12-04T09:52:04.0653718Z Resolving deltas: 90% (42866/47628) 2025-12-04T09:52:04.0668924Z Resolving deltas: 91% (43343/47628) 2025-12-04T09:52:04.0669463Z Resolving deltas: 92% (43819/47628) 2025-12-04T09:52:04.0689625Z Resolving deltas: 93% (44295/47628) 2025-12-04T09:52:04.0699482Z Resolving deltas: 94% (44771/47628) 2025-12-04T09:52:04.0709533Z Resolving deltas: 95% (45247/47628) 2025-12-04T09:52:04.0725559Z Resolving deltas: 96% (45723/47628) 2025-12-04T09:52:04.0754276Z Resolving deltas: 97% (46200/47628) 2025-12-04T09:52:04.0766616Z Resolving deltas: 98% (46677/47628) 2025-12-04T09:52:04.0788928Z Resolving deltas: 99% (47152/47628) 2025-12-04T09:52:04.0791238Z Resolving deltas: 100% (47628/47628) 2025-12-04T09:52:04.0791804Z Resolving deltas: 100% (47628/47628), done. 2025-12-04T09:52:04.1295446Z Cloning into '/var/lib/jenkins/workspace/flash-attention-build/csrc/cutlass'... 2025-12-04T09:52:04.4850662Z remote: Enumerating objects: 36632, done. 2025-12-04T09:52:04.4851027Z remote: Counting objects: 0% (1/190) 2025-12-04T09:52:04.4851263Z remote: Counting objects: 1% (2/190) 2025-12-04T09:52:04.4851517Z remote: Counting objects: 2% (4/190) 2025-12-04T09:52:04.4851737Z remote: Counting objects: 3% (6/190) 2025-12-04T09:52:04.4851958Z remote: Counting objects: 4% (8/190) 2025-12-04T09:52:04.4852189Z remote: Counting objects: 5% (10/190) 2025-12-04T09:52:04.4852426Z remote: Counting objects: 6% (12/190) 2025-12-04T09:52:04.4852653Z remote: Counting objects: 7% (14/190) 2025-12-04T09:52:04.4852877Z remote: Counting objects: 8% (16/190) 2025-12-04T09:52:04.4853096Z remote: Counting objects: 9% (18/190) 2025-12-04T09:52:04.4853332Z remote: Counting objects: 10% (19/190) 2025-12-04T09:52:04.4853550Z remote: Counting objects: 11% (21/190) 2025-12-04T09:52:04.4853763Z remote: Counting objects: 12% (23/190) 2025-12-04T09:52:04.4853978Z remote: Counting objects: 13% (25/190) 2025-12-04T09:52:04.4854200Z remote: Counting objects: 14% (27/190) 2025-12-04T09:52:04.4854427Z remote: Counting objects: 15% (29/190) 2025-12-04T09:52:04.4854648Z remote: Counting objects: 16% (31/190) 2025-12-04T09:52:04.4855558Z remote: Counting objects: 17% (33/190) 2025-12-04T09:52:04.4855774Z remote: Counting objects: 18% (35/190) 2025-12-04T09:52:04.4855989Z remote: Counting objects: 19% (37/190) 2025-12-04T09:52:04.4856215Z remote: Counting objects: 20% (38/190) 2025-12-04T09:52:04.4856426Z remote: Counting objects: 21% (40/190) 2025-12-04T09:52:04.4856637Z remote: Counting objects: 22% (42/190) 2025-12-04T09:52:04.4856861Z remote: Counting objects: 23% (44/190) 2025-12-04T09:52:04.4857073Z remote: Counting objects: 24% (46/190) 2025-12-04T09:52:04.4857282Z remote: Counting objects: 25% (48/190) 2025-12-04T09:52:04.4857492Z remote: Counting objects: 26% (50/190) 2025-12-04T09:52:04.4857701Z remote: Counting objects: 27% (52/190) 2025-12-04T09:52:04.4857910Z remote: Counting objects: 28% (54/190) 2025-12-04T09:52:04.4858123Z remote: Counting objects: 29% (56/190) 2025-12-04T09:52:04.4858332Z remote: Counting objects: 30% (57/190) 2025-12-04T09:52:04.4858541Z remote: Counting objects: 31% (59/190) 2025-12-04T09:52:04.4858749Z remote: Counting objects: 32% (61/190) 2025-12-04T09:52:04.4858958Z remote: Counting objects: 33% (63/190) 2025-12-04T09:52:04.4859168Z remote: Counting objects: 34% (65/190) 2025-12-04T09:52:04.4859377Z remote: Counting objects: 35% (67/190) 2025-12-04T09:52:04.4859586Z remote: Counting objects: 36% (69/190) 2025-12-04T09:52:04.4859797Z remote: Counting objects: 37% (71/190) 2025-12-04T09:52:04.4860004Z remote: Counting objects: 38% (73/190) 2025-12-04T09:52:04.4860213Z remote: Counting objects: 39% (75/190) 2025-12-04T09:52:04.4860417Z remote: Counting objects: 40% (76/190) 2025-12-04T09:52:04.4860625Z remote: Counting objects: 41% (78/190) 2025-12-04T09:52:04.4861159Z remote: Counting objects: 42% (80/190) 2025-12-04T09:52:04.4861391Z remote: Counting objects: 43% (82/190) 2025-12-04T09:52:04.4861599Z remote: Counting objects: 44% (84/190) 2025-12-04T09:52:04.4861807Z remote: Counting objects: 45% (86/190) 2025-12-04T09:52:04.4862020Z remote: Counting objects: 46% (88/190) 2025-12-04T09:52:04.4862234Z remote: Counting objects: 47% (90/190) 2025-12-04T09:52:04.4862446Z remote: Counting objects: 48% (92/190) 2025-12-04T09:52:04.4862659Z remote: Counting objects: 49% (94/190) 2025-12-04T09:52:04.4862985Z remote: Counting objects: 50% (95/190) 2025-12-04T09:52:04.4863195Z remote: Counting objects: 51% (97/190) 2025-12-04T09:52:04.4863408Z remote: Counting objects: 52% (99/190) 2025-12-04T09:52:04.4863632Z remote: Counting objects: 53% (101/190) 2025-12-04T09:52:04.4863854Z remote: Counting objects: 54% (103/190) 2025-12-04T09:52:04.4864077Z remote: Counting objects: 55% (105/190) 2025-12-04T09:52:04.4864287Z remote: Counting objects: 56% (107/190) 2025-12-04T09:52:04.4864497Z remote: Counting objects: 57% (109/190) 2025-12-04T09:52:04.4864708Z remote: Counting objects: 58% (111/190) 2025-12-04T09:52:04.4864967Z remote: Counting objects: 59% (113/190) 2025-12-04T09:52:04.4865177Z remote: Counting objects: 60% (114/190) 2025-12-04T09:52:04.4865385Z remote: Counting objects: 61% (116/190) 2025-12-04T09:52:04.4865592Z remote: Counting objects: 62% (118/190) 2025-12-04T09:52:04.4865803Z remote: Counting objects: 63% (120/190) 2025-12-04T09:52:04.4866014Z remote: Counting objects: 64% (122/190) 2025-12-04T09:52:04.4866233Z remote: Counting objects: 65% (124/190) 2025-12-04T09:52:04.4866444Z remote: Counting objects: 66% (126/190) 2025-12-04T09:52:04.4866655Z remote: Counting objects: 67% (128/190) 2025-12-04T09:52:04.4866866Z remote: Counting objects: 68% (130/190) 2025-12-04T09:52:04.4867077Z remote: Counting objects: 69% (132/190) 2025-12-04T09:52:04.4867284Z remote: Counting objects: 70% (133/190) 2025-12-04T09:52:04.4867490Z remote: Counting objects: 71% (135/190) 2025-12-04T09:52:04.4867697Z remote: Counting objects: 72% (137/190) 2025-12-04T09:52:04.4867901Z remote: Counting objects: 73% (139/190) 2025-12-04T09:52:04.4868108Z remote: Counting objects: 74% (141/190) 2025-12-04T09:52:04.4868312Z remote: Counting objects: 75% (143/190) 2025-12-04T09:52:04.4868520Z remote: Counting objects: 76% (145/190) 2025-12-04T09:52:04.4868724Z remote: Counting objects: 77% (147/190) 2025-12-04T09:52:04.4868933Z remote: Counting objects: 78% (149/190) 2025-12-04T09:52:04.4869142Z remote: Counting objects: 79% (151/190) 2025-12-04T09:52:04.4869347Z remote: Counting objects: 80% (152/190) 2025-12-04T09:52:04.4869560Z remote: Counting objects: 81% (154/190) 2025-12-04T09:52:04.4869772Z remote: Counting objects: 82% (156/190) 2025-12-04T09:52:04.4869983Z remote: Counting objects: 83% (158/190) 2025-12-04T09:52:04.4870194Z remote: Counting objects: 84% (160/190) 2025-12-04T09:52:04.4870402Z remote: Counting objects: 85% (162/190) 2025-12-04T09:52:04.4870612Z remote: Counting objects: 86% (164/190) 2025-12-04T09:52:04.4870828Z remote: Counting objects: 87% (166/190) 2025-12-04T09:52:04.4871039Z remote: Counting objects: 88% (168/190) 2025-12-04T09:52:04.4871256Z remote: Counting objects: 89% (170/190) 2025-12-04T09:52:04.4871474Z remote: Counting objects: 90% (171/190) 2025-12-04T09:52:04.4871688Z remote: Counting objects: 91% (173/190) 2025-12-04T09:52:04.4871898Z remote: Counting objects: 92% (175/190) 2025-12-04T09:52:04.4872106Z remote: Counting objects: 93% (177/190) 2025-12-04T09:52:04.4872316Z remote: Counting objects: 94% (179/190) 2025-12-04T09:52:04.4872621Z remote: Counting objects: 95% (181/190) 2025-12-04T09:52:04.4872839Z remote: Counting objects: 96% (183/190) 2025-12-04T09:52:04.4873049Z remote: Counting objects: 97% (185/190) 2025-12-04T09:52:04.4873261Z remote: Counting objects: 98% (187/190) 2025-12-04T09:52:04.4873473Z remote: Counting objects: 99% (189/190) 2025-12-04T09:52:04.4873681Z remote: Counting objects: 100% (190/190) 2025-12-04T09:52:04.4873913Z remote: Counting objects: 100% (190/190), done. 2025-12-04T09:52:04.4874226Z remote: Compressing objects: 1% (1/96) 2025-12-04T09:52:04.5484687Z remote: Compressing objects: 2% (2/96) 2025-12-04T09:52:04.5486660Z remote: Compressing objects: 3% (3/96) 2025-12-04T09:52:04.5486932Z remote: Compressing objects: 4% (4/96) 2025-12-04T09:52:04.5487160Z remote: Compressing objects: 5% (5/96) 2025-12-04T09:52:04.5487380Z remote: Compressing objects: 6% (6/96) 2025-12-04T09:52:04.5487608Z remote: Compressing objects: 7% (7/96) 2025-12-04T09:52:04.5487824Z remote: Compressing objects: 8% (8/96) 2025-12-04T09:52:04.5488034Z remote: Compressing objects: 9% (9/96) 2025-12-04T09:52:04.5488254Z remote: Compressing objects: 10% (10/96) 2025-12-04T09:52:04.5488476Z remote: Compressing objects: 11% (11/96) 2025-12-04T09:52:04.5488698Z remote: Compressing objects: 12% (12/96) 2025-12-04T09:52:04.5806477Z remote: Compressing objects: 13% (13/96) 2025-12-04T09:52:04.5810586Z remote: Compressing objects: 14% (14/96) 2025-12-04T09:52:04.5815249Z remote: Compressing objects: 15% (15/96) 2025-12-04T09:52:04.5817014Z remote: Compressing objects: 16% (16/96) 2025-12-04T09:52:04.5817339Z remote: Compressing objects: 17% (17/96) 2025-12-04T09:52:04.5820216Z remote: Compressing objects: 18% (18/96) 2025-12-04T09:52:04.5820491Z remote: Compressing objects: 19% (19/96) 2025-12-04T09:52:04.5820735Z remote: Compressing objects: 20% (20/96) 2025-12-04T09:52:04.5820955Z remote: Compressing objects: 21% (21/96) 2025-12-04T09:52:04.5821175Z remote: Compressing objects: 22% (22/96) 2025-12-04T09:52:04.5821390Z remote: Compressing objects: 23% (23/96) 2025-12-04T09:52:04.5821603Z remote: Compressing objects: 25% (24/96) 2025-12-04T09:52:04.5821819Z remote: Compressing objects: 26% (25/96) 2025-12-04T09:52:04.5822034Z remote: Compressing objects: 27% (26/96) 2025-12-04T09:52:04.5822279Z remote: Compressing objects: 28% (27/96) 2025-12-04T09:52:04.5822495Z remote: Compressing objects: 29% (28/96) 2025-12-04T09:52:04.5822711Z remote: Compressing objects: 30% (29/96) 2025-12-04T09:52:04.5822922Z remote: Compressing objects: 31% (30/96) 2025-12-04T09:52:04.5823132Z remote: Compressing objects: 32% (31/96) 2025-12-04T09:52:04.5823346Z remote: Compressing objects: 33% (32/96) 2025-12-04T09:52:04.5823562Z remote: Compressing objects: 34% (33/96) 2025-12-04T09:52:04.5832120Z remote: Compressing objects: 35% (34/96) 2025-12-04T09:52:04.5832426Z remote: Compressing objects: 36% (35/96) 2025-12-04T09:52:04.5832653Z remote: Compressing objects: 37% (36/96) 2025-12-04T09:52:04.5832874Z remote: Compressing objects: 38% (37/96) 2025-12-04T09:52:04.5833093Z remote: Compressing objects: 39% (38/96) 2025-12-04T09:52:04.5833312Z remote: Compressing objects: 40% (39/96) 2025-12-04T09:52:04.5833542Z remote: Compressing objects: 41% (40/96) 2025-12-04T09:52:04.5833755Z remote: Compressing objects: 42% (41/96) 2025-12-04T09:52:04.5833977Z remote: Compressing objects: 43% (42/96) 2025-12-04T09:52:04.5834190Z remote: Compressing objects: 44% (43/96) 2025-12-04T09:52:04.5834405Z remote: Compressing objects: 45% (44/96) 2025-12-04T09:52:04.5834619Z remote: Compressing objects: 46% (45/96) 2025-12-04T09:52:04.5835177Z remote: Compressing objects: 47% (46/96) 2025-12-04T09:52:04.5835407Z remote: Compressing objects: 48% (47/96) 2025-12-04T09:52:04.5835627Z remote: Compressing objects: 50% (48/96) 2025-12-04T09:52:04.5835844Z remote: Compressing objects: 51% (49/96) 2025-12-04T09:52:04.5836061Z remote: Compressing objects: 52% (50/96) 2025-12-04T09:52:04.5836276Z remote: Compressing objects: 53% (51/96) 2025-12-04T09:52:04.5836492Z remote: Compressing objects: 54% (52/96) 2025-12-04T09:52:04.5836800Z remote: Compressing objects: 55% (53/96) 2025-12-04T09:52:04.5837021Z remote: Compressing objects: 56% (54/96) 2025-12-04T09:52:04.5837236Z remote: Compressing objects: 57% (55/96) 2025-12-04T09:52:04.5837456Z remote: Compressing objects: 58% (56/96) 2025-12-04T09:52:04.5837674Z remote: Compressing objects: 59% (57/96) 2025-12-04T09:52:04.5837895Z remote: Compressing objects: 60% (58/96) 2025-12-04T09:52:04.5838110Z remote: Compressing objects: 61% (59/96) 2025-12-04T09:52:04.5838328Z remote: Compressing objects: 62% (60/96) 2025-12-04T09:52:04.5838547Z remote: Compressing objects: 63% (61/96) 2025-12-04T09:52:04.5838763Z remote: Compressing objects: 64% (62/96) 2025-12-04T09:52:04.5838987Z remote: Compressing objects: 65% (63/96) 2025-12-04T09:52:04.5839206Z remote: Compressing objects: 66% (64/96) 2025-12-04T09:52:04.5839424Z remote: Compressing objects: 67% (65/96) 2025-12-04T09:52:04.5839648Z remote: Compressing objects: 68% (66/96) 2025-12-04T09:52:04.5839869Z remote: Compressing objects: 69% (67/96) 2025-12-04T09:52:04.5840095Z remote: Compressing objects: 70% (68/96) 2025-12-04T09:52:04.5840316Z remote: Compressing objects: 71% (69/96) 2025-12-04T09:52:04.5840534Z remote: Compressing objects: 72% (70/96) 2025-12-04T09:52:04.5840754Z remote: Compressing objects: 73% (71/96) 2025-12-04T09:52:04.5840974Z remote: Compressing objects: 75% (72/96) 2025-12-04T09:52:04.5841198Z remote: Compressing objects: 76% (73/96) 2025-12-04T09:52:04.5841418Z remote: Compressing objects: 77% (74/96) 2025-12-04T09:52:04.5841636Z remote: Compressing objects: 78% (75/96) 2025-12-04T09:52:04.5841853Z remote: Compressing objects: 79% (76/96) 2025-12-04T09:52:04.5842074Z remote: Compressing objects: 80% (77/96) 2025-12-04T09:52:04.5842300Z remote: Compressing objects: 81% (78/96) 2025-12-04T09:52:04.5842521Z remote: Compressing objects: 82% (79/96) 2025-12-04T09:52:04.5842741Z remote: Compressing objects: 83% (80/96) 2025-12-04T09:52:04.5842958Z remote: Compressing objects: 84% (81/96) 2025-12-04T09:52:04.5843175Z remote: Compressing objects: 85% (82/96) 2025-12-04T09:52:04.5843395Z remote: Compressing objects: 86% (83/96) 2025-12-04T09:52:04.5843618Z remote: Compressing objects: 87% (84/96) 2025-12-04T09:52:04.5843843Z remote: Compressing objects: 88% (85/96) 2025-12-04T09:52:04.5844063Z remote: Compressing objects: 89% (86/96) 2025-12-04T09:52:04.5844281Z remote: Compressing objects: 90% (87/96) 2025-12-04T09:52:04.5844500Z remote: Compressing objects: 91% (88/96) 2025-12-04T09:52:04.5844717Z remote: Compressing objects: 92% (89/96) 2025-12-04T09:52:04.5845050Z remote: Compressing objects: 93% (90/96) 2025-12-04T09:52:04.5845261Z remote: Compressing objects: 94% (91/96) 2025-12-04T09:52:04.5845472Z remote: Compressing objects: 95% (92/96) 2025-12-04T09:52:04.5845679Z remote: Compressing objects: 96% (93/96) 2025-12-04T09:52:04.5845891Z remote: Compressing objects: 97% (94/96) 2025-12-04T09:52:04.5846102Z remote: Compressing objects: 98% (95/96) 2025-12-04T09:52:04.5846313Z remote: Compressing objects: 100% (96/96) 2025-12-04T09:52:04.5846628Z remote: Compressing objects: 100% (96/96), done. 2025-12-04T09:52:04.6065352Z Receiving objects: 0% (1/36632) 2025-12-04T09:52:04.6136600Z Receiving objects: 1% (367/36632) 2025-12-04T09:52:04.6364078Z Receiving objects: 2% (733/36632) 2025-12-04T09:52:04.6529906Z Receiving objects: 3% (1099/36632) 2025-12-04T09:52:04.6634977Z Receiving objects: 4% (1466/36632) 2025-12-04T09:52:04.6655470Z Receiving objects: 5% (1832/36632) 2025-12-04T09:52:04.6663564Z Receiving objects: 6% (2198/36632) 2025-12-04T09:52:04.6779482Z Receiving objects: 7% (2565/36632) 2025-12-04T09:52:04.6898448Z Receiving objects: 8% (2931/36632) 2025-12-04T09:52:04.6975552Z Receiving objects: 9% (3297/36632) 2025-12-04T09:52:04.7019194Z Receiving objects: 10% (3664/36632) 2025-12-04T09:52:04.7045381Z Receiving objects: 11% (4030/36632) 2025-12-04T09:52:04.7148912Z Receiving objects: 12% (4396/36632) 2025-12-04T09:52:04.7280375Z Receiving objects: 13% (4763/36632) 2025-12-04T09:52:04.7472165Z Receiving objects: 14% (5129/36632) 2025-12-04T09:52:04.7892835Z Receiving objects: 15% (5495/36632) 2025-12-04T09:52:04.8045042Z Receiving objects: 16% (5862/36632) 2025-12-04T09:52:04.8192499Z Receiving objects: 17% (6228/36632) 2025-12-04T09:52:04.9283957Z Receiving objects: 18% (6594/36632) 2025-12-04T09:52:05.1259412Z Receiving objects: 19% (6961/36632) 2025-12-04T09:52:05.1374263Z Receiving objects: 20% (7327/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1444700Z Receiving objects: 21% (7693/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1499697Z Receiving objects: 22% (8060/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1556114Z Receiving objects: 23% (8426/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1673845Z Receiving objects: 24% (8792/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1750536Z Receiving objects: 25% (9158/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1818987Z Receiving objects: 26% (9525/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1878310Z Receiving objects: 27% (9891/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.1942313Z Receiving objects: 28% (10257/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2004156Z Receiving objects: 29% (10624/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2084016Z Receiving objects: 30% (10990/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2157265Z Receiving objects: 31% (11356/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2248360Z Receiving objects: 32% (11723/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2320985Z Receiving objects: 33% (12089/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2398953Z Receiving objects: 34% (12455/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2458249Z Receiving objects: 35% (12822/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2487516Z Receiving objects: 36% (13188/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2547207Z Receiving objects: 37% (13554/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2601114Z Receiving objects: 38% (13921/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2638353Z Receiving objects: 39% (14287/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2686259Z Receiving objects: 40% (14653/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2729680Z Receiving objects: 41% (15020/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2778371Z Receiving objects: 42% (15386/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2805645Z Receiving objects: 43% (15752/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2826589Z Receiving objects: 44% (16119/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2850437Z Receiving objects: 45% (16485/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.2966457Z Receiving objects: 46% (16851/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3006396Z Receiving objects: 47% (17218/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3051999Z Receiving objects: 48% (17584/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3102051Z Receiving objects: 49% (17950/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3147509Z Receiving objects: 50% (18316/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3178408Z Receiving objects: 51% (18683/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3212213Z Receiving objects: 52% (19049/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3242604Z Receiving objects: 53% (19415/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3276191Z Receiving objects: 54% (19782/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3379657Z Receiving objects: 55% (20148/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3414670Z Receiving objects: 56% (20514/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3440643Z Receiving objects: 57% (20881/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3464217Z Receiving objects: 58% (21247/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3482615Z Receiving objects: 59% (21613/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3513909Z Receiving objects: 60% (21980/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3544117Z Receiving objects: 61% (22346/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3589109Z Receiving objects: 62% (22712/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3632941Z Receiving objects: 63% (23079/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3672044Z Receiving objects: 64% (23445/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3732514Z Receiving objects: 65% (23811/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3796043Z Receiving objects: 66% (24178/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3827908Z Receiving objects: 67% (24544/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3863933Z Receiving objects: 68% (24910/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3898146Z Receiving objects: 69% (25277/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3925318Z Receiving objects: 70% (25643/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3949961Z Receiving objects: 71% (26009/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.3976257Z Receiving objects: 72% (26376/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4002488Z Receiving objects: 73% (26742/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4026455Z Receiving objects: 74% (27108/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4050890Z Receiving objects: 75% (27474/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4066252Z Receiving objects: 76% (27841/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4082745Z Receiving objects: 77% (28207/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4108660Z Receiving objects: 78% (28573/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4129022Z Receiving objects: 79% (28940/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4144097Z Receiving objects: 80% (29306/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4171935Z Receiving objects: 81% (29672/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4193350Z Receiving objects: 82% (30039/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4225234Z Receiving objects: 83% (30405/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4271782Z Receiving objects: 84% (30771/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4384075Z Receiving objects: 85% (31138/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4463054Z Receiving objects: 86% (31504/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4525692Z Receiving objects: 87% (31870/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4562358Z Receiving objects: 88% (32237/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4604483Z Receiving objects: 89% (32603/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4644873Z Receiving objects: 90% (32969/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4669371Z Receiving objects: 91% (33336/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4777682Z Receiving objects: 92% (33702/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4829810Z Receiving objects: 93% (34068/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4902516Z Receiving objects: 94% (34435/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.4960051Z Receiving objects: 95% (34801/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.5034293Z Receiving objects: 96% (35167/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.5282286Z Receiving objects: 97% (35534/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.5432289Z Receiving objects: 98% (35900/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.5595555Z Receiving objects: 99% (36266/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.5595956Z remote: Total 36632 (delta 128), reused 94 (delta 94), pack-reused 36442 (from 3) 2025-12-04T09:52:05.5609776Z Receiving objects: 100% (36632/36632), 28.57 MiB | 57.13 MiB/s 2025-12-04T09:52:05.5613835Z Receiving objects: 100% (36632/36632), 54.90 MiB | 56.22 MiB/s, done. 2025-12-04T09:52:05.5653919Z Resolving deltas: 0% (0/27660) 2025-12-04T09:52:05.5664593Z Resolving deltas: 1% (277/27660) 2025-12-04T09:52:05.5678406Z Resolving deltas: 2% (554/27660) 2025-12-04T09:52:05.5692697Z Resolving deltas: 3% (830/27660) 2025-12-04T09:52:05.5721816Z Resolving deltas: 4% (1107/27660) 2025-12-04T09:52:05.5732432Z Resolving deltas: 5% (1383/27660) 2025-12-04T09:52:05.5738362Z Resolving deltas: 6% (1660/27660) 2025-12-04T09:52:05.5744263Z Resolving deltas: 7% (1937/27660) 2025-12-04T09:52:05.5749053Z Resolving deltas: 8% (2214/27660) 2025-12-04T09:52:05.5757838Z Resolving deltas: 9% (2490/27660) 2025-12-04T09:52:05.5765242Z Resolving deltas: 10% (2766/27660) 2025-12-04T09:52:05.5774647Z Resolving deltas: 11% (3043/27660) 2025-12-04T09:52:05.5780976Z Resolving deltas: 12% (3320/27660) 2025-12-04T09:52:05.5788204Z Resolving deltas: 13% (3596/27660) 2025-12-04T09:52:05.5798175Z Resolving deltas: 14% (3873/27660) 2025-12-04T09:52:05.5806588Z Resolving deltas: 15% (4149/27660) 2025-12-04T09:52:05.5812600Z Resolving deltas: 16% (4426/27660) 2025-12-04T09:52:05.5823270Z Resolving deltas: 17% (4703/27660) 2025-12-04T09:52:05.5838629Z Resolving deltas: 18% (4979/27660) 2025-12-04T09:52:05.5848164Z Resolving deltas: 19% (5256/27660) 2025-12-04T09:52:05.5857897Z Resolving deltas: 20% (5532/27660) 2025-12-04T09:52:05.5870307Z Resolving deltas: 21% (5809/27660) 2025-12-04T09:52:05.5879238Z Resolving deltas: 22% (6087/27660) 2025-12-04T09:52:05.5879748Z Resolving deltas: 23% (6362/27660) 2025-12-04T09:52:05.5895682Z Resolving deltas: 24% (6639/27660) 2025-12-04T09:52:05.5911269Z Resolving deltas: 25% (6915/27660) 2025-12-04T09:52:05.5925873Z Resolving deltas: 26% (7192/27660) 2025-12-04T09:52:05.5941874Z Resolving deltas: 27% (7469/27660) 2025-12-04T09:52:05.5956722Z Resolving deltas: 28% (7745/27660) 2025-12-04T09:52:05.5964627Z Resolving deltas: 29% (8022/27660) 2025-12-04T09:52:05.5973322Z Resolving deltas: 30% (8299/27660) 2025-12-04T09:52:05.5975123Z Resolving deltas: 31% (8575/27660) 2025-12-04T09:52:05.5989760Z Resolving deltas: 32% (8852/27660) 2025-12-04T09:52:05.5998088Z Resolving deltas: 33% (9128/27660) 2025-12-04T09:52:05.6011040Z Resolving deltas: 34% (9405/27660) 2025-12-04T09:52:05.6020263Z Resolving deltas: 35% (9682/27660) 2025-12-04T09:52:05.6030654Z Resolving deltas: 36% (9958/27660) 2025-12-04T09:52:05.6041520Z Resolving deltas: 37% (10236/27660) 2025-12-04T09:52:05.6053769Z Resolving deltas: 38% (10511/27660) 2025-12-04T09:52:05.6062886Z Resolving deltas: 39% (10788/27660) 2025-12-04T09:52:05.6070158Z Resolving deltas: 40% (11064/27660) 2025-12-04T09:52:05.6078538Z Resolving deltas: 41% (11341/27660) 2025-12-04T09:52:05.6081067Z Resolving deltas: 42% (11618/27660) 2025-12-04T09:52:05.6093455Z Resolving deltas: 43% (11894/27660) 2025-12-04T09:52:05.6102148Z Resolving deltas: 44% (12171/27660) 2025-12-04T09:52:05.6106823Z Resolving deltas: 45% (12447/27660) 2025-12-04T09:52:05.6127377Z Resolving deltas: 46% (12724/27660) 2025-12-04T09:52:05.6135746Z Resolving deltas: 47% (13001/27660) 2025-12-04T09:52:05.6139899Z Resolving deltas: 48% (13277/27660) 2025-12-04T09:52:05.6148193Z Resolving deltas: 49% (13555/27660) 2025-12-04T09:52:05.6151161Z Resolving deltas: 50% (13830/27660) 2025-12-04T09:52:05.6156839Z Resolving deltas: 51% (14107/27660) 2025-12-04T09:52:05.6166251Z Resolving deltas: 52% (14385/27660) 2025-12-04T09:52:05.6173574Z Resolving deltas: 53% (14661/27660) 2025-12-04T09:52:05.6189512Z Resolving deltas: 54% (14937/27660) 2025-12-04T09:52:05.6191616Z Resolving deltas: 55% (15213/27660) 2025-12-04T09:52:05.6199511Z Resolving deltas: 56% (15490/27660) 2025-12-04T09:52:05.6204847Z Resolving deltas: 57% (15767/27660) 2025-12-04T09:52:05.6206694Z Resolving deltas: 58% (16044/27660) 2025-12-04T09:52:05.6212359Z Resolving deltas: 59% (16320/27660) 2025-12-04T09:52:05.6226381Z Resolving deltas: 60% (16597/27660) 2025-12-04T09:52:05.6228480Z Resolving deltas: 61% (16873/27660) 2025-12-04T09:52:05.6239655Z Resolving deltas: 62% (17151/27660) 2025-12-04T09:52:05.6240671Z Resolving deltas: 63% (17426/27660) 2025-12-04T09:52:05.6256267Z Resolving deltas: 64% (17704/27660) 2025-12-04T09:52:05.6271142Z Resolving deltas: 65% (17979/27660) 2025-12-04T09:52:05.6278236Z Resolving deltas: 66% (18256/27660) 2025-12-04T09:52:05.6283167Z Resolving deltas: 67% (18533/27660) 2025-12-04T09:52:05.6289337Z Resolving deltas: 68% (18809/27660) 2025-12-04T09:52:05.6300372Z Resolving deltas: 69% (19086/27660) 2025-12-04T09:52:05.6310088Z Resolving deltas: 70% (19362/27660) 2025-12-04T09:52:05.6317505Z Resolving deltas: 71% (19641/27660) 2025-12-04T09:52:05.6321699Z Resolving deltas: 72% (19916/27660) 2025-12-04T09:52:05.6331592Z Resolving deltas: 73% (20192/27660) 2025-12-04T09:52:05.6337221Z Resolving deltas: 74% (20469/27660) 2025-12-04T09:52:05.6350947Z Resolving deltas: 75% (20745/27660) 2025-12-04T09:52:05.6363544Z Resolving deltas: 76% (21023/27660) 2025-12-04T09:52:05.6365580Z Resolving deltas: 77% (21301/27660) 2025-12-04T09:52:05.6373224Z Resolving deltas: 78% (21575/27660) 2025-12-04T09:52:05.6380881Z Resolving deltas: 79% (21852/27660) 2025-12-04T09:52:05.6389049Z Resolving deltas: 80% (22128/27660) 2025-12-04T09:52:05.6395505Z Resolving deltas: 81% (22405/27660) 2025-12-04T09:52:05.6401029Z Resolving deltas: 82% (22683/27660) 2025-12-04T09:52:05.6409605Z Resolving deltas: 83% (22958/27660) 2025-12-04T09:52:05.6418817Z Resolving deltas: 84% (23235/27660) 2025-12-04T09:52:05.6430355Z Resolving deltas: 85% (23511/27660) 2025-12-04T09:52:05.6440221Z Resolving deltas: 86% (23788/27660) 2025-12-04T09:52:05.6441626Z Resolving deltas: 87% (24065/27660) 2025-12-04T09:52:05.6450087Z Resolving deltas: 88% (24341/27660) 2025-12-04T09:52:05.6456519Z Resolving deltas: 89% (24618/27660) 2025-12-04T09:52:05.6463793Z Resolving deltas: 90% (24894/27660) 2025-12-04T09:52:05.6477062Z Resolving deltas: 91% (25171/27660) 2025-12-04T09:52:05.6477434Z Resolving deltas: 92% (25448/27660) 2025-12-04T09:52:05.6485240Z Resolving deltas: 93% (25724/27660) 2025-12-04T09:52:05.6496742Z Resolving deltas: 94% (26001/27660) 2025-12-04T09:52:05.6497012Z Resolving deltas: 95% (26277/27660) 2025-12-04T09:52:05.6505789Z Resolving deltas: 96% (26554/27660) 2025-12-04T09:52:05.6512373Z Resolving deltas: 97% (26832/27660) 2025-12-04T09:52:05.6519112Z Resolving deltas: 98% (27107/27660) 2025-12-04T09:52:05.6548080Z Resolving deltas: 99% (27384/27660) 2025-12-04T09:52:05.6552183Z Resolving deltas: 100% (27660/27660) 2025-12-04T09:52:05.6554279Z Resolving deltas: 100% (27660/27660), done. 2025-12-04T09:52:05.9579896Z Submodule path 'csrc/composable_kernel': checked out 'e8709c24f403173ad21a2da907d1347957e324fb' 2025-12-04T09:52:06.5075865Z Submodule path 'csrc/cutlass': checked out 'b1d6e2c9b334dfa811e4183dfbd02419249e4b52' 2025-12-04T09:52:06.5166533Z + pushd flash-attention-build 2025-12-04T09:52:06.5166832Z ~/workspace/flash-attention-build ~/workspace 2025-12-04T09:52:06.5172111Z + git checkout 26ba559ee1a618724c618198986101ae60258fde 2025-12-04T09:52:06.9753335Z Note: switching to '26ba559ee1a618724c618198986101ae60258fde'. 2025-12-04T09:52:06.9753552Z 2025-12-04T09:52:06.9753757Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T09:52:06.9754413Z changes and commit them, and you can discard any commits you make in this 2025-12-04T09:52:06.9757325Z state without impacting any branches by switching back to a branch. 2025-12-04T09:52:06.9757561Z 2025-12-04T09:52:06.9757725Z If you want to create a new branch to retain commits you create, you may 2025-12-04T09:52:06.9758065Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T09:52:06.9758260Z 2025-12-04T09:52:06.9758358Z git switch -c 2025-12-04T09:52:06.9758497Z 2025-12-04T09:52:06.9758885Z Or undo this operation with: 2025-12-04T09:52:06.9759019Z 2025-12-04T09:52:06.9759097Z git switch - 2025-12-04T09:52:06.9759210Z 2025-12-04T09:52:06.9759368Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T09:52:06.9759608Z 2025-12-04T09:52:06.9759704Z HEAD is now at 26ba559 Add headdim64 tests (#2041) 2025-12-04T09:52:06.9764560Z + pip_install -e flash_attn/cute/ 2025-12-04T09:52:06.9766294Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-12-04T09:52:06.9766661Z + python3 -m pip install --progress-bar off -e flash_attn/cute/ 2025-12-04T09:52:07.1852520Z Obtaining file:///var/lib/jenkins/workspace/flash-attention-build/flash_attn/cute 2025-12-04T09:52:07.9992321Z Installing build dependencies ... [?25l- \ | done 2025-12-04T09:52:08.3388681Z [?25h Checking if build backend supports build_editable ... [?25ldone 2025-12-04T09:52:08.6823194Z [?25h Getting requirements to build editable ... [?25l- \ done 2025-12-04T09:52:08.8358259Z [?25h Preparing editable metadata (pyproject.toml) ... [?25l- done 2025-12-04T09:52:09.0819140Z [?25hCollecting nvidia-cutlass-dsl==4.3.0 (from flash-attn-cute==0.1.0) 2025-12-04T09:52:09.1665419Z Downloading nvidia_cutlass_dsl-4.3.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (2.6 kB) 2025-12-04T09:52:09.2072948Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flash-attn-cute==0.1.0) (2.10.0a0+gitffd9b0f) 2025-12-04T09:52:09.2202157Z Collecting einops (from flash-attn-cute==0.1.0) 2025-12-04T09:52:09.2256351Z Downloading einops-0.8.1-py3-none-any.whl.metadata (13 kB) 2025-12-04T09:52:09.2334454Z Requirement already satisfied: typing_extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flash-attn-cute==0.1.0) (4.12.2) 2025-12-04T09:52:09.2338964Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nvidia-cutlass-dsl==4.3.0->flash-attn-cute==0.1.0) (1.22.4) 2025-12-04T09:52:09.2749081Z Collecting cuda-python>=12.8 (from nvidia-cutlass-dsl==4.3.0->flash-attn-cute==0.1.0) 2025-12-04T09:52:09.2983661Z Downloading cuda_python-13.0.3-py3-none-any.whl.metadata (4.7 kB) 2025-12-04T09:52:09.3497411Z Collecting cuda-bindings~=13.0.3 (from cuda-python>=12.8->nvidia-cutlass-dsl==4.3.0->flash-attn-cute==0.1.0) 2025-12-04T09:52:09.3849033Z Downloading cuda_bindings-13.0.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (2.3 kB) 2025-12-04T09:52:09.3903852Z Requirement already satisfied: cuda-pathfinder~=1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cuda-python>=12.8->nvidia-cutlass-dsl==4.3.0->flash-attn-cute==0.1.0) (1.3.2) 2025-12-04T09:52:09.3930758Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->flash-attn-cute==0.1.0) (3.18.0) 2025-12-04T09:52:09.3936113Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->flash-attn-cute==0.1.0) (1.13.3) 2025-12-04T09:52:09.3940678Z Requirement already satisfied: networkx>=2.5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->flash-attn-cute==0.1.0) (2.8.8) 2025-12-04T09:52:09.3941649Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->flash-attn-cute==0.1.0) (3.1.6) 2025-12-04T09:52:09.3942552Z Requirement already satisfied: fsspec>=0.8.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->flash-attn-cute==0.1.0) (2025.10.0) 2025-12-04T09:52:09.4189939Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch->flash-attn-cute==0.1.0) (1.3.0) 2025-12-04T09:52:09.4226017Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->flash-attn-cute==0.1.0) (3.0.3) 2025-12-04T09:52:09.4552561Z Downloading nvidia_cutlass_dsl-4.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (75.8 MB) 2025-12-04T09:52:10.8897724Z Downloading cuda_python-13.0.3-py3-none-any.whl (7.6 kB) 2025-12-04T09:52:10.9056639Z Downloading cuda_bindings-13.0.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.1 MB) 2025-12-04T09:52:10.9749832Z Downloading einops-0.8.1-py3-none-any.whl (64 kB) 2025-12-04T09:52:11.0455897Z Building wheels for collected packages: flash-attn-cute 2025-12-04T09:52:11.1744068Z Building editable for flash-attn-cute (pyproject.toml) ... [?25l- done 2025-12-04T09:52:11.1750935Z [?25h Created wheel for flash-attn-cute: filename=flash_attn_cute-0.1.0-0.editable-py3-none-any.whl size=4483 sha256=3a7c8559c8a226bdbbd18ea701e5985e973a1b34144c8ee90114a3906dcdc122 2025-12-04T09:52:11.1751635Z Stored in directory: /tmp/pip-ephem-wheel-cache-l2j3so_j/wheels/f1/79/9f/3fc46bf3a4754746e2a6c309b25791edd336f6caae523c097a 2025-12-04T09:52:11.1762218Z Successfully built flash-attn-cute 2025-12-04T09:52:11.3692585Z Installing collected packages: einops, cuda-bindings, cuda-python, nvidia-cutlass-dsl, flash-attn-cute 2025-12-04T09:52:11.3983220Z Attempting uninstall: cuda-bindings 2025-12-04T09:52:11.3983506Z Found existing installation: cuda-bindings 12.9.4 2025-12-04T09:52:11.4020935Z Uninstalling cuda-bindings-12.9.4: 2025-12-04T09:52:11.7131527Z Successfully uninstalled cuda-bindings-12.9.4 2025-12-04T09:52:13.2538909Z Successfully installed cuda-bindings-13.0.3 cuda-python-13.0.3 einops-0.8.1 flash-attn-cute-0.1.0 nvidia-cutlass-dsl-4.3.0 2025-12-04T09:52:13.3300651Z + popd 2025-12-04T09:52:13.3302371Z ~/workspace 2025-12-04T09:52:13.3302587Z + rm -rf flash-attention-build 2025-12-04T09:52:13.9136115Z + echo 'FlashAttention CuTe installation complete.' 2025-12-04T09:52:13.9137894Z FlashAttention CuTe installation complete. 2025-12-04T09:52:13.9138549Z + python test/run_test.py --include test_matmul_cuda test_scaled_matmul_cuda inductor/test_fp8 nn/attention/test_fa4 nn/attention/test_open_registry inductor/test_flex_flash inductor/test_torchinductor --upload-artifacts-while-running 2025-12-04T09:52:14.9905856Z W1204 09:52:14.989000 441 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:52:15.8342750Z No TD results found 2025-12-04T09:52:15.8345469Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2025-12-04T09:52:16.1753537Z Ignoring disabled issues: [''] 2025-12-04T09:52:16.1840871Z ##[warning] Gathered no stats from artifacts for job name linux-jammy-cuda12.8-py3.10-gcc11-sm100 build env and smoke_b200 test config. Using default job name and default test config instead. 2025-12-04T09:52:16.2092598Z ##[warning] Gathered no stats from artifacts for job name linux-jammy-cuda12.8-py3.10-gcc11-sm100 build env and smoke_b200 test config. Using default job name and default test config instead. 2025-12-04T09:52:16.2102229Z Running all tests 2025-12-04T09:52:16.2106423Z Running parallel tests on 3 processes 2025-12-04T09:52:16.2108259Z Name: tests to run (est. time: 9.57min) 2025-12-04T09:52:16.2108461Z Serial tests (0): 2025-12-04T09:52:16.2108633Z Parallel tests (8): 2025-12-04T09:52:16.2108815Z inductor/test_flex_flash 1/1 2025-12-04T09:52:16.2109008Z inductor/test_fp8 1/1 2025-12-04T09:52:16.2109199Z inductor/test_torchinductor 1/2 2025-12-04T09:52:16.2109402Z inductor/test_torchinductor 2/2 2025-12-04T09:52:16.2109891Z nn/attention/test_fa4 1/1 2025-12-04T09:52:16.2110089Z nn/attention/test_open_registry 1/1 2025-12-04T09:52:16.2110284Z test_matmul_cuda 1/1 2025-12-04T09:52:16.2110461Z test_scaled_matmul_cuda 1/1 2025-12-04T09:52:16.2110645Z Name: excluded (est. time: 0.0min) 2025-12-04T09:52:16.2110830Z Serial tests (0): 2025-12-04T09:52:16.2110995Z Parallel tests (0): 2025-12-04T09:52:16.2111247Z Running inductor/test_flex_flash 1/1 ... [2025-12-04 09:52:16.209338][120066.631856712] 2025-12-04T09:52:16.2111533Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:52:16.2112241Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_flex_flash.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:52:16.209561] 2025-12-04T09:52:19.0116606Z 2025-12-04T09:52:19.0117357Z inductor/test_flex_flash 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_flex_flash_1.1_0b30b95e07a4acf1_.log 2025-12-04T09:52:19.0119654Z Running 0 items in this shard: 2025-12-04T09:52:19.0120447Z 2025-12-04T09:52:19.0121312Z Finished inductor/test_flex_flash 1/1 ... [2025-12-04 09:52:19.010811][120069.433328278], took 0.05min 2025-12-04T09:52:19.0124276Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:52:21.0755650Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:52:21.0782687Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:52:21.0788467Z Uploading artifacts took 0.00 seconds 2025-12-04T09:52:21.0794906Z Running inductor/test_fp8 1/1 ... [2025-12-04 09:52:21.077213][120071.499725547] 2025-12-04T09:52:21.0800540Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:52:21.0803241Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_fp8.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:52:21.077465] 2025-12-04T09:52:34.3287714Z 2025-12-04T09:52:34.3288362Z inductor/test_fp8 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fp8_1.1_022523ff023ccb4b_.log 2025-12-04T09:52:34.3288779Z Running 0 items in this shard: 2025-12-04T09:52:34.3288902Z 2025-12-04T09:52:34.3289071Z Finished inductor/test_fp8 1/1 ... [2025-12-04 09:52:34.327694][120084.750212054], took 0.22min 2025-12-04T09:52:34.3289684Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:52:34.3298914Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:52:34.3330931Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:52:34.3335466Z Uploading artifacts took 0.00 seconds 2025-12-04T09:52:34.3341514Z Running inductor/test_torchinductor 1/2 ... [2025-12-04 09:52:34.332101][120084.754617855] 2025-12-04T09:52:34.3346030Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:52:34.3350348Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:52:34.332302] 2025-12-04T09:52:43.7219688Z 2025-12-04T09:52:43.7225155Z inductor/test_torchinductor 1/2 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.2_8c104b44d85cc505_.log 2025-12-04T09:52:43.7226571Z 2025-12-04T09:52:43.7226902Z Finished inductor/test_torchinductor 1/2 ... [2025-12-04 09:52:43.720588][120094.143105458], took 0.16min 2025-12-04T09:52:43.7227973Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:52:43.7229521Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:52:43.7259432Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:52:43.7261549Z Uploading artifacts took 0.00 seconds 2025-12-04T09:52:43.7261935Z Running inductor/test_torchinductor 2/2 ... [2025-12-04 09:52:43.724733][120094.14724948] 2025-12-04T09:52:43.7266655Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:52:43.7270964Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:52:43.724926] 2025-12-04T09:52:53.1114140Z 2025-12-04T09:52:53.1115137Z inductor/test_torchinductor 2/2 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.2_c8debbdfac5e1d09_.log 2025-12-04T09:52:53.1115578Z 2025-12-04T09:52:53.1115775Z Finished inductor/test_torchinductor 2/2 ... [2025-12-04 09:52:53.110257][120103.532775242], took 0.16min 2025-12-04T09:52:53.1116367Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:52:53.1124271Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:52:53.1156183Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:52:53.1156547Z Uploading artifacts took 0.00 seconds 2025-12-04T09:52:53.1162206Z Running nn/attention/test_fa4 1/1 ... [2025-12-04 09:52:53.114956][120103.53747192] 2025-12-04T09:52:53.1162523Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:52:53.1163140Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'nn/attention/test_fa4.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:52:53.115174] 2025-12-04T09:52:55.4875569Z 2025-12-04T09:52:55.4878253Z nn/attention/test_fa4 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_fa4_1.1_2c911a954878456a_.log 2025-12-04T09:52:55.4878747Z Running 0 items in this shard: 2025-12-04T09:52:55.4882882Z 2025-12-04T09:52:55.4884674Z Finished nn/attention/test_fa4 1/1 ... [2025-12-04 09:52:55.486340][120105.90885689], took 0.04min 2025-12-04T09:52:55.4886061Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:52:55.4887491Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:52:55.4918777Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:52:55.4921468Z Uploading artifacts took 0.00 seconds 2025-12-04T09:52:55.4925444Z Running nn/attention/test_open_registry 1/1 ... [2025-12-04 09:52:55.491010][120105.913526811] 2025-12-04T09:52:55.4926945Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:52:55.4927803Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'nn/attention/test_open_registry.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:52:55.491212] 2025-12-04T09:52:58.1526308Z 2025-12-04T09:52:58.1531004Z nn/attention/test_open_registry 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_open_registry_1.1_830556d843b3e971_.log 2025-12-04T09:52:58.1531496Z Running 0 items in this shard: 2025-12-04T09:52:58.1531627Z 2025-12-04T09:52:58.1531815Z Finished nn/attention/test_open_registry 1/1 ... [2025-12-04 09:52:58.151348][120108.573866201], took 0.04min 2025-12-04T09:52:58.1532763Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:52:58.1533319Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:52:58.1717806Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:52:58.1720088Z Uploading artifacts took 0.02 seconds 2025-12-04T09:52:58.1720389Z Running test_matmul_cuda 1/1 ... [2025-12-04 09:52:58.170846][120108.593362602] 2025-12-04T09:52:58.1720702Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:52:58.1723618Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_matmul_cuda.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:52:58.171076] 2025-12-04T09:53:07.4115274Z 2025-12-04T09:53:07.4119964Z test_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_matmul_cuda_1.1_f2c199dca35a5a10_.log 2025-12-04T09:53:07.4120743Z Running 0 items in this shard: 2025-12-04T09:53:07.4120877Z 2025-12-04T09:53:07.4121078Z Finished test_matmul_cuda 1/1 ... [2025-12-04 09:53:07.410321][120117.832838621], took 0.15min 2025-12-04T09:53:07.4121668Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:07.4127120Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:07.5006656Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:07.5011631Z Uploading artifacts took 0.09 seconds 2025-12-04T09:53:07.5015689Z Running test_scaled_matmul_cuda 1/1 ... [2025-12-04 09:53:07.499594][120117.922110588] 2025-12-04T09:53:07.5020326Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:07.5024616Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_scaled_matmul_cuda.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:07.499797] 2025-12-04T09:53:09.6211466Z 2025-12-04T09:53:09.6216123Z test_scaled_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_scaled_matmul_cuda_1.1_14eb3009f695e310_.log 2025-12-04T09:53:09.6220579Z Running 0 items in this shard: 2025-12-04T09:53:09.6222552Z 2025-12-04T09:53:09.6222908Z Finished test_scaled_matmul_cuda 1/1 ... [2025-12-04 09:53:09.620091][120120.042607486], took 0.04min 2025-12-04T09:53:09.6223635Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:09.6228328Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:09.6262147Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:09.6266765Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:10.6996053Z W1204 09:53:10.698000 2032 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:10.7413119Z W1204 09:53:10.740000 2033 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:10.7500451Z W1204 09:53:10.749000 2031 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:11.4700501Z Running inductor/test_flex_flash 1/1 ... [2025-12-04 09:53:11.468791][120121.89130838] 2025-12-04T09:53:11.4704626Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:11.4707251Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_flex_flash.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:11.469031] 2025-12-04T09:53:11.5351248Z Running inductor/test_fp8 1/1 ... [2025-12-04 09:53:11.533952][120121.956469454] 2025-12-04T09:53:11.5351571Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:11.6004663Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_fp8.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:11.534206] 2025-12-04T09:53:11.6006130Z Running inductor/test_torchinductor 1/2 ... [2025-12-04 09:53:11.599398][120122.021915434] 2025-12-04T09:53:11.6006423Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:11.6007005Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:11.599691] 2025-12-04T09:53:14.2405509Z 2025-12-04T09:53:14.2406195Z inductor/test_flex_flash 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_flex_flash_1.1_9225c30ad2f8903b_.log 2025-12-04T09:53:14.2406686Z Running 0 items in this shard: 2025-12-04T09:53:14.2406823Z 2025-12-04T09:53:14.2407013Z Finished inductor/test_flex_flash 1/1 ... [2025-12-04 09:53:14.240218][120124.662734619], took 0.05min 2025-12-04T09:53:14.2490496Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:14.2496018Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:14.2531092Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:14.2531366Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:15.6730212Z W1204 09:53:15.671000 2398 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:16.4834033Z Running inductor/test_torchinductor 2/2 ... [2025-12-04 09:53:16.482886][120126.905403202] 2025-12-04T09:53:16.4834425Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:16.4835837Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:16.483169] 2025-12-04T09:53:20.9790133Z 2025-12-04T09:53:20.9790710Z inductor/test_fp8 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fp8_1.1_3a02e2ee32767abb_.log 2025-12-04T09:53:20.9791129Z Running 0 items in this shard: 2025-12-04T09:53:20.9791256Z 2025-12-04T09:53:20.9791415Z Finished inductor/test_fp8 1/1 ... [2025-12-04 09:53:20.977802][120131.400320114], took 0.16min 2025-12-04T09:53:20.9796818Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:20.9805787Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:20.9835024Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:20.9835351Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:22.1423564Z 2025-12-04T09:53:22.1424251Z inductor/test_torchinductor 1/2 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.2_752bd81276c327b9_.log 2025-12-04T09:53:22.1424677Z 2025-12-04T09:53:22.1428384Z Finished inductor/test_torchinductor 1/2 ... [2025-12-04 09:53:22.141454][120132.563971121], took 0.18min 2025-12-04T09:53:22.1440892Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:22.1450720Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:22.1487211Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:22.1491153Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:22.4519498Z W1204 09:53:22.450000 2951 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:23.2464021Z Running nn/attention/test_fa4 1/1 ... [2025-12-04 09:53:23.244975][120133.667492619] 2025-12-04T09:53:23.2468158Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:23.2473136Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'nn/attention/test_fa4.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:23.245221] 2025-12-04T09:53:23.6703693Z W1204 09:53:23.669000 3010 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:24.4520914Z Running nn/attention/test_open_registry 1/1 ... [2025-12-04 09:53:24.450537][120134.873054821] 2025-12-04T09:53:24.4522583Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:24.4523282Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'nn/attention/test_open_registry.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:24.450793] 2025-12-04T09:53:25.4678746Z 2025-12-04T09:53:25.4681394Z nn/attention/test_fa4 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_fa4_1.1_a77317be97206390_.log 2025-12-04T09:53:25.4681849Z Running 0 items in this shard: 2025-12-04T09:53:25.4681974Z 2025-12-04T09:53:25.4682149Z Finished nn/attention/test_fa4 1/1 ... [2025-12-04 09:53:25.466748][120135.889265911], took 0.04min 2025-12-04T09:53:25.4687583Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:25.4698751Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:25.4738600Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:25.4740853Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:26.0786803Z 2025-12-04T09:53:26.0793333Z inductor/test_torchinductor 2/2 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.2_dfa8bb421f5ee3ef_.log 2025-12-04T09:53:26.0794915Z 2025-12-04T09:53:26.0795246Z Finished inductor/test_torchinductor 2/2 ... [2025-12-04 09:53:26.077624][120136.500140443], took 0.16min 2025-12-04T09:53:26.0798898Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:26.0805300Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:26.0847822Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:26.0851662Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:26.7233049Z 2025-12-04T09:53:26.7235373Z nn/attention/test_open_registry 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_open_registry_1.1_4620f2d108f2867d_.log 2025-12-04T09:53:26.7236316Z Running 2 items in this shard: test/nn/attention/test_open_registry.py::TestFlashAttentionRegistry::test_activate_unknown_impl_errors, test/nn/attention/test_open_registry.py::TestFlashAttentionRegistry::test_register_and_activate_impl 2025-12-04T09:53:26.7236883Z 2025-12-04T09:53:26.7237093Z Finished nn/attention/test_open_registry 1/1 ... [2025-12-04 09:53:26.722147][120137.144664107], took 0.04min 2025-12-04T09:53:26.7246674Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:26.7252886Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:26.7293091Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:26.7298319Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:26.9684968Z W1204 09:53:26.967000 3182 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:27.5706854Z W1204 09:53:27.569000 3212 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:27.7560926Z Running test_matmul_cuda 1/1 ... [2025-12-04 09:53:27.754604][120138.177120911] 2025-12-04T09:53:27.7561619Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:27.7562536Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_matmul_cuda.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:27.754855] 2025-12-04T09:53:28.2332704Z W1204 09:53:28.231000 3243 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:28.3620069Z Running test_scaled_matmul_cuda 1/1 ... [2025-12-04 09:53:28.360566][120138.783082627] 2025-12-04T09:53:28.3624475Z SCRIBE_GRAPHQL_ACCESS_TOKEN is set 2025-12-04T09:53:28.3625391Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_scaled_matmul_cuda.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:53:28.360822] 2025-12-04T09:53:30.6345447Z 2025-12-04T09:53:30.6350918Z test_scaled_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_scaled_matmul_cuda_1.1_3cfdc2396952b8ba_.log 2025-12-04T09:53:30.6355213Z Running 0 items in this shard: 2025-12-04T09:53:30.6357461Z 2025-12-04T09:53:30.6357767Z Finished test_scaled_matmul_cuda 1/1 ... [2025-12-04 09:53:30.633386][120141.055904917], took 0.04min 2025-12-04T09:53:30.6358439Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:30.6368800Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:30.6407777Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:30.6411929Z Uploading artifacts took 0.00 seconds 2025-12-04T09:53:32.2228812Z W1204 09:53:32.221000 3457 site-packages/torch/utils/cpp_extension.py:118] No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2025-12-04T09:53:37.3981289Z 2025-12-04T09:53:37.3981909Z test_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_matmul_cuda_1.1_dba712fca3acf135_.log 2025-12-04T09:53:37.3982354Z Running 0 items in this shard: 2025-12-04T09:53:37.3982482Z 2025-12-04T09:53:37.3982638Z Finished test_matmul_cuda 1/1 ... [2025-12-04 09:53:37.397068][120147.819584533], took 0.16min 2025-12-04T09:53:37.4483292Z Parsing testcases for test report: /var/lib/jenkins/workspace/test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml 2025-12-04T09:53:37.4486144Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T09:53:37.4648765Z Failed to upload artifacts: Unable to locate credentials 2025-12-04T09:53:37.4649070Z Uploading artifacts took 0.02 seconds 2025-12-04T09:53:37.8783504Z Running test batch 'tests to run' cost 81.67 seconds 2025-12-04T09:53:38.2832895Z 2025-12-04T09:53:38.2837871Z real 1m24.370s 2025-12-04T09:53:38.2843762Z user 2m24.177s 2025-12-04T09:53:38.2847232Z sys 3m12.377s 2025-12-04T09:53:38.2847435Z + assert_git_not_dirty 2025-12-04T09:53:38.2848059Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *rocm* ]] 2025-12-04T09:53:38.2848359Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-sm100 != *xla* ]] 2025-12-04T09:53:38.2848617Z ++ git status --porcelain 2025-12-04T09:53:38.2848826Z ++ grep -v '?? third_party' 2025-12-04T09:53:42.2096277Z ++ true 2025-12-04T09:53:42.2097807Z + git_status= 2025-12-04T09:53:42.2098038Z + [[ -n '' ]] 2025-12-04T09:53:42.2098198Z + sccache_epilogue 2025-12-04T09:53:42.2098434Z + echo '::group::Sccache Compilation Log' 2025-12-04T09:53:42.2098882Z ##[group]Sccache Compilation Log 2025-12-04T09:53:42.2099113Z + echo '=================== sccache compilation log ===================' 2025-12-04T09:53:42.2099741Z =================== sccache compilation log =================== 2025-12-04T09:53:42.2100100Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2025-12-04T09:53:42.2265230Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2025-12-04T09:53:42.2265699Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2025-12-04T09:53:42.2268501Z + sccache --show-stats 2025-12-04T09:53:42.2292209Z Compile requests 31 2025-12-04T09:53:42.2292469Z Compile requests executed 0 2025-12-04T09:53:42.2292676Z Cache hits 0 2025-12-04T09:53:42.2292868Z Cache misses 0 2025-12-04T09:53:42.2293076Z Cache hits rate - 2025-12-04T09:53:42.2293270Z Cache timeouts 0 2025-12-04T09:53:42.2293488Z Cache read errors 0 2025-12-04T09:53:42.2293675Z Forced recaches 0 2025-12-04T09:53:42.2293858Z Cache write errors 0 2025-12-04T09:53:42.2294041Z Cache errors 0 2025-12-04T09:53:42.2294225Z Compilations 0 2025-12-04T09:53:42.2294413Z Compilation failures 0 2025-12-04T09:53:42.2294627Z Non-cacheable compilations 0 2025-12-04T09:53:42.2294889Z Non-cacheable calls 0 2025-12-04T09:53:42.2295087Z Non-compilation calls 31 2025-12-04T09:53:42.2295279Z Unsupported compiler calls 0 2025-12-04T09:53:42.2295477Z Average cache write 0.000 s 2025-12-04T09:53:42.2295682Z Average compiler 0.000 s 2025-12-04T09:53:42.2295882Z Average cache read hit 0.000 s 2025-12-04T09:53:42.2296091Z Failed distributed compilations 0 2025-12-04T09:53:42.2296343Z Cache location Local disk: "/var/lib/jenkins/.cache/sccache" 2025-12-04T09:53:42.2296616Z Use direct/preprocessor mode? yes 2025-12-04T09:53:42.2296821Z Version (client) 0.10.0 2025-12-04T09:53:42.2297049Z Max cache size 10 GiB 2025-12-04T09:53:42.2297250Z + sccache --stop-server 2025-12-04T09:53:42.2305969Z Stopping sccache server... 2025-12-04T09:53:42.2306219Z Compile requests 31 2025-12-04T09:53:42.2306472Z Compile requests executed 0 2025-12-04T09:53:42.2306680Z Cache hits 0 2025-12-04T09:53:42.2307369Z Cache misses 0 2025-12-04T09:53:42.2307585Z Cache hits rate - 2025-12-04T09:53:42.2307791Z Cache timeouts 0 2025-12-04T09:53:42.2307994Z Cache read errors 0 2025-12-04T09:53:42.2308199Z Forced recaches 0 2025-12-04T09:53:42.2308404Z Cache write errors 0 2025-12-04T09:53:42.2308608Z Cache errors 0 2025-12-04T09:53:42.2308821Z Compilations 0 2025-12-04T09:53:42.2309022Z Compilation failures 0 2025-12-04T09:53:42.2309232Z Non-cacheable compilations 0 2025-12-04T09:53:42.2309444Z Non-cacheable calls 0 2025-12-04T09:53:42.2309645Z Non-compilation calls 31 2025-12-04T09:53:42.2309849Z Unsupported compiler calls 0 2025-12-04T09:53:42.2310325Z Average cache write 0.000 s 2025-12-04T09:53:42.2310544Z Average compiler 0.000 s 2025-12-04T09:53:42.2310749Z Average cache read hit 0.000 s 2025-12-04T09:53:42.2310958Z Failed distributed compilations 0 2025-12-04T09:53:42.2311218Z Cache location Local disk: "/var/lib/jenkins/.cache/sccache" 2025-12-04T09:53:42.2311495Z Use direct/preprocessor mode? yes 2025-12-04T09:53:42.2311716Z Version (client) 0.10.0 2025-12-04T09:53:42.2311928Z Max cache size 10 GiB 2025-12-04T09:53:42.2312244Z + echo ::endgroup:: 2025-12-04T09:53:42.2312601Z ##[endgroup] 2025-12-04T09:53:42.2312772Z + cleanup_workspace 2025-12-04T09:53:42.2313092Z + echo 'sudo may print the following warning message that can be ignored. The chown command will still run.' 2025-12-04T09:53:42.2313555Z sudo may print the following warning message that can be ignored. The chown command will still run. 2025-12-04T09:53:42.2313935Z + echo ' sudo: setrlimit(RLIMIT_STACK): Operation not permitted' 2025-12-04T09:53:42.2314239Z sudo: setrlimit(RLIMIT_STACK): Operation not permitted 2025-12-04T09:53:42.2314589Z + echo 'For more details refer to https://github.com/sudo-project/sudo/issues/42' 2025-12-04T09:53:42.2315036Z For more details refer to https://github.com/sudo-project/sudo/issues/42 2025-12-04T09:53:42.2315330Z + sudo chown -R 1000 /var/lib/jenkins/workspace 2025-12-04T09:53:42.7690049Z ##[group]Run aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 2025-12-04T09:53:42.7690380Z with: 2025-12-04T09:53:42.7690623Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_upload-benchmark-results 2025-12-04T09:53:42.7690906Z role-duration-seconds: 18000 2025-12-04T09:53:42.7691091Z aws-region: us-east-1 2025-12-04T09:53:42.7691270Z audience: sts.amazonaws.com 2025-12-04T09:53:42.7691441Z env: 2025-12-04T09:53:42.7691589Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:42.7691805Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:42.7692098Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:53:42.7692385Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:42.7692645Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:42.7692909Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:42.7693193Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:53:42.7693429Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:42.7693617Z AWS_REGION: us-east-1 2025-12-04T09:53:42.7693840Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:42.7694070Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:42.7697799Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:42.7698072Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:53:42.7698361Z ##[endgroup] 2025-12-04T09:53:43.1959921Z Assuming role with OIDC 2025-12-04T09:53:43.6142530Z Authenticated as assumedRoleId AROAUPVRELQNA5GQHA6IA:GitHubActions 2025-12-04T09:53:43.7198935Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-12-04T09:53:43.7199227Z with: 2025-12-04T09:53:43.7199411Z benchmark-results-dir: test/test-reports 2025-12-04T09:53:43.7199633Z dry-run: false 2025-12-04T09:53:43.7199799Z schema-version: v3 2025-12-04T09:53:43.7200073Z github-token: *** 2025-12-04T09:53:43.7200240Z env: 2025-12-04T09:53:43.7200397Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:43.7200624Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7200948Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:53:43.7201246Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7201521Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7201801Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7202083Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:53:43.7202355Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:43.7202548Z AWS_REGION: us-east-1 2025-12-04T09:53:43.7202752Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:43.7203001Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:43.7206161Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:43.7206464Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:53:43.7206767Z ##[endgroup] 2025-12-04T09:53:43.7218882Z ##[group]Run set -eux 2025-12-04T09:53:43.7219097Z set -eux 2025-12-04T09:53:43.7219395Z  2025-12-04T09:53:43.7219589Z if [[ -n "" ]]; then 2025-12-04T09:53:43.7219793Z  source "" 2025-12-04T09:53:43.7219974Z fi 2025-12-04T09:53:43.7220236Z python3 -mpip install boto3==1.35.33 psutil==7.0.0 pynvml==12.0.0 2025-12-04T09:53:43.7220505Z  2025-12-04T09:53:43.7220667Z DEVICE_NAME="" 2025-12-04T09:53:43.7220858Z DEVICE_TYPE="" 2025-12-04T09:53:43.7221029Z  2025-12-04T09:53:43.7221212Z if command -v nvidia-smi; then 2025-12-04T09:53:43.7221496Z  # NB: I'm using PyTorch here to get the device name, however, it needs to 2025-12-04T09:53:43.7221835Z  # install the correct version of PyTorch manually for now. Any PyTorch 2025-12-04T09:53:43.7222150Z  # version is fine, I just use 2.7.1 to satify PYPIDEP linter 2025-12-04T09:53:43.7222425Z  python3 -mpip install torch==2.7.1 2025-12-04T09:53:43.7222649Z elif command -v rocminfo; then 2025-12-04T09:53:43.7222921Z  # NB: Installing torch on ROCm runner with pip here causes CI to fail 2025-12-04T09:53:43.7223252Z  # with a memoryview is too large error only on MI300 runners. Is pip 2025-12-04T09:53:43.7223575Z  # version on ROCm runner there too old? As a workaround, let's use the 2025-12-04T09:53:43.7223865Z  # GPU device name coming from rocminfo instead 2025-12-04T09:53:43.7224103Z  DEVICE_NAME=rocm 2025-12-04T09:53:43.7224403Z  DEVICE_TYPE=$(rocminfo | grep "Marketing Name" | tail -n1 | awk -F':' '{print $2}' | xargs) 2025-12-04T09:53:43.7224695Z fi 2025-12-04T09:53:43.7224917Z  2025-12-04T09:53:43.7225104Z echo "DEVICE_NAME=$DEVICE_NAME" >> $GITHUB_ENV 2025-12-04T09:53:43.7225356Z echo "DEVICE_TYPE=$DEVICE_TYPE" >> $GITHUB_ENV 2025-12-04T09:53:43.7233838Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:43.7234089Z env: 2025-12-04T09:53:43.7234255Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:43.7234488Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7234848Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:53:43.7235140Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7235421Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7235827Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:53:43.7236107Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:53:43.7236376Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:43.7236569Z AWS_REGION: us-east-1 2025-12-04T09:53:43.7236799Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:43.7237060Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:43.7240162Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:43.7240445Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:53:43.7240743Z ##[endgroup] 2025-12-04T09:53:43.7266428Z + [[ -n '' ]] 2025-12-04T09:53:43.7271008Z + python3 -mpip install boto3==1.35.33 psutil==7.0.0 pynvml==12.0.0 2025-12-04T09:53:44.3009618Z Collecting boto3==1.35.33 2025-12-04T09:53:44.3977579Z Downloading boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-12-04T09:53:44.4592355Z Collecting psutil==7.0.0 2025-12-04T09:53:44.4753966Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-12-04T09:53:44.5080779Z Collecting pynvml==12.0.0 2025-12-04T09:53:44.5240421Z Downloading pynvml-12.0.0-py3-none-any.whl.metadata (5.4 kB) 2025-12-04T09:53:44.8904777Z Collecting botocore<1.36.0,>=1.35.33 (from boto3==1.35.33) 2025-12-04T09:53:44.9122607Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-12-04T09:53:44.9411489Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.33) 2025-12-04T09:53:44.9474727Z Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-12-04T09:53:44.9748814Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.33) 2025-12-04T09:53:44.9813741Z Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-12-04T09:53:44.9990479Z Collecting nvidia-ml-py<13.0.0a0,>=12.0.0 (from pynvml==12.0.0) 2025-12-04T09:53:45.0106683Z Downloading nvidia_ml_py-12.575.51-py3-none-any.whl.metadata (9.3 kB) 2025-12-04T09:53:45.0339281Z Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) 2025-12-04T09:53:45.0501304Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-12-04T09:53:45.0539336Z Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /home/eve/_work/_tool/Python/3.12.12/x64/lib/python3.12/site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.20) 2025-12-04T09:53:45.0812215Z Collecting six>=1.5 (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) 2025-12-04T09:53:45.1049495Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-12-04T09:53:45.2635172Z Downloading boto3-1.35.33-py3-none-any.whl (139 kB) 2025-12-04T09:53:45.3110337Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-12-04T09:53:45.3670220Z Downloading pynvml-12.0.0-py3-none-any.whl (26 kB) 2025-12-04T09:53:45.3844183Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-12-04T09:53:45.9346747Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 25.3 MB/s 0:00:00 2025-12-04T09:53:45.9386035Z Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-12-04T09:53:45.9445757Z Downloading nvidia_ml_py-12.575.51-py3-none-any.whl (47 kB) 2025-12-04T09:53:45.9526669Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-12-04T09:53:45.9630331Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-12-04T09:53:45.9744223Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-12-04T09:53:46.0215383Z Installing collected packages: nvidia-ml-py, six, pynvml, psutil, jmespath, python-dateutil, botocore, s3transfer, boto3 2025-12-04T09:53:46.0222855Z Attempting uninstall: nvidia-ml-py 2025-12-04T09:53:46.0239044Z Found existing installation: nvidia-ml-py 11.525.84 2025-12-04T09:53:46.0252036Z Uninstalling nvidia-ml-py-11.525.84: 2025-12-04T09:53:46.0305156Z Successfully uninstalled nvidia-ml-py-11.525.84 2025-12-04T09:53:46.0931297Z Attempting uninstall: psutil 2025-12-04T09:53:46.0951130Z Found existing installation: psutil 5.9.8 2025-12-04T09:53:46.0976564Z Uninstalling psutil-5.9.8: 2025-12-04T09:53:46.0982987Z Successfully uninstalled psutil-5.9.8 2025-12-04T09:53:46.6530097Z 2025-12-04T09:53:46.6547179Z Successfully installed boto3-1.35.33 botocore-1.35.99 jmespath-1.0.1 nvidia-ml-py-12.575.51 psutil-7.0.0 pynvml-12.0.0 python-dateutil-2.9.0.post0 s3transfer-0.10.4 six-1.17.0 2025-12-04T09:53:46.7180965Z + DEVICE_NAME= 2025-12-04T09:53:46.7181225Z + DEVICE_TYPE= 2025-12-04T09:53:46.7181459Z + command -v nvidia-smi 2025-12-04T09:53:46.7181704Z + python3 -mpip install torch==2.7.1 2025-12-04T09:53:46.7182080Z /usr/bin/nvidia-smi 2025-12-04T09:53:47.0937532Z Collecting torch==2.7.1 2025-12-04T09:53:47.2073186Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-12-04T09:53:47.2646743Z Collecting filelock (from torch==2.7.1) 2025-12-04T09:53:47.2899769Z Downloading filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) 2025-12-04T09:53:47.2940267Z Requirement already satisfied: typing-extensions>=4.10.0 in /home/eve/_work/_tool/Python/3.12.12/x64/lib/python3.12/site-packages (from torch==2.7.1) (4.15.0) 2025-12-04T09:53:47.4552501Z Collecting setuptools (from torch==2.7.1) 2025-12-04T09:53:47.4757294Z Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 2025-12-04T09:53:47.5131111Z Collecting sympy>=1.13.3 (from torch==2.7.1) 2025-12-04T09:53:47.5307320Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-12-04T09:53:47.5700544Z Collecting networkx (from torch==2.7.1) 2025-12-04T09:53:47.5878212Z Downloading networkx-3.6-py3-none-any.whl.metadata (6.8 kB) 2025-12-04T09:53:47.6216317Z Collecting jinja2 (from torch==2.7.1) 2025-12-04T09:53:47.6411991Z Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-12-04T09:53:47.6763071Z Collecting fsspec (from torch==2.7.1) 2025-12-04T09:53:47.6930407Z Downloading fsspec-2025.12.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T09:53:47.7393810Z Collecting nvidia-cuda-nvrtc-cu12==12.6.77 (from torch==2.7.1) 2025-12-04T09:53:47.7586500Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:47.7888579Z Collecting nvidia-cuda-runtime-cu12==12.6.77 (from torch==2.7.1) 2025-12-04T09:53:47.8115630Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:47.8419382Z Collecting nvidia-cuda-cupti-cu12==12.6.80 (from torch==2.7.1) 2025-12-04T09:53:47.8592367Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-12-04T09:53:47.8850743Z Collecting nvidia-cudnn-cu12==9.5.1.17 (from torch==2.7.1) 2025-12-04T09:53:47.8996431Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl.metadata (1.6 kB) 2025-12-04T09:53:47.9163872Z Collecting nvidia-cublas-cu12==12.6.4.1 (from torch==2.7.1) 2025-12-04T09:53:47.9197408Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:47.9309588Z Collecting nvidia-cufft-cu12==11.3.0.4 (from torch==2.7.1) 2025-12-04T09:53:47.9362306Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:47.9535940Z Collecting nvidia-curand-cu12==10.3.7.77 (from torch==2.7.1) 2025-12-04T09:53:47.9656817Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:47.9881757Z Collecting nvidia-cusolver-cu12==11.7.1.2 (from torch==2.7.1) 2025-12-04T09:53:48.0078470Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-12-04T09:53:48.0380080Z Collecting nvidia-cusparse-cu12==12.5.4.2 (from torch==2.7.1) 2025-12-04T09:53:48.0608341Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-12-04T09:53:48.0879338Z Collecting nvidia-cusparselt-cu12==0.6.3 (from torch==2.7.1) 2025-12-04T09:53:48.1071615Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-12-04T09:53:48.1310413Z Collecting nvidia-nccl-cu12==2.26.2 (from torch==2.7.1) 2025-12-04T09:53:48.1463817Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-12-04T09:53:48.1719863Z Collecting nvidia-nvtx-cu12==12.6.77 (from torch==2.7.1) 2025-12-04T09:53:48.1909234Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-12-04T09:53:48.2175383Z Collecting nvidia-nvjitlink-cu12==12.6.85 (from torch==2.7.1) 2025-12-04T09:53:48.2363044Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:48.2585719Z Collecting nvidia-cufile-cu12==1.11.1.6 (from torch==2.7.1) 2025-12-04T09:53:48.2695932Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:48.2826920Z Collecting triton==3.3.1 (from torch==2.7.1) 2025-12-04T09:53:48.2853946Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.5 kB) 2025-12-04T09:53:48.3451641Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch==2.7.1) 2025-12-04T09:53:48.3545988Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-12-04T09:53:48.4122191Z Collecting MarkupSafe>=2.0 (from jinja2->torch==2.7.1) 2025-12-04T09:53:48.4315976Z Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) 2025-12-04T09:53:48.4551783Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl (821.0 MB) 2025-12-04T09:53:56.6186675Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.0/821.0 MB 66.8 MB/s 0:00:08 2025-12-04T09:53:56.6367614Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (393.1 MB) 2025-12-04T09:53:59.8803388Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 393.1/393.1 MB 133.0 MB/s 0:00:03 2025-12-04T09:53:59.8955353Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.9 MB) 2025-12-04T09:53:59.9506606Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 162.5 MB/s 0:00:00 2025-12-04T09:53:59.9674759Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl (23.7 MB) 2025-12-04T09:54:00.0932297Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 189.9 MB/s 0:00:00 2025-12-04T09:54:00.1030143Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (897 kB) 2025-12-04T09:54:00.1104314Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 897.7/897.7 kB 134.4 MB/s 0:00:00 2025-12-04T09:54:00.1207119Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl (571.0 MB) 2025-12-04T09:54:03.9695670Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 571.0/571.0 MB 124.4 MB/s 0:00:03 2025-12-04T09:54:03.9924861Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (200.2 MB) 2025-12-04T09:54:05.2719200Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.2/200.2 MB 156.6 MB/s 0:00:01 2025-12-04T09:54:05.2874101Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB) 2025-12-04T09:54:05.2967950Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 116.7 MB/s 0:00:00 2025-12-04T09:54:05.3121560Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (56.3 MB) 2025-12-04T09:54:05.7190018Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 139.2 MB/s 0:00:00 2025-12-04T09:54:05.7258654Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (158.2 MB) 2025-12-04T09:54:06.9908210Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.2/158.2 MB 125.5 MB/s 0:00:01 2025-12-04T09:54:07.0053658Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.6 MB) 2025-12-04T09:54:08.9437061Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.6/216.6 MB 111.7 MB/s 0:00:01 2025-12-04T09:54:08.9593703Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl (156.8 MB) 2025-12-04T09:54:11.2569328Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 MB 68.2 MB/s 0:00:02 2025-12-04T09:54:11.2746102Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (201.3 MB) 2025-12-04T09:54:13.5074280Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 MB 90.1 MB/s 0:00:02 2025-12-04T09:54:13.5211288Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (19.7 MB) 2025-12-04T09:54:13.9114344Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 50.3 MB/s 0:00:00 2025-12-04T09:54:13.9191950Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-12-04T09:54:14.1474330Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.7 MB) 2025-12-04T09:54:14.9718960Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.7/155.7 MB 189.1 MB/s 0:00:00 2025-12-04T09:54:14.9753795Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 2025-12-04T09:54:14.9835541Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 146.9 MB/s 0:00:00 2025-12-04T09:54:14.9880114Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-12-04T09:54:15.0151601Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 239.5 MB/s 0:00:00 2025-12-04T09:54:15.0295064Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-12-04T09:54:15.0347043Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 83.7 MB/s 0:00:00 2025-12-04T09:54:15.0467424Z Downloading filelock-3.20.0-py3-none-any.whl (16 kB) 2025-12-04T09:54:15.1414338Z Downloading fsspec-2025.12.0-py3-none-any.whl (201 kB) 2025-12-04T09:54:15.1689907Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-12-04T09:54:15.1917431Z Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) 2025-12-04T09:54:15.2112418Z Downloading networkx-3.6-py3-none-any.whl (2.1 MB) 2025-12-04T09:54:15.2246033Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 164.7 MB/s 0:00:00 2025-12-04T09:54:17.3326600Z Installing collected packages: nvidia-cusparselt-cu12, mpmath, sympy, setuptools, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufile-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, networkx, MarkupSafe, fsspec, filelock, triton, nvidia-cusparse-cu12, nvidia-cufft-cu12, nvidia-cudnn-cu12, jinja2, nvidia-cusolver-cu12, torch 2025-12-04T09:55:01.9539457Z 2025-12-04T09:55:01.9569931Z Successfully installed MarkupSafe-3.0.3 filelock-3.20.0 fsspec-2025.12.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.6 nvidia-cublas-cu12-12.6.4.1 nvidia-cuda-cupti-cu12-12.6.80 nvidia-cuda-nvrtc-cu12-12.6.77 nvidia-cuda-runtime-cu12-12.6.77 nvidia-cudnn-cu12-9.5.1.17 nvidia-cufft-cu12-11.3.0.4 nvidia-cufile-cu12-1.11.1.6 nvidia-curand-cu12-10.3.7.77 nvidia-cusolver-cu12-11.7.1.2 nvidia-cusparse-cu12-12.5.4.2 nvidia-cusparselt-cu12-0.6.3 nvidia-nccl-cu12-2.26.2 nvidia-nvjitlink-cu12-12.6.85 nvidia-nvtx-cu12-12.6.77 setuptools-80.9.0 sympy-1.14.0 torch-2.7.1 triton-3.3.1 2025-12-04T09:55:02.3011520Z + echo DEVICE_NAME= 2025-12-04T09:55:02.3011908Z + echo DEVICE_TYPE= 2025-12-04T09:55:02.3037072Z ##[group]Run set -eux 2025-12-04T09:55:02.3037265Z set -eux 2025-12-04T09:55:02.3037430Z  2025-12-04T09:55:02.3037603Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-12-04T09:55:02.3037835Z  echo "Missing github-token input" 2025-12-04T09:55:02.3038046Z  exit 1 2025-12-04T09:55:02.3038205Z fi 2025-12-04T09:55:02.3047179Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:02.3047430Z env: 2025-12-04T09:55:02.3047609Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.3047843Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3048145Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:02.3048452Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3048728Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3049117Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3049405Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:02.3049659Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.3049858Z AWS_REGION: us-east-1 2025-12-04T09:55:02.3050116Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.3050365Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.3053481Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.3053759Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:02.3054057Z DEVICE_NAME: 2025-12-04T09:55:02.3054215Z DEVICE_TYPE: 2025-12-04T09:55:02.3054458Z GITHUB_TOKEN: *** 2025-12-04T09:55:02.3054625Z ##[endgroup] 2025-12-04T09:55:02.3079668Z + [[ -z *** ]] 2025-12-04T09:55:02.3107322Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-12-04T09:55:02.3107601Z with: 2025-12-04T09:55:02.3107850Z github-token: *** 2025-12-04T09:55:02.3108011Z env: 2025-12-04T09:55:02.3108183Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.3108421Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3108735Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:02.3109041Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3109340Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3109616Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3109898Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:02.3110153Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.3110339Z AWS_REGION: us-east-1 2025-12-04T09:55:02.3110541Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.3110795Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.3113980Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.3114270Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:02.3114603Z DEVICE_NAME: 2025-12-04T09:55:02.3114815Z DEVICE_TYPE: 2025-12-04T09:55:02.3114985Z ##[endgroup] 2025-12-04T09:55:02.3124033Z ##[group]Run set -eux 2025-12-04T09:55:02.3124226Z set -eux 2025-12-04T09:55:02.3124399Z  2025-12-04T09:55:02.3124696Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-12-04T09:55:02.3133210Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:02.3133462Z env: 2025-12-04T09:55:02.3133778Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.3134017Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3134321Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:02.3134638Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3134966Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3135238Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.3135525Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:02.3135771Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.3135968Z AWS_REGION: us-east-1 2025-12-04T09:55:02.3136201Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.3136445Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.3139566Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.3139846Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:02.3140147Z DEVICE_NAME: 2025-12-04T09:55:02.3140310Z DEVICE_TYPE: 2025-12-04T09:55:02.3140532Z GITHUB_TOKEN: *** 2025-12-04T09:55:02.3140701Z ##[endgroup] 2025-12-04T09:55:02.3162533Z + python3 /home/eve/_work/_actions/pytorch/test-infra/main/.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py 19922050786 dgxb200-04-1007 2025-12-04T09:55:02.7727067Z setting job-id=57114566972 2025-12-04T09:55:02.7729064Z setting job-name=linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:55:02.7840002Z ##[group]Run set -eux 2025-12-04T09:55:02.7840211Z set -eux 2025-12-04T09:55:02.7840370Z  2025-12-04T09:55:02.7840539Z if [[ -n "" ]]; then 2025-12-04T09:55:02.7840727Z  source "" 2025-12-04T09:55:02.7840888Z fi 2025-12-04T09:55:02.7841041Z  2025-12-04T09:55:02.7841295Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-12-04T09:55:02.7841637Z  --schema-version "${SCHEMA_VERSION}" \ 2025-12-04T09:55:02.7841860Z  --repo "${REPO}" \ 2025-12-04T09:55:02.7842068Z  --head-branch "${HEAD_BRANCH}" \ 2025-12-04T09:55:02.7842283Z  --head-sha "${HEAD_SHA}" \ 2025-12-04T09:55:02.7842499Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-12-04T09:55:02.7842726Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-12-04T09:55:02.7842931Z  --job-id "${JOB_ID}" \ 2025-12-04T09:55:02.7843127Z  --job-name "${JOB_NAME}" 2025-12-04T09:55:02.7851994Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:02.7852249Z env: 2025-12-04T09:55:02.7852431Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.7852680Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.7852995Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:02.7853305Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.7853603Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.7853882Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.7854163Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:02.7854424Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.7854622Z AWS_REGION: us-east-1 2025-12-04T09:55:02.7854923Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.7855194Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.7858391Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.7858689Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:02.7858986Z DEVICE_NAME: 2025-12-04T09:55:02.7859174Z DEVICE_TYPE: 2025-12-04T09:55:02.7859345Z SCHEMA_VERSION: v3 2025-12-04T09:55:02.7859521Z REPO: pytorch/pytorch 2025-12-04T09:55:02.7859739Z HEAD_BRANCH: refs/heads/main 2025-12-04T09:55:02.7859957Z HEAD_SHA: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:02.7860181Z WORKFLOW_RUN_ID: 19922050786 2025-12-04T09:55:02.7860513Z RUN_ATTEMPT: 1 2025-12-04T09:55:02.7860699Z JOB_ID: 57114566972 2025-12-04T09:55:02.7860990Z JOB_NAME: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:55:02.7861285Z ##[endgroup] 2025-12-04T09:55:02.7889286Z + [[ -n '' ]] 2025-12-04T09:55:02.7892130Z + python3 /home/eve/_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/heads/main --head-sha ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 --workflow-id 19922050786 --run-attempt 1 --job-id 57114566972 --job-name 'linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200)' 2025-12-04T09:55:02.8159593Z ##[group]Run set -eux 2025-12-04T09:55:02.8159784Z set -eux 2025-12-04T09:55:02.8159944Z  2025-12-04T09:55:02.8160110Z if [[ -n "" ]]; then 2025-12-04T09:55:02.8160297Z  source "" 2025-12-04T09:55:02.8160473Z fi 2025-12-04T09:55:02.8160628Z  2025-12-04T09:55:02.8160869Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_runners_info.py" 2025-12-04T09:55:02.8168593Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:02.8168850Z env: 2025-12-04T09:55:02.8169021Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.8169264Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.8169569Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:02.8169974Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.8170243Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.8170517Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:02.8170787Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:02.8171034Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.8171237Z AWS_REGION: us-east-1 2025-12-04T09:55:02.8171457Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.8171706Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.8174833Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.8175116Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:02.8175418Z DEVICE_NAME: 2025-12-04T09:55:02.8175588Z DEVICE_TYPE: 2025-12-04T09:55:02.8175751Z ##[endgroup] 2025-12-04T09:55:02.8200148Z + [[ -n '' ]] 2025-12-04T09:55:02.8204417Z + python3 /home/eve/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_runners_info.py 2025-12-04T09:55:03.6173265Z /home/eve/_work/_tool/Python/3.12.12/x64/lib/python3.12/site-packages/torch/_subclasses/functional_tensor.py:276: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at /pytorch/torch/csrc/utils/tensor_numpy.cpp:81.) 2025-12-04T09:55:03.6174198Z cpu = _conversion_method_template(device=torch.device("cpu")) 2025-12-04T09:55:04.6515680Z /home/eve/_work/_tool/Python/3.12.12/x64/lib/python3.12/site-packages/torch/cuda/__init__.py:287: UserWarning: 2025-12-04T09:55:04.6516220Z NVIDIA B200 with CUDA capability sm_100 is not compatible with the current PyTorch installation. 2025-12-04T09:55:04.6516650Z The current PyTorch install supports CUDA capabilities sm_50 sm_60 sm_70 sm_75 sm_80 sm_86 sm_90. 2025-12-04T09:55:04.6517150Z If you want to use the NVIDIA B200 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/ 2025-12-04T09:55:04.6517550Z 2025-12-04T09:55:04.6517659Z warnings.warn( 2025-12-04T09:55:05.0030904Z ##[group]Run set -eux 2025-12-04T09:55:05.0031105Z set -eux 2025-12-04T09:55:05.0031270Z  2025-12-04T09:55:05.0031448Z # TODO (huydhn): Implement this part 2025-12-04T09:55:05.0031694Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:55:05.0040445Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:05.0040852Z env: 2025-12-04T09:55:05.0041026Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:05.0041258Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0041569Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:05.0041869Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0042141Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0042443Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0042724Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:05.0042966Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:05.0043159Z AWS_REGION: us-east-1 2025-12-04T09:55:05.0043397Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:05.0043651Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:05.0046798Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:05.0047101Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:05.0047393Z DEVICE_NAME: 2025-12-04T09:55:05.0047557Z DEVICE_TYPE: 2025-12-04T09:55:05.0047723Z ##[endgroup] 2025-12-04T09:55:05.0073624Z + echo 'dependencies={}' 2025-12-04T09:55:05.0092017Z ##[group]Run set -eux 2025-12-04T09:55:05.0092220Z set -eux 2025-12-04T09:55:05.0092381Z  2025-12-04T09:55:05.0092541Z if [[ -n "" ]]; then 2025-12-04T09:55:05.0092735Z  source "" 2025-12-04T09:55:05.0092899Z fi 2025-12-04T09:55:05.0093165Z  2025-12-04T09:55:05.0093352Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-12-04T09:55:05.0093636Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-12-04T09:55:05.0093938Z  # We don't want the job to fail if the directory doesn't exist 2025-12-04T09:55:05.0094185Z  exit 0 2025-12-04T09:55:05.0094366Z fi 2025-12-04T09:55:05.0094528Z  2025-12-04T09:55:05.0094715Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-12-04T09:55:05.0095093Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-12-04T09:55:05.0095419Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-12-04T09:55:05.0095679Z  --metadata "${BENCHMARK_METADATA}" \ 2025-12-04T09:55:05.0095913Z  --runners "${RUNNER_INFO}" \ 2025-12-04T09:55:05.0096139Z  --dependencies "${DEPENDENCIES}" \ 2025-12-04T09:55:05.0096355Z  --dry-run 2025-12-04T09:55:05.0096548Z else 2025-12-04T09:55:05.0096808Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-12-04T09:55:05.0097141Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-12-04T09:55:05.0097417Z  --metadata "${BENCHMARK_METADATA}" \ 2025-12-04T09:55:05.0097650Z  --runners "${RUNNER_INFO}" \ 2025-12-04T09:55:05.0097878Z  --dependencies "${DEPENDENCIES}" 2025-12-04T09:55:05.0098101Z fi 2025-12-04T09:55:05.0106253Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:05.0106497Z env: 2025-12-04T09:55:05.0106671Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:05.0106901Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0107206Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:05.0107509Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0107786Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0108046Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.0108314Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:05.0108557Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:05.0108745Z AWS_REGION: us-east-1 2025-12-04T09:55:05.0108975Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:05.0109221Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:05.0112499Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:05.0112782Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:05.0113078Z DEVICE_NAME: 2025-12-04T09:55:05.0113242Z DEVICE_TYPE: 2025-12-04T09:55:05.0113427Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-12-04T09:55:05.0113638Z DRY_RUN: false 2025-12-04T09:55:05.0114345Z BENCHMARK_METADATA: {"timestamp": 1764842102, "schema_version": "v3", "name": "linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200)", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32", "workflow_id": 19922050786, "run_attempt": 1, "job_id": 57114566972} 2025-12-04T09:55:05.0115432Z RUNNER_INFO: [{"cpu_info": "x86_64", "cpu_count": 224, "avail_mem_in_gb": 2015, "extra_info": {"hostname": "649202eea082"}, "name": "cuda", "type": "NVIDIA B200", "gpu_count": 1, "avail_gpu_mem_in_gb": 178}] 2025-12-04T09:55:05.0115846Z DEPENDENCIES: {} 2025-12-04T09:55:05.0116017Z ##[endgroup] 2025-12-04T09:55:05.0142070Z + [[ -n '' ]] 2025-12-04T09:55:05.0142317Z + [[ ! -d test/test-reports ]] 2025-12-04T09:55:05.0142554Z + [[ false == \t\r\u\e ]] 2025-12-04T09:55:05.0144019Z + python3 /home/eve/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py --benchmark-results-dir test/test-reports --metadata '{"timestamp": 1764842102, "schema_version": "v3", "name": "linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200)", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32", "workflow_id": 19922050786, "run_attempt": 1, "job_id": 57114566972}' --runners '[{"cpu_info": "x86_64", "cpu_count": 224, "avail_mem_in_gb": 2015, "extra_info": {"hostname": "649202eea082"}, "name": "cuda", "type": "NVIDIA B200", "gpu_count": 1, "avail_gpu_mem_in_gb": 178}]' --dependencies '{}' 2025-12-04T09:55:05.1311901Z /home/eve/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py:236: UserWarning: {'included': [{'test_file': 'inductor/test_flex_flash'}, {'test_file': 'inductor/test_fp8'}, {'test_file': 'inductor/test_torchinductor'}, {'test_file': 'nn/attention/test_fa4'}, {'test_file': 'nn/attention/test_open_registry'}, {'test_file': 'test_matmul_cuda'}, {'test_file': 'test_scaled_matmul_cuda'}], 'excluded': []} from test/test-reports/td_exclusions-60fecf1c1e56cb4c5b4d.json is not a benchmark record, skipping 2025-12-04T09:55:05.1313125Z warn(f"{result} from {filepath} is not a benchmark record, skipping") 2025-12-04T09:55:05.1539900Z ##[group]Run cat test/**/*_toprint.log || true 2025-12-04T09:55:05.1540158Z cat test/**/*_toprint.log || true 2025-12-04T09:55:05.1548576Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:05.1548833Z env: 2025-12-04T09:55:05.1549000Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:05.1549230Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1549535Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:05.1549835Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1550104Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1550376Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1550641Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:05.1550894Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:05.1551088Z AWS_REGION: us-east-1 2025-12-04T09:55:05.1551346Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:05.1551592Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:05.1554713Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:05.1555054Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:05.1555346Z DEVICE_NAME: 2025-12-04T09:55:05.1555504Z DEVICE_TYPE: 2025-12-04T09:55:05.1555661Z ##[endgroup] 2025-12-04T09:55:05.1637924Z cat: 'test/**/*_toprint.log': No such file or directory 2025-12-04T09:55:05.1659731Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2025-12-04T09:55:05.1660040Z kill "$MONITOR_SCRIPT_PID" 2025-12-04T09:55:05.1667936Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:05.1668213Z env: 2025-12-04T09:55:05.1668379Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:05.1668601Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1668909Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:05.1669202Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1669472Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1669739Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:05.1670000Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:05.1670239Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:05.1670428Z AWS_REGION: us-east-1 2025-12-04T09:55:05.1670673Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:05.1670917Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:05.1674382Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:05.1674669Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:05.1675031Z DEVICE_NAME: 2025-12-04T09:55:05.1675195Z DEVICE_TYPE: 2025-12-04T09:55:05.1675361Z MONITOR_SCRIPT_PID: 8512 2025-12-04T09:55:05.1675542Z ##[endgroup] 2025-12-04T09:55:05.1829703Z Prepare all required actions 2025-12-04T09:55:05.1830193Z Getting action download info 2025-12-04T09:55:05.6446261Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-12-04T09:55:06.1627170Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-12-04T09:55:07.4251838Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-12-04T09:55:07.4252075Z with: 2025-12-04T09:55:07.4252286Z file-suffix: test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:55:07.4252547Z s3-bucket: gha-artifacts 2025-12-04T09:55:07.4252733Z env: 2025-12-04T09:55:07.4252891Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:07.4253122Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4253420Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:07.4253715Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4254039Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4254310Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4254581Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:07.4254884Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:07.4255077Z AWS_REGION: us-east-1 2025-12-04T09:55:07.4255313Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:07.4255569Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:07.4258782Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:07.4259073Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:07.4259368Z DEVICE_NAME: 2025-12-04T09:55:07.4259531Z DEVICE_TYPE: 2025-12-04T09:55:07.4259698Z ##[endgroup] 2025-12-04T09:55:07.4530665Z ##[group]Run # Remove any previous test jsons if they exist 2025-12-04T09:55:07.4530967Z # Remove any previous test jsons if they exist 2025-12-04T09:55:07.4531233Z rm -f test-jsons-*.zip 2025-12-04T09:55:07.4531518Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test/test-reports -i '*.json' 2025-12-04T09:55:07.4540155Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:07.4540402Z env: 2025-12-04T09:55:07.4540565Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:07.4540795Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4541102Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:07.4541396Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4541668Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4541942Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4542211Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:07.4542454Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:07.4542649Z AWS_REGION: us-east-1 2025-12-04T09:55:07.4542879Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:07.4543150Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:07.4546371Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:07.4546662Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:07.4546950Z DEVICE_NAME: 2025-12-04T09:55:07.4547108Z DEVICE_TYPE: 2025-12-04T09:55:07.4547327Z FILE_SUFFIX: test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:55:07.4547559Z ##[endgroup] 2025-12-04T09:55:07.4601173Z adding: test/test-reports/td_exclusions-60fecf1c1e56cb4c5b4d.json (deflated 59%) 2025-12-04T09:55:07.4622713Z ##[group]Run # Remove any previous test reports if they exist 2025-12-04T09:55:07.4623024Z # Remove any previous test reports if they exist 2025-12-04T09:55:07.4623277Z rm -f test-reports-*.zip 2025-12-04T09:55:07.4623563Z zip -r "test-reports-${FILE_SUFFIX}.zip" test/test-reports -i '*.xml' -i '*.csv' 2025-12-04T09:55:07.4631741Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:07.4632284Z env: 2025-12-04T09:55:07.4632458Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:07.4632688Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4632997Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:07.4633295Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4633563Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4633842Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.4634115Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:07.4634356Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:07.4634552Z AWS_REGION: us-east-1 2025-12-04T09:55:07.4634827Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:07.4635109Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:07.4638299Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:07.4638613Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:07.4638934Z DEVICE_NAME: 2025-12-04T09:55:07.4639110Z DEVICE_TYPE: 2025-12-04T09:55:07.4639347Z FILE_SUFFIX: test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:55:07.4639597Z ##[endgroup] 2025-12-04T09:55:07.4685855Z adding: test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-ea64db6cf3ca93e1.xml (deflated 28%) 2025-12-04T09:55:07.4686530Z adding: test/test-reports/python-pytest/inductor.test_flex_flash/inductor.test_flex_flash-b94d0cb7ea7ac807.xml (deflated 28%) 2025-12-04T09:55:07.4687165Z adding: test/test-reports/python-pytest/nn.attention.test_open_registry/nn.attention.test_open_registry-ccb29c2dec010ba7.xml (deflated 52%) 2025-12-04T09:55:07.4687788Z adding: test/test-reports/python-pytest/nn.attention.test_open_registry/nn.attention.test_open_registry-4397ea3fe5487aba.xml (deflated 28%) 2025-12-04T09:55:07.4688377Z adding: test/test-reports/python-pytest/test_scaled_matmul_cuda/test_scaled_matmul_cuda-469d345995e79f02.xml (deflated 28%) 2025-12-04T09:55:07.4688930Z adding: test/test-reports/python-pytest/test_scaled_matmul_cuda/test_scaled_matmul_cuda-c749edaea136b958.xml (deflated 28%) 2025-12-04T09:55:07.4689433Z adding: test/test-reports/python-pytest/test_matmul_cuda/test_matmul_cuda-fe73f8cc31153394.xml (deflated 28%) 2025-12-04T09:55:07.4689980Z adding: test/test-reports/python-pytest/test_matmul_cuda/test_matmul_cuda-60152fc5d9b62da7.xml (deflated 28%) 2025-12-04T09:55:07.4690462Z adding: test/test-reports/python-pytest/inductor.test_fp8/inductor.test_fp8-f9f0b4b5fa2207e6.xml (deflated 28%) 2025-12-04T09:55:07.4690950Z adding: test/test-reports/python-pytest/inductor.test_fp8/inductor.test_fp8-6d87d859946ea574.xml (deflated 28%) 2025-12-04T09:55:07.4691455Z adding: test/test-reports/python-pytest/nn.attention.test_fa4/nn.attention.test_fa4-66ca77fc2da6e3e4.xml (deflated 28%) 2025-12-04T09:55:07.4691977Z adding: test/test-reports/python-pytest/nn.attention.test_fa4/nn.attention.test_fa4-86a5d5eaaa9ce610.xml (deflated 28%) 2025-12-04T09:55:07.5081160Z ##[group]Run # Remove any previous usage logs if they exist 2025-12-04T09:55:07.5081455Z # Remove any previous usage logs if they exist 2025-12-04T09:55:07.5081697Z rm -f logs-*.zip 2025-12-04T09:55:07.5081928Z zip "logs-${FILE_SUFFIX}.zip" 'usage_log.txt' || true 2025-12-04T09:55:07.5082228Z zip -r "logs-${FILE_SUFFIX}.zip" test/test-reports -i '*.log' || true 2025-12-04T09:55:07.5090247Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:07.5090488Z env: 2025-12-04T09:55:07.5090655Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:07.5090881Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.5091182Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:07.5091481Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.5091756Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.5092269Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.5092554Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:07.5092796Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:07.5092984Z AWS_REGION: us-east-1 2025-12-04T09:55:07.5093218Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:07.5093457Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:07.5096572Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:07.5096851Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:07.5097161Z DEVICE_NAME: 2025-12-04T09:55:07.5097328Z DEVICE_TYPE: 2025-12-04T09:55:07.5097546Z FILE_SUFFIX: test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:55:07.5097791Z ##[endgroup] 2025-12-04T09:55:07.5152253Z adding: usage_log.txt (deflated 93%) 2025-12-04T09:55:07.5165319Z adding: test/test-reports/test_scaled_matmul_cuda_1.1_3cfdc2396952b8ba_.log (deflated 47%) 2025-12-04T09:55:07.5165858Z adding: test/test-reports/nn.attention.test_open_registry_1.1_830556d843b3e971_.log (deflated 49%) 2025-12-04T09:55:07.5166343Z adding: test/test-reports/nn.attention.test_open_registry_1.1_4620f2d108f2867d_.log (deflated 56%) 2025-12-04T09:55:07.5166763Z adding: test/test-reports/test_matmul_cuda_1.1_dba712fca3acf135_.log (deflated 46%) 2025-12-04T09:55:07.5167143Z adding: test/test-reports/nn.attention.test_fa4_1.1_a77317be97206390_.log (deflated 47%) 2025-12-04T09:55:07.5167540Z adding: test/test-reports/inductor.test_torchinductor_2.2_dfa8bb421f5ee3ef_.log (deflated 4%) 2025-12-04T09:55:07.5167944Z adding: test/test-reports/inductor.test_fp8_1.1_3a02e2ee32767abb_.log (deflated 46%) 2025-12-04T09:55:07.5168326Z adding: test/test-reports/inductor.test_flex_flash_1.1_9225c30ad2f8903b_.log (deflated 47%) 2025-12-04T09:55:07.5168723Z adding: test/test-reports/inductor.test_torchinductor_2.2_c8debbdfac5e1d09_.log (deflated 4%) 2025-12-04T09:55:07.5169132Z adding: test/test-reports/inductor.test_torchinductor_1.2_752bd81276c327b9_.log (deflated 5%) 2025-12-04T09:55:07.5169522Z adding: test/test-reports/nn.attention.test_fa4_1.1_2c911a954878456a_.log (deflated 47%) 2025-12-04T09:55:07.5169909Z adding: test/test-reports/inductor.test_torchinductor_1.2_8c104b44d85cc505_.log (deflated 4%) 2025-12-04T09:55:07.5170303Z adding: test/test-reports/test_scaled_matmul_cuda_1.1_14eb3009f695e310_.log (deflated 47%) 2025-12-04T09:55:07.5170729Z adding: test/test-reports/inductor.test_flex_flash_1.1_0b30b95e07a4acf1_.log (deflated 47%) 2025-12-04T09:55:07.5171115Z adding: test/test-reports/inductor.test_fp8_1.1_022523ff023ccb4b_.log (deflated 46%) 2025-12-04T09:55:07.5171479Z adding: test/test-reports/test_matmul_cuda_1.1_f2c199dca35a5a10_.log (deflated 46%) 2025-12-04T09:55:07.6350868Z ##[group]Run # Remove any previous debugging artifacts if they exist 2025-12-04T09:55:07.6351203Z # Remove any previous debugging artifacts if they exist 2025-12-04T09:55:07.6351482Z rm -f debug-*.zip 2025-12-04T09:55:07.6351714Z if [ -d 'test/debug' ]; then 2025-12-04T09:55:07.6351948Z  zip -r "debug-${FILE_SUFFIX}.zip" test/debug 2025-12-04T09:55:07.6352168Z fi 2025-12-04T09:55:07.6360067Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:07.6360307Z env: 2025-12-04T09:55:07.6360479Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:07.6360712Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.6361012Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:07.6361317Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.6361589Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.6361852Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.6362133Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:07.6362373Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:07.6362660Z AWS_REGION: us-east-1 2025-12-04T09:55:07.6362994Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:07.6363242Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:07.6366363Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:07.6366643Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:07.6366943Z DEVICE_NAME: 2025-12-04T09:55:07.6367100Z DEVICE_TYPE: 2025-12-04T09:55:07.6367306Z FILE_SUFFIX: test-smoke_b200-1-1-linux.dgx.b200_57114566972 2025-12-04T09:55:07.6367533Z ##[endgroup] 2025-12-04T09:55:07.7613596Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:55:07.7613820Z with: 2025-12-04T09:55:07.7613982Z s3-bucket: gha-artifacts 2025-12-04T09:55:07.7614194Z s3-prefix: pytorch/pytorch/19922050786/1/artifact 2025-12-04T09:55:07.7614423Z retention-days: 14 2025-12-04T09:55:07.7614600Z if-no-files-found: warn 2025-12-04T09:55:07.7614840Z path: test-jsons-*.zip 2025-12-04T09:55:07.7615036Z name: artifact 2025-12-04T09:55:07.7615201Z region: us-east-1 2025-12-04T09:55:07.7615395Z env: 2025-12-04T09:55:07.7615576Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:07.7615813Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.7616118Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:07.7616430Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.7616702Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.7616963Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:07.7617238Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:07.7617482Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:07.7617669Z AWS_REGION: us-east-1 2025-12-04T09:55:07.7617896Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:07.7618138Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:07.7621200Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:07.7621482Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:07.7621778Z DEVICE_NAME: 2025-12-04T09:55:07.7621938Z DEVICE_TYPE: 2025-12-04T09:55:07.7622097Z ##[endgroup] 2025-12-04T09:55:07.9885794Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T09:55:07.9889970Z With the provided path, there will be 1 file uploaded 2025-12-04T09:55:07.9890333Z Uploading to s3 prefix: pytorch/pytorch/19922050786/1/artifact 2025-12-04T09:55:07.9900560Z Starting upload of test-jsons-test-smoke_b200-1-1-linux.dgx.b200_57114566972.zip 2025-12-04T09:55:08.3078091Z Finished upload of test-jsons-test-smoke_b200-1-1-linux.dgx.b200_57114566972.zip 2025-12-04T09:55:08.3259593Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:55:08.3260287Z with: 2025-12-04T09:55:08.3260853Z s3-bucket: gha-artifacts 2025-12-04T09:55:08.3261296Z s3-prefix: pytorch/pytorch/19922050786/1/artifact 2025-12-04T09:55:08.3261634Z retention-days: 14 2025-12-04T09:55:08.3261991Z if-no-files-found: error 2025-12-04T09:55:08.3262680Z path: test-reports-*.zip 2025-12-04T09:55:08.3263308Z name: artifact 2025-12-04T09:55:08.3263535Z region: us-east-1 2025-12-04T09:55:08.3263765Z env: 2025-12-04T09:55:08.3264034Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:08.3264966Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.3265683Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:08.3266226Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.3267143Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.3267839Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.3268276Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:08.3269032Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:08.3269699Z AWS_REGION: us-east-1 2025-12-04T09:55:08.3270121Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:08.3270497Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:08.3277255Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:08.3278293Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:08.3278804Z DEVICE_NAME: 2025-12-04T09:55:08.3279023Z DEVICE_TYPE: 2025-12-04T09:55:08.3279244Z ##[endgroup] 2025-12-04T09:55:08.5519021Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T09:55:08.5523620Z With the provided path, there will be 1 file uploaded 2025-12-04T09:55:08.5527801Z Uploading to s3 prefix: pytorch/pytorch/19922050786/1/artifact 2025-12-04T09:55:08.5535349Z Starting upload of test-reports-test-smoke_b200-1-1-linux.dgx.b200_57114566972.zip 2025-12-04T09:55:08.9188655Z Finished upload of test-reports-test-smoke_b200-1-1-linux.dgx.b200_57114566972.zip 2025-12-04T09:55:08.9695105Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:55:08.9695553Z with: 2025-12-04T09:55:08.9695900Z s3-bucket: gha-artifacts 2025-12-04T09:55:08.9696294Z s3-prefix: pytorch/pytorch/19922050786/1/artifact 2025-12-04T09:55:08.9696700Z retention-days: 14 2025-12-04T09:55:08.9697147Z if-no-files-found: ignore 2025-12-04T09:55:08.9697464Z path: logs-*.zip 2025-12-04T09:55:08.9697784Z name: artifact 2025-12-04T09:55:08.9698074Z region: us-east-1 2025-12-04T09:55:08.9698425Z env: 2025-12-04T09:55:08.9698711Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:08.9699152Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.9699783Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:08.9700385Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.9700927Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.9701425Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:08.9701941Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:08.9702449Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:08.9702785Z AWS_REGION: us-east-1 2025-12-04T09:55:08.9703189Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:08.9703698Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:08.9709512Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:08.9710015Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:08.9710551Z DEVICE_NAME: 2025-12-04T09:55:08.9710857Z DEVICE_TYPE: 2025-12-04T09:55:08.9711157Z ##[endgroup] 2025-12-04T09:55:09.2058717Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T09:55:09.2064211Z With the provided path, there will be 1 file uploaded 2025-12-04T09:55:09.2069628Z Uploading to s3 prefix: pytorch/pytorch/19922050786/1/artifact 2025-12-04T09:55:09.2077221Z Starting upload of logs-test-smoke_b200-1-1-linux.dgx.b200_57114566972.zip 2025-12-04T09:55:09.6087090Z Finished upload of logs-test-smoke_b200-1-1-linux.dgx.b200_57114566972.zip 2025-12-04T09:55:09.7615705Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:55:09.7615930Z with: 2025-12-04T09:55:09.7616095Z s3-bucket: gha-artifacts 2025-12-04T09:55:09.7616323Z s3-prefix: pytorch/pytorch/19922050786/1/artifact 2025-12-04T09:55:09.7616557Z retention-days: 14 2025-12-04T09:55:09.7616730Z if-no-files-found: ignore 2025-12-04T09:55:09.7616912Z path: debug-*.zip 2025-12-04T09:55:09.7617075Z name: artifact 2025-12-04T09:55:09.7617232Z region: us-east-1 2025-12-04T09:55:09.7617389Z env: 2025-12-04T09:55:09.7617546Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:09.7617762Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.7618059Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:09.7618354Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.7618616Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.7618876Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.7619145Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:09.7619383Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:09.7619670Z AWS_REGION: us-east-1 2025-12-04T09:55:09.7620007Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:09.7620255Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:09.7623342Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:09.7623620Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:09.7623923Z DEVICE_NAME: 2025-12-04T09:55:09.7624095Z DEVICE_TYPE: 2025-12-04T09:55:09.7624260Z ##[endgroup] 2025-12-04T09:55:09.9834330Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2025-12-04T09:55:09.9940326Z ##[group]Run # shellcheck disable=SC2156 2025-12-04T09:55:09.9940581Z # shellcheck disable=SC2156 2025-12-04T09:55:09.9940933Z find . -iname "core.[1-9]*" -exec docker exec "${DOCKER_CONTAINER_ID}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2025-12-04T09:55:09.9950029Z shell: /usr/bin/bash -e {0} 2025-12-04T09:55:09.9950242Z env: 2025-12-04T09:55:09.9950418Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:09.9950680Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.9951033Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:09.9951342Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.9951636Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.9951916Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:09.9952199Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:09.9952485Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:09.9952696Z AWS_REGION: us-east-1 2025-12-04T09:55:09.9952941Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:09.9953206Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:09.9956427Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:09.9956741Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:09.9957053Z DEVICE_NAME: 2025-12-04T09:55:09.9957230Z DEVICE_TYPE: 2025-12-04T09:55:09.9957405Z ##[endgroup] 2025-12-04T09:55:10.2554364Z Prepare all required actions 2025-12-04T09:55:10.2554668Z Getting action download info 2025-12-04T09:55:10.5177675Z Download action repository 'actions/setup-python@v6' (SHA:83679a892e2d95755f2dac6acb0bfd1e9ac5d548) 2025-12-04T09:55:11.7611411Z ##[group]Run ./.github/actions/upload-utilization-stats 2025-12-04T09:55:11.7611666Z with: 2025-12-04T09:55:11.7611838Z job_id: 57114566972 2025-12-04T09:55:11.7612147Z job_name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:55:11.7612481Z workflow_name: B200 Smoke Tests 2025-12-04T09:55:11.7612701Z workflow_run_id: 19922050786 2025-12-04T09:55:11.7612912Z workflow_attempt: 1 2025-12-04T09:55:11.7613089Z env: 2025-12-04T09:55:11.7613252Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:11.7613498Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7613820Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:11.7614184Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7614470Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7614760Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7615121Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:11.7615379Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:11.7615582Z AWS_REGION: us-east-1 2025-12-04T09:55:11.7615833Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:11.7616074Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:11.7619158Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:11.7619432Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:11.7619730Z DEVICE_NAME: 2025-12-04T09:55:11.7619890Z DEVICE_TYPE: 2025-12-04T09:55:11.7620048Z ##[endgroup] 2025-12-04T09:55:11.7641896Z ##[group]Run actions/setup-python@v6 2025-12-04T09:55:11.7642110Z with: 2025-12-04T09:55:11.7642273Z python-version: 3.10 2025-12-04T09:55:11.7642591Z check-latest: false 2025-12-04T09:55:11.7642813Z token: *** 2025-12-04T09:55:11.7642985Z update-environment: true 2025-12-04T09:55:11.7643178Z allow-prereleases: false 2025-12-04T09:55:11.7643358Z freethreaded: false 2025-12-04T09:55:11.7643521Z env: 2025-12-04T09:55:11.7643676Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:11.7643899Z pythonLocation: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7644202Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib/pkgconfig 2025-12-04T09:55:11.7644507Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7644830Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7645103Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.12.12/x64 2025-12-04T09:55:11.7645387Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:11.7645626Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:11.7645815Z AWS_REGION: us-east-1 2025-12-04T09:55:11.7646026Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:11.7646269Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:11.7649478Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:11.7649765Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:11.7650064Z DEVICE_NAME: 2025-12-04T09:55:11.7650248Z DEVICE_TYPE: 2025-12-04T09:55:11.7650415Z ##[endgroup] 2025-12-04T09:55:11.8621883Z ##[group]Installed versions 2025-12-04T09:55:11.8647645Z Version 3.10 was not found in the local cache 2025-12-04T09:55:11.8773806Z (node:8773) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2025-12-04T09:55:11.8774376Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-12-04T09:55:12.6399819Z Version 3.10 is available for downloading 2025-12-04T09:55:12.6400308Z Download from "https://github.com/actions/python-versions/releases/download/3.10.19-18393196481/python-3.10.19-linux-22.04-x64.tar.gz" 2025-12-04T09:55:14.6888348Z Extract downloaded archive 2025-12-04T09:55:14.7010984Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/eve/_work/_temp/82e11009-d7a5-465e-8892-54ad47e3c8de -f /home/eve/_work/_temp/cc147d04-ad71-4da8-a140-636cd4d21c1e 2025-12-04T09:55:16.2202898Z Execute installation script 2025-12-04T09:55:16.2879781Z Check if Python hostedtoolcache folder exist... 2025-12-04T09:55:16.2884133Z Create Python 3.10.19 folder 2025-12-04T09:55:16.2885941Z Copy Python binaries to hostedtoolcache folder 2025-12-04T09:55:16.6511296Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-12-04T09:55:16.6550486Z Upgrading pip... 2025-12-04T09:55:18.1790322Z Looking in links: /tmp/tmp2zt10k8w 2025-12-04T09:55:18.1790916Z Requirement already satisfied: setuptools in /home/eve/_work/_tool/Python/3.10.19/x64/lib/python3.10/site-packages (79.0.1) 2025-12-04T09:55:18.1791493Z Requirement already satisfied: pip in /home/eve/_work/_tool/Python/3.10.19/x64/lib/python3.10/site-packages (23.0.1) 2025-12-04T09:55:19.0457673Z Collecting pip 2025-12-04T09:55:19.1534438Z Downloading pip-25.3-py3-none-any.whl (1.8 MB) 2025-12-04T09:55:19.2725488Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.1 MB/s eta 0:00:00 2025-12-04T09:55:19.3090191Z Installing collected packages: pip 2025-12-04T09:55:19.3091978Z Attempting uninstall: pip 2025-12-04T09:55:19.3097339Z Found existing installation: pip 23.0.1 2025-12-04T09:55:19.4122640Z Uninstalling pip-23.0.1: 2025-12-04T09:55:19.4166625Z Successfully uninstalled pip-23.0.1 2025-12-04T09:55:19.9104604Z Successfully installed pip-25.3 2025-12-04T09:55:19.9572253Z Create complete file 2025-12-04T09:55:19.9603012Z Successfully set up CPython (3.10.19) 2025-12-04T09:55:19.9603482Z ##[endgroup] 2025-12-04T09:55:19.9719117Z ##[group]Run echo "workflow_id: 19922050786" 2025-12-04T09:55:19.9719385Z echo "workflow_id: 19922050786" 2025-12-04T09:55:19.9719631Z echo "workflow_attempt: 1" 2025-12-04T09:55:19.9720010Z echo "workflow_Name: B200 Smoke Tests" 2025-12-04T09:55:19.9720249Z echo "job_id: 57114566972" 2025-12-04T09:55:19.9720594Z echo "job_name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200)" 2025-12-04T09:55:19.9720941Z echo "artifact_prefix: " 2025-12-04T09:55:19.9721168Z python3 --version 2025-12-04T09:55:19.9730335Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:19.9730585Z env: 2025-12-04T09:55:19.9730758Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:19.9730992Z pythonLocation: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9731296Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.10.19/x64/lib/pkgconfig 2025-12-04T09:55:19.9731602Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9731876Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9732151Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9732510Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.10.19/x64/lib:/home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:19.9732824Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:19.9733020Z AWS_REGION: us-east-1 2025-12-04T09:55:19.9733259Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:19.9733504Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:19.9736718Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:19.9737003Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:19.9737315Z DEVICE_NAME: 2025-12-04T09:55:19.9737487Z DEVICE_TYPE: 2025-12-04T09:55:19.9737655Z ##[endgroup] 2025-12-04T09:55:19.9762972Z workflow_id: 19922050786 2025-12-04T09:55:19.9763326Z workflow_attempt: 1 2025-12-04T09:55:19.9763553Z workflow_Name: B200 Smoke Tests 2025-12-04T09:55:19.9763805Z job_id: 57114566972 2025-12-04T09:55:19.9764416Z job_name: linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200) 2025-12-04T09:55:19.9764746Z artifact_prefix: 2025-12-04T09:55:19.9778385Z Python 3.10.19 2025-12-04T09:55:19.9806990Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T09:55:19.9807204Z with: 2025-12-04T09:55:19.9807356Z shell: bash 2025-12-04T09:55:19.9807515Z timeout_minutes: 5 2025-12-04T09:55:19.9807699Z max_attempts: 5 2025-12-04T09:55:19.9807873Z retry_wait_seconds: 30 2025-12-04T09:55:19.9808215Z command: set -eu python3 -m pip install python-dateutil==2.8.2 boto3==1.35.42 pandas==2.1.3 dataclasses_json==0.6.7 2025-12-04T09:55:19.9808580Z polling_interval_seconds: 1 2025-12-04T09:55:19.9808780Z warning_on_retry: true 2025-12-04T09:55:19.9808962Z continue_on_error: false 2025-12-04T09:55:19.9809149Z env: 2025-12-04T09:55:19.9809306Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:19.9809537Z pythonLocation: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9809857Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.10.19/x64/lib/pkgconfig 2025-12-04T09:55:19.9810179Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9810462Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9810747Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:19.9811112Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.10.19/x64/lib:/home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:19.9811440Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:19.9811644Z AWS_REGION: us-east-1 2025-12-04T09:55:19.9811884Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:19.9812139Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:19.9815559Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:19.9815848Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:19.9816137Z DEVICE_NAME: 2025-12-04T09:55:19.9816297Z DEVICE_TYPE: 2025-12-04T09:55:19.9816463Z ##[endgroup] 2025-12-04T09:55:20.4030470Z Collecting python-dateutil==2.8.2 2025-12-04T09:55:20.4824336Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-12-04T09:55:20.6985810Z Collecting boto3==1.35.42 2025-12-04T09:55:20.7281618Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-12-04T09:55:20.8896845Z Collecting pandas==2.1.3 2025-12-04T09:55:20.9131373Z Downloading pandas-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-12-04T09:55:20.9690680Z Collecting dataclasses_json==0.6.7 2025-12-04T09:55:20.9699724Z Using cached dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-12-04T09:55:20.9898163Z Collecting six>=1.5 (from python-dateutil==2.8.2) 2025-12-04T09:55:20.9907045Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-12-04T09:55:21.2817530Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2025-12-04T09:55:21.2826766Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-12-04T09:55:21.3173478Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42) 2025-12-04T09:55:21.3183304Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-12-04T09:55:21.3550910Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42) 2025-12-04T09:55:21.3561025Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-12-04T09:55:21.6372539Z Collecting numpy<2,>=1.22.4 (from pandas==2.1.3) 2025-12-04T09:55:21.6613008Z Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-12-04T09:55:21.7647767Z Collecting pytz>=2020.1 (from pandas==2.1.3) 2025-12-04T09:55:21.7908519Z Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-12-04T09:55:21.8335289Z Collecting tzdata>=2022.1 (from pandas==2.1.3) 2025-12-04T09:55:21.8592512Z Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-12-04T09:55:21.9121904Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7) 2025-12-04T09:55:21.9130735Z Using cached marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-12-04T09:55:21.9360349Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7) 2025-12-04T09:55:21.9368016Z Using cached typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-12-04T09:55:21.9690121Z Collecting urllib3!=2.2.0,<3,>=1.25.4 (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) 2025-12-04T09:55:21.9826008Z Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-12-04T09:55:22.0157896Z Collecting packaging>=17.0 (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) 2025-12-04T09:55:22.0168365Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:55:22.2043211Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-12-04T09:55:22.2051743Z Using cached mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-12-04T09:55:22.2440300Z Collecting typing-extensions>=3.7.4 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-12-04T09:55:22.2448913Z Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:55:22.2853599Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-12-04T09:55:22.4222275Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-12-04T09:55:22.4954390Z Downloading pandas-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) 2025-12-04T09:55:23.4474682Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 13.6 MB/s 0:00:00 2025-12-04T09:55:23.4485202Z Using cached dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-12-04T09:55:23.4492626Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-12-04T09:55:23.4560168Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-12-04T09:55:23.4568102Z Using cached marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-12-04T09:55:23.4803858Z Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) 2025-12-04T09:55:23.7017932Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 83.5 MB/s 0:00:00 2025-12-04T09:55:23.7028980Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-12-04T09:55:23.7037091Z Using cached typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-12-04T09:55:23.7074283Z Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-12-04T09:55:23.7117479Z Using cached mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-12-04T09:55:23.7125328Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-12-04T09:55:23.7164433Z Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-12-04T09:55:23.7229945Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-12-04T09:55:23.7234593Z Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-12-04T09:55:23.7289520Z Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-12-04T09:55:23.8553428Z Installing collected packages: pytz, urllib3, tzdata, typing-extensions, six, packaging, numpy, mypy-extensions, jmespath, typing-inspect, python-dateutil, marshmallow, pandas, dataclasses_json, botocore, s3transfer, boto3 2025-12-04T09:55:28.2728688Z 2025-12-04T09:55:28.2746290Z Successfully installed boto3-1.35.42 botocore-1.35.99 dataclasses_json-0.6.7 jmespath-1.0.1 marshmallow-3.26.1 mypy-extensions-1.1.0 numpy-1.26.4 packaging-25.0 pandas-2.1.3 python-dateutil-2.8.2 pytz-2025.2 s3transfer-0.10.4 six-1.17.0 typing-extensions-4.15.0 typing-inspect-0.9.0 tzdata-2025.2 urllib3-2.5.0 2025-12-04T09:55:29.0461813Z Command completed after 1 attempt(s). 2025-12-04T09:55:29.0517297Z ##[group]Run python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-12-04T09:55:29.0517712Z python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-12-04T09:55:29.0518018Z  --workflow-run-id "19922050786" \ 2025-12-04T09:55:29.0518257Z  --workflow-name "B200 Smoke Tests" \ 2025-12-04T09:55:29.0518486Z  --workflow-run-attempt "1" \ 2025-12-04T09:55:29.0518696Z  --job-id "57114566972" \ 2025-12-04T09:55:29.0519174Z  --job-name "linux-jammy-cuda12.8-py3.10-gcc11-sm100 / test (smoke_b200, 1, 1, linux.dgx.b200)" \ 2025-12-04T09:55:29.0519512Z  --local-path "" \ 2025-12-04T09:55:29.0519711Z  --artifact-prefix "" 2025-12-04T09:55:29.0528628Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:29.0528882Z env: 2025-12-04T09:55:29.0529062Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:29.0529313Z pythonLocation: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:29.0529630Z PKG_CONFIG_PATH: /home/eve/_work/_tool/Python/3.10.19/x64/lib/pkgconfig 2025-12-04T09:55:29.0529939Z Python_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:29.0530239Z Python2_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:29.0530506Z Python3_ROOT_DIR: /home/eve/_work/_tool/Python/3.10.19/x64 2025-12-04T09:55:29.0530855Z LD_LIBRARY_PATH: /home/eve/_work/_tool/Python/3.10.19/x64/lib:/home/eve/_work/_tool/Python/3.12.12/x64/lib 2025-12-04T09:55:29.0531183Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:29.0531393Z AWS_REGION: us-east-1 2025-12-04T09:55:29.0531638Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:29.0531887Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:29.0535125Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:29.0535413Z DOCKER_CONTAINER_ID: 5435abe4f0d23ad09272a36f2f285bc8870867b1a75ae44d29e42e472f2552bd 2025-12-04T09:55:29.0535705Z DEVICE_NAME: 2025-12-04T09:55:29.0535876Z DEVICE_TYPE: 2025-12-04T09:55:29.0536035Z ##[endgroup] 2025-12-04T09:55:29.3276896Z Traceback (most recent call last): 2025-12-04T09:55:29.3282008Z File "/home/eve/_work/_tool/Python/3.10.19/x64/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2025-12-04T09:55:29.3282392Z return _run_code(code, main_globals, None, 2025-12-04T09:55:29.3284771Z File "/home/eve/_work/_tool/Python/3.10.19/x64/lib/python3.10/runpy.py", line 86, in _run_code 2025-12-04T09:55:29.3285400Z exec(code, run_globals) 2025-12-04T09:55:29.3285877Z File "/home/eve/_work/pytorch/pytorch/tools/stats/upload_utilization_stats/upload_utilization_stats.py", line 16, in 2025-12-04T09:55:29.3286668Z from tools.stats.upload_stats_lib import download_s3_artifacts, upload_to_s3 2025-12-04T09:55:29.3287090Z File "/home/eve/_work/pytorch/pytorch/tools/stats/upload_stats_lib.py", line 15, in 2025-12-04T09:55:29.3287422Z import requests 2025-12-04T09:55:29.3287640Z ModuleNotFoundError: No module named 'requests' 2025-12-04T09:55:29.3713510Z ##[error]Process completed with exit code 1. 2025-12-04T09:55:29.3771960Z Post job cleanup. 2025-12-04T09:55:29.3795345Z Post job cleanup. 2025-12-04T09:55:29.4669250Z (node:8859) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2025-12-04T09:55:29.4670827Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-12-04T09:55:29.4751993Z Post job cleanup. 2025-12-04T09:55:29.5616116Z Post job cleanup. 2025-12-04T09:55:29.5883735Z Logging out of registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:55:29.6099511Z Post job cleanup. 2025-12-04T09:55:29.6955828Z Post job cleanup. 2025-12-04T09:55:29.8201544Z [command]/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/eve/_work/pytorch/pytorch --files-from manifest.txt --use-compress-program zstdmt 2025-12-04T09:55:38.4483211Z Sent 0 of 3038440185 (0.0%), 0.0 MBs/sec 2025-12-04T09:55:39.4485959Z Sent 0 of 3038440185 (0.0%), 0.0 MBs/sec 2025-12-04T09:55:40.4492153Z Sent 402653184 of 3038440185 (13.3%), 128.0 MBs/sec 2025-12-04T09:55:41.4490426Z Sent 402653184 of 3038440185 (13.3%), 96.0 MBs/sec 2025-12-04T09:55:42.4489973Z Sent 402653184 of 3038440185 (13.3%), 76.8 MBs/sec 2025-12-04T09:55:43.4499224Z Sent 402653184 of 3038440185 (13.3%), 64.0 MBs/sec 2025-12-04T09:55:44.4507020Z Sent 872415232 of 3038440185 (28.7%), 118.8 MBs/sec 2025-12-04T09:55:45.4499508Z Sent 872415232 of 3038440185 (28.7%), 104.0 MBs/sec 2025-12-04T09:55:46.4501257Z Sent 939524096 of 3038440185 (30.9%), 99.5 MBs/sec 2025-12-04T09:55:47.4510190Z Sent 939524096 of 3038440185 (30.9%), 89.6 MBs/sec 2025-12-04T09:55:48.4512530Z Sent 1409286144 of 3038440185 (46.4%), 122.2 MBs/sec 2025-12-04T09:55:49.4515324Z Sent 1409286144 of 3038440185 (46.4%), 112.0 MBs/sec 2025-12-04T09:55:50.4511323Z Sent 1476395008 of 3038440185 (48.6%), 108.3 MBs/sec 2025-12-04T09:55:51.4519276Z Sent 1476395008 of 3038440185 (48.6%), 100.5 MBs/sec 2025-12-04T09:55:52.4520737Z Sent 1543503872 of 3038440185 (50.8%), 98.1 MBs/sec 2025-12-04T09:55:53.4519630Z Sent 1946157056 of 3038440185 (64.1%), 116.0 MBs/sec 2025-12-04T09:55:54.4529366Z Sent 2013265920 of 3038440185 (66.3%), 112.9 MBs/sec 2025-12-04T09:55:55.4529752Z Sent 2013265920 of 3038440185 (66.3%), 106.6 MBs/sec 2025-12-04T09:55:56.4534766Z Sent 2013265920 of 3038440185 (66.3%), 101.0 MBs/sec 2025-12-04T09:55:57.4534134Z Sent 2483027968 of 3038440185 (81.7%), 118.4 MBs/sec 2025-12-04T09:55:58.4530193Z Sent 2483027968 of 3038440185 (81.7%), 112.7 MBs/sec 2025-12-04T09:55:59.4536862Z Sent 2550136832 of 3038440185 (83.9%), 110.5 MBs/sec 2025-12-04T09:56:00.4531018Z Sent 2568678137 of 3038440185 (84.5%), 106.5 MBs/sec 2025-12-04T09:56:01.4534295Z Sent 2837113593 of 3038440185 (93.4%), 112.7 MBs/sec 2025-12-04T09:56:01.9558754Z Sent 3038440185 of 3038440185 (100.0%), 118.2 MBs/sec 2025-12-04T09:56:04.8221723Z Cache saved with the key: setup-python-Linux-x64-22.04-Ubuntu-python-3.12.12-pip-9babf8010d64e1a40a5a85d56a203d906867d7a3e9eac8a5574a169fdd60b837 2025-12-04T09:56:04.8349633Z Post job cleanup. 2025-12-04T09:56:04.8395232Z Post job cleanup. 2025-12-04T09:56:04.9114234Z [command]/usr/bin/git version 2025-12-04T09:56:04.9143311Z git version 2.51.0 2025-12-04T09:56:04.9176351Z Temporarily overriding HOME='/home/eve/_work/_temp/40bfcab2-b603-43a2-a726-ed38f6366baa' before making global git config changes 2025-12-04T09:56:04.9177771Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:56:04.9184665Z [command]/usr/bin/git config --global --add safe.directory /home/eve/_work/pytorch/pytorch 2025-12-04T09:56:04.9212862Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:56:04.9245005Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-12-04T09:56:04.9480679Z Entering 'android/libs/fbjni' 2025-12-04T09:56:04.9520990Z Entering 'third_party/FP16' 2025-12-04T09:56:04.9564539Z Entering 'third_party/FXdiv' 2025-12-04T09:56:04.9604086Z Entering 'third_party/NNPACK' 2025-12-04T09:56:04.9646026Z Entering 'third_party/NVTX' 2025-12-04T09:56:04.9685629Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:56:04.9726381Z Entering 'third_party/XNNPACK' 2025-12-04T09:56:04.9776735Z Entering 'third_party/aiter' 2025-12-04T09:56:04.9822794Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:56:04.9875429Z Entering 'third_party/benchmark' 2025-12-04T09:56:04.9917249Z Entering 'third_party/composable_kernel' 2025-12-04T09:56:04.9960804Z Entering 'third_party/cpp-httplib' 2025-12-04T09:56:05.0004047Z Entering 'third_party/cpuinfo' 2025-12-04T09:56:05.0044725Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:56:05.0089954Z Entering 'third_party/cutlass' 2025-12-04T09:56:05.0133364Z Entering 'third_party/fbgemm' 2025-12-04T09:56:05.0179832Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:56:05.0222886Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:56:05.0266828Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:56:05.0308953Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:56:05.0352718Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:56:05.0394053Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:56:05.0430366Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:56:05.0472649Z Entering 'third_party/flash-attention' 2025-12-04T09:56:05.0518762Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:56:05.0562313Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:56:05.0610032Z Entering 'third_party/flatbuffers' 2025-12-04T09:56:05.0656201Z Entering 'third_party/fmt' 2025-12-04T09:56:05.0696943Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:56:05.0736745Z Entering 'third_party/gloo' 2025-12-04T09:56:05.0782250Z Entering 'third_party/googletest' 2025-12-04T09:56:05.0824401Z Entering 'third_party/ideep' 2025-12-04T09:56:05.0863174Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:56:05.0915705Z Entering 'third_party/ittapi' 2025-12-04T09:56:05.0960587Z Entering 'third_party/kineto' 2025-12-04T09:56:05.0997316Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:56:05.1037647Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:56:05.1080446Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:56:05.1119133Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:56:05.1158265Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:56:05.1197422Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:56:05.1243746Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:56:05.1284570Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:56:05.1322901Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:56:05.1364673Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:56:05.1401778Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:56:05.1438260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:05.1476757Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:05.1522728Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:56:05.1561346Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:56:05.1603465Z Entering 'third_party/kleidiai' 2025-12-04T09:56:05.1648104Z Entering 'third_party/mimalloc' 2025-12-04T09:56:05.1688546Z Entering 'third_party/nlohmann' 2025-12-04T09:56:05.1728912Z Entering 'third_party/onnx' 2025-12-04T09:56:05.1783811Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:56:05.1828657Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:56:05.1871295Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:56:05.1913615Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:56:05.1954154Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:56:05.1992489Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:56:05.2033975Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:56:05.2073468Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:56:05.2110637Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:56:05.2151115Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:05.2191575Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:05.2233973Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:56:05.2291382Z Entering 'third_party/pocketfft' 2025-12-04T09:56:05.2334159Z Entering 'third_party/protobuf' 2025-12-04T09:56:05.2380812Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:56:05.2419815Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:56:05.2463400Z Entering 'third_party/psimd' 2025-12-04T09:56:05.2505878Z Entering 'third_party/pthreadpool' 2025-12-04T09:56:05.2548901Z Entering 'third_party/pybind11' 2025-12-04T09:56:05.2587195Z Entering 'third_party/python-peachpy' 2025-12-04T09:56:05.2627428Z Entering 'third_party/sleef' 2025-12-04T09:56:05.2667353Z Entering 'third_party/tensorpipe' 2025-12-04T09:56:05.2710639Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:56:05.2748764Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:56:05.2790257Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:56:05.2825378Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:56:05.2863198Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:56:05.2925837Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:56:05.2943834Z http.https://github.com/.extraheader 2025-12-04T09:56:05.2951001Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T09:56:05.2981582Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-12-04T09:56:05.3203571Z Entering 'android/libs/fbjni' 2025-12-04T09:56:05.3228551Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3256320Z Entering 'third_party/FP16' 2025-12-04T09:56:05.3279541Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3312473Z Entering 'third_party/FXdiv' 2025-12-04T09:56:05.3334525Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3366193Z Entering 'third_party/NNPACK' 2025-12-04T09:56:05.3392390Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3421469Z Entering 'third_party/NVTX' 2025-12-04T09:56:05.3447471Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3478342Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:56:05.3502763Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3532064Z Entering 'third_party/XNNPACK' 2025-12-04T09:56:05.3555127Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3595945Z Entering 'third_party/aiter' 2025-12-04T09:56:05.3621538Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3650365Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:56:05.3672617Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3707356Z Entering 'third_party/benchmark' 2025-12-04T09:56:05.3728746Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3755713Z Entering 'third_party/composable_kernel' 2025-12-04T09:56:05.3780986Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3821411Z Entering 'third_party/cpp-httplib' 2025-12-04T09:56:05.3844397Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3872928Z Entering 'third_party/cpuinfo' 2025-12-04T09:56:05.3898201Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3926688Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:56:05.3951372Z http.https://github.com/.extraheader 2025-12-04T09:56:05.3981056Z Entering 'third_party/cutlass' 2025-12-04T09:56:05.4004993Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4037573Z Entering 'third_party/fbgemm' 2025-12-04T09:56:05.4062679Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4094117Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:56:05.4117546Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4145094Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:56:05.4171798Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4207054Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:56:05.4228808Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4253079Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:56:05.4281480Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4313806Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:56:05.4337690Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4368199Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:56:05.4394219Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4419974Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:56:05.4442845Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4475006Z Entering 'third_party/flash-attention' 2025-12-04T09:56:05.4501321Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4527862Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:56:05.4552213Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4585976Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:56:05.4608724Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4642165Z Entering 'third_party/flatbuffers' 2025-12-04T09:56:05.4666976Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4693972Z Entering 'third_party/fmt' 2025-12-04T09:56:05.4718808Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4743865Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:56:05.4769393Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4795331Z Entering 'third_party/gloo' 2025-12-04T09:56:05.4819778Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4849302Z Entering 'third_party/googletest' 2025-12-04T09:56:05.4873622Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4903775Z Entering 'third_party/ideep' 2025-12-04T09:56:05.4929110Z http.https://github.com/.extraheader 2025-12-04T09:56:05.4955034Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:56:05.4977866Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5011596Z Entering 'third_party/ittapi' 2025-12-04T09:56:05.5034271Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5063604Z Entering 'third_party/kineto' 2025-12-04T09:56:05.5089864Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5123768Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:56:05.5147722Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5177444Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:56:05.5202080Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5229059Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:56:05.5256253Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5288642Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:56:05.5312060Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5341191Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:56:05.5365121Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5391105Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:56:05.5414885Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5447697Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:56:05.5473090Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5502905Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:56:05.5528184Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5558275Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:56:05.5581106Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5612043Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:56:05.5636093Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5667258Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:56:05.5693117Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5718267Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:05.5743608Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5775462Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:05.5801247Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5834874Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:56:05.5860327Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5886229Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:56:05.5911743Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5943805Z Entering 'third_party/kleidiai' 2025-12-04T09:56:05.5969170Z http.https://github.com/.extraheader 2025-12-04T09:56:05.5997951Z Entering 'third_party/mimalloc' 2025-12-04T09:56:05.6022876Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6053183Z Entering 'third_party/nlohmann' 2025-12-04T09:56:05.6077245Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6107822Z Entering 'third_party/onnx' 2025-12-04T09:56:05.6130483Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6172651Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:56:05.6195855Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6228769Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:56:05.6251496Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6281870Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:56:05.6305764Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6331005Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:56:05.6352755Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6383883Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:56:05.6408697Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6438808Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:56:05.6463567Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6491150Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:56:05.6515377Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6543764Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:56:05.6566420Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6593115Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:56:05.6618804Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6645567Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:05.6668231Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6698310Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:05.6722522Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6753019Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:56:05.6777238Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6820454Z Entering 'third_party/pocketfft' 2025-12-04T09:56:05.6843956Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6874301Z Entering 'third_party/protobuf' 2025-12-04T09:56:05.6899129Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6926675Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:56:05.6951975Z http.https://github.com/.extraheader 2025-12-04T09:56:05.6979625Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:56:05.7003979Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7036078Z Entering 'third_party/psimd' 2025-12-04T09:56:05.7061938Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7093961Z Entering 'third_party/pthreadpool' 2025-12-04T09:56:05.7120830Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7151631Z Entering 'third_party/pybind11' 2025-12-04T09:56:05.7174238Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7199750Z Entering 'third_party/python-peachpy' 2025-12-04T09:56:05.7224523Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7255827Z Entering 'third_party/sleef' 2025-12-04T09:56:05.7281673Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7311992Z Entering 'third_party/tensorpipe' 2025-12-04T09:56:05.7337468Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7365628Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:56:05.7389286Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7416639Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:56:05.7436167Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7465687Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:56:05.7492166Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7520642Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:56:05.7543665Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7571073Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:56:05.7594554Z http.https://github.com/.extraheader 2025-12-04T09:56:05.7641225Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:05.7675064Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T09:56:05.7889720Z Entering 'android/libs/fbjni' 2025-12-04T09:56:05.7908822Z file:/home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:56:05.7926072Z Entering 'third_party/FP16' 2025-12-04T09:56:05.7944234Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:56:05.7960427Z Entering 'third_party/FXdiv' 2025-12-04T09:56:05.7977998Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:56:05.7994994Z Entering 'third_party/NNPACK' 2025-12-04T09:56:05.8011297Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:56:05.8026460Z Entering 'third_party/NVTX' 2025-12-04T09:56:05.8048160Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:56:05.8061479Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:56:05.8079755Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:56:05.8091673Z Entering 'third_party/XNNPACK' 2025-12-04T09:56:05.8113001Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:56:05.8138276Z Entering 'third_party/aiter' 2025-12-04T09:56:05.8157625Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:56:05.8175784Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:56:05.8195673Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:56:05.8220342Z Entering 'third_party/benchmark' 2025-12-04T09:56:05.8243232Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:56:05.8261903Z Entering 'third_party/composable_kernel' 2025-12-04T09:56:05.8283069Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:56:05.8310018Z Entering 'third_party/cpp-httplib' 2025-12-04T09:56:05.8330200Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:56:05.8345078Z Entering 'third_party/cpuinfo' 2025-12-04T09:56:05.8362608Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:56:05.8380623Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:56:05.8401441Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:56:05.8417603Z Entering 'third_party/cutlass' 2025-12-04T09:56:05.8433863Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:56:05.8455778Z Entering 'third_party/fbgemm' 2025-12-04T09:56:05.8475022Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:56:05.8491297Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:56:05.8509822Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:56:05.8528267Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:56:05.8544645Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:56:05.8566306Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:56:05.8582714Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:56:05.8597716Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:56:05.8614748Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:56:05.8636854Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:56:05.8653470Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:56:05.8669319Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:56:05.8685256Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:56:05.8701197Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:56:05.8719856Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:56:05.8736655Z Entering 'third_party/flash-attention' 2025-12-04T09:56:05.8753050Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:56:05.8771405Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:56:05.8790073Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:56:05.8808839Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:56:05.8826456Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:56:05.8848759Z Entering 'third_party/flatbuffers' 2025-12-04T09:56:05.8865770Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:56:05.8882236Z Entering 'third_party/fmt' 2025-12-04T09:56:05.8900161Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:56:05.8915187Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:56:05.8931519Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:56:05.8947467Z Entering 'third_party/gloo' 2025-12-04T09:56:05.8965577Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:56:05.8982696Z Entering 'third_party/googletest' 2025-12-04T09:56:05.9002158Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:05.9017402Z Entering 'third_party/ideep' 2025-12-04T09:56:05.9034692Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:56:05.9051736Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:56:05.9069561Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:56:05.9093523Z Entering 'third_party/ittapi' 2025-12-04T09:56:05.9113652Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:56:05.9130337Z Entering 'third_party/kineto' 2025-12-04T09:56:05.9149774Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:56:05.9165554Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:56:05.9186197Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:56:05.9206813Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:56:05.9225150Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:56:05.9245937Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:56:05.9267349Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:56:05.9283626Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:56:05.9302795Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:56:05.9319977Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:56:05.9339301Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:56:05.9353787Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:56:05.9375054Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:56:05.9394030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:56:05.9417300Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:56:05.9431105Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:56:05.9453587Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:05.9472879Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:56:05.9490094Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:56:05.9506093Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:56:05.9525437Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:56:05.9542665Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:56:05.9563744Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:56:05.9578319Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:05.9596821Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:56:05.9618267Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:05.9637020Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:56:05.9653811Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:56:05.9675387Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:56:05.9695152Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:56:05.9716086Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:56:05.9732199Z Entering 'third_party/kleidiai' 2025-12-04T09:56:05.9755387Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:56:05.9775003Z Entering 'third_party/mimalloc' 2025-12-04T09:56:05.9797538Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:56:05.9813072Z Entering 'third_party/nlohmann' 2025-12-04T09:56:05.9835777Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:56:05.9851254Z Entering 'third_party/onnx' 2025-12-04T09:56:05.9870459Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:56:05.9901564Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:56:05.9922988Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:56:05.9943223Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:56:05.9965618Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:56:05.9984042Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:56:06.0008569Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:56:06.0026728Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:56:06.0049104Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:06.0066747Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:56:06.0083615Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:56:06.0096546Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:56:06.0116830Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:56:06.0138542Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:56:06.0157445Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:56:06.0174222Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:56:06.0196325Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:56:06.0215170Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:56:06.0232624Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:56:06.0251609Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:06.0274907Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:56:06.0295201Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:06.0314253Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:56:06.0335332Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:56:06.0357501Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:56:06.0390031Z Entering 'third_party/pocketfft' 2025-12-04T09:56:06.0410814Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:56:06.0429894Z Entering 'third_party/protobuf' 2025-12-04T09:56:06.0449452Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:56:06.0467394Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:56:06.0486780Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:56:06.0503826Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:56:06.0517862Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:06.0537542Z Entering 'third_party/psimd' 2025-12-04T09:56:06.0558619Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:56:06.0577014Z Entering 'third_party/pthreadpool' 2025-12-04T09:56:06.0596315Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:56:06.0615561Z Entering 'third_party/pybind11' 2025-12-04T09:56:06.0635517Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:56:06.0651659Z Entering 'third_party/python-peachpy' 2025-12-04T09:56:06.0670765Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:56:06.0687622Z Entering 'third_party/sleef' 2025-12-04T09:56:06.0707502Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:56:06.0725855Z Entering 'third_party/tensorpipe' 2025-12-04T09:56:06.0743383Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:56:06.0760104Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:56:06.0779517Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:06.0799543Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:56:06.0820140Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:56:06.0834429Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:56:06.0855108Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:56:06.0871731Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:56:06.0889422Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:56:06.0899934Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:56:06.0919080Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:56:06.0959520Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.0985258Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1001085Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1025653Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1050276Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1082338Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1101902Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1122804Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1141057Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1167650Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1182172Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1207307Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1228588Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1251806Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1269206Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1298320Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1322654Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1343973Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1359583Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1388705Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1408278Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1437408Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1463837Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1487549Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1508925Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1531836Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1549256Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1576605Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1602435Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1621210Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1650186Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1667954Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1696384Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1721991Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1740235Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1765636Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1789029Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1808986Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1837125Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1860772Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1882222Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1909447Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1940382Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1955133Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.1978207Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2002960Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2029728Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2047182Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2072075Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2088729Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2109179Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2134933Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2162413Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2179787Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2202842Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2225345Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2247453Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2270201Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2290744Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2310162Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2338747Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2358885Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2384087Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2417275Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2437999Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2462072Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2484538Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2515345Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2531843Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2559658Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2581389Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2600067Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2628142Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2655758Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2671465Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2700996Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2718488Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2742608Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2774670Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2789931Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2815187Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:06.2933239Z Post job cleanup. 2025-12-04T09:56:06.3649962Z [command]/usr/bin/git version 2025-12-04T09:56:06.3676104Z git version 2.51.0 2025-12-04T09:56:06.3708163Z Temporarily overriding HOME='/home/eve/_work/_temp/31d3b335-8a95-4144-875d-f4f28c72f67c' before making global git config changes 2025-12-04T09:56:06.3713147Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:56:06.3717100Z [command]/usr/bin/git config --global --add safe.directory /home/eve/_work/pytorch/pytorch 2025-12-04T09:56:06.3761179Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:56:06.3790667Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-12-04T09:56:06.4018431Z Entering 'android/libs/fbjni' 2025-12-04T09:56:06.4061017Z Entering 'third_party/FP16' 2025-12-04T09:56:06.4101136Z Entering 'third_party/FXdiv' 2025-12-04T09:56:06.4141862Z Entering 'third_party/NNPACK' 2025-12-04T09:56:06.4182594Z Entering 'third_party/NVTX' 2025-12-04T09:56:06.4221396Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:56:06.4265162Z Entering 'third_party/XNNPACK' 2025-12-04T09:56:06.4318971Z Entering 'third_party/aiter' 2025-12-04T09:56:06.4358013Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:56:06.4401211Z Entering 'third_party/benchmark' 2025-12-04T09:56:06.4441211Z Entering 'third_party/composable_kernel' 2025-12-04T09:56:06.4486592Z Entering 'third_party/cpp-httplib' 2025-12-04T09:56:06.4528471Z Entering 'third_party/cpuinfo' 2025-12-04T09:56:06.4566557Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:56:06.4606459Z Entering 'third_party/cutlass' 2025-12-04T09:56:06.4653494Z Entering 'third_party/fbgemm' 2025-12-04T09:56:06.4698366Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:56:06.4737815Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:56:06.4783360Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:56:06.4824898Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:56:06.4870394Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:56:06.4912187Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:56:06.4954028Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:56:06.4997934Z Entering 'third_party/flash-attention' 2025-12-04T09:56:06.5037429Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:56:06.5081927Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:56:06.5129114Z Entering 'third_party/flatbuffers' 2025-12-04T09:56:06.5176487Z Entering 'third_party/fmt' 2025-12-04T09:56:06.5217356Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:56:06.5257478Z Entering 'third_party/gloo' 2025-12-04T09:56:06.5302912Z Entering 'third_party/googletest' 2025-12-04T09:56:06.5344202Z Entering 'third_party/ideep' 2025-12-04T09:56:06.5387506Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:56:06.5437386Z Entering 'third_party/ittapi' 2025-12-04T09:56:06.5479464Z Entering 'third_party/kineto' 2025-12-04T09:56:06.5519733Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:56:06.5564334Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:56:06.5603828Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:56:06.5645964Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:56:06.5684419Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:56:06.5723585Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:56:06.5765807Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:56:06.5807645Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:56:06.5849478Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:56:06.5888308Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:56:06.5927008Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:56:06.5969470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:06.6010187Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:06.6057412Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:56:06.6096815Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:56:06.6135323Z Entering 'third_party/kleidiai' 2025-12-04T09:56:06.6174564Z Entering 'third_party/mimalloc' 2025-12-04T09:56:06.6212585Z Entering 'third_party/nlohmann' 2025-12-04T09:56:06.6255106Z Entering 'third_party/onnx' 2025-12-04T09:56:06.6307348Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:56:06.6352738Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:56:06.6401177Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:56:06.6443626Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:56:06.6484739Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:56:06.6522890Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:56:06.6562869Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:56:06.6601123Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:56:06.6639756Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:56:06.6681225Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:06.6727635Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:06.6769838Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:56:06.6825419Z Entering 'third_party/pocketfft' 2025-12-04T09:56:06.6869608Z Entering 'third_party/protobuf' 2025-12-04T09:56:06.6912183Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:56:06.6951467Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:56:06.6993746Z Entering 'third_party/psimd' 2025-12-04T09:56:06.7033248Z Entering 'third_party/pthreadpool' 2025-12-04T09:56:06.7072790Z Entering 'third_party/pybind11' 2025-12-04T09:56:06.7112902Z Entering 'third_party/python-peachpy' 2025-12-04T09:56:06.7153079Z Entering 'third_party/sleef' 2025-12-04T09:56:06.7192761Z Entering 'third_party/tensorpipe' 2025-12-04T09:56:06.7233697Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:56:06.7276152Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:56:06.7317648Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:56:06.7356135Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:56:06.7396838Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:56:06.7461340Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:56:06.7485601Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-12-04T09:56:06.7697276Z Entering 'android/libs/fbjni' 2025-12-04T09:56:06.7740104Z Entering 'third_party/FP16' 2025-12-04T09:56:06.7781080Z Entering 'third_party/FXdiv' 2025-12-04T09:56:06.7821706Z Entering 'third_party/NNPACK' 2025-12-04T09:56:06.7869567Z Entering 'third_party/NVTX' 2025-12-04T09:56:06.7904058Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:56:06.7942939Z Entering 'third_party/XNNPACK' 2025-12-04T09:56:06.7997911Z Entering 'third_party/aiter' 2025-12-04T09:56:06.8040763Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:56:06.8087556Z Entering 'third_party/benchmark' 2025-12-04T09:56:06.8127535Z Entering 'third_party/composable_kernel' 2025-12-04T09:56:06.8175085Z Entering 'third_party/cpp-httplib' 2025-12-04T09:56:06.8216101Z Entering 'third_party/cpuinfo' 2025-12-04T09:56:06.8258146Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:56:06.8295655Z Entering 'third_party/cutlass' 2025-12-04T09:56:06.8343644Z Entering 'third_party/fbgemm' 2025-12-04T09:56:06.8385791Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:56:06.8423807Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:56:06.8465866Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:56:06.8504337Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:56:06.8549584Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:56:06.8588035Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:56:06.8626884Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:56:06.8673816Z Entering 'third_party/flash-attention' 2025-12-04T09:56:06.8711805Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:56:06.8760877Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:56:06.8809580Z Entering 'third_party/flatbuffers' 2025-12-04T09:56:06.8854774Z Entering 'third_party/fmt' 2025-12-04T09:56:06.8896206Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:56:06.8936086Z Entering 'third_party/gloo' 2025-12-04T09:56:06.8979193Z Entering 'third_party/googletest' 2025-12-04T09:56:06.9016809Z Entering 'third_party/ideep' 2025-12-04T09:56:06.9057951Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:56:06.9102207Z Entering 'third_party/ittapi' 2025-12-04T09:56:06.9143137Z Entering 'third_party/kineto' 2025-12-04T09:56:06.9182333Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:56:06.9224721Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:56:06.9266244Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:56:06.9302534Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:56:06.9342297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:56:06.9382423Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:56:06.9420141Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:56:06.9461667Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:56:06.9502971Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:56:06.9545620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:56:06.9585447Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:56:06.9624738Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:06.9664970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:06.9710326Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:56:06.9749492Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:56:06.9789651Z Entering 'third_party/kleidiai' 2025-12-04T09:56:06.9829595Z Entering 'third_party/mimalloc' 2025-12-04T09:56:06.9868971Z Entering 'third_party/nlohmann' 2025-12-04T09:56:06.9913446Z Entering 'third_party/onnx' 2025-12-04T09:56:06.9963622Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:56:07.0010838Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:56:07.0056834Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:56:07.0098433Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:56:07.0138753Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:56:07.0176264Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:56:07.0213925Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:56:07.0257367Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:56:07.0299102Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:56:07.0338808Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:07.0380237Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:07.0420861Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:56:07.0477593Z Entering 'third_party/pocketfft' 2025-12-04T09:56:07.0521156Z Entering 'third_party/protobuf' 2025-12-04T09:56:07.0565504Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:56:07.0603720Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:56:07.0648499Z Entering 'third_party/psimd' 2025-12-04T09:56:07.0690206Z Entering 'third_party/pthreadpool' 2025-12-04T09:56:07.0731030Z Entering 'third_party/pybind11' 2025-12-04T09:56:07.0773468Z Entering 'third_party/python-peachpy' 2025-12-04T09:56:07.0812030Z Entering 'third_party/sleef' 2025-12-04T09:56:07.0852189Z Entering 'third_party/tensorpipe' 2025-12-04T09:56:07.0891520Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:56:07.0932105Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:56:07.0971488Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:56:07.1011873Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:56:07.1051274Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:56:07.1113574Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.1136889Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T09:56:07.1349966Z Entering 'android/libs/fbjni' 2025-12-04T09:56:07.1370120Z file:/home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:56:07.1390414Z Entering 'third_party/FP16' 2025-12-04T09:56:07.1410063Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:56:07.1425316Z Entering 'third_party/FXdiv' 2025-12-04T09:56:07.1443547Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:56:07.1461223Z Entering 'third_party/NNPACK' 2025-12-04T09:56:07.1480870Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:56:07.1496852Z Entering 'third_party/NVTX' 2025-12-04T09:56:07.1515303Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:56:07.1532909Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:56:07.1550859Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:56:07.1563701Z Entering 'third_party/XNNPACK' 2025-12-04T09:56:07.1581541Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:56:07.1606703Z Entering 'third_party/aiter' 2025-12-04T09:56:07.1624030Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:56:07.1642182Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:56:07.1662718Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:56:07.1681341Z Entering 'third_party/benchmark' 2025-12-04T09:56:07.1702910Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:56:07.1718241Z Entering 'third_party/composable_kernel' 2025-12-04T09:56:07.1737496Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:56:07.1757033Z Entering 'third_party/cpp-httplib' 2025-12-04T09:56:07.1775028Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:56:07.1791321Z Entering 'third_party/cpuinfo' 2025-12-04T09:56:07.1809244Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:56:07.1824990Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:56:07.1845497Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:56:07.1860224Z Entering 'third_party/cutlass' 2025-12-04T09:56:07.1874997Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:56:07.1898601Z Entering 'third_party/fbgemm' 2025-12-04T09:56:07.1917087Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:56:07.1931394Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:56:07.1948375Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:56:07.1963149Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:56:07.1980860Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:56:07.2001056Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:56:07.2016746Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:56:07.2028624Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:56:07.2046040Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:56:07.2066885Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:56:07.2083014Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:56:07.2096518Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:56:07.2113979Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:56:07.2128010Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:56:07.2149582Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:56:07.2166427Z Entering 'third_party/flash-attention' 2025-12-04T09:56:07.2182997Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:56:07.2200125Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:56:07.2219012Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:56:07.2241380Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:56:07.2259843Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:56:07.2283626Z Entering 'third_party/flatbuffers' 2025-12-04T09:56:07.2302187Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:56:07.2320887Z Entering 'third_party/fmt' 2025-12-04T09:56:07.2343825Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:56:07.2360221Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:56:07.2378788Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:56:07.2393167Z Entering 'third_party/gloo' 2025-12-04T09:56:07.2411513Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:56:07.2425384Z Entering 'third_party/googletest' 2025-12-04T09:56:07.2443566Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:07.2459219Z Entering 'third_party/ideep' 2025-12-04T09:56:07.2476251Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:56:07.2491494Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:56:07.2510323Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:56:07.2532238Z Entering 'third_party/ittapi' 2025-12-04T09:56:07.2551776Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:56:07.2568276Z Entering 'third_party/kineto' 2025-12-04T09:56:07.2586897Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:56:07.2601506Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:56:07.2621417Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:56:07.2636244Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:56:07.2654676Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:56:07.2671575Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:56:07.2689472Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:56:07.2703640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:56:07.2723308Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:56:07.2738203Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:56:07.2758669Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:56:07.2774170Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:56:07.2794123Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:56:07.2807651Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:56:07.2823664Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:56:07.2838858Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:56:07.2857510Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:07.2871198Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:56:07.2890209Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:56:07.2905674Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:56:07.2922069Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:56:07.2936049Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:56:07.2952966Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:56:07.2965136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:07.2983396Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:56:07.3001645Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:07.3019138Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:56:07.3037588Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:56:07.3058399Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:56:07.3073362Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:56:07.3088776Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:56:07.3105707Z Entering 'third_party/kleidiai' 2025-12-04T09:56:07.3125449Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:56:07.3139703Z Entering 'third_party/mimalloc' 2025-12-04T09:56:07.3159413Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:56:07.3173487Z Entering 'third_party/nlohmann' 2025-12-04T09:56:07.3194770Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:56:07.3215094Z Entering 'third_party/onnx' 2025-12-04T09:56:07.3235496Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:56:07.3270538Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:56:07.3290665Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:56:07.3305217Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:56:07.3326766Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:56:07.3345265Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:56:07.3365001Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:56:07.3385532Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:56:07.3403959Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:07.3414081Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:56:07.3437631Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:56:07.3459471Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:56:07.3479109Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:56:07.3495869Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:56:07.3515748Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:56:07.3532394Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:56:07.3551158Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:56:07.3568020Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:56:07.3584097Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:56:07.3600808Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:56:07.3621842Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:56:07.3638752Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:56:07.3660973Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:56:07.3678258Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:56:07.3696802Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:56:07.3731993Z Entering 'third_party/pocketfft' 2025-12-04T09:56:07.3753419Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:56:07.3771175Z Entering 'third_party/protobuf' 2025-12-04T09:56:07.3791179Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:56:07.3812566Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:56:07.3829941Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:56:07.3846320Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:56:07.3867110Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:07.3890328Z Entering 'third_party/psimd' 2025-12-04T09:56:07.3910681Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:56:07.3930299Z Entering 'third_party/pthreadpool' 2025-12-04T09:56:07.3948755Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:56:07.3966195Z Entering 'third_party/pybind11' 2025-12-04T09:56:07.3986487Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:56:07.4000951Z Entering 'third_party/python-peachpy' 2025-12-04T09:56:07.4022234Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:56:07.4040487Z Entering 'third_party/sleef' 2025-12-04T09:56:07.4061819Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:56:07.4081321Z Entering 'third_party/tensorpipe' 2025-12-04T09:56:07.4103425Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:56:07.4118642Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:56:07.4141052Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:56:07.4156330Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:56:07.4179444Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:56:07.4193464Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:56:07.4217179Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:56:07.4228643Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:56:07.4253322Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:56:07.4269122Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:56:07.4292249Z file:/home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:56:07.4332723Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4363322Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4394048Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4415501Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4444502Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4472467Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4505770Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4527902Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4558065Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4585748Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4609520Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4633445Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4665647Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4688801Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4723208Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4749673Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4770629Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4804203Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4821624Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4860052Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4878885Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4911854Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4941621Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.4970495Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5002006Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5022657Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5045131Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5070560Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5102311Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5121112Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5154159Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5179884Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5199242Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5225731Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5249787Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5282485Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5309947Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5332197Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5358549Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5376130Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5402317Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5430931Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5457751Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5492765Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5516574Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5535129Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5566085Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5592632Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5619882Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5649934Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5674534Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5697511Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5727680Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5748340Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5777419Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5805426Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5831941Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5858105Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5886832Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5914675Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5942530Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5967922Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.5993981Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6018886Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6052533Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6069525Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6100884Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6131593Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6159978Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6194127Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6218819Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6250095Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6272053Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6301720Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6324585Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6354318Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6380499Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6410380Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6436714Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6453983Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6480923Z [command]/usr/bin/git config --file /home/eve/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:56:07.6633238Z Cleaning up orphan processes