2025-08-26T19:42:39.7644160Z Current runner version: '2.328.0' 2025-08-26T19:42:39.7650872Z Runner name: 'i-0bd2f78f362760036' 2025-08-26T19:42:39.7651804Z Runner group name: 'Default' 2025-08-26T19:42:39.7652607Z Machine name: 'ip-10-1-36-233' 2025-08-26T19:42:39.7655780Z ##[group]GITHUB_TOKEN Permissions 2025-08-26T19:42:39.7658060Z Contents: read 2025-08-26T19:42:39.7658651Z Metadata: read 2025-08-26T19:42:39.7659199Z ##[endgroup] 2025-08-26T19:42:39.7661642Z Secret source: Actions 2025-08-26T19:42:39.7662560Z Prepare workflow directory 2025-08-26T19:42:39.7991212Z Prepare all required actions 2025-08-26T19:42:39.8030935Z Getting action download info 2025-08-26T19:42:40.0352901Z Download action repository 'pytorch/pytorch@main' (SHA:77bc959fe122bfd131e339ca36cab445a1860806) 2025-08-26T19:42:53.5390692Z Download action repository 'seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-08-26T19:42:53.7451474Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-08-26T19:42:53.9446904Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-08-26T19:42:54.3710101Z Getting action download info 2025-08-26T19:42:54.4879259Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-26T19:42:54.7479715Z Uses: pytorch/pytorch/.github/workflows/target_determination.yml@refs/heads/main (262640fd220236042fbf4443cc163c8838c84c3d) 2025-08-26T19:42:54.7484233Z Complete job name: before-test / target-determination 2025-08-26T19:42:54.7923134Z A job started hook has been configured by the self-hosted runner administrator 2025-08-26T19:42:54.8022634Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-08-26T19:42:54.8031423Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:42:54.8032100Z ##[endgroup] 2025-08-26T19:42:55.9718137Z Runner Type: lf.linux.2xlarge 2025-08-26T19:42:55.9718627Z Instance Type: c5.2xlarge 2025-08-26T19:42:55.9718896Z AMI Name: unknown 2025-08-26T19:42:55.9744103Z AMI ID: ami-05ffe3c48a9991133 2025-08-26T19:43:01.1862868Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-26T19:43:01.1863337Z with: 2025-08-26T19:43:01.1863546Z submodules: false 2025-08-26T19:43:01.1863784Z fetch-depth: 0 2025-08-26T19:43:01.1864001Z ##[endgroup] 2025-08-26T19:43:01.1948436Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:43:01.1949403Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:43:01.1957354Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:01.1957744Z ##[endgroup] 2025-08-26T19:43:01.2079331Z ##[group]Run # Use all available CPUs for fetching 2025-08-26T19:43:01.2079786Z # Use all available CPUs for fetching 2025-08-26T19:43:01.2080111Z cd "${GITHUB_WORKSPACE}" 2025-08-26T19:43:01.2080484Z git config --global fetch.parallel 0 2025-08-26T19:43:01.2080879Z git config --global submodule.fetchJobs 0 2025-08-26T19:43:01.2081720Z  2025-08-26T19:43:01.2082082Z # Clean workspace. The default checkout action should also do this, but 2025-08-26T19:43:01.2082553Z # do it here as well just in case 2025-08-26T19:43:01.2082873Z if [[ -d .git ]]; then 2025-08-26T19:43:01.2083161Z  if [ -z "${NO_SUDO}" ]; then 2025-08-26T19:43:01.2083455Z  sudo git clean -ffdx 2025-08-26T19:43:01.2083729Z  else 2025-08-26T19:43:01.2083948Z  git clean -ffdx 2025-08-26T19:43:01.2084206Z  fi 2025-08-26T19:43:01.2084415Z fi 2025-08-26T19:43:01.2089710Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:01.2090273Z env: 2025-08-26T19:43:01.2090466Z NO_SUDO: 2025-08-26T19:43:01.2090677Z ##[endgroup] 2025-08-26T19:43:01.2231919Z ##[group]Run actions/checkout@v4 2025-08-26T19:43:01.2232232Z with: 2025-08-26T19:43:01.2232512Z ref: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:43:01.2232829Z fetch-depth: 0 2025-08-26T19:43:01.2233061Z submodules: false 2025-08-26T19:43:01.2233402Z show-progress: false 2025-08-26T19:43:01.2233670Z repository: pytorch/pytorch 2025-08-26T19:43:01.2234126Z token: *** 2025-08-26T19:43:01.2234333Z ssh-strict: true 2025-08-26T19:43:01.2234564Z ssh-user: git 2025-08-26T19:43:01.2234788Z persist-credentials: true 2025-08-26T19:43:01.2235056Z clean: true 2025-08-26T19:43:01.2235286Z sparse-checkout-cone-mode: true 2025-08-26T19:43:01.2235582Z fetch-tags: false 2025-08-26T19:43:01.2235794Z lfs: false 2025-08-26T19:43:01.2236019Z set-safe-directory: true 2025-08-26T19:43:01.2236274Z ##[endgroup] 2025-08-26T19:43:01.3353448Z Syncing repository: pytorch/pytorch 2025-08-26T19:43:01.3354984Z ##[group]Getting Git version info 2025-08-26T19:43:01.3355510Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-26T19:43:01.3356308Z [command]/usr/bin/git version 2025-08-26T19:43:01.3356595Z git version 2.47.1 2025-08-26T19:43:01.3357603Z ##[endgroup] 2025-08-26T19:43:01.3365260Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/a0008f36-5ef8-4bf2-b4b6-798070a94c0c/.gitconfig' 2025-08-26T19:43:01.3383599Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a0008f36-5ef8-4bf2-b4b6-798070a94c0c' before making global git config changes 2025-08-26T19:43:01.3384589Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:43:01.3396548Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-26T19:43:01.3425127Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-26T19:43:01.3427788Z ##[group]Initializing the repository 2025-08-26T19:43:01.3431611Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-26T19:43:01.3458740Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-26T19:43:01.3459512Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-26T19:43:01.3460503Z hint: of your new repositories, which will suppress this warning, call: 2025-08-26T19:43:01.3460917Z hint: 2025-08-26T19:43:01.3461208Z hint: git config --global init.defaultBranch 2025-08-26T19:43:01.3461552Z hint: 2025-08-26T19:43:01.3461883Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-26T19:43:01.3462471Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-26T19:43:01.3462888Z hint: 2025-08-26T19:43:01.3463185Z hint: git branch -m 2025-08-26T19:43:01.3464129Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-08-26T19:43:01.3467676Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-26T19:43:01.3490178Z ##[endgroup] 2025-08-26T19:43:01.3490620Z ##[group]Disabling automatic garbage collection 2025-08-26T19:43:01.3493363Z [command]/usr/bin/git config --local gc.auto 0 2025-08-26T19:43:01.3515726Z ##[endgroup] 2025-08-26T19:43:01.3516151Z ##[group]Setting up auth 2025-08-26T19:43:01.3521249Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:43:01.3544265Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-08-26T19:43:01.3801030Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:43:01.3823286Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-08-26T19:43:01.4067044Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-26T19:43:01.4105919Z ##[endgroup] 2025-08-26T19:43:01.4106457Z ##[group]Fetching the repository 2025-08-26T19:43:01.4113181Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-08-26T19:43:54.4296558Z From https://github.com/pytorch/pytorch 2025-08-26T19:43:54.4297157Z * [new branch] 160583 -> origin/160583 2025-08-26T19:43:54.4297792Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-08-26T19:43:54.4298281Z * [new branch] 5addvllmbuild -> origin/5addvllmbuild 2025-08-26T19:43:54.4299036Z * [new branch] AaronWang04_addmmfusion_perftest -> origin/AaronWang04_addmmfusion_perftest 2025-08-26T19:43:54.4299740Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-08-26T19:43:54.4300328Z * [new branch] ISSUE-154849 -> origin/ISSUE-154849 2025-08-26T19:43:54.4301157Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-08-26T19:43:54.4303392Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-08-26T19:43:54.4304925Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-08-26T19:43:54.4305912Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-08-26T19:43:54.4306963Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-08-26T19:43:54.4307937Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-08-26T19:43:54.4309109Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-08-26T19:43:54.4310672Z * [new branch] VLA_exp -> origin/VLA_exp 2025-08-26T19:43:54.4311468Z * [new branch] add-missing-args-normalization -> origin/add-missing-args-normalization 2025-08-26T19:43:54.4312637Z * [new branch] add-user-guide-structure -> origin/add-user-guide-structure 2025-08-26T19:43:54.4313582Z * [new branch] addVllmPin -> origin/addVllmPin 2025-08-26T19:43:54.4314598Z * [new branch] add_compile_benchmarking -> origin/add_compile_benchmarking 2025-08-26T19:43:54.4315598Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-08-26T19:43:54.4316721Z * [new branch] addbuildvllm -> origin/addbuildvllm 2025-08-26T19:43:54.4317853Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-08-26T19:43:54.4318873Z * [new branch] addsimde -> origin/addsimde 2025-08-26T19:43:54.4320945Z * [new branch] adi/acl_upgrade -> origin/adi/acl_upgrade 2025-08-26T19:43:54.4322035Z * [new branch] adi/test -> origin/adi/test 2025-08-26T19:43:54.4323077Z * [new branch] adi/test_bgemm -> origin/adi/test_bgemm 2025-08-26T19:43:54.4324104Z * [new branch] adi/test_fusions -> origin/adi/test_fusions 2025-08-26T19:43:54.4325174Z * [new branch] adi/test_onednn_v3.9 -> origin/adi/test_onednn_v3.9 2025-08-26T19:43:54.4326246Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-08-26T19:43:54.4328694Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-08-26T19:43:54.4329572Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-08-26T19:43:54.4332423Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-08-26T19:43:54.4334064Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-08-26T19:43:54.4335779Z * [new branch] alt-disable -> origin/alt-disable 2025-08-26T19:43:54.4338174Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-08-26T19:43:54.4339750Z * [new branch] angelayi/aoti_inductor_fx -> origin/angelayi/aoti_inductor_fx 2025-08-26T19:43:54.4341500Z * [new branch] angelayi/assert_tensor_metadata_device -> origin/angelayi/assert_tensor_metadata_device 2025-08-26T19:43:54.4342842Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-08-26T19:43:54.4344539Z * [new branch] angelayi/benchmark2 -> origin/angelayi/benchmark2 2025-08-26T19:43:54.4346566Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-08-26T19:43:54.4348516Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-08-26T19:43:54.4350691Z * [new branch] angelayi/custom_op_subgraph -> origin/angelayi/custom_op_subgraph 2025-08-26T19:43:54.4352385Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-08-26T19:43:54.4354157Z * [new branch] angelayi/is_symbolic_tracing -> origin/angelayi/is_symbolic_tracing 2025-08-26T19:43:54.4355896Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-08-26T19:43:54.4357440Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-08-26T19:43:54.4359202Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-08-26T19:43:54.4360909Z * [new branch] angelayi/opoverload -> origin/angelayi/opoverload 2025-08-26T19:43:54.4362857Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-08-26T19:43:54.4364773Z * [new branch] angelayi/save_error -> origin/angelayi/save_error 2025-08-26T19:43:54.4366385Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-08-26T19:43:54.4368093Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-08-26T19:43:54.4369764Z * [new branch] angelayi/tensor_nn_module_meta -> origin/angelayi/tensor_nn_module_meta 2025-08-26T19:43:54.4371471Z * [new branch] angelayi/test_cpp -> origin/angelayi/test_cpp 2025-08-26T19:43:54.4373154Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-08-26T19:43:54.4374839Z * [new branch] aoti-cuda-alloc -> origin/aoti-cuda-alloc 2025-08-26T19:43:54.4376461Z * [new branch] aoti_weight_sharing -> origin/aoti_weight_sharing 2025-08-26T19:43:54.4378824Z * [new branch] arsh/symint_mm_ind_decomp -> origin/arsh/symint_mm_ind_decomp 2025-08-26T19:43:54.4380727Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-08-26T19:43:54.4382697Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-08-26T19:43:54.4384347Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-08-26T19:43:54.4386220Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-08-26T19:43:54.4388014Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-08-26T19:43:54.4389770Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-08-26T19:43:54.4391666Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-08-26T19:43:54.4393385Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-08-26T19:43:54.4395029Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-08-26T19:43:54.4396867Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-08-26T19:43:54.4398766Z * [new branch] autoupdate-transformers-pin-via-pr -> origin/autoupdate-transformers-pin-via-pr 2025-08-26T19:43:54.4400271Z * [new branch] backupvllm -> origin/backupvllm 2025-08-26T19:43:54.4402759Z * [new branch] bahuang/test -> origin/bahuang/test 2025-08-26T19:43:54.4405201Z * [new branch] base/1.5 -> origin/base/1.5 2025-08-26T19:43:54.4407170Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-08-26T19:43:54.4408849Z * [new branch] bc-lint-config -> origin/bc-lint-config 2025-08-26T19:43:54.4410589Z * [new branch] bc-lint-test-new-config -> origin/bc-lint-test-new-config 2025-08-26T19:43:54.4412361Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-08-26T19:43:54.4414215Z * [new branch] benchmarker_compat_with_do_bench -> origin/benchmarker_compat_with_do_bench 2025-08-26T19:43:54.4415874Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-08-26T19:43:54.4418128Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-08-26T19:43:54.4420260Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-08-26T19:43:54.4422434Z * [new branch] bf/cg-log -> origin/bf/cg-log 2025-08-26T19:43:54.4424081Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-08-26T19:43:54.4425640Z * [new branch] bf/cg-skip-1-kernel -> origin/bf/cg-skip-1-kernel 2025-08-26T19:43:54.4427241Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-08-26T19:43:54.4428988Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-08-26T19:43:54.4430922Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-08-26T19:43:54.4432757Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-08-26T19:43:54.4434606Z * [new branch] bf/default-recompile-reason -> origin/bf/default-recompile-reason 2025-08-26T19:43:54.4436212Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-08-26T19:43:54.4437911Z * [new branch] bf/pa-non-divisible -> origin/bf/pa-non-divisible 2025-08-26T19:43:54.4439570Z * [new branch] bf/partition-doc -> origin/bf/partition-doc 2025-08-26T19:43:54.4441295Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-08-26T19:43:54.4443088Z * [new branch] bf/partition-turn-on -> origin/bf/partition-turn-on 2025-08-26T19:43:54.4444716Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-08-26T19:43:54.4446294Z * [new branch] bf/rope -> origin/bf/rope 2025-08-26T19:43:54.4447999Z * [new branch] bf/skip-asserts -> origin/bf/skip-asserts 2025-08-26T19:43:54.4449647Z * [new branch] bf16adamw -> origin/bf16adamw 2025-08-26T19:43:54.4451446Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-08-26T19:43:54.4453081Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-08-26T19:43:54.4454706Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-08-26T19:43:54.4456266Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-08-26T19:43:54.4457784Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-08-26T19:43:54.4459314Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-08-26T19:43:54.4460902Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-08-26T19:43:54.4462471Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-08-26T19:43:54.4464106Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-08-26T19:43:54.4465843Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-08-26T19:43:54.4467327Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-08-26T19:43:54.4468923Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-08-26T19:43:54.4470619Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-08-26T19:43:54.4472254Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-08-26T19:43:54.4473960Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-08-26T19:43:54.4475628Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-08-26T19:43:54.4477920Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-08-26T19:43:54.4479621Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-08-26T19:43:54.4481295Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-08-26T19:43:54.4483860Z * [new branch] bowenbao/partial_min_max_reduce -> origin/bowenbao/partial_min_max_reduce 2025-08-26T19:43:54.4486046Z * [new branch] brister/always_wrapper_ir -> origin/brister/always_wrapper_ir 2025-08-26T19:43:54.4487576Z * [new branch] brister/break_tensorbox -> origin/brister/break_tensorbox 2025-08-26T19:43:54.4489172Z * [new branch] brister/flatten_contig -> origin/brister/flatten_contig 2025-08-26T19:43:54.4490943Z * [new branch] brister/fx_custom_triton -> origin/brister/fx_custom_triton 2025-08-26T19:43:54.4492514Z * [new branch] brister/tensor_box_output -> origin/brister/tensor_box_output 2025-08-26T19:43:54.4494028Z * [new branch] brister/test_block_ptr_same -> origin/brister/test_block_ptr_same 2025-08-26T19:43:54.4496130Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-08-26T19:43:54.4498428Z * [new branch] c57382a49 -> origin/c57382a49 2025-08-26T19:43:54.4500055Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-08-26T19:43:54.4501638Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-08-26T19:43:54.4504534Z * [new branch] camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 -> origin/camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 2025-08-26T19:43:54.4506191Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-08-26T19:43:54.4508135Z * [new branch] cherry-pick-149654-by-pytorch_bot_bot_ -> origin/cherry-pick-149654-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4509832Z * [new branch] cherry-pick-151939-by-pytorch_bot_bot_ -> origin/cherry-pick-151939-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4511603Z * [new branch] cherry-pick-154174-by-pytorch_bot_bot_ -> origin/cherry-pick-154174-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4513748Z * [new branch] cherry-pick-155896-by-pytorch_bot_bot_ -> origin/cherry-pick-155896-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4515345Z * [new branch] cherry-pick-156260-by-pytorch_bot_bot_ -> origin/cherry-pick-156260-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4517122Z * [new branch] cherry-pick-156719-by-pytorch_bot_bot_ -> origin/cherry-pick-156719-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4519110Z * [new branch] cherry-pick-156888-by-pytorch_bot_bot_ -> origin/cherry-pick-156888-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4520902Z * [new branch] cherry-pick-157453-by-pytorch_bot_bot_ -> origin/cherry-pick-157453-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4522757Z * [new branch] cherry-pick-157513-by-pytorch_bot_bot_ -> origin/cherry-pick-157513-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4524392Z * [new branch] cherry-pick-157558-by-pytorch_bot_bot_ -> origin/cherry-pick-157558-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4526027Z * [new branch] cherry-pick-157598-by-pytorch_bot_bot_ -> origin/cherry-pick-157598-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4527709Z * [new branch] cherry-pick-157630-by-pytorch_bot_bot_ -> origin/cherry-pick-157630-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4529487Z * [new branch] cherry-pick-157695-by-pytorch_bot_bot_ -> origin/cherry-pick-157695-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4531323Z * [new branch] cherry-pick-157732-by-pytorch_bot_bot_ -> origin/cherry-pick-157732-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4533226Z * [new branch] cherry-pick-157733-by-pytorch_bot_bot_ -> origin/cherry-pick-157733-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4535058Z * [new branch] cherry-pick-157985-by-pytorch_bot_bot_ -> origin/cherry-pick-157985-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4536853Z * [new branch] cherry-pick-157993-by-pytorch_bot_bot_ -> origin/cherry-pick-157993-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4538969Z * [new branch] cherry-pick-158064-by-pytorch_bot_bot_ -> origin/cherry-pick-158064-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4540653Z * [new branch] cherry-pick-158152-by-pytorch_bot_bot_ -> origin/cherry-pick-158152-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4542524Z * [new branch] cherry-pick-158301-by-pytorch_bot_bot_ -> origin/cherry-pick-158301-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4544195Z * [new branch] cherry-pick-158537-by-pytorch_bot_bot_ -> origin/cherry-pick-158537-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4545890Z * [new branch] cherry-pick-159181-by-pytorch_bot_bot_ -> origin/cherry-pick-159181-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4547614Z * [new branch] cherry-pick-159969-by-pytorch_bot_bot_ -> origin/cherry-pick-159969-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4549333Z * [new branch] cherry-pick-160586-by-pytorch_bot_bot_ -> origin/cherry-pick-160586-by-pytorch_bot_bot_ 2025-08-26T19:43:54.4551263Z * [new branch] cherrypick-e4e2701429c17078c3c475382a8b1fa4c8a8cefc -> origin/cherrypick-e4e2701429c17078c3c475382a8b1fa4c8a8cefc 2025-08-26T19:43:54.4553173Z * [new branch] chilli/flex_vllm -> origin/chilli/flex_vllm 2025-08-26T19:43:54.4554839Z * [new branch] cleantest1 -> origin/cleantest1 2025-08-26T19:43:54.4556699Z * [new branch] cleanup-inductor-benchmark-images -> origin/cleanup-inductor-benchmark-images 2025-08-26T19:43:54.4558258Z * [new branch] codex-testing -> origin/codex-testing 2025-08-26T19:43:54.4560643Z * [new branch] codex/add-metadata-field-for-file-path -> origin/codex/add-metadata-field-for-file-path 2025-08-26T19:43:54.4562611Z * [new branch] codex/add-test-for-inductor-local-cache-behavior -> origin/codex/add-test-for-inductor-local-cache-behavior 2025-08-26T19:43:54.4564689Z * [new branch] codex/create-test-for-tensor-memory-leak-in-cudagraph -> origin/codex/create-test-for-tensor-memory-leak-in-cudagraph 2025-08-26T19:43:54.4566275Z * [new branch] codex/fix-issue-121219-in-pytorch -> origin/codex/fix-issue-121219-in-pytorch 2025-08-26T19:43:54.4568431Z * [new branch] codex/fix-issue-160415-in-pytorch -> origin/codex/fix-issue-160415-in-pytorch 2025-08-26T19:43:54.4570232Z * [new branch] codex/fix-noqengine-quantized-engine-support -> origin/codex/fix-noqengine-quantized-engine-support 2025-08-26T19:43:54.4571862Z * [new branch] codex/fix-pin_memory-error-handling -> origin/codex/fix-pin_memory-error-handling 2025-08-26T19:43:54.4573548Z * [new branch] codex/propose-fix-for-issue-160332 -> origin/codex/propose-fix-for-issue-160332 2025-08-26T19:43:54.4575366Z * [new branch] codex/refactor-lintrunner-config-to-use-uv-run -> origin/codex/refactor-lintrunner-config-to-use-uv-run 2025-08-26T19:43:54.4577015Z * [new branch] codex/remove-allow-untyped-defs-and-fix-type-errors -> origin/codex/remove-allow-untyped-defs-and-fix-type-errors 2025-08-26T19:43:54.4578564Z * [new branch] codex/verify-torch-output-and-log-results -> origin/codex/verify-torch-output-and-log-results 2025-08-26T19:43:54.4580304Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-08-26T19:43:54.4581998Z * [new branch] context_test -> origin/context_test 2025-08-26T19:43:54.4584166Z * [new branch] copilot/fix-157446 -> origin/copilot/fix-157446 2025-08-26T19:43:54.4585898Z * [new branch] copilot/fix-159257 -> origin/copilot/fix-159257 2025-08-26T19:43:54.4587571Z * [new branch] copy_graph -> origin/copy_graph 2025-08-26T19:43:54.4589842Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-08-26T19:43:54.4592016Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-08-26T19:43:54.4593893Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-08-26T19:43:54.4595292Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-08-26T19:43:54.4596981Z * [new branch] csl/disable_flaky_cpp_test -> origin/csl/disable_flaky_cpp_test 2025-08-26T19:43:54.4598472Z * [new branch] csl/disable_periodic_test -> origin/csl/disable_periodic_test 2025-08-26T19:43:54.4600364Z * [new branch] csl/executorch_docker_fail -> origin/csl/executorch_docker_fail 2025-08-26T19:43:54.4602453Z * [new branch] csl/fix_check_alerts -> origin/csl/fix_check_alerts 2025-08-26T19:43:54.4604233Z * [new branch] csl/katex -> origin/csl/katex 2025-08-26T19:43:54.4605992Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-08-26T19:43:54.4607817Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-08-26T19:43:54.4609560Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-08-26T19:43:54.4611331Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-08-26T19:43:54.4612947Z * [new branch] csl/name_link_check_job -> origin/csl/name_link_check_job 2025-08-26T19:43:54.4614527Z * [new branch] csl/no_keep_goin_rocm -> origin/csl/no_keep_goin_rocm 2025-08-26T19:43:54.4616211Z * [new branch] csl/not_600_timeout -> origin/csl/not_600_timeout 2025-08-26T19:43:54.4618450Z * [new branch] csl/remove_unused_docker_images -> origin/csl/remove_unused_docker_images 2025-08-26T19:43:54.4619511Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-08-26T19:43:54.4621193Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-08-26T19:43:54.4622989Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-08-26T19:43:54.4624453Z * [new branch] csl/unused_docker -> origin/csl/unused_docker 2025-08-26T19:43:54.4626106Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-08-26T19:43:54.4627838Z * [new branch] cublasltrelax2 -> origin/cublasltrelax2 2025-08-26T19:43:54.4629469Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-08-26T19:43:54.4631123Z * [new branch] cudnnsdparefactor -> origin/cudnnsdparefactor 2025-08-26T19:43:54.4633266Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-08-26T19:43:54.4634943Z * [new branch] czhuge_muon_dev -> origin/czhuge_muon_dev 2025-08-26T19:43:54.4637155Z * [new branch] d4l3k/delete_hook -> origin/d4l3k/delete_hook 2025-08-26T19:43:54.4638985Z * [new branch] dcp_zoc -> origin/dcp_zoc 2025-08-26T19:43:54.4640747Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-08-26T19:43:54.4645602Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.2 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.2 2025-08-26T19:43:54.4647709Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.3 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.3 2025-08-26T19:43:54.4649788Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.4 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.55.4 2025-08-26T19:43:54.4651523Z * [new branch] dependabot/pip/dot-ci/docker/protobuf-5.29.5 -> origin/dependabot/pip/dot-ci/docker/protobuf-5.29.5 2025-08-26T19:43:54.4654558Z * [new branch] dependabot/pip/dot-github/requirements/protobuf-5.29.5 -> origin/dependabot/pip/dot-github/requirements/protobuf-5.29.5 2025-08-26T19:43:54.4656449Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-08-26T19:43:54.4658240Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-08-26T19:43:54.4661204Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-08-26T19:43:54.4663186Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-08-26T19:43:54.4665326Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-08-26T19:43:54.4667403Z * [new branch] dev/joona/cat_remove_graph -> origin/dev/joona/cat_remove_graph 2025-08-26T19:43:54.4669104Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-08-26T19:43:54.4671219Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-08-26T19:43:54.4673594Z * [new branch] dev/joona/maxpool2dwithindices_errmsg -> origin/dev/joona/maxpool2dwithindices_errmsg 2025-08-26T19:43:54.4675822Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-08-26T19:43:54.4678303Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-08-26T19:43:54.4680480Z * [new branch] dev/joona/synchronize_benchmark -> origin/dev/joona/synchronize_benchmark 2025-08-26T19:43:54.4682915Z * [new branch] dev/joona/topk_newapi -> origin/dev/joona/topk_newapi 2025-08-26T19:43:54.4684830Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-08-26T19:43:54.4686945Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-08-26T19:43:54.4688709Z * [new branch] disable -> origin/disable 2025-08-26T19:43:54.4690414Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-08-26T19:43:54.4692196Z * [new branch] eigen_for_sparse_addmm_v2 -> origin/eigen_for_sparse_addmm_v2 2025-08-26T19:43:54.4694435Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-08-26T19:43:54.4696055Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-08-26T19:43:54.4697827Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-08-26T19:43:54.4699304Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-08-26T19:43:54.4701088Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-08-26T19:43:54.4702906Z * [new branch] enable-b200-benchmark -> origin/enable-b200-benchmark 2025-08-26T19:43:54.4704660Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-08-26T19:43:54.4706337Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-08-26T19:43:54.4707952Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-08-26T19:43:54.4709613Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-08-26T19:43:54.4711380Z * [new branch] example-convert-torch.nn -> origin/example-convert-torch.nn 2025-08-26T19:43:54.4713605Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-08-26T19:43:54.4715394Z * [new branch] exclamaforte/bump-transformer-version -> origin/exclamaforte/bump-transformer-version 2025-08-26T19:43:54.4716976Z * [new branch] exclamaforte/clear-feedback-savers -> origin/exclamaforte/clear-feedback-savers 2025-08-26T19:43:54.4718504Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-08-26T19:43:54.4720191Z * [new branch] exclamaforte/debug-autotuner-profile -> origin/exclamaforte/debug-autotuner-profile 2025-08-26T19:43:54.4721970Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-08-26T19:43:54.4724127Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-08-26T19:43:54.4725973Z * [new branch] exclamaforte/fix-exhaustive-autotuning -> origin/exclamaforte/fix-exhaustive-autotuning 2025-08-26T19:43:54.4727601Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-08-26T19:43:54.4729219Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-08-26T19:43:54.4730616Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-08-26T19:43:54.4732321Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-08-26T19:43:54.4733841Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-08-26T19:43:54.4735313Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-08-26T19:43:54.4737055Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-08-26T19:43:54.4738402Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-08-26T19:43:54.4740109Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-08-26T19:43:54.4741652Z * [new branch] exclamaforte/just-gemm-model-no-refactor -> origin/exclamaforte/just-gemm-model-no-refactor 2025-08-26T19:43:54.4743076Z * [new branch] exclamaforte/memory-counter -> origin/exclamaforte/memory-counter 2025-08-26T19:43:54.4744753Z * [new branch] exclamaforte/profiler-combo -> origin/exclamaforte/profiler-combo 2025-08-26T19:43:54.4746346Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-08-26T19:43:54.4747955Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-08-26T19:43:54.4749538Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-08-26T19:43:54.4751660Z * [new branch] exclamforte/gemm-model-final -> origin/exclamforte/gemm-model-final 2025-08-26T19:43:54.4753240Z * [new branch] exec -> origin/exec 2025-08-26T19:43:54.4755038Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-08-26T19:43:54.4756645Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-08-26T19:43:54.4758359Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-08-26T19:43:54.4759974Z * [new branch] export-D70112642 -> origin/export-D70112642 2025-08-26T19:43:54.4761629Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-08-26T19:43:54.4763684Z * [new branch] export-D72483950 -> origin/export-D72483950 2025-08-26T19:43:54.4765471Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-08-26T19:43:54.4767138Z * [new branch] export-D75183591 -> origin/export-D75183591 2025-08-26T19:43:54.4768662Z * [new branch] export-D75605373 -> origin/export-D75605373 2025-08-26T19:43:54.4770277Z * [new branch] export-D75617432 -> origin/export-D75617432 2025-08-26T19:43:54.4772455Z * [new branch] export-D75659965 -> origin/export-D75659965 2025-08-26T19:43:54.4774128Z * [new branch] export-D76080931 -> origin/export-D76080931 2025-08-26T19:43:54.4775699Z * [new branch] export-D76463347 -> origin/export-D76463347 2025-08-26T19:43:54.4777324Z * [new branch] export-D76797250 -> origin/export-D76797250 2025-08-26T19:43:54.4778955Z * [new branch] export-D76885271 -> origin/export-D76885271 2025-08-26T19:43:54.4780735Z * [new branch] export-D76885620 -> origin/export-D76885620 2025-08-26T19:43:54.4782516Z * [new branch] export-D76936623 -> origin/export-D76936623 2025-08-26T19:43:54.4783974Z * [new branch] export-D76958268 -> origin/export-D76958268 2025-08-26T19:43:54.4785619Z * [new branch] export-D78308105 -> origin/export-D78308105 2025-08-26T19:43:54.4787122Z * [new branch] export-D78375400 -> origin/export-D78375400 2025-08-26T19:43:54.4788737Z * [new branch] export-D78431305 -> origin/export-D78431305 2025-08-26T19:43:54.4790402Z * [new branch] export-D78580107 -> origin/export-D78580107 2025-08-26T19:43:54.4791984Z * [new branch] export-D78822171 -> origin/export-D78822171 2025-08-26T19:43:54.4793646Z * [new branch] export-D78822351 -> origin/export-D78822351 2025-08-26T19:43:54.4795233Z * [new branch] export-D78822507 -> origin/export-D78822507 2025-08-26T19:43:54.4796909Z * [new branch] export-D78826994 -> origin/export-D78826994 2025-08-26T19:43:54.4798587Z * [new branch] export-D78894142 -> origin/export-D78894142 2025-08-26T19:43:54.4800201Z * [new branch] export-D78894324 -> origin/export-D78894324 2025-08-26T19:43:54.4801954Z * [new branch] export-D78929245 -> origin/export-D78929245 2025-08-26T19:43:54.4803633Z * [new branch] export-D78934925 -> origin/export-D78934925 2025-08-26T19:43:54.4805287Z * [new branch] export-D78953203 -> origin/export-D78953203 2025-08-26T19:43:54.4806777Z * [new branch] export-D78953229 -> origin/export-D78953229 2025-08-26T19:43:54.4808146Z * [new branch] export-D78957093 -> origin/export-D78957093 2025-08-26T19:43:54.4809531Z * [new branch] export-D78957389 -> origin/export-D78957389 2025-08-26T19:43:54.4811060Z * [new branch] export-D78979812 -> origin/export-D78979812 2025-08-26T19:43:54.4812753Z * [new branch] export-D78996107 -> origin/export-D78996107 2025-08-26T19:43:54.4814221Z * [new branch] export-D79026433 -> origin/export-D79026433 2025-08-26T19:43:54.4815935Z * [new branch] export-D79230339 -> origin/export-D79230339 2025-08-26T19:43:54.4817587Z * [new branch] export-D79319835 -> origin/export-D79319835 2025-08-26T19:43:54.4819216Z * [new branch] export-D79328456 -> origin/export-D79328456 2025-08-26T19:43:54.4820929Z * [new branch] export-D79534608 -> origin/export-D79534608 2025-08-26T19:43:54.4822596Z * [new branch] export-D79647167 -> origin/export-D79647167 2025-08-26T19:43:54.4824316Z * [new branch] export-D79751098 -> origin/export-D79751098 2025-08-26T19:43:54.4826137Z * [new branch] export-D79785974 -> origin/export-D79785974 2025-08-26T19:43:54.4827827Z * [new branch] export-D80025417 -> origin/export-D80025417 2025-08-26T19:43:54.4829519Z * [new branch] export-D80120333 -> origin/export-D80120333 2025-08-26T19:43:54.4831312Z * [new branch] export-D80214882 -> origin/export-D80214882 2025-08-26T19:43:54.4833143Z * [new branch] export-D80319069 -> origin/export-D80319069 2025-08-26T19:43:54.4835318Z * [new branch] export-D80321215 -> origin/export-D80321215 2025-08-26T19:43:54.4837108Z * [new branch] export-D80503451 -> origin/export-D80503451 2025-08-26T19:43:54.4838922Z * [new branch] export-D80771648 -> origin/export-D80771648 2025-08-26T19:43:54.4840607Z * [new branch] export-D80823877 -> origin/export-D80823877 2025-08-26T19:43:54.4842487Z * [new branch] export-D80948073 -> origin/export-D80948073 2025-08-26T19:43:54.4844275Z * [new branch] export-D80958642 -> origin/export-D80958642 2025-08-26T19:43:54.4845921Z * [new branch] export-D80970483 -> origin/export-D80970483 2025-08-26T19:43:54.4847737Z * [new branch] export-D81054193 -> origin/export-D81054193 2025-08-26T19:43:54.4849515Z * [new branch] export-D81060182 -> origin/export-D81060182 2025-08-26T19:43:54.4851505Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-08-26T19:43:54.4853652Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-08-26T19:43:54.4855208Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-08-26T19:43:54.4856926Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-08-26T19:43:54.4859222Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-08-26T19:43:54.4861216Z * [new branch] fca -> origin/fca 2025-08-26T19:43:54.4862802Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-08-26T19:43:54.4864453Z * [new branch] fca5 -> origin/fca5 2025-08-26T19:43:54.4866668Z * [new branch] feature/function-numa-binding -> origin/feature/function-numa-binding 2025-08-26T19:43:54.4868342Z * [new branch] feature/function-numa-binding-take2 -> origin/feature/function-numa-binding-take2 2025-08-26T19:43:54.4870031Z * [new branch] feature/numa-nproc-fix -> origin/feature/numa-nproc-fix 2025-08-26T19:43:54.4871596Z * [new branch] feature/numa-signpost-serialize -> origin/feature/numa-signpost-serialize 2025-08-26T19:43:54.4873418Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-08-26T19:43:54.4874629Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-08-26T19:43:54.4875895Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-08-26T19:43:54.4876869Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-08-26T19:43:54.4878044Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-08-26T19:43:54.4879023Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-08-26T19:43:54.4880613Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-08-26T19:43:54.4883542Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-08-26T19:43:54.4884191Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-08-26T19:43:54.4884898Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-08-26T19:43:54.4885708Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-08-26T19:43:54.4886432Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-08-26T19:43:54.4887149Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-08-26T19:43:54.4888130Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-08-26T19:43:54.4888845Z * [new branch] fix -> origin/fix 2025-08-26T19:43:54.4889935Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-08-26T19:43:54.4891067Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-08-26T19:43:54.4892135Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-08-26T19:43:54.4920114Z * [new branch] fix-distributed-warning -> origin/fix-distributed-warning 2025-08-26T19:43:54.4920761Z * [new branch] fix-inductor-periodic-0528 -> origin/fix-inductor-periodic-0528 2025-08-26T19:43:54.4921339Z * [new branch] fix-mps-benchmark -> origin/fix-mps-benchmark 2025-08-26T19:43:54.4922311Z * [new branch] fix-rlease-feature-template -> origin/fix-rlease-feature-template 2025-08-26T19:43:54.4923153Z * [new branch] fix-run-condition-upload-results -> origin/fix-run-condition-upload-results 2025-08-26T19:43:54.4923777Z * [new branch] fix-torchbench -> origin/fix-torchbench 2025-08-26T19:43:54.4924258Z * [new branch] fix_153389 -> origin/fix_153389 2025-08-26T19:43:54.4924806Z * [new branch] fix_fsdp_rs_bucket2 -> origin/fix_fsdp_rs_bucket2 2025-08-26T19:43:54.4925363Z * [new branch] fix_inductor_peridic_tests -> origin/fix_inductor_peridic_tests 2025-08-26T19:43:54.4925964Z * [new branch] fix_ubn_159469 -> origin/fix_ubn_159469 2025-08-26T19:43:54.4926445Z * [new branch] fixes-triage -> origin/fixes-triage 2025-08-26T19:43:54.4927026Z * [new branch] flash_decoding_cpu -> origin/flash_decoding_cpu 2025-08-26T19:43:54.4927671Z * [new branch] flex-flash -> origin/flex-flash 2025-08-26T19:43:54.4928168Z * [new branch] flex-lowering -> origin/flex-lowering 2025-08-26T19:43:54.4928771Z * [new branch] flex-warning -> origin/flex-warning 2025-08-26T19:43:54.4929423Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-08-26T19:43:54.4930000Z * [new branch] flex_flash -> origin/flex_flash 2025-08-26T19:43:54.4930582Z * [new branch] flexdecode-gqa-groups -> origin/flexdecode-gqa-groups 2025-08-26T19:43:54.4931210Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-08-26T19:43:54.4931944Z * [new branch] fmassa/try_fix_ac_tag_propagation -> origin/fmassa/try_fix_ac_tag_propagation 2025-08-26T19:43:54.4932544Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-08-26T19:43:54.4933100Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-08-26T19:43:54.4933568Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-08-26T19:43:54.4934098Z * [new branch] fx_cpp -> origin/fx_cpp 2025-08-26T19:43:54.4934538Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-08-26T19:43:54.4935074Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-08-26T19:43:54.4935627Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-08-26T19:43:54.4936296Z * [new branch] gh/CaoE/2/base -> origin/gh/CaoE/2/base 2025-08-26T19:43:54.4936858Z * [new branch] gh/CaoE/2/head -> origin/gh/CaoE/2/head 2025-08-26T19:43:54.4937338Z * [new branch] gh/CaoE/2/orig -> origin/gh/CaoE/2/orig 2025-08-26T19:43:54.4937885Z * [new branch] gh/ColinPeppler/78/base -> origin/gh/ColinPeppler/78/base 2025-08-26T19:43:54.4938635Z * [new branch] gh/ColinPeppler/78/head -> origin/gh/ColinPeppler/78/head 2025-08-26T19:43:54.4939306Z * [new branch] gh/ColinPeppler/78/orig -> origin/gh/ColinPeppler/78/orig 2025-08-26T19:43:54.4939961Z * [new branch] gh/ColinPeppler/79/base -> origin/gh/ColinPeppler/79/base 2025-08-26T19:43:54.4940850Z * [new branch] gh/ColinPeppler/79/head -> origin/gh/ColinPeppler/79/head 2025-08-26T19:43:54.4941805Z * [new branch] gh/ColinPeppler/79/orig -> origin/gh/ColinPeppler/79/orig 2025-08-26T19:43:54.4942536Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-08-26T19:43:54.4943195Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-08-26T19:43:54.4943955Z * [new branch] gh/EikanWang/80/base -> origin/gh/EikanWang/80/base 2025-08-26T19:43:54.4944484Z * [new branch] gh/EikanWang/80/head -> origin/gh/EikanWang/80/head 2025-08-26T19:43:54.4945009Z * [new branch] gh/EikanWang/80/orig -> origin/gh/EikanWang/80/orig 2025-08-26T19:43:54.4945777Z * [new branch] gh/EikanWang/81/base -> origin/gh/EikanWang/81/base 2025-08-26T19:43:54.4946432Z * [new branch] gh/EikanWang/81/head -> origin/gh/EikanWang/81/head 2025-08-26T19:43:54.4947067Z * [new branch] gh/EikanWang/81/orig -> origin/gh/EikanWang/81/orig 2025-08-26T19:43:54.4947596Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-08-26T19:43:54.4948282Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-08-26T19:43:54.4948851Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-08-26T19:43:54.4949696Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-08-26T19:43:54.4950571Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-08-26T19:43:54.4952018Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-08-26T19:43:54.4952986Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-08-26T19:43:54.4954009Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-08-26T19:43:54.4955410Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-08-26T19:43:54.4956323Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-08-26T19:43:54.4957330Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-08-26T19:43:54.4958536Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-08-26T19:43:54.4959573Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-08-26T19:43:54.4960551Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-08-26T19:43:54.4962176Z * [new branch] gh/H-Huang/187/base -> origin/gh/H-Huang/187/base 2025-08-26T19:43:54.4963042Z * [new branch] gh/H-Huang/187/head -> origin/gh/H-Huang/187/head 2025-08-26T19:43:54.4963939Z * [new branch] gh/H-Huang/187/orig -> origin/gh/H-Huang/187/orig 2025-08-26T19:43:54.4965572Z * [new branch] gh/H-Huang/196/base -> origin/gh/H-Huang/196/base 2025-08-26T19:43:54.4966489Z * [new branch] gh/H-Huang/196/head -> origin/gh/H-Huang/196/head 2025-08-26T19:43:54.4967452Z * [new branch] gh/H-Huang/196/orig -> origin/gh/H-Huang/196/orig 2025-08-26T19:43:54.4968951Z * [new branch] gh/H-Huang/197/base -> origin/gh/H-Huang/197/base 2025-08-26T19:43:54.4970219Z * [new branch] gh/H-Huang/197/head -> origin/gh/H-Huang/197/head 2025-08-26T19:43:54.4971463Z * [new branch] gh/H-Huang/197/orig -> origin/gh/H-Huang/197/orig 2025-08-26T19:43:54.4972904Z * [new branch] gh/H-Huang/198/base -> origin/gh/H-Huang/198/base 2025-08-26T19:43:54.4973927Z * [new branch] gh/H-Huang/198/head -> origin/gh/H-Huang/198/head 2025-08-26T19:43:54.4974888Z * [new branch] gh/H-Huang/198/orig -> origin/gh/H-Huang/198/orig 2025-08-26T19:43:54.4976318Z * [new branch] gh/H-Huang/200/base -> origin/gh/H-Huang/200/base 2025-08-26T19:43:54.4977209Z * [new branch] gh/H-Huang/200/head -> origin/gh/H-Huang/200/head 2025-08-26T19:43:54.4978194Z * [new branch] gh/H-Huang/200/orig -> origin/gh/H-Huang/200/orig 2025-08-26T19:43:54.4979462Z * [new branch] gh/H-Huang/201/base -> origin/gh/H-Huang/201/base 2025-08-26T19:43:54.4980431Z * [new branch] gh/H-Huang/201/head -> origin/gh/H-Huang/201/head 2025-08-26T19:43:54.4981610Z * [new branch] gh/H-Huang/201/orig -> origin/gh/H-Huang/201/orig 2025-08-26T19:43:54.4983750Z * [new branch] gh/H-Huang/202/base -> origin/gh/H-Huang/202/base 2025-08-26T19:43:54.4984739Z * [new branch] gh/H-Huang/202/head -> origin/gh/H-Huang/202/head 2025-08-26T19:43:54.4985707Z * [new branch] gh/H-Huang/202/orig -> origin/gh/H-Huang/202/orig 2025-08-26T19:43:54.4987080Z * [new branch] gh/H-Huang/203/base -> origin/gh/H-Huang/203/base 2025-08-26T19:43:54.4988062Z * [new branch] gh/H-Huang/203/head -> origin/gh/H-Huang/203/head 2025-08-26T19:43:54.4989050Z * [new branch] gh/H-Huang/203/orig -> origin/gh/H-Huang/203/orig 2025-08-26T19:43:54.4990447Z * [new branch] gh/H-Huang/204/base -> origin/gh/H-Huang/204/base 2025-08-26T19:43:54.4991383Z * [new branch] gh/H-Huang/204/head -> origin/gh/H-Huang/204/head 2025-08-26T19:43:54.4992400Z * [new branch] gh/H-Huang/204/orig -> origin/gh/H-Huang/204/orig 2025-08-26T19:43:54.4993764Z * [new branch] gh/H-Huang/205/base -> origin/gh/H-Huang/205/base 2025-08-26T19:43:54.4994691Z * [new branch] gh/H-Huang/205/head -> origin/gh/H-Huang/205/head 2025-08-26T19:43:54.4995769Z * [new branch] gh/H-Huang/205/orig -> origin/gh/H-Huang/205/orig 2025-08-26T19:43:54.4997076Z * [new branch] gh/H-Huang/206/base -> origin/gh/H-Huang/206/base 2025-08-26T19:43:54.4997998Z * [new branch] gh/H-Huang/206/head -> origin/gh/H-Huang/206/head 2025-08-26T19:43:54.4998974Z * [new branch] gh/H-Huang/206/orig -> origin/gh/H-Huang/206/orig 2025-08-26T19:43:54.5000376Z * [new branch] gh/H-Huang/207/base -> origin/gh/H-Huang/207/base 2025-08-26T19:43:54.5001259Z * [new branch] gh/H-Huang/207/head -> origin/gh/H-Huang/207/head 2025-08-26T19:43:54.5002387Z * [new branch] gh/H-Huang/207/orig -> origin/gh/H-Huang/207/orig 2025-08-26T19:43:54.5004275Z * [new branch] gh/H-Huang/208/base -> origin/gh/H-Huang/208/base 2025-08-26T19:43:54.5005148Z * [new branch] gh/H-Huang/208/head -> origin/gh/H-Huang/208/head 2025-08-26T19:43:54.5006192Z * [new branch] gh/H-Huang/208/orig -> origin/gh/H-Huang/208/orig 2025-08-26T19:43:54.5007611Z * [new branch] gh/H-Huang/209/base -> origin/gh/H-Huang/209/base 2025-08-26T19:43:54.5008572Z * [new branch] gh/H-Huang/209/head -> origin/gh/H-Huang/209/head 2025-08-26T19:43:54.5009576Z * [new branch] gh/H-Huang/209/orig -> origin/gh/H-Huang/209/orig 2025-08-26T19:43:54.5010966Z * [new branch] gh/H-Huang/210/base -> origin/gh/H-Huang/210/base 2025-08-26T19:43:54.5012091Z * [new branch] gh/H-Huang/210/head -> origin/gh/H-Huang/210/head 2025-08-26T19:43:54.5012974Z * [new branch] gh/H-Huang/210/orig -> origin/gh/H-Huang/210/orig 2025-08-26T19:43:54.5014646Z * [new branch] gh/H-Huang/211/base -> origin/gh/H-Huang/211/base 2025-08-26T19:43:54.5015579Z * [new branch] gh/H-Huang/211/head -> origin/gh/H-Huang/211/head 2025-08-26T19:43:54.5016558Z * [new branch] gh/H-Huang/211/orig -> origin/gh/H-Huang/211/orig 2025-08-26T19:43:54.5017945Z * [new branch] gh/H-Huang/212/base -> origin/gh/H-Huang/212/base 2025-08-26T19:43:54.5018816Z * [new branch] gh/H-Huang/212/head -> origin/gh/H-Huang/212/head 2025-08-26T19:43:54.5019823Z * [new branch] gh/H-Huang/212/orig -> origin/gh/H-Huang/212/orig 2025-08-26T19:43:54.5021564Z * [new branch] gh/IvanKobzarev/111/base -> origin/gh/IvanKobzarev/111/base 2025-08-26T19:43:54.5022605Z * [new branch] gh/IvanKobzarev/111/head -> origin/gh/IvanKobzarev/111/head 2025-08-26T19:43:54.5023545Z * [new branch] gh/IvanKobzarev/111/orig -> origin/gh/IvanKobzarev/111/orig 2025-08-26T19:43:54.5025006Z * [new branch] gh/IvanKobzarev/112/base -> origin/gh/IvanKobzarev/112/base 2025-08-26T19:43:54.5026118Z * [new branch] gh/IvanKobzarev/112/head -> origin/gh/IvanKobzarev/112/head 2025-08-26T19:43:54.5026988Z * [new branch] gh/IvanKobzarev/112/orig -> origin/gh/IvanKobzarev/112/orig 2025-08-26T19:43:54.5028484Z * [new branch] gh/IvanKobzarev/115/base -> origin/gh/IvanKobzarev/115/base 2025-08-26T19:43:54.5029405Z * [new branch] gh/IvanKobzarev/115/head -> origin/gh/IvanKobzarev/115/head 2025-08-26T19:43:54.5030451Z * [new branch] gh/IvanKobzarev/115/orig -> origin/gh/IvanKobzarev/115/orig 2025-08-26T19:43:54.5032096Z * [new branch] gh/IvanKobzarev/116/base -> origin/gh/IvanKobzarev/116/base 2025-08-26T19:43:54.5033142Z * [new branch] gh/IvanKobzarev/116/head -> origin/gh/IvanKobzarev/116/head 2025-08-26T19:43:54.5034209Z * [new branch] gh/IvanKobzarev/116/orig -> origin/gh/IvanKobzarev/116/orig 2025-08-26T19:43:54.5035656Z * [new branch] gh/IvanKobzarev/118/base -> origin/gh/IvanKobzarev/118/base 2025-08-26T19:43:54.5036594Z * [new branch] gh/IvanKobzarev/118/head -> origin/gh/IvanKobzarev/118/head 2025-08-26T19:43:54.5037567Z * [new branch] gh/IvanKobzarev/118/orig -> origin/gh/IvanKobzarev/118/orig 2025-08-26T19:43:54.5039117Z * [new branch] gh/IvanKobzarev/124/base -> origin/gh/IvanKobzarev/124/base 2025-08-26T19:43:54.5040154Z * [new branch] gh/IvanKobzarev/124/head -> origin/gh/IvanKobzarev/124/head 2025-08-26T19:43:54.5041291Z * [new branch] gh/IvanKobzarev/124/orig -> origin/gh/IvanKobzarev/124/orig 2025-08-26T19:43:54.5042929Z * [new branch] gh/IvanKobzarev/126/base -> origin/gh/IvanKobzarev/126/base 2025-08-26T19:43:54.5043928Z * [new branch] gh/IvanKobzarev/126/head -> origin/gh/IvanKobzarev/126/head 2025-08-26T19:43:54.5044958Z * [new branch] gh/IvanKobzarev/126/orig -> origin/gh/IvanKobzarev/126/orig 2025-08-26T19:43:54.5046463Z * [new branch] gh/IvanKobzarev/127/base -> origin/gh/IvanKobzarev/127/base 2025-08-26T19:43:54.5047404Z * [new branch] gh/IvanKobzarev/127/head -> origin/gh/IvanKobzarev/127/head 2025-08-26T19:43:54.5048396Z * [new branch] gh/IvanKobzarev/127/orig -> origin/gh/IvanKobzarev/127/orig 2025-08-26T19:43:54.5049850Z * [new branch] gh/IvanKobzarev/128/base -> origin/gh/IvanKobzarev/128/base 2025-08-26T19:43:54.5050811Z * [new branch] gh/IvanKobzarev/128/head -> origin/gh/IvanKobzarev/128/head 2025-08-26T19:43:54.5054633Z * [new branch] gh/IvanKobzarev/128/orig -> origin/gh/IvanKobzarev/128/orig 2025-08-26T19:43:54.5055589Z * [new branch] gh/IvanKobzarev/132/base -> origin/gh/IvanKobzarev/132/base 2025-08-26T19:43:54.5056190Z * [new branch] gh/IvanKobzarev/132/head -> origin/gh/IvanKobzarev/132/head 2025-08-26T19:43:54.5056764Z * [new branch] gh/IvanKobzarev/132/orig -> origin/gh/IvanKobzarev/132/orig 2025-08-26T19:43:54.5057820Z * [new branch] gh/IvanKobzarev/133/base -> origin/gh/IvanKobzarev/133/base 2025-08-26T19:43:54.5059473Z * [new branch] gh/IvanKobzarev/133/head -> origin/gh/IvanKobzarev/133/head 2025-08-26T19:43:54.5060766Z * [new branch] gh/IvanKobzarev/133/orig -> origin/gh/IvanKobzarev/133/orig 2025-08-26T19:43:54.5062452Z * [new branch] gh/IvanKobzarev/134/base -> origin/gh/IvanKobzarev/134/base 2025-08-26T19:43:54.5063736Z * [new branch] gh/IvanKobzarev/134/head -> origin/gh/IvanKobzarev/134/head 2025-08-26T19:43:54.5065047Z * [new branch] gh/IvanKobzarev/134/orig -> origin/gh/IvanKobzarev/134/orig 2025-08-26T19:43:54.5066996Z * [new branch] gh/IvanKobzarev/135/base -> origin/gh/IvanKobzarev/135/base 2025-08-26T19:43:54.5068999Z * [new branch] gh/IvanKobzarev/135/head -> origin/gh/IvanKobzarev/135/head 2025-08-26T19:43:54.5070147Z * [new branch] gh/IvanKobzarev/135/orig -> origin/gh/IvanKobzarev/135/orig 2025-08-26T19:43:54.5072036Z * [new branch] gh/IvanKobzarev/136/base -> origin/gh/IvanKobzarev/136/base 2025-08-26T19:43:54.5073525Z * [new branch] gh/IvanKobzarev/136/head -> origin/gh/IvanKobzarev/136/head 2025-08-26T19:43:54.5075107Z * [new branch] gh/IvanKobzarev/136/orig -> origin/gh/IvanKobzarev/136/orig 2025-08-26T19:43:54.5077022Z * [new branch] gh/IvanKobzarev/137/base -> origin/gh/IvanKobzarev/137/base 2025-08-26T19:43:54.5078518Z * [new branch] gh/IvanKobzarev/137/head -> origin/gh/IvanKobzarev/137/head 2025-08-26T19:43:54.5079958Z * [new branch] gh/IvanKobzarev/137/orig -> origin/gh/IvanKobzarev/137/orig 2025-08-26T19:43:54.5082989Z * [new branch] gh/IvanKobzarev/138/base -> origin/gh/IvanKobzarev/138/base 2025-08-26T19:43:54.5084437Z * [new branch] gh/IvanKobzarev/138/head -> origin/gh/IvanKobzarev/138/head 2025-08-26T19:43:54.5086040Z * [new branch] gh/IvanKobzarev/138/orig -> origin/gh/IvanKobzarev/138/orig 2025-08-26T19:43:54.5088898Z * [new branch] gh/IvanKobzarev/139/base -> origin/gh/IvanKobzarev/139/base 2025-08-26T19:43:54.5090141Z * [new branch] gh/IvanKobzarev/139/head -> origin/gh/IvanKobzarev/139/head 2025-08-26T19:43:54.5091623Z * [new branch] gh/IvanKobzarev/139/orig -> origin/gh/IvanKobzarev/139/orig 2025-08-26T19:43:54.5094093Z * [new branch] gh/IvanKobzarev/140/base -> origin/gh/IvanKobzarev/140/base 2025-08-26T19:43:54.5095507Z * [new branch] gh/IvanKobzarev/140/head -> origin/gh/IvanKobzarev/140/head 2025-08-26T19:43:54.5097102Z * [new branch] gh/IvanKobzarev/140/orig -> origin/gh/IvanKobzarev/140/orig 2025-08-26T19:43:54.5099682Z * [new branch] gh/IvanKobzarev/141/base -> origin/gh/IvanKobzarev/141/base 2025-08-26T19:43:54.5100736Z * [new branch] gh/IvanKobzarev/141/head -> origin/gh/IvanKobzarev/141/head 2025-08-26T19:43:54.5102546Z * [new branch] gh/IvanKobzarev/141/orig -> origin/gh/IvanKobzarev/141/orig 2025-08-26T19:43:54.5105097Z * [new branch] gh/IvanKobzarev/142/base -> origin/gh/IvanKobzarev/142/base 2025-08-26T19:43:54.5106374Z * [new branch] gh/IvanKobzarev/142/head -> origin/gh/IvanKobzarev/142/head 2025-08-26T19:43:54.5107893Z * [new branch] gh/IvanKobzarev/142/orig -> origin/gh/IvanKobzarev/142/orig 2025-08-26T19:43:54.5110441Z * [new branch] gh/IvanKobzarev/143/base -> origin/gh/IvanKobzarev/143/base 2025-08-26T19:43:54.5111586Z * [new branch] gh/IvanKobzarev/143/head -> origin/gh/IvanKobzarev/143/head 2025-08-26T19:43:54.5113432Z * [new branch] gh/IvanKobzarev/143/orig -> origin/gh/IvanKobzarev/143/orig 2025-08-26T19:43:54.5116179Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-08-26T19:43:54.5117556Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-08-26T19:43:54.5119680Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-08-26T19:43:54.5120970Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-08-26T19:43:54.5123691Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-08-26T19:43:54.5125160Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-08-26T19:43:54.5127719Z * [new branch] gh/NikhilAPatel/8/base -> origin/gh/NikhilAPatel/8/base 2025-08-26T19:43:54.5128825Z * [new branch] gh/NikhilAPatel/8/head -> origin/gh/NikhilAPatel/8/head 2025-08-26T19:43:54.5130293Z * [new branch] gh/NikhilAPatel/8/orig -> origin/gh/NikhilAPatel/8/orig 2025-08-26T19:43:54.5132125Z * [new branch] gh/NikhilAPatel/9/base -> origin/gh/NikhilAPatel/9/base 2025-08-26T19:43:54.5133393Z * [new branch] gh/NikhilAPatel/9/head -> origin/gh/NikhilAPatel/9/head 2025-08-26T19:43:54.5134671Z * [new branch] gh/NikhilAPatel/9/orig -> origin/gh/NikhilAPatel/9/orig 2025-08-26T19:43:54.5136569Z * [new branch] gh/PaliC/1/base -> origin/gh/PaliC/1/base 2025-08-26T19:43:54.5138086Z * [new branch] gh/PaliC/1/head -> origin/gh/PaliC/1/head 2025-08-26T19:43:54.5139308Z * [new branch] gh/PaliC/1/orig -> origin/gh/PaliC/1/orig 2025-08-26T19:43:54.5141070Z * [new branch] gh/PaliC/12/base -> origin/gh/PaliC/12/base 2025-08-26T19:43:54.5142571Z * [new branch] gh/PaliC/12/head -> origin/gh/PaliC/12/head 2025-08-26T19:43:54.5144037Z * [new branch] gh/PaliC/12/orig -> origin/gh/PaliC/12/orig 2025-08-26T19:43:54.5145646Z * [new branch] gh/PaliC/13/base -> origin/gh/PaliC/13/base 2025-08-26T19:43:54.5147035Z * [new branch] gh/PaliC/13/head -> origin/gh/PaliC/13/head 2025-08-26T19:43:54.5148275Z * [new branch] gh/PaliC/13/orig -> origin/gh/PaliC/13/orig 2025-08-26T19:43:54.5150049Z * [new branch] gh/PaliC/14/base -> origin/gh/PaliC/14/base 2025-08-26T19:43:54.5151251Z * [new branch] gh/PaliC/14/head -> origin/gh/PaliC/14/head 2025-08-26T19:43:54.5152711Z * [new branch] gh/PaliC/14/orig -> origin/gh/PaliC/14/orig 2025-08-26T19:43:54.5154200Z * [new branch] gh/PaliC/16/base -> origin/gh/PaliC/16/base 2025-08-26T19:43:54.5155532Z * [new branch] gh/PaliC/16/head -> origin/gh/PaliC/16/head 2025-08-26T19:43:54.5156883Z * [new branch] gh/PaliC/16/orig -> origin/gh/PaliC/16/orig 2025-08-26T19:43:54.5158425Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-08-26T19:43:54.5159865Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-08-26T19:43:54.5161208Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-08-26T19:43:54.5162897Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-08-26T19:43:54.5164293Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-08-26T19:43:54.5165523Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-08-26T19:43:54.5167311Z * [new branch] gh/PaliC/19/base -> origin/gh/PaliC/19/base 2025-08-26T19:43:54.5168553Z * [new branch] gh/PaliC/19/head -> origin/gh/PaliC/19/head 2025-08-26T19:43:54.5170318Z * [new branch] gh/PaliC/19/orig -> origin/gh/PaliC/19/orig 2025-08-26T19:43:54.5171755Z * [new branch] gh/PaliC/2/base -> origin/gh/PaliC/2/base 2025-08-26T19:43:54.5173274Z * [new branch] gh/PaliC/2/head -> origin/gh/PaliC/2/head 2025-08-26T19:43:54.5174795Z * [new branch] gh/PaliC/2/orig -> origin/gh/PaliC/2/orig 2025-08-26T19:43:54.5177173Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-08-26T19:43:54.5178448Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-08-26T19:43:54.5180022Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-08-26T19:43:54.5182549Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-08-26T19:43:54.5183751Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-08-26T19:43:54.5185251Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-08-26T19:43:54.5187472Z * [new branch] gh/PaliC/22/base -> origin/gh/PaliC/22/base 2025-08-26T19:43:54.5188628Z * [new branch] gh/PaliC/22/head -> origin/gh/PaliC/22/head 2025-08-26T19:43:54.5190100Z * [new branch] gh/PaliC/22/orig -> origin/gh/PaliC/22/orig 2025-08-26T19:43:54.5192270Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-08-26T19:43:54.5193544Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-08-26T19:43:54.5195039Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-08-26T19:43:54.5197364Z * [new branch] gh/PaliC/24/base -> origin/gh/PaliC/24/base 2025-08-26T19:43:54.5198694Z * [new branch] gh/PaliC/24/head -> origin/gh/PaliC/24/head 2025-08-26T19:43:54.5200212Z * [new branch] gh/PaliC/24/orig -> origin/gh/PaliC/24/orig 2025-08-26T19:43:54.5202998Z * [new branch] gh/PaulZhang12/17/base -> origin/gh/PaulZhang12/17/base 2025-08-26T19:43:54.5204084Z * [new branch] gh/PaulZhang12/17/head -> origin/gh/PaulZhang12/17/head 2025-08-26T19:43:54.5206686Z * [new branch] gh/PaulZhang12/20/base -> origin/gh/PaulZhang12/20/base 2025-08-26T19:43:54.5207988Z * [new branch] gh/PaulZhang12/20/head -> origin/gh/PaulZhang12/20/head 2025-08-26T19:43:54.5209497Z * [new branch] gh/PaulZhang12/20/orig -> origin/gh/PaulZhang12/20/orig 2025-08-26T19:43:54.5211837Z * [new branch] gh/PaulZhang12/21/base -> origin/gh/PaulZhang12/21/base 2025-08-26T19:43:54.5213246Z * [new branch] gh/PaulZhang12/21/head -> origin/gh/PaulZhang12/21/head 2025-08-26T19:43:54.5214740Z * [new branch] gh/PaulZhang12/21/orig -> origin/gh/PaulZhang12/21/orig 2025-08-26T19:43:54.5217075Z * [new branch] gh/PaulZhang12/22/base -> origin/gh/PaulZhang12/22/base 2025-08-26T19:43:54.5218492Z * [new branch] gh/PaulZhang12/22/head -> origin/gh/PaulZhang12/22/head 2025-08-26T19:43:54.5220071Z * [new branch] gh/PaulZhang12/22/orig -> origin/gh/PaulZhang12/22/orig 2025-08-26T19:43:54.5222774Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-08-26T19:43:54.5223845Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-08-26T19:43:54.5226921Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-08-26T19:43:54.5228625Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-08-26T19:43:54.5230294Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-08-26T19:43:54.5232679Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-08-26T19:43:54.5235176Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-08-26T19:43:54.5236450Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-08-26T19:43:54.5238606Z * [new branch] gh/StrongerXi/103/base -> origin/gh/StrongerXi/103/base 2025-08-26T19:43:54.5239878Z * [new branch] gh/StrongerXi/103/head -> origin/gh/StrongerXi/103/head 2025-08-26T19:43:54.5241346Z * [new branch] gh/StrongerXi/103/orig -> origin/gh/StrongerXi/103/orig 2025-08-26T19:43:54.5243822Z * [new branch] gh/StrongerXi/133/base -> origin/gh/StrongerXi/133/base 2025-08-26T19:43:54.5244991Z * [new branch] gh/StrongerXi/133/head -> origin/gh/StrongerXi/133/head 2025-08-26T19:43:54.5246606Z * [new branch] gh/StrongerXi/133/orig -> origin/gh/StrongerXi/133/orig 2025-08-26T19:43:54.5248866Z * [new branch] gh/StrongerXi/134/base -> origin/gh/StrongerXi/134/base 2025-08-26T19:43:54.5250093Z * [new branch] gh/StrongerXi/134/head -> origin/gh/StrongerXi/134/head 2025-08-26T19:43:54.5251571Z * [new branch] gh/StrongerXi/134/orig -> origin/gh/StrongerXi/134/orig 2025-08-26T19:43:54.5253995Z * [new branch] gh/StrongerXi/136/base -> origin/gh/StrongerXi/136/base 2025-08-26T19:43:54.5255179Z * [new branch] gh/StrongerXi/136/head -> origin/gh/StrongerXi/136/head 2025-08-26T19:43:54.5256706Z * [new branch] gh/StrongerXi/136/orig -> origin/gh/StrongerXi/136/orig 2025-08-26T19:43:54.5258852Z * [new branch] gh/StrongerXi/137/base -> origin/gh/StrongerXi/137/base 2025-08-26T19:43:54.5260157Z * [new branch] gh/StrongerXi/137/head -> origin/gh/StrongerXi/137/head 2025-08-26T19:43:54.5261720Z * [new branch] gh/StrongerXi/137/orig -> origin/gh/StrongerXi/137/orig 2025-08-26T19:43:54.5263809Z * [new branch] gh/StrongerXi/138/base -> origin/gh/StrongerXi/138/base 2025-08-26T19:43:54.5265253Z * [new branch] gh/StrongerXi/138/head -> origin/gh/StrongerXi/138/head 2025-08-26T19:43:54.5266654Z * [new branch] gh/StrongerXi/138/orig -> origin/gh/StrongerXi/138/orig 2025-08-26T19:43:54.5268875Z * [new branch] gh/StrongerXi/139/base -> origin/gh/StrongerXi/139/base 2025-08-26T19:43:54.5270076Z * [new branch] gh/StrongerXi/139/head -> origin/gh/StrongerXi/139/head 2025-08-26T19:43:54.5271677Z * [new branch] gh/StrongerXi/139/orig -> origin/gh/StrongerXi/139/orig 2025-08-26T19:43:54.5274092Z * [new branch] gh/StrongerXi/140/base -> origin/gh/StrongerXi/140/base 2025-08-26T19:43:54.5275280Z * [new branch] gh/StrongerXi/140/head -> origin/gh/StrongerXi/140/head 2025-08-26T19:43:54.5277014Z * [new branch] gh/StrongerXi/140/orig -> origin/gh/StrongerXi/140/orig 2025-08-26T19:43:54.5279238Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-08-26T19:43:54.5280503Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-08-26T19:43:54.5283874Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-08-26T19:43:54.5284833Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-08-26T19:43:54.5286694Z * [new branch] gh/XilunWu/133/base -> origin/gh/XilunWu/133/base 2025-08-26T19:43:54.5287602Z * [new branch] gh/XilunWu/133/head -> origin/gh/XilunWu/133/head 2025-08-26T19:43:54.5288819Z * [new branch] gh/XilunWu/133/orig -> origin/gh/XilunWu/133/orig 2025-08-26T19:43:54.5290124Z * [new branch] gh/XilunWu/139/base -> origin/gh/XilunWu/139/base 2025-08-26T19:43:54.5291037Z * [new branch] gh/XilunWu/139/head -> origin/gh/XilunWu/139/head 2025-08-26T19:43:54.5292080Z * [new branch] gh/XilunWu/139/orig -> origin/gh/XilunWu/139/orig 2025-08-26T19:43:54.5293570Z * [new branch] gh/XilunWu/143/base -> origin/gh/XilunWu/143/base 2025-08-26T19:43:54.5294600Z * [new branch] gh/XilunWu/143/head -> origin/gh/XilunWu/143/head 2025-08-26T19:43:54.5296111Z * [new branch] gh/XilunWu/143/orig -> origin/gh/XilunWu/143/orig 2025-08-26T19:43:54.5297598Z * [new branch] gh/XilunWu/144/base -> origin/gh/XilunWu/144/base 2025-08-26T19:43:54.5298522Z * [new branch] gh/XilunWu/144/head -> origin/gh/XilunWu/144/head 2025-08-26T19:43:54.5299491Z * [new branch] gh/XilunWu/144/orig -> origin/gh/XilunWu/144/orig 2025-08-26T19:43:54.5300974Z * [new branch] gh/XilunWu/145/base -> origin/gh/XilunWu/145/base 2025-08-26T19:43:54.5301868Z * [new branch] gh/XilunWu/145/head -> origin/gh/XilunWu/145/head 2025-08-26T19:43:54.5302803Z * [new branch] gh/XilunWu/145/orig -> origin/gh/XilunWu/145/orig 2025-08-26T19:43:54.5304158Z * [new branch] gh/XilunWu/146/base -> origin/gh/XilunWu/146/base 2025-08-26T19:43:54.5305068Z * [new branch] gh/XilunWu/146/head -> origin/gh/XilunWu/146/head 2025-08-26T19:43:54.5306293Z * [new branch] gh/XilunWu/146/orig -> origin/gh/XilunWu/146/orig 2025-08-26T19:43:54.5307664Z * [new branch] gh/XilunWu/147/base -> origin/gh/XilunWu/147/base 2025-08-26T19:43:54.5308547Z * [new branch] gh/XilunWu/147/head -> origin/gh/XilunWu/147/head 2025-08-26T19:43:54.5309542Z * [new branch] gh/XilunWu/147/orig -> origin/gh/XilunWu/147/orig 2025-08-26T19:43:54.5310833Z * [new branch] gh/XilunWu/148/base -> origin/gh/XilunWu/148/base 2025-08-26T19:43:54.5311740Z * [new branch] gh/XilunWu/148/head -> origin/gh/XilunWu/148/head 2025-08-26T19:43:54.5312704Z * [new branch] gh/XilunWu/148/orig -> origin/gh/XilunWu/148/orig 2025-08-26T19:43:54.5313966Z * [new branch] gh/XilunWu/149/base -> origin/gh/XilunWu/149/base 2025-08-26T19:43:54.5314843Z * [new branch] gh/XilunWu/149/head -> origin/gh/XilunWu/149/head 2025-08-26T19:43:54.5315824Z * [new branch] gh/XilunWu/149/orig -> origin/gh/XilunWu/149/orig 2025-08-26T19:43:54.5317090Z * [new branch] gh/XilunWu/150/base -> origin/gh/XilunWu/150/base 2025-08-26T19:43:54.5317997Z * [new branch] gh/XilunWu/150/head -> origin/gh/XilunWu/150/head 2025-08-26T19:43:54.5319068Z * [new branch] gh/XilunWu/150/orig -> origin/gh/XilunWu/150/orig 2025-08-26T19:43:54.5320517Z * [new branch] gh/XilunWu/151/base -> origin/gh/XilunWu/151/base 2025-08-26T19:43:54.5321458Z * [new branch] gh/XilunWu/151/head -> origin/gh/XilunWu/151/head 2025-08-26T19:43:54.5322822Z * [new branch] gh/XilunWu/151/orig -> origin/gh/XilunWu/151/orig 2025-08-26T19:43:54.5324045Z * [new branch] gh/XilunWu/152/base -> origin/gh/XilunWu/152/base 2025-08-26T19:43:54.5324918Z * [new branch] gh/XilunWu/152/head -> origin/gh/XilunWu/152/head 2025-08-26T19:43:54.5325799Z * [new branch] gh/XilunWu/152/orig -> origin/gh/XilunWu/152/orig 2025-08-26T19:43:54.5327423Z * [new branch] gh/XilunWu/153/base -> origin/gh/XilunWu/153/base 2025-08-26T19:43:54.5328436Z * [new branch] gh/XilunWu/153/head -> origin/gh/XilunWu/153/head 2025-08-26T19:43:54.5329357Z * [new branch] gh/XilunWu/153/orig -> origin/gh/XilunWu/153/orig 2025-08-26T19:43:54.5331035Z * [new branch] gh/XilunWu/159/base -> origin/gh/XilunWu/159/base 2025-08-26T19:43:54.5332231Z * [new branch] gh/XilunWu/159/head -> origin/gh/XilunWu/159/head 2025-08-26T19:43:54.5333255Z * [new branch] gh/XilunWu/159/orig -> origin/gh/XilunWu/159/orig 2025-08-26T19:43:54.5334733Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-08-26T19:43:54.5335632Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-08-26T19:43:54.5336662Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-08-26T19:43:54.5338181Z * [new branch] gh/XilunWu/161/base -> origin/gh/XilunWu/161/base 2025-08-26T19:43:54.5339124Z * [new branch] gh/XilunWu/161/head -> origin/gh/XilunWu/161/head 2025-08-26T19:43:54.5340090Z * [new branch] gh/XilunWu/161/orig -> origin/gh/XilunWu/161/orig 2025-08-26T19:43:54.5341943Z * [new branch] gh/XilunWu/162/base -> origin/gh/XilunWu/162/base 2025-08-26T19:43:54.5343111Z * [new branch] gh/XilunWu/162/head -> origin/gh/XilunWu/162/head 2025-08-26T19:43:54.5344031Z * [new branch] gh/XilunWu/162/orig -> origin/gh/XilunWu/162/orig 2025-08-26T19:43:54.5345567Z * [new branch] gh/XilunWu/163/base -> origin/gh/XilunWu/163/base 2025-08-26T19:43:54.5346473Z * [new branch] gh/XilunWu/163/head -> origin/gh/XilunWu/163/head 2025-08-26T19:43:54.5347655Z * [new branch] gh/XilunWu/163/orig -> origin/gh/XilunWu/163/orig 2025-08-26T19:43:54.5349020Z * [new branch] gh/XilunWu/164/base -> origin/gh/XilunWu/164/base 2025-08-26T19:43:54.5350002Z * [new branch] gh/XilunWu/164/head -> origin/gh/XilunWu/164/head 2025-08-26T19:43:54.5351026Z * [new branch] gh/XilunWu/164/orig -> origin/gh/XilunWu/164/orig 2025-08-26T19:43:54.5352488Z * [new branch] gh/XilunWu/165/base -> origin/gh/XilunWu/165/base 2025-08-26T19:43:54.5353361Z * [new branch] gh/XilunWu/165/head -> origin/gh/XilunWu/165/head 2025-08-26T19:43:54.5354363Z * [new branch] gh/XilunWu/165/orig -> origin/gh/XilunWu/165/orig 2025-08-26T19:43:54.5355817Z * [new branch] gh/XilunWu/166/base -> origin/gh/XilunWu/166/base 2025-08-26T19:43:54.5356851Z * [new branch] gh/XilunWu/166/head -> origin/gh/XilunWu/166/head 2025-08-26T19:43:54.5357785Z * [new branch] gh/XilunWu/166/orig -> origin/gh/XilunWu/166/orig 2025-08-26T19:43:54.5359213Z * [new branch] gh/XilunWu/167/base -> origin/gh/XilunWu/167/base 2025-08-26T19:43:54.5360193Z * [new branch] gh/XilunWu/167/head -> origin/gh/XilunWu/167/head 2025-08-26T19:43:54.5361324Z * [new branch] gh/XilunWu/167/orig -> origin/gh/XilunWu/167/orig 2025-08-26T19:43:54.5363164Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-08-26T19:43:54.5364129Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-08-26T19:43:54.5365693Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-08-26T19:43:54.5367054Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-08-26T19:43:54.5368366Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-08-26T19:43:54.5369838Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-08-26T19:43:54.5371672Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-08-26T19:43:54.5372724Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-08-26T19:43:54.5374140Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-08-26T19:43:54.5375801Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-08-26T19:43:54.5377191Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-08-26T19:43:54.5378586Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-08-26T19:43:54.5380298Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-08-26T19:43:54.5381872Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-08-26T19:43:54.5383169Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-08-26T19:43:54.5384820Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-08-26T19:43:54.5386180Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-08-26T19:43:54.5387515Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-08-26T19:43:54.5389121Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-08-26T19:43:54.5390405Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-08-26T19:43:54.5391822Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-08-26T19:43:54.5393392Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-08-26T19:43:54.5394854Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-08-26T19:43:54.5396152Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-08-26T19:43:54.5397792Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-08-26T19:43:54.5399123Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-08-26T19:43:54.5400448Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-08-26T19:43:54.5402391Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-08-26T19:43:54.5403441Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-08-26T19:43:54.5404870Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-08-26T19:43:54.5406530Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-08-26T19:43:54.5407796Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-08-26T19:43:54.5409115Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-08-26T19:43:54.5410749Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-08-26T19:43:54.5412113Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-08-26T19:43:54.5413411Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-08-26T19:43:54.5415053Z * [new branch] gh/XuehaiPan/290/base -> origin/gh/XuehaiPan/290/base 2025-08-26T19:43:54.5416395Z * [new branch] gh/XuehaiPan/290/head -> origin/gh/XuehaiPan/290/head 2025-08-26T19:43:54.5417774Z * [new branch] gh/XuehaiPan/290/orig -> origin/gh/XuehaiPan/290/orig 2025-08-26T19:43:54.5419411Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-08-26T19:43:54.5420671Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-08-26T19:43:54.5422060Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-08-26T19:43:54.5423762Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-08-26T19:43:54.5425034Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-08-26T19:43:54.5426345Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-08-26T19:43:54.5428041Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-08-26T19:43:54.5429441Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-08-26T19:43:54.5430748Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-08-26T19:43:54.5432385Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-08-26T19:43:54.5433762Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-08-26T19:43:54.5435015Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-08-26T19:43:54.5437180Z * [new branch] gh/XuehaiPan/356/base -> origin/gh/XuehaiPan/356/base 2025-08-26T19:43:54.5438503Z * [new branch] gh/XuehaiPan/356/head -> origin/gh/XuehaiPan/356/head 2025-08-26T19:43:54.5439822Z * [new branch] gh/XuehaiPan/356/orig -> origin/gh/XuehaiPan/356/orig 2025-08-26T19:43:54.5441447Z * [new branch] gh/XuehaiPan/357/base -> origin/gh/XuehaiPan/357/base 2025-08-26T19:43:54.5442900Z * [new branch] gh/XuehaiPan/357/head -> origin/gh/XuehaiPan/357/head 2025-08-26T19:43:54.5444154Z * [new branch] gh/XuehaiPan/357/orig -> origin/gh/XuehaiPan/357/orig 2025-08-26T19:43:54.5445882Z * [new branch] gh/XuehaiPan/358/base -> origin/gh/XuehaiPan/358/base 2025-08-26T19:43:54.5447269Z * [new branch] gh/XuehaiPan/358/head -> origin/gh/XuehaiPan/358/head 2025-08-26T19:43:54.5448615Z * [new branch] gh/XuehaiPan/358/orig -> origin/gh/XuehaiPan/358/orig 2025-08-26T19:43:54.5450321Z * [new branch] gh/XuehaiPan/359/base -> origin/gh/XuehaiPan/359/base 2025-08-26T19:43:54.5451618Z * [new branch] gh/XuehaiPan/359/head -> origin/gh/XuehaiPan/359/head 2025-08-26T19:43:54.5452928Z * [new branch] gh/XuehaiPan/359/orig -> origin/gh/XuehaiPan/359/orig 2025-08-26T19:43:54.5454573Z * [new branch] gh/XuehaiPan/360/base -> origin/gh/XuehaiPan/360/base 2025-08-26T19:43:54.5455852Z * [new branch] gh/XuehaiPan/360/head -> origin/gh/XuehaiPan/360/head 2025-08-26T19:43:54.5457323Z * [new branch] gh/XuehaiPan/360/orig -> origin/gh/XuehaiPan/360/orig 2025-08-26T19:43:54.5458971Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-08-26T19:43:54.5460300Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-08-26T19:43:54.5461628Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-08-26T19:43:54.5463319Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-08-26T19:43:54.5464706Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-08-26T19:43:54.5466397Z * [new branch] gh/XuehaiPan/369/base -> origin/gh/XuehaiPan/369/base 2025-08-26T19:43:54.5467698Z * [new branch] gh/XuehaiPan/369/head -> origin/gh/XuehaiPan/369/head 2025-08-26T19:43:54.5469060Z * [new branch] gh/XuehaiPan/369/orig -> origin/gh/XuehaiPan/369/orig 2025-08-26T19:43:54.5470754Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-08-26T19:43:54.5472104Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-08-26T19:43:54.5473374Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-08-26T19:43:54.5475026Z * [new branch] gh/XuehaiPan/371/base -> origin/gh/XuehaiPan/371/base 2025-08-26T19:43:54.5476302Z * [new branch] gh/XuehaiPan/371/head -> origin/gh/XuehaiPan/371/head 2025-08-26T19:43:54.5477642Z * [new branch] gh/XuehaiPan/371/orig -> origin/gh/XuehaiPan/371/orig 2025-08-26T19:43:54.5479392Z * [new branch] gh/XuehaiPan/377/base -> origin/gh/XuehaiPan/377/base 2025-08-26T19:43:54.5480754Z * [new branch] gh/XuehaiPan/377/head -> origin/gh/XuehaiPan/377/head 2025-08-26T19:43:54.5482556Z * [new branch] gh/XuehaiPan/377/orig -> origin/gh/XuehaiPan/377/orig 2025-08-26T19:43:54.5484199Z * [new branch] gh/XuehaiPan/378/base -> origin/gh/XuehaiPan/378/base 2025-08-26T19:43:54.5485778Z * [new branch] gh/XuehaiPan/378/head -> origin/gh/XuehaiPan/378/head 2025-08-26T19:43:54.5487144Z * [new branch] gh/XuehaiPan/378/orig -> origin/gh/XuehaiPan/378/orig 2025-08-26T19:43:54.5488848Z * [new branch] gh/XuehaiPan/379/base -> origin/gh/XuehaiPan/379/base 2025-08-26T19:43:54.5490124Z * [new branch] gh/XuehaiPan/379/head -> origin/gh/XuehaiPan/379/head 2025-08-26T19:43:54.5491409Z * [new branch] gh/XuehaiPan/379/orig -> origin/gh/XuehaiPan/379/orig 2025-08-26T19:43:54.5493837Z * [new branch] gh/XuehaiPan/380/base -> origin/gh/XuehaiPan/380/base 2025-08-26T19:43:54.5494949Z * [new branch] gh/XuehaiPan/380/head -> origin/gh/XuehaiPan/380/head 2025-08-26T19:43:54.5496036Z * [new branch] gh/XuehaiPan/380/orig -> origin/gh/XuehaiPan/380/orig 2025-08-26T19:43:54.5498428Z * [new branch] gh/XuehaiPan/381/base -> origin/gh/XuehaiPan/381/base 2025-08-26T19:43:54.5499684Z * [new branch] gh/XuehaiPan/381/head -> origin/gh/XuehaiPan/381/head 2025-08-26T19:43:54.5502091Z * [new branch] gh/XuehaiPan/382/base -> origin/gh/XuehaiPan/382/base 2025-08-26T19:43:54.5503277Z * [new branch] gh/XuehaiPan/382/head -> origin/gh/XuehaiPan/382/head 2025-08-26T19:43:54.5504829Z * [new branch] gh/XuehaiPan/382/orig -> origin/gh/XuehaiPan/382/orig 2025-08-26T19:43:54.5507159Z * [new branch] gh/XuehaiPan/383/base -> origin/gh/XuehaiPan/383/base 2025-08-26T19:43:54.5508408Z * [new branch] gh/XuehaiPan/383/head -> origin/gh/XuehaiPan/383/head 2025-08-26T19:43:54.5510176Z * [new branch] gh/XuehaiPan/383/orig -> origin/gh/XuehaiPan/383/orig 2025-08-26T19:43:54.5512238Z * [new branch] gh/XuehaiPan/384/base -> origin/gh/XuehaiPan/384/base 2025-08-26T19:43:54.5513527Z * [new branch] gh/XuehaiPan/384/head -> origin/gh/XuehaiPan/384/head 2025-08-26T19:43:54.5515053Z * [new branch] gh/XuehaiPan/384/orig -> origin/gh/XuehaiPan/384/orig 2025-08-26T19:43:54.5517675Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-08-26T19:43:54.5518949Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-08-26T19:43:54.5520636Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-08-26T19:43:54.5523101Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-08-26T19:43:54.5524375Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-08-26T19:43:54.5526506Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-08-26T19:43:54.5527711Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-08-26T19:43:54.5530252Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-08-26T19:43:54.5531259Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-08-26T19:43:54.5532992Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-08-26T19:43:54.5534275Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-08-26T19:43:54.5536055Z * [new branch] gh/ZhiweiYan-96/64/base -> origin/gh/ZhiweiYan-96/64/base 2025-08-26T19:43:54.5537371Z * [new branch] gh/ZhiweiYan-96/64/head -> origin/gh/ZhiweiYan-96/64/head 2025-08-26T19:43:54.5538788Z * [new branch] gh/ZhiweiYan-96/64/orig -> origin/gh/ZhiweiYan-96/64/orig 2025-08-26T19:43:54.5540469Z * [new branch] gh/ZhiweiYan-96/65/base -> origin/gh/ZhiweiYan-96/65/base 2025-08-26T19:43:54.5541834Z * [new branch] gh/ZhiweiYan-96/65/head -> origin/gh/ZhiweiYan-96/65/head 2025-08-26T19:43:54.5543204Z * [new branch] gh/ZhiweiYan-96/65/orig -> origin/gh/ZhiweiYan-96/65/orig 2025-08-26T19:43:54.5544835Z * [new branch] gh/ZhiweiYan-96/66/base -> origin/gh/ZhiweiYan-96/66/base 2025-08-26T19:43:54.5546158Z * [new branch] gh/ZhiweiYan-96/66/head -> origin/gh/ZhiweiYan-96/66/head 2025-08-26T19:43:54.5547727Z * [new branch] gh/ZhiweiYan-96/67/base -> origin/gh/ZhiweiYan-96/67/base 2025-08-26T19:43:54.5548883Z * [new branch] gh/ZhiweiYan-96/67/head -> origin/gh/ZhiweiYan-96/67/head 2025-08-26T19:43:54.5550531Z * [new branch] gh/ZhiweiYan-96/68/base -> origin/gh/ZhiweiYan-96/68/base 2025-08-26T19:43:54.5551661Z * [new branch] gh/ZhiweiYan-96/68/head -> origin/gh/ZhiweiYan-96/68/head 2025-08-26T19:43:54.5553114Z * [new branch] gh/ZhiweiYan-96/68/orig -> origin/gh/ZhiweiYan-96/68/orig 2025-08-26T19:43:54.5555120Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-08-26T19:43:54.5556548Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-08-26T19:43:54.5558045Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-08-26T19:43:54.5559406Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-08-26T19:43:54.5561868Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-08-26T19:43:54.5563213Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-08-26T19:43:54.5564571Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-08-26T19:43:54.5566483Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-08-26T19:43:54.5568273Z * [new branch] gh/alexsamardzic/8/base -> origin/gh/alexsamardzic/8/base 2025-08-26T19:43:54.5569602Z * [new branch] gh/alexsamardzic/8/head -> origin/gh/alexsamardzic/8/head 2025-08-26T19:43:54.5570962Z * [new branch] gh/alexsamardzic/8/orig -> origin/gh/alexsamardzic/8/orig 2025-08-26T19:43:54.5572870Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-08-26T19:43:54.5574192Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-08-26T19:43:54.5575484Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-08-26T19:43:54.5577603Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-08-26T19:43:54.5579047Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-08-26T19:43:54.5580332Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-08-26T19:43:54.5582614Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-08-26T19:43:54.5583964Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-08-26T19:43:54.5585366Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-08-26T19:43:54.5587616Z * [new branch] gh/andyanwang/1/base -> origin/gh/andyanwang/1/base 2025-08-26T19:43:54.5589006Z * [new branch] gh/andyanwang/1/head -> origin/gh/andyanwang/1/head 2025-08-26T19:43:54.5590150Z * [new branch] gh/andyanwang/1/orig -> origin/gh/andyanwang/1/orig 2025-08-26T19:43:54.5592099Z * [new branch] gh/andyanwang/13/base -> origin/gh/andyanwang/13/base 2025-08-26T19:43:54.5593432Z * [new branch] gh/andyanwang/13/head -> origin/gh/andyanwang/13/head 2025-08-26T19:43:54.5594765Z * [new branch] gh/andyanwang/13/orig -> origin/gh/andyanwang/13/orig 2025-08-26T19:43:54.5596423Z * [new branch] gh/andyanwang/2/base -> origin/gh/andyanwang/2/base 2025-08-26T19:43:54.5597755Z * [new branch] gh/andyanwang/2/head -> origin/gh/andyanwang/2/head 2025-08-26T19:43:54.5599169Z * [new branch] gh/andyanwang/2/orig -> origin/gh/andyanwang/2/orig 2025-08-26T19:43:54.5600959Z * [new branch] gh/andyanwang/28/base -> origin/gh/andyanwang/28/base 2025-08-26T19:43:54.5602421Z * [new branch] gh/andyanwang/28/head -> origin/gh/andyanwang/28/head 2025-08-26T19:43:54.5603804Z * [new branch] gh/andyanwang/28/orig -> origin/gh/andyanwang/28/orig 2025-08-26T19:43:54.5605446Z * [new branch] gh/andyanwang/3/base -> origin/gh/andyanwang/3/base 2025-08-26T19:43:54.5606777Z * [new branch] gh/andyanwang/3/head -> origin/gh/andyanwang/3/head 2025-08-26T19:43:54.5608037Z * [new branch] gh/andyanwang/3/orig -> origin/gh/andyanwang/3/orig 2025-08-26T19:43:54.5609823Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-08-26T19:43:54.5611330Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-08-26T19:43:54.5613033Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-08-26T19:43:54.5614568Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-08-26T19:43:54.5616732Z * [new branch] gh/andyanwang/32/base -> origin/gh/andyanwang/32/base 2025-08-26T19:43:54.5618173Z * [new branch] gh/andyanwang/32/head -> origin/gh/andyanwang/32/head 2025-08-26T19:43:54.5619566Z * [new branch] gh/andyanwang/32/orig -> origin/gh/andyanwang/32/orig 2025-08-26T19:43:54.5621412Z * [new branch] gh/andyanwang/35/base -> origin/gh/andyanwang/35/base 2025-08-26T19:43:54.5623117Z * [new branch] gh/andyanwang/35/head -> origin/gh/andyanwang/35/head 2025-08-26T19:43:54.5624263Z * [new branch] gh/andyanwang/35/orig -> origin/gh/andyanwang/35/orig 2025-08-26T19:43:54.5626366Z * [new branch] gh/andyanwang/36/base -> origin/gh/andyanwang/36/base 2025-08-26T19:43:54.5628097Z * [new branch] gh/andyanwang/36/head -> origin/gh/andyanwang/36/head 2025-08-26T19:43:54.5629554Z * [new branch] gh/andyanwang/36/orig -> origin/gh/andyanwang/36/orig 2025-08-26T19:43:54.5631293Z * [new branch] gh/andyanwang/37/base -> origin/gh/andyanwang/37/base 2025-08-26T19:43:54.5632587Z * [new branch] gh/andyanwang/37/head -> origin/gh/andyanwang/37/head 2025-08-26T19:43:54.5634041Z * [new branch] gh/andyanwang/37/orig -> origin/gh/andyanwang/37/orig 2025-08-26T19:43:54.5635743Z * [new branch] gh/andyanwang/38/base -> origin/gh/andyanwang/38/base 2025-08-26T19:43:54.5637179Z * [new branch] gh/andyanwang/38/head -> origin/gh/andyanwang/38/head 2025-08-26T19:43:54.5638514Z * [new branch] gh/andyanwang/38/orig -> origin/gh/andyanwang/38/orig 2025-08-26T19:43:54.5640178Z * [new branch] gh/andyanwang/39/base -> origin/gh/andyanwang/39/base 2025-08-26T19:43:54.5641768Z * [new branch] gh/andyanwang/39/head -> origin/gh/andyanwang/39/head 2025-08-26T19:43:54.5643119Z * [new branch] gh/andyanwang/39/orig -> origin/gh/andyanwang/39/orig 2025-08-26T19:43:54.5644838Z * [new branch] gh/andyanwang/4/base -> origin/gh/andyanwang/4/base 2025-08-26T19:43:54.5646024Z * [new branch] gh/andyanwang/4/head -> origin/gh/andyanwang/4/head 2025-08-26T19:43:54.5647588Z * [new branch] gh/andyanwang/4/orig -> origin/gh/andyanwang/4/orig 2025-08-26T19:43:54.5649315Z * [new branch] gh/andyanwang/40/base -> origin/gh/andyanwang/40/base 2025-08-26T19:43:54.5650662Z * [new branch] gh/andyanwang/40/head -> origin/gh/andyanwang/40/head 2025-08-26T19:43:54.5652022Z * [new branch] gh/andyanwang/40/orig -> origin/gh/andyanwang/40/orig 2025-08-26T19:43:54.5653930Z * [new branch] gh/angelayi/106/base -> origin/gh/angelayi/106/base 2025-08-26T19:43:54.5655253Z * [new branch] gh/angelayi/106/head -> origin/gh/angelayi/106/head 2025-08-26T19:43:54.5656580Z * [new branch] gh/angelayi/106/orig -> origin/gh/angelayi/106/orig 2025-08-26T19:43:54.5658316Z * [new branch] gh/angelayi/107/base -> origin/gh/angelayi/107/base 2025-08-26T19:43:54.5659627Z * [new branch] gh/angelayi/107/head -> origin/gh/angelayi/107/head 2025-08-26T19:43:54.5661342Z * [new branch] gh/angelayi/108/base -> origin/gh/angelayi/108/base 2025-08-26T19:43:54.5662519Z * [new branch] gh/angelayi/108/head -> origin/gh/angelayi/108/head 2025-08-26T19:43:54.5663982Z * [new branch] gh/angelayi/108/orig -> origin/gh/angelayi/108/orig 2025-08-26T19:43:54.5665689Z * [new branch] gh/angelayi/109/base -> origin/gh/angelayi/109/base 2025-08-26T19:43:54.5667021Z * [new branch] gh/angelayi/109/head -> origin/gh/angelayi/109/head 2025-08-26T19:43:54.5668313Z * [new branch] gh/angelayi/109/orig -> origin/gh/angelayi/109/orig 2025-08-26T19:43:54.5670458Z * [new branch] gh/angelayi/110/base -> origin/gh/angelayi/110/base 2025-08-26T19:43:54.5671786Z * [new branch] gh/angelayi/110/head -> origin/gh/angelayi/110/head 2025-08-26T19:43:54.5673074Z * [new branch] gh/angelayi/110/orig -> origin/gh/angelayi/110/orig 2025-08-26T19:43:54.5674724Z * [new branch] gh/angelayi/111/base -> origin/gh/angelayi/111/base 2025-08-26T19:43:54.5676152Z * [new branch] gh/angelayi/111/head -> origin/gh/angelayi/111/head 2025-08-26T19:43:54.5677497Z * [new branch] gh/angelayi/111/orig -> origin/gh/angelayi/111/orig 2025-08-26T19:43:54.5679138Z * [new branch] gh/angelayi/112/base -> origin/gh/angelayi/112/base 2025-08-26T19:43:54.5680517Z * [new branch] gh/angelayi/112/head -> origin/gh/angelayi/112/head 2025-08-26T19:43:54.5682151Z * [new branch] gh/angelayi/112/orig -> origin/gh/angelayi/112/orig 2025-08-26T19:43:54.5684000Z * [new branch] gh/angelayi/113/base -> origin/gh/angelayi/113/base 2025-08-26T19:43:54.5685138Z * [new branch] gh/angelayi/113/head -> origin/gh/angelayi/113/head 2025-08-26T19:43:54.5686498Z * [new branch] gh/angelayi/113/orig -> origin/gh/angelayi/113/orig 2025-08-26T19:43:54.5688185Z * [new branch] gh/angelayi/114/base -> origin/gh/angelayi/114/base 2025-08-26T19:43:54.5690076Z * [new branch] gh/angelayi/114/head -> origin/gh/angelayi/114/head 2025-08-26T19:43:54.5691140Z * [new branch] gh/angelayi/114/orig -> origin/gh/angelayi/114/orig 2025-08-26T19:43:54.5692989Z * [new branch] gh/angelayi/115/base -> origin/gh/angelayi/115/base 2025-08-26T19:43:54.5694648Z * [new branch] gh/angelayi/115/head -> origin/gh/angelayi/115/head 2025-08-26T19:43:54.5696179Z * [new branch] gh/angelayi/115/orig -> origin/gh/angelayi/115/orig 2025-08-26T19:43:54.5699451Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-08-26T19:43:54.5700553Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-08-26T19:43:54.5701621Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-08-26T19:43:54.5703957Z * [new branch] gh/anijain2305/766/base -> origin/gh/anijain2305/766/base 2025-08-26T19:43:54.5705084Z * [new branch] gh/anijain2305/766/head -> origin/gh/anijain2305/766/head 2025-08-26T19:43:54.5706491Z * [new branch] gh/anijain2305/766/orig -> origin/gh/anijain2305/766/orig 2025-08-26T19:43:54.5708896Z * [new branch] gh/anijain2305/790/base -> origin/gh/anijain2305/790/base 2025-08-26T19:43:54.5710094Z * [new branch] gh/anijain2305/790/head -> origin/gh/anijain2305/790/head 2025-08-26T19:43:54.5711569Z * [new branch] gh/anijain2305/790/orig -> origin/gh/anijain2305/790/orig 2025-08-26T19:43:54.5714073Z * [new branch] gh/anijain2305/792/base -> origin/gh/anijain2305/792/base 2025-08-26T19:43:54.5715408Z * [new branch] gh/anijain2305/792/head -> origin/gh/anijain2305/792/head 2025-08-26T19:43:54.5716909Z * [new branch] gh/anijain2305/792/orig -> origin/gh/anijain2305/792/orig 2025-08-26T19:43:54.5719223Z * [new branch] gh/anijain2305/803/base -> origin/gh/anijain2305/803/base 2025-08-26T19:43:54.5720456Z * [new branch] gh/anijain2305/803/head -> origin/gh/anijain2305/803/head 2025-08-26T19:43:54.5721992Z * [new branch] gh/anijain2305/803/orig -> origin/gh/anijain2305/803/orig 2025-08-26T19:43:54.5724323Z * [new branch] gh/anijain2305/804/base -> origin/gh/anijain2305/804/base 2025-08-26T19:43:54.5725522Z * [new branch] gh/anijain2305/804/head -> origin/gh/anijain2305/804/head 2025-08-26T19:43:54.5727021Z * [new branch] gh/anijain2305/804/orig -> origin/gh/anijain2305/804/orig 2025-08-26T19:43:54.5729271Z * [new branch] gh/anijain2305/805/base -> origin/gh/anijain2305/805/base 2025-08-26T19:43:54.5730533Z * [new branch] gh/anijain2305/805/head -> origin/gh/anijain2305/805/head 2025-08-26T19:43:54.5731988Z * [new branch] gh/anijain2305/805/orig -> origin/gh/anijain2305/805/orig 2025-08-26T19:43:54.5734523Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-08-26T19:43:54.5735616Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-08-26T19:43:54.5737200Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-08-26T19:43:54.5739635Z * [new branch] gh/anijain2305/812/base -> origin/gh/anijain2305/812/base 2025-08-26T19:43:54.5740937Z * [new branch] gh/anijain2305/812/head -> origin/gh/anijain2305/812/head 2025-08-26T19:43:54.5742397Z * [new branch] gh/anijain2305/812/orig -> origin/gh/anijain2305/812/orig 2025-08-26T19:43:54.5744650Z * [new branch] gh/anijain2305/817/base -> origin/gh/anijain2305/817/base 2025-08-26T19:43:54.5745859Z * [new branch] gh/anijain2305/817/head -> origin/gh/anijain2305/817/head 2025-08-26T19:43:54.5747484Z * [new branch] gh/anijain2305/817/orig -> origin/gh/anijain2305/817/orig 2025-08-26T19:43:54.5749793Z * [new branch] gh/anijain2305/823/base -> origin/gh/anijain2305/823/base 2025-08-26T19:43:54.5751017Z * [new branch] gh/anijain2305/823/head -> origin/gh/anijain2305/823/head 2025-08-26T19:43:54.5752524Z * [new branch] gh/anijain2305/823/orig -> origin/gh/anijain2305/823/orig 2025-08-26T19:43:54.5755085Z * [new branch] gh/anijain2305/829/base -> origin/gh/anijain2305/829/base 2025-08-26T19:43:54.5756289Z * [new branch] gh/anijain2305/829/head -> origin/gh/anijain2305/829/head 2025-08-26T19:43:54.5757777Z * [new branch] gh/anijain2305/829/orig -> origin/gh/anijain2305/829/orig 2025-08-26T19:43:54.5760073Z * [new branch] gh/anijain2305/830/base -> origin/gh/anijain2305/830/base 2025-08-26T19:43:54.5761310Z * [new branch] gh/anijain2305/830/head -> origin/gh/anijain2305/830/head 2025-08-26T19:43:54.5762990Z * [new branch] gh/anijain2305/830/orig -> origin/gh/anijain2305/830/orig 2025-08-26T19:43:54.5765192Z * [new branch] gh/anijain2305/831/base -> origin/gh/anijain2305/831/base 2025-08-26T19:43:54.5766510Z * [new branch] gh/anijain2305/831/head -> origin/gh/anijain2305/831/head 2025-08-26T19:43:54.5768103Z * [new branch] gh/anijain2305/831/orig -> origin/gh/anijain2305/831/orig 2025-08-26T19:43:54.5770334Z * [new branch] gh/anijain2305/832/base -> origin/gh/anijain2305/832/base 2025-08-26T19:43:54.5771557Z * [new branch] gh/anijain2305/832/head -> origin/gh/anijain2305/832/head 2025-08-26T19:43:54.5773038Z * [new branch] gh/anijain2305/832/orig -> origin/gh/anijain2305/832/orig 2025-08-26T19:43:54.5775470Z * [new branch] gh/anijain2305/833/base -> origin/gh/anijain2305/833/base 2025-08-26T19:43:54.5776744Z * [new branch] gh/anijain2305/833/head -> origin/gh/anijain2305/833/head 2025-08-26T19:43:54.5778231Z * [new branch] gh/anijain2305/833/orig -> origin/gh/anijain2305/833/orig 2025-08-26T19:43:54.5780948Z * [new branch] gh/anijain2305/834/base -> origin/gh/anijain2305/834/base 2025-08-26T19:43:54.5782251Z * [new branch] gh/anijain2305/834/head -> origin/gh/anijain2305/834/head 2025-08-26T19:43:54.5783592Z * [new branch] gh/anijain2305/834/orig -> origin/gh/anijain2305/834/orig 2025-08-26T19:43:54.5785335Z * [new branch] gh/anijain2305/835/base -> origin/gh/anijain2305/835/base 2025-08-26T19:43:54.5786701Z * [new branch] gh/anijain2305/835/head -> origin/gh/anijain2305/835/head 2025-08-26T19:43:54.5787948Z * [new branch] gh/anijain2305/835/orig -> origin/gh/anijain2305/835/orig 2025-08-26T19:43:54.5789701Z * [new branch] gh/anijain2305/836/base -> origin/gh/anijain2305/836/base 2025-08-26T19:43:54.5791076Z * [new branch] gh/anijain2305/836/head -> origin/gh/anijain2305/836/head 2025-08-26T19:43:54.5792302Z * [new branch] gh/anijain2305/836/orig -> origin/gh/anijain2305/836/orig 2025-08-26T19:43:54.5794190Z * [new branch] gh/anijain2305/837/base -> origin/gh/anijain2305/837/base 2025-08-26T19:43:54.5795484Z * [new branch] gh/anijain2305/837/head -> origin/gh/anijain2305/837/head 2025-08-26T19:43:54.5796790Z * [new branch] gh/anijain2305/837/orig -> origin/gh/anijain2305/837/orig 2025-08-26T19:43:54.5798421Z * [new branch] gh/anijain2305/838/base -> origin/gh/anijain2305/838/base 2025-08-26T19:43:54.5799730Z * [new branch] gh/anijain2305/838/head -> origin/gh/anijain2305/838/head 2025-08-26T19:43:54.5801043Z * [new branch] gh/anijain2305/838/orig -> origin/gh/anijain2305/838/orig 2025-08-26T19:43:54.5803010Z * [new branch] gh/anijain2305/839/base -> origin/gh/anijain2305/839/base 2025-08-26T19:43:54.5804090Z * [new branch] gh/anijain2305/839/head -> origin/gh/anijain2305/839/head 2025-08-26T19:43:54.5805455Z * [new branch] gh/anijain2305/839/orig -> origin/gh/anijain2305/839/orig 2025-08-26T19:43:54.5807110Z * [new branch] gh/anijain2305/840/base -> origin/gh/anijain2305/840/base 2025-08-26T19:43:54.5808408Z * [new branch] gh/anijain2305/840/head -> origin/gh/anijain2305/840/head 2025-08-26T19:43:54.5809717Z * [new branch] gh/anijain2305/840/orig -> origin/gh/anijain2305/840/orig 2025-08-26T19:43:54.5811551Z * [new branch] gh/anijain2305/841/base -> origin/gh/anijain2305/841/base 2025-08-26T19:43:54.5812885Z * [new branch] gh/anijain2305/841/head -> origin/gh/anijain2305/841/head 2025-08-26T19:43:54.5814223Z * [new branch] gh/anijain2305/841/orig -> origin/gh/anijain2305/841/orig 2025-08-26T19:43:54.5815883Z * [new branch] gh/anijain2305/842/base -> origin/gh/anijain2305/842/base 2025-08-26T19:43:54.5817209Z * [new branch] gh/anijain2305/842/head -> origin/gh/anijain2305/842/head 2025-08-26T19:43:54.5818517Z * [new branch] gh/anijain2305/842/orig -> origin/gh/anijain2305/842/orig 2025-08-26T19:43:54.5820229Z * [new branch] gh/anijain2305/843/base -> origin/gh/anijain2305/843/base 2025-08-26T19:43:54.5821485Z * [new branch] gh/anijain2305/843/head -> origin/gh/anijain2305/843/head 2025-08-26T19:43:54.5822785Z * [new branch] gh/anijain2305/843/orig -> origin/gh/anijain2305/843/orig 2025-08-26T19:43:54.5824469Z * [new branch] gh/anijain2305/844/base -> origin/gh/anijain2305/844/base 2025-08-26T19:43:54.5825788Z * [new branch] gh/anijain2305/844/head -> origin/gh/anijain2305/844/head 2025-08-26T19:43:54.5827024Z * [new branch] gh/anijain2305/844/orig -> origin/gh/anijain2305/844/orig 2025-08-26T19:43:54.5829122Z * [new branch] gh/anijain2305/845/base -> origin/gh/anijain2305/845/base 2025-08-26T19:43:54.5830435Z * [new branch] gh/anijain2305/845/head -> origin/gh/anijain2305/845/head 2025-08-26T19:43:54.5831638Z * [new branch] gh/anijain2305/845/orig -> origin/gh/anijain2305/845/orig 2025-08-26T19:43:54.5833462Z * [new branch] gh/anijain2305/846/base -> origin/gh/anijain2305/846/base 2025-08-26T19:43:54.5835289Z * [new branch] gh/anijain2305/846/head -> origin/gh/anijain2305/846/head 2025-08-26T19:43:54.5836256Z * [new branch] gh/anijain2305/846/orig -> origin/gh/anijain2305/846/orig 2025-08-26T19:43:54.5838077Z * [new branch] gh/anijain2305/847/base -> origin/gh/anijain2305/847/base 2025-08-26T19:43:54.5839393Z * [new branch] gh/anijain2305/847/head -> origin/gh/anijain2305/847/head 2025-08-26T19:43:54.5841123Z * [new branch] gh/anijain2305/847/orig -> origin/gh/anijain2305/847/orig 2025-08-26T19:43:54.5842813Z * [new branch] gh/anijain2305/848/base -> origin/gh/anijain2305/848/base 2025-08-26T19:43:54.5844011Z * [new branch] gh/anijain2305/848/head -> origin/gh/anijain2305/848/head 2025-08-26T19:43:54.5845406Z * [new branch] gh/anijain2305/848/orig -> origin/gh/anijain2305/848/orig 2025-08-26T19:43:54.5847171Z * [new branch] gh/anijain2305/849/base -> origin/gh/anijain2305/849/base 2025-08-26T19:43:54.5848496Z * [new branch] gh/anijain2305/849/head -> origin/gh/anijain2305/849/head 2025-08-26T19:43:54.5849934Z * [new branch] gh/anijain2305/849/orig -> origin/gh/anijain2305/849/orig 2025-08-26T19:43:54.5851618Z * [new branch] gh/anijain2305/850/base -> origin/gh/anijain2305/850/base 2025-08-26T19:43:54.5852825Z * [new branch] gh/anijain2305/850/head -> origin/gh/anijain2305/850/head 2025-08-26T19:43:54.5854285Z * [new branch] gh/anijain2305/850/orig -> origin/gh/anijain2305/850/orig 2025-08-26T19:43:54.5855889Z * [new branch] gh/anijain2305/851/base -> origin/gh/anijain2305/851/base 2025-08-26T19:43:54.5857208Z * [new branch] gh/anijain2305/851/head -> origin/gh/anijain2305/851/head 2025-08-26T19:43:54.5858497Z * [new branch] gh/anijain2305/851/orig -> origin/gh/anijain2305/851/orig 2025-08-26T19:43:54.5860283Z * [new branch] gh/anijain2305/852/base -> origin/gh/anijain2305/852/base 2025-08-26T19:43:54.5861677Z * [new branch] gh/anijain2305/852/head -> origin/gh/anijain2305/852/head 2025-08-26T19:43:54.5862977Z * [new branch] gh/anijain2305/852/orig -> origin/gh/anijain2305/852/orig 2025-08-26T19:43:54.5864673Z * [new branch] gh/anijain2305/853/base -> origin/gh/anijain2305/853/base 2025-08-26T19:43:54.5866046Z * [new branch] gh/anijain2305/853/head -> origin/gh/anijain2305/853/head 2025-08-26T19:43:54.5867166Z * [new branch] gh/anijain2305/853/orig -> origin/gh/anijain2305/853/orig 2025-08-26T19:43:54.5868933Z * [new branch] gh/anijain2305/854/base -> origin/gh/anijain2305/854/base 2025-08-26T19:43:54.5870404Z * [new branch] gh/anijain2305/854/head -> origin/gh/anijain2305/854/head 2025-08-26T19:43:54.5871577Z * [new branch] gh/anijain2305/854/orig -> origin/gh/anijain2305/854/orig 2025-08-26T19:43:54.5873352Z * [new branch] gh/anijain2305/855/base -> origin/gh/anijain2305/855/base 2025-08-26T19:43:54.5874714Z * [new branch] gh/anijain2305/855/head -> origin/gh/anijain2305/855/head 2025-08-26T19:43:54.5876465Z * [new branch] gh/anijain2305/855/orig -> origin/gh/anijain2305/855/orig 2025-08-26T19:43:54.5878342Z * [new branch] gh/anijain2305/856/base -> origin/gh/anijain2305/856/base 2025-08-26T19:43:54.5879797Z * [new branch] gh/anijain2305/856/head -> origin/gh/anijain2305/856/head 2025-08-26T19:43:54.5881463Z * [new branch] gh/anijain2305/856/orig -> origin/gh/anijain2305/856/orig 2025-08-26T19:43:54.5883736Z * [new branch] gh/anijain2305/857/base -> origin/gh/anijain2305/857/base 2025-08-26T19:43:54.5885584Z * [new branch] gh/anijain2305/857/head -> origin/gh/anijain2305/857/head 2025-08-26T19:43:54.5887055Z * [new branch] gh/anijain2305/857/orig -> origin/gh/anijain2305/857/orig 2025-08-26T19:43:54.5889133Z * [new branch] gh/anijain2305/858/base -> origin/gh/anijain2305/858/base 2025-08-26T19:43:54.5890505Z * [new branch] gh/anijain2305/858/head -> origin/gh/anijain2305/858/head 2025-08-26T19:43:54.5892095Z * [new branch] gh/anijain2305/858/orig -> origin/gh/anijain2305/858/orig 2025-08-26T19:43:54.5894155Z * [new branch] gh/anijain2305/859/base -> origin/gh/anijain2305/859/base 2025-08-26T19:43:54.5895513Z * [new branch] gh/anijain2305/859/head -> origin/gh/anijain2305/859/head 2025-08-26T19:43:54.5897085Z * [new branch] gh/anijain2305/859/orig -> origin/gh/anijain2305/859/orig 2025-08-26T19:43:54.5899396Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-08-26T19:43:54.5900853Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-08-26T19:43:54.5902340Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-08-26T19:43:54.5904730Z * [new branch] gh/ankitageorge/13/base -> origin/gh/ankitageorge/13/base 2025-08-26T19:43:54.5906132Z * [new branch] gh/ankitageorge/13/head -> origin/gh/ankitageorge/13/head 2025-08-26T19:43:54.5907842Z * [new branch] gh/ankitageorge/13/orig -> origin/gh/ankitageorge/13/orig 2025-08-26T19:43:54.5910090Z * [new branch] gh/ankitageorge/14/base -> origin/gh/ankitageorge/14/base 2025-08-26T19:43:54.5911234Z * [new branch] gh/ankitageorge/14/head -> origin/gh/ankitageorge/14/head 2025-08-26T19:43:54.5913455Z * [new branch] gh/ankitageorge/14/orig -> origin/gh/ankitageorge/14/orig 2025-08-26T19:43:54.5915286Z * [new branch] gh/ankitageorge/15/base -> origin/gh/ankitageorge/15/base 2025-08-26T19:43:54.5916767Z * [new branch] gh/ankitageorge/15/head -> origin/gh/ankitageorge/15/head 2025-08-26T19:43:54.5918337Z * [new branch] gh/ankitageorge/15/orig -> origin/gh/ankitageorge/15/orig 2025-08-26T19:43:54.5920466Z * [new branch] gh/ankitageorge/16/base -> origin/gh/ankitageorge/16/base 2025-08-26T19:43:54.5922020Z * [new branch] gh/ankitageorge/16/head -> origin/gh/ankitageorge/16/head 2025-08-26T19:43:54.5923750Z * [new branch] gh/ankitageorge/16/orig -> origin/gh/ankitageorge/16/orig 2025-08-26T19:43:54.5925897Z * [new branch] gh/ankitageorge/17/base -> origin/gh/ankitageorge/17/base 2025-08-26T19:43:54.5927094Z * [new branch] gh/ankitageorge/17/head -> origin/gh/ankitageorge/17/head 2025-08-26T19:43:54.5928797Z * [new branch] gh/ankitageorge/17/orig -> origin/gh/ankitageorge/17/orig 2025-08-26T19:43:54.5930852Z * [new branch] gh/ankitageorge/18/base -> origin/gh/ankitageorge/18/base 2025-08-26T19:43:54.5932507Z * [new branch] gh/ankitageorge/18/head -> origin/gh/ankitageorge/18/head 2025-08-26T19:43:54.5934021Z * [new branch] gh/ankitageorge/18/orig -> origin/gh/ankitageorge/18/orig 2025-08-26T19:43:54.5936208Z * [new branch] gh/ankitageorge/19/base -> origin/gh/ankitageorge/19/base 2025-08-26T19:43:54.5937541Z * [new branch] gh/ankitageorge/19/head -> origin/gh/ankitageorge/19/head 2025-08-26T19:43:54.5939330Z * [new branch] gh/ankitageorge/19/orig -> origin/gh/ankitageorge/19/orig 2025-08-26T19:43:54.5941543Z * [new branch] gh/ankitageorge/20/base -> origin/gh/ankitageorge/20/base 2025-08-26T19:43:54.5942999Z * [new branch] gh/ankitageorge/20/head -> origin/gh/ankitageorge/20/head 2025-08-26T19:43:54.5944665Z * [new branch] gh/ankitageorge/20/orig -> origin/gh/ankitageorge/20/orig 2025-08-26T19:43:54.5946775Z * [new branch] gh/ankitageorge/21/base -> origin/gh/ankitageorge/21/base 2025-08-26T19:43:54.5948249Z * [new branch] gh/ankitageorge/21/head -> origin/gh/ankitageorge/21/head 2025-08-26T19:43:54.5949776Z * [new branch] gh/ankitageorge/21/orig -> origin/gh/ankitageorge/21/orig 2025-08-26T19:43:54.5952233Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-08-26T19:43:54.5953607Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-08-26T19:43:54.5955988Z * [new branch] gh/anshul-si/10/base -> origin/gh/anshul-si/10/base 2025-08-26T19:43:54.5957330Z * [new branch] gh/anshul-si/10/head -> origin/gh/anshul-si/10/head 2025-08-26T19:43:54.5959052Z * [new branch] gh/anshul-si/10/orig -> origin/gh/anshul-si/10/orig 2025-08-26T19:43:54.5961649Z * [new branch] gh/anshul-si/11/base -> origin/gh/anshul-si/11/base 2025-08-26T19:43:54.5963196Z * [new branch] gh/anshul-si/11/head -> origin/gh/anshul-si/11/head 2025-08-26T19:43:54.5964732Z * [new branch] gh/anshul-si/11/orig -> origin/gh/anshul-si/11/orig 2025-08-26T19:43:54.5966663Z * [new branch] gh/anshul-si/12/base -> origin/gh/anshul-si/12/base 2025-08-26T19:43:54.5968624Z * [new branch] gh/anshul-si/12/head -> origin/gh/anshul-si/12/head 2025-08-26T19:43:54.5969717Z * [new branch] gh/anshul-si/12/orig -> origin/gh/anshul-si/12/orig 2025-08-26T19:43:54.5971879Z * [new branch] gh/anshul-si/13/base -> origin/gh/anshul-si/13/base 2025-08-26T19:43:54.5973332Z * [new branch] gh/anshul-si/13/head -> origin/gh/anshul-si/13/head 2025-08-26T19:43:54.5974864Z * [new branch] gh/anshul-si/13/orig -> origin/gh/anshul-si/13/orig 2025-08-26T19:43:54.5976782Z * [new branch] gh/anshul-si/14/base -> origin/gh/anshul-si/14/base 2025-08-26T19:43:54.5978180Z * [new branch] gh/anshul-si/14/head -> origin/gh/anshul-si/14/head 2025-08-26T19:43:54.5979671Z * [new branch] gh/anshul-si/14/orig -> origin/gh/anshul-si/14/orig 2025-08-26T19:43:54.5981905Z * [new branch] gh/anshul-si/15/base -> origin/gh/anshul-si/15/base 2025-08-26T19:43:54.5983818Z * [new branch] gh/anshul-si/15/head -> origin/gh/anshul-si/15/head 2025-08-26T19:43:54.5985048Z * [new branch] gh/anshul-si/15/orig -> origin/gh/anshul-si/15/orig 2025-08-26T19:43:54.5986555Z * [new branch] gh/anshul-si/16/base -> origin/gh/anshul-si/16/base 2025-08-26T19:43:54.5987517Z * [new branch] gh/anshul-si/16/head -> origin/gh/anshul-si/16/head 2025-08-26T19:43:54.5988675Z * [new branch] gh/anshul-si/16/orig -> origin/gh/anshul-si/16/orig 2025-08-26T19:43:54.5990182Z * [new branch] gh/anshul-si/17/base -> origin/gh/anshul-si/17/base 2025-08-26T19:43:54.5991114Z * [new branch] gh/anshul-si/17/head -> origin/gh/anshul-si/17/head 2025-08-26T19:43:54.5992177Z * [new branch] gh/anshul-si/17/orig -> origin/gh/anshul-si/17/orig 2025-08-26T19:43:54.5993713Z * [new branch] gh/anshul-si/18/base -> origin/gh/anshul-si/18/base 2025-08-26T19:43:54.5994782Z * [new branch] gh/anshul-si/18/head -> origin/gh/anshul-si/18/head 2025-08-26T19:43:54.5995747Z * [new branch] gh/anshul-si/18/orig -> origin/gh/anshul-si/18/orig 2025-08-26T19:43:54.5997253Z * [new branch] gh/anshul-si/19/base -> origin/gh/anshul-si/19/base 2025-08-26T19:43:54.5998310Z * [new branch] gh/anshul-si/19/head -> origin/gh/anshul-si/19/head 2025-08-26T19:43:54.5999421Z * [new branch] gh/anshul-si/19/orig -> origin/gh/anshul-si/19/orig 2025-08-26T19:43:54.6000722Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-08-26T19:43:54.6001657Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-08-26T19:43:54.6003051Z * [new branch] gh/anshul-si/20/base -> origin/gh/anshul-si/20/base 2025-08-26T19:43:54.6004047Z * [new branch] gh/anshul-si/20/head -> origin/gh/anshul-si/20/head 2025-08-26T19:43:54.6005034Z * [new branch] gh/anshul-si/20/orig -> origin/gh/anshul-si/20/orig 2025-08-26T19:43:54.6006364Z * [new branch] gh/anshul-si/21/base -> origin/gh/anshul-si/21/base 2025-08-26T19:43:54.6007294Z * [new branch] gh/anshul-si/21/head -> origin/gh/anshul-si/21/head 2025-08-26T19:43:54.6008352Z * [new branch] gh/anshul-si/21/orig -> origin/gh/anshul-si/21/orig 2025-08-26T19:43:54.6009784Z * [new branch] gh/anshul-si/22/base -> origin/gh/anshul-si/22/base 2025-08-26T19:43:54.6013981Z * [new branch] gh/anshul-si/22/head -> origin/gh/anshul-si/22/head 2025-08-26T19:43:54.6014413Z * [new branch] gh/anshul-si/22/orig -> origin/gh/anshul-si/22/orig 2025-08-26T19:43:54.6014827Z * [new branch] gh/anshul-si/23/base -> origin/gh/anshul-si/23/base 2025-08-26T19:43:54.6015356Z * [new branch] gh/anshul-si/23/head -> origin/gh/anshul-si/23/head 2025-08-26T19:43:54.6016161Z * [new branch] gh/anshul-si/23/orig -> origin/gh/anshul-si/23/orig 2025-08-26T19:43:54.6018081Z * [new branch] gh/anshul-si/24/base -> origin/gh/anshul-si/24/base 2025-08-26T19:43:54.6019438Z * [new branch] gh/anshul-si/24/head -> origin/gh/anshul-si/24/head 2025-08-26T19:43:54.6020775Z * [new branch] gh/anshul-si/24/orig -> origin/gh/anshul-si/24/orig 2025-08-26T19:43:54.6023003Z * [new branch] gh/anshul-si/25/base -> origin/gh/anshul-si/25/base 2025-08-26T19:43:54.6023921Z * [new branch] gh/anshul-si/25/head -> origin/gh/anshul-si/25/head 2025-08-26T19:43:54.6025757Z * [new branch] gh/anshul-si/25/orig -> origin/gh/anshul-si/25/orig 2025-08-26T19:43:54.6028032Z * [new branch] gh/anshul-si/26/base -> origin/gh/anshul-si/26/base 2025-08-26T19:43:54.6029201Z * [new branch] gh/anshul-si/26/head -> origin/gh/anshul-si/26/head 2025-08-26T19:43:54.6030936Z * [new branch] gh/anshul-si/26/orig -> origin/gh/anshul-si/26/orig 2025-08-26T19:43:54.6032973Z * [new branch] gh/anshul-si/27/base -> origin/gh/anshul-si/27/base 2025-08-26T19:43:54.6034138Z * [new branch] gh/anshul-si/27/head -> origin/gh/anshul-si/27/head 2025-08-26T19:43:54.6036315Z * [new branch] gh/anshul-si/27/orig -> origin/gh/anshul-si/27/orig 2025-08-26T19:43:54.6037399Z * [new branch] gh/anshul-si/28/base -> origin/gh/anshul-si/28/base 2025-08-26T19:43:54.6039206Z * [new branch] gh/anshul-si/28/head -> origin/gh/anshul-si/28/head 2025-08-26T19:43:54.6040555Z * [new branch] gh/anshul-si/28/orig -> origin/gh/anshul-si/28/orig 2025-08-26T19:43:54.6042674Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-08-26T19:43:54.6043804Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-08-26T19:43:54.6045915Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-08-26T19:43:54.6046915Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-08-26T19:43:54.6049020Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-08-26T19:43:54.6050544Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-08-26T19:43:54.6052692Z * [new branch] gh/anshul-si/7/base -> origin/gh/anshul-si/7/base 2025-08-26T19:43:54.6054360Z * [new branch] gh/anshul-si/7/head -> origin/gh/anshul-si/7/head 2025-08-26T19:43:54.6055904Z * [new branch] gh/anshul-si/7/orig -> origin/gh/anshul-si/7/orig 2025-08-26T19:43:54.6057892Z * [new branch] gh/anshul-si/8/base -> origin/gh/anshul-si/8/base 2025-08-26T19:43:54.6059673Z * [new branch] gh/anshul-si/8/head -> origin/gh/anshul-si/8/head 2025-08-26T19:43:54.6060805Z * [new branch] gh/anshul-si/8/orig -> origin/gh/anshul-si/8/orig 2025-08-26T19:43:54.6063195Z * [new branch] gh/anshul-si/9/base -> origin/gh/anshul-si/9/base 2025-08-26T19:43:54.6064862Z * [new branch] gh/anshul-si/9/head -> origin/gh/anshul-si/9/head 2025-08-26T19:43:54.6066311Z * [new branch] gh/anshul-si/9/orig -> origin/gh/anshul-si/9/orig 2025-08-26T19:43:54.6068828Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-08-26T19:43:54.6070295Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-08-26T19:43:54.6072352Z * [new branch] gh/aorenste/237/base -> origin/gh/aorenste/237/base 2025-08-26T19:43:54.6073500Z * [new branch] gh/aorenste/237/head -> origin/gh/aorenste/237/head 2025-08-26T19:43:54.6075453Z * [new branch] gh/aorenste/237/orig -> origin/gh/aorenste/237/orig 2025-08-26T19:43:54.6077361Z * [new branch] gh/aorenste/238/base -> origin/gh/aorenste/238/base 2025-08-26T19:43:54.6078567Z * [new branch] gh/aorenste/238/head -> origin/gh/aorenste/238/head 2025-08-26T19:43:54.6080293Z * [new branch] gh/aorenste/238/orig -> origin/gh/aorenste/238/orig 2025-08-26T19:43:54.6083039Z * [new branch] gh/bdhirsh/650/base -> origin/gh/bdhirsh/650/base 2025-08-26T19:43:54.6084628Z * [new branch] gh/bdhirsh/650/head -> origin/gh/bdhirsh/650/head 2025-08-26T19:43:54.6086105Z * [new branch] gh/bdhirsh/650/orig -> origin/gh/bdhirsh/650/orig 2025-08-26T19:43:54.6088251Z * [new branch] gh/bdhirsh/656/base -> origin/gh/bdhirsh/656/base 2025-08-26T19:43:54.6089811Z * [new branch] gh/bdhirsh/656/head -> origin/gh/bdhirsh/656/head 2025-08-26T19:43:54.6091676Z * [new branch] gh/bdhirsh/657/base -> origin/gh/bdhirsh/657/base 2025-08-26T19:43:54.6092803Z * [new branch] gh/bdhirsh/657/head -> origin/gh/bdhirsh/657/head 2025-08-26T19:43:54.6095083Z * [new branch] gh/bdhirsh/663/base -> origin/gh/bdhirsh/663/base 2025-08-26T19:43:54.6096279Z * [new branch] gh/bdhirsh/663/head -> origin/gh/bdhirsh/663/head 2025-08-26T19:43:54.6098057Z * [new branch] gh/bdhirsh/663/orig -> origin/gh/bdhirsh/663/orig 2025-08-26T19:43:54.6100146Z * [new branch] gh/bdhirsh/665/base -> origin/gh/bdhirsh/665/base 2025-08-26T19:43:54.6101314Z * [new branch] gh/bdhirsh/665/head -> origin/gh/bdhirsh/665/head 2025-08-26T19:43:54.6103077Z * [new branch] gh/bdhirsh/665/orig -> origin/gh/bdhirsh/665/orig 2025-08-26T19:43:54.6105456Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-08-26T19:43:54.6107152Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-08-26T19:43:54.6108531Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-08-26T19:43:54.6111062Z * [new branch] gh/bdhirsh/667/base -> origin/gh/bdhirsh/667/base 2025-08-26T19:43:54.6112238Z * [new branch] gh/bdhirsh/667/head -> origin/gh/bdhirsh/667/head 2025-08-26T19:43:54.6114073Z * [new branch] gh/bdhirsh/667/orig -> origin/gh/bdhirsh/667/orig 2025-08-26T19:43:54.6116144Z * [new branch] gh/bdhirsh/668/base -> origin/gh/bdhirsh/668/base 2025-08-26T19:43:54.6117261Z * [new branch] gh/bdhirsh/668/head -> origin/gh/bdhirsh/668/head 2025-08-26T19:43:54.6118983Z * [new branch] gh/bdhirsh/668/orig -> origin/gh/bdhirsh/668/orig 2025-08-26T19:43:54.6121372Z * [new branch] gh/benjaminglass1/100/base -> origin/gh/benjaminglass1/100/base 2025-08-26T19:43:54.6122809Z * [new branch] gh/benjaminglass1/100/head -> origin/gh/benjaminglass1/100/head 2025-08-26T19:43:54.6124314Z * [new branch] gh/benjaminglass1/100/orig -> origin/gh/benjaminglass1/100/orig 2025-08-26T19:43:54.6125903Z * [new branch] gh/benjaminglass1/101/base -> origin/gh/benjaminglass1/101/base 2025-08-26T19:43:54.6127217Z * [new branch] gh/benjaminglass1/101/head -> origin/gh/benjaminglass1/101/head 2025-08-26T19:43:54.6128800Z * [new branch] gh/benjaminglass1/101/orig -> origin/gh/benjaminglass1/101/orig 2025-08-26T19:43:54.6130507Z * [new branch] gh/benjaminglass1/102/base -> origin/gh/benjaminglass1/102/base 2025-08-26T19:43:54.6131846Z * [new branch] gh/benjaminglass1/102/head -> origin/gh/benjaminglass1/102/head 2025-08-26T19:43:54.6133448Z * [new branch] gh/benjaminglass1/102/orig -> origin/gh/benjaminglass1/102/orig 2025-08-26T19:43:54.6135071Z * [new branch] gh/benjaminglass1/103/base -> origin/gh/benjaminglass1/103/base 2025-08-26T19:43:54.6136298Z * [new branch] gh/benjaminglass1/103/head -> origin/gh/benjaminglass1/103/head 2025-08-26T19:43:54.6137545Z * [new branch] gh/benjaminglass1/103/orig -> origin/gh/benjaminglass1/103/orig 2025-08-26T19:43:54.6139248Z * [new branch] gh/benjaminglass1/79/base -> origin/gh/benjaminglass1/79/base 2025-08-26T19:43:54.6140572Z * [new branch] gh/benjaminglass1/79/head -> origin/gh/benjaminglass1/79/head 2025-08-26T19:43:54.6141848Z * [new branch] gh/benjaminglass1/79/orig -> origin/gh/benjaminglass1/79/orig 2025-08-26T19:43:54.6143582Z * [new branch] gh/benjaminglass1/86/base -> origin/gh/benjaminglass1/86/base 2025-08-26T19:43:54.6144913Z * [new branch] gh/benjaminglass1/86/head -> origin/gh/benjaminglass1/86/head 2025-08-26T19:43:54.6146395Z * [new branch] gh/benjaminglass1/86/orig -> origin/gh/benjaminglass1/86/orig 2025-08-26T19:43:54.6148042Z * [new branch] gh/benjaminglass1/89/base -> origin/gh/benjaminglass1/89/base 2025-08-26T19:43:54.6149414Z * [new branch] gh/benjaminglass1/89/head -> origin/gh/benjaminglass1/89/head 2025-08-26T19:43:54.6150789Z * [new branch] gh/benjaminglass1/89/orig -> origin/gh/benjaminglass1/89/orig 2025-08-26T19:43:54.6152504Z * [new branch] gh/benjaminglass1/91/base -> origin/gh/benjaminglass1/91/base 2025-08-26T19:43:54.6153863Z * [new branch] gh/benjaminglass1/91/head -> origin/gh/benjaminglass1/91/head 2025-08-26T19:43:54.6155546Z * [new branch] gh/benjaminglass1/91/orig -> origin/gh/benjaminglass1/91/orig 2025-08-26T19:43:54.6156937Z * [new branch] gh/benjaminglass1/93/base -> origin/gh/benjaminglass1/93/base 2025-08-26T19:43:54.6158300Z * [new branch] gh/benjaminglass1/93/head -> origin/gh/benjaminglass1/93/head 2025-08-26T19:43:54.6159852Z * [new branch] gh/benjaminglass1/93/orig -> origin/gh/benjaminglass1/93/orig 2025-08-26T19:43:54.6161401Z * [new branch] gh/benjaminglass1/95/base -> origin/gh/benjaminglass1/95/base 2025-08-26T19:43:54.6163312Z * [new branch] gh/benjaminglass1/95/head -> origin/gh/benjaminglass1/95/head 2025-08-26T19:43:54.6164558Z * [new branch] gh/benjaminglass1/95/orig -> origin/gh/benjaminglass1/95/orig 2025-08-26T19:43:54.6166820Z * [new branch] gh/benjaminglass1/97/base -> origin/gh/benjaminglass1/97/base 2025-08-26T19:43:54.6167983Z * [new branch] gh/benjaminglass1/97/head -> origin/gh/benjaminglass1/97/head 2025-08-26T19:43:54.6169842Z * [new branch] gh/benjaminglass1/97/orig -> origin/gh/benjaminglass1/97/orig 2025-08-26T19:43:54.6171780Z * [new branch] gh/benjaminglass1/98/base -> origin/gh/benjaminglass1/98/base 2025-08-26T19:43:54.6173013Z * [new branch] gh/benjaminglass1/98/head -> origin/gh/benjaminglass1/98/head 2025-08-26T19:43:54.6174843Z * [new branch] gh/benjaminglass1/98/orig -> origin/gh/benjaminglass1/98/orig 2025-08-26T19:43:54.6176818Z * [new branch] gh/benjaminglass1/99/base -> origin/gh/benjaminglass1/99/base 2025-08-26T19:43:54.6178078Z * [new branch] gh/benjaminglass1/99/head -> origin/gh/benjaminglass1/99/head 2025-08-26T19:43:54.6179868Z * [new branch] gh/benjaminglass1/99/orig -> origin/gh/benjaminglass1/99/orig 2025-08-26T19:43:54.6182365Z * [new branch] gh/bobrenjc93/514/base -> origin/gh/bobrenjc93/514/base 2025-08-26T19:43:54.6183947Z * [new branch] gh/bobrenjc93/514/head -> origin/gh/bobrenjc93/514/head 2025-08-26T19:43:54.6185511Z * [new branch] gh/bobrenjc93/514/orig -> origin/gh/bobrenjc93/514/orig 2025-08-26T19:43:54.6187508Z * [new branch] gh/bobrenjc93/521/base -> origin/gh/bobrenjc93/521/base 2025-08-26T19:43:54.6188858Z * [new branch] gh/bobrenjc93/521/head -> origin/gh/bobrenjc93/521/head 2025-08-26T19:43:54.6190537Z * [new branch] gh/bobrenjc93/521/orig -> origin/gh/bobrenjc93/521/orig 2025-08-26T19:43:54.6192473Z * [new branch] gh/bobrenjc93/522/base -> origin/gh/bobrenjc93/522/base 2025-08-26T19:43:54.6194024Z * [new branch] gh/bobrenjc93/522/head -> origin/gh/bobrenjc93/522/head 2025-08-26T19:43:54.6195550Z * [new branch] gh/bobrenjc93/522/orig -> origin/gh/bobrenjc93/522/orig 2025-08-26T19:43:54.6197517Z * [new branch] gh/bobrenjc93/525/base -> origin/gh/bobrenjc93/525/base 2025-08-26T19:43:54.6198721Z * [new branch] gh/bobrenjc93/525/head -> origin/gh/bobrenjc93/525/head 2025-08-26T19:43:54.6200471Z * [new branch] gh/bobrenjc93/525/orig -> origin/gh/bobrenjc93/525/orig 2025-08-26T19:43:54.6202728Z * [new branch] gh/bobrenjc93/526/base -> origin/gh/bobrenjc93/526/base 2025-08-26T19:43:54.6203962Z * [new branch] gh/bobrenjc93/526/head -> origin/gh/bobrenjc93/526/head 2025-08-26T19:43:54.6205702Z * [new branch] gh/bobrenjc93/526/orig -> origin/gh/bobrenjc93/526/orig 2025-08-26T19:43:54.6207639Z * [new branch] gh/bobrenjc93/527/base -> origin/gh/bobrenjc93/527/base 2025-08-26T19:43:54.6208994Z * [new branch] gh/bobrenjc93/527/head -> origin/gh/bobrenjc93/527/head 2025-08-26T19:43:54.6210685Z * [new branch] gh/bobrenjc93/527/orig -> origin/gh/bobrenjc93/527/orig 2025-08-26T19:43:54.6212619Z * [new branch] gh/bobrenjc93/528/base -> origin/gh/bobrenjc93/528/base 2025-08-26T19:43:54.6214104Z * [new branch] gh/bobrenjc93/528/head -> origin/gh/bobrenjc93/528/head 2025-08-26T19:43:54.6215503Z * [new branch] gh/bobrenjc93/528/orig -> origin/gh/bobrenjc93/528/orig 2025-08-26T19:43:54.6217652Z * [new branch] gh/bobrenjc93/529/base -> origin/gh/bobrenjc93/529/base 2025-08-26T19:43:54.6218824Z * [new branch] gh/bobrenjc93/529/head -> origin/gh/bobrenjc93/529/head 2025-08-26T19:43:54.6220638Z * [new branch] gh/bobrenjc93/529/orig -> origin/gh/bobrenjc93/529/orig 2025-08-26T19:43:54.6222564Z * [new branch] gh/bobrenjc93/535/base -> origin/gh/bobrenjc93/535/base 2025-08-26T19:43:54.6224040Z * [new branch] gh/bobrenjc93/535/head -> origin/gh/bobrenjc93/535/head 2025-08-26T19:43:54.6225585Z * [new branch] gh/bobrenjc93/535/orig -> origin/gh/bobrenjc93/535/orig 2025-08-26T19:43:54.6227641Z * [new branch] gh/bobrenjc93/537/base -> origin/gh/bobrenjc93/537/base 2025-08-26T19:43:54.6229253Z * [new branch] gh/bobrenjc93/537/head -> origin/gh/bobrenjc93/537/head 2025-08-26T19:43:54.6230663Z * [new branch] gh/bobrenjc93/537/orig -> origin/gh/bobrenjc93/537/orig 2025-08-26T19:43:54.6232593Z * [new branch] gh/bobrenjc93/538/base -> origin/gh/bobrenjc93/538/base 2025-08-26T19:43:54.6233756Z * [new branch] gh/bobrenjc93/538/head -> origin/gh/bobrenjc93/538/head 2025-08-26T19:43:54.6235467Z * [new branch] gh/bobrenjc93/538/orig -> origin/gh/bobrenjc93/538/orig 2025-08-26T19:43:54.6237666Z * [new branch] gh/bobrenjc93/539/base -> origin/gh/bobrenjc93/539/base 2025-08-26T19:43:54.6239104Z * [new branch] gh/bobrenjc93/539/head -> origin/gh/bobrenjc93/539/head 2025-08-26T19:43:54.6241051Z * [new branch] gh/bobrenjc93/539/orig -> origin/gh/bobrenjc93/539/orig 2025-08-26T19:43:54.6243016Z * [new branch] gh/bobrenjc93/540/base -> origin/gh/bobrenjc93/540/base 2025-08-26T19:43:54.6244659Z * [new branch] gh/bobrenjc93/540/head -> origin/gh/bobrenjc93/540/head 2025-08-26T19:43:54.6246346Z * [new branch] gh/bobrenjc93/540/orig -> origin/gh/bobrenjc93/540/orig 2025-08-26T19:43:54.6248323Z * [new branch] gh/bobrenjc93/541/base -> origin/gh/bobrenjc93/541/base 2025-08-26T19:43:54.6249672Z * [new branch] gh/bobrenjc93/541/head -> origin/gh/bobrenjc93/541/head 2025-08-26T19:43:54.6251402Z * [new branch] gh/bobrenjc93/541/orig -> origin/gh/bobrenjc93/541/orig 2025-08-26T19:43:54.6253236Z * [new branch] gh/bobrenjc93/542/base -> origin/gh/bobrenjc93/542/base 2025-08-26T19:43:54.6254548Z * [new branch] gh/bobrenjc93/542/head -> origin/gh/bobrenjc93/542/head 2025-08-26T19:43:54.6256078Z * [new branch] gh/bobrenjc93/542/orig -> origin/gh/bobrenjc93/542/orig 2025-08-26T19:43:54.6257748Z * [new branch] gh/bobrenjc93/543/base -> origin/gh/bobrenjc93/543/base 2025-08-26T19:43:54.6259117Z * [new branch] gh/bobrenjc93/543/head -> origin/gh/bobrenjc93/543/head 2025-08-26T19:43:54.6260434Z * [new branch] gh/bobrenjc93/543/orig -> origin/gh/bobrenjc93/543/orig 2025-08-26T19:43:54.6262406Z * [new branch] gh/bobrenjc93/544/base -> origin/gh/bobrenjc93/544/base 2025-08-26T19:43:54.6264356Z * [new branch] gh/bobrenjc93/544/head -> origin/gh/bobrenjc93/544/head 2025-08-26T19:43:54.6265563Z * [new branch] gh/bobrenjc93/544/orig -> origin/gh/bobrenjc93/544/orig 2025-08-26T19:43:54.6267666Z * [new branch] gh/bobrenjc93/545/base -> origin/gh/bobrenjc93/545/base 2025-08-26T19:43:54.6269209Z * [new branch] gh/bobrenjc93/545/head -> origin/gh/bobrenjc93/545/head 2025-08-26T19:43:54.6270845Z * [new branch] gh/bobrenjc93/545/orig -> origin/gh/bobrenjc93/545/orig 2025-08-26T19:43:54.6272961Z * [new branch] gh/bobrenjc93/546/base -> origin/gh/bobrenjc93/546/base 2025-08-26T19:43:54.6274202Z * [new branch] gh/bobrenjc93/546/head -> origin/gh/bobrenjc93/546/head 2025-08-26T19:43:54.6275943Z * [new branch] gh/bobrenjc93/546/orig -> origin/gh/bobrenjc93/546/orig 2025-08-26T19:43:54.6278715Z * [new branch] gh/bobrenjc93/547/base -> origin/gh/bobrenjc93/547/base 2025-08-26T19:43:54.6279891Z * [new branch] gh/bobrenjc93/547/head -> origin/gh/bobrenjc93/547/head 2025-08-26T19:43:54.6281965Z * [new branch] gh/bobrenjc93/547/orig -> origin/gh/bobrenjc93/547/orig 2025-08-26T19:43:54.6283879Z * [new branch] gh/bobrenjc93/548/base -> origin/gh/bobrenjc93/548/base 2025-08-26T19:43:54.6285220Z * [new branch] gh/bobrenjc93/548/head -> origin/gh/bobrenjc93/548/head 2025-08-26T19:43:54.6286907Z * [new branch] gh/bobrenjc93/548/orig -> origin/gh/bobrenjc93/548/orig 2025-08-26T19:43:54.6288755Z * [new branch] gh/bobrenjc93/549/base -> origin/gh/bobrenjc93/549/base 2025-08-26T19:43:54.6290384Z * [new branch] gh/bobrenjc93/549/head -> origin/gh/bobrenjc93/549/head 2025-08-26T19:43:54.6291905Z * [new branch] gh/bobrenjc93/549/orig -> origin/gh/bobrenjc93/549/orig 2025-08-26T19:43:54.6294209Z * [new branch] gh/bobrenjc93/550/base -> origin/gh/bobrenjc93/550/base 2025-08-26T19:43:54.6295397Z * [new branch] gh/bobrenjc93/550/head -> origin/gh/bobrenjc93/550/head 2025-08-26T19:43:54.6297292Z * [new branch] gh/bobrenjc93/550/orig -> origin/gh/bobrenjc93/550/orig 2025-08-26T19:43:54.6299452Z * [new branch] gh/bobrenjc93/551/base -> origin/gh/bobrenjc93/551/base 2025-08-26T19:43:54.6301262Z * [new branch] gh/bobrenjc93/551/head -> origin/gh/bobrenjc93/551/head 2025-08-26T19:43:54.6302500Z * [new branch] gh/bobrenjc93/551/orig -> origin/gh/bobrenjc93/551/orig 2025-08-26T19:43:54.6305426Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-08-26T19:43:54.6306409Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-08-26T19:43:54.6308936Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-08-26T19:43:54.6310088Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-08-26T19:43:54.6312562Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-08-26T19:43:54.6313642Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-08-26T19:43:54.6315445Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-08-26T19:43:54.6317527Z * [new branch] gh/c00w/48/base -> origin/gh/c00w/48/base 2025-08-26T19:43:54.6319021Z * [new branch] gh/c00w/48/head -> origin/gh/c00w/48/head 2025-08-26T19:43:54.6320563Z * [new branch] gh/c00w/48/orig -> origin/gh/c00w/48/orig 2025-08-26T19:43:54.6323277Z * [new branch] gh/c00w/51/base -> origin/gh/c00w/51/base 2025-08-26T19:43:54.6325048Z * [new branch] gh/c00w/51/head -> origin/gh/c00w/51/head 2025-08-26T19:43:54.6326713Z * [new branch] gh/c00w/51/orig -> origin/gh/c00w/51/orig 2025-08-26T19:43:54.6328729Z * [new branch] gh/c00w/52/base -> origin/gh/c00w/52/base 2025-08-26T19:43:54.6330252Z * [new branch] gh/c00w/52/head -> origin/gh/c00w/52/head 2025-08-26T19:43:54.6331822Z * [new branch] gh/c00w/52/orig -> origin/gh/c00w/52/orig 2025-08-26T19:43:54.6333862Z * [new branch] gh/c00w/53/base -> origin/gh/c00w/53/base 2025-08-26T19:43:54.6335087Z * [new branch] gh/c00w/53/head -> origin/gh/c00w/53/head 2025-08-26T19:43:54.6336589Z * [new branch] gh/c00w/53/orig -> origin/gh/c00w/53/orig 2025-08-26T19:43:54.6338109Z * [new branch] gh/c00w/54/base -> origin/gh/c00w/54/base 2025-08-26T19:43:54.6339944Z * [new branch] gh/c00w/54/head -> origin/gh/c00w/54/head 2025-08-26T19:43:54.6340954Z * [new branch] gh/c00w/54/orig -> origin/gh/c00w/54/orig 2025-08-26T19:43:54.6343186Z * [new branch] gh/c00w/55/base -> origin/gh/c00w/55/base 2025-08-26T19:43:54.6344758Z * [new branch] gh/c00w/55/head -> origin/gh/c00w/55/head 2025-08-26T19:43:54.6346489Z * [new branch] gh/c00w/55/orig -> origin/gh/c00w/55/orig 2025-08-26T19:43:54.6348685Z * [new branch] gh/chenmillie/1/base -> origin/gh/chenmillie/1/base 2025-08-26T19:43:54.6350238Z * [new branch] gh/chenmillie/1/head -> origin/gh/chenmillie/1/head 2025-08-26T19:43:54.6352008Z * [new branch] gh/chenmillie/1/orig -> origin/gh/chenmillie/1/orig 2025-08-26T19:43:54.6354325Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-08-26T19:43:54.6355585Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-08-26T19:43:54.6357362Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-08-26T19:43:54.6359727Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-08-26T19:43:54.6361188Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-08-26T19:43:54.6363691Z * [new branch] gh/coconutruben/11/base -> origin/gh/coconutruben/11/base 2025-08-26T19:43:54.6365153Z * [new branch] gh/coconutruben/11/head -> origin/gh/coconutruben/11/head 2025-08-26T19:43:54.6366831Z * [new branch] gh/coconutruben/11/orig -> origin/gh/coconutruben/11/orig 2025-08-26T19:43:54.6369614Z * [new branch] gh/coconutruben/12/base -> origin/gh/coconutruben/12/base 2025-08-26T19:43:54.6371511Z * [new branch] gh/coconutruben/12/head -> origin/gh/coconutruben/12/head 2025-08-26T19:43:54.6373413Z * [new branch] gh/coconutruben/12/orig -> origin/gh/coconutruben/12/orig 2025-08-26T19:43:54.6375454Z * [new branch] gh/coconutruben/13/base -> origin/gh/coconutruben/13/base 2025-08-26T19:43:54.6377164Z * [new branch] gh/coconutruben/13/head -> origin/gh/coconutruben/13/head 2025-08-26T19:43:54.6378732Z * [new branch] gh/coconutruben/13/orig -> origin/gh/coconutruben/13/orig 2025-08-26T19:43:54.6380932Z * [new branch] gh/coconutruben/14/base -> origin/gh/coconutruben/14/base 2025-08-26T19:43:54.6383378Z * [new branch] gh/coconutruben/14/head -> origin/gh/coconutruben/14/head 2025-08-26T19:43:54.6384465Z * [new branch] gh/coconutruben/14/orig -> origin/gh/coconutruben/14/orig 2025-08-26T19:43:54.6386203Z * [new branch] gh/coconutruben/15/base -> origin/gh/coconutruben/15/base 2025-08-26T19:43:54.6387341Z * [new branch] gh/coconutruben/15/head -> origin/gh/coconutruben/15/head 2025-08-26T19:43:54.6388491Z * [new branch] gh/coconutruben/15/orig -> origin/gh/coconutruben/15/orig 2025-08-26T19:43:54.6389848Z * [new branch] gh/coconutruben/16/base -> origin/gh/coconutruben/16/base 2025-08-26T19:43:54.6390946Z * [new branch] gh/coconutruben/16/head -> origin/gh/coconutruben/16/head 2025-08-26T19:43:54.6391849Z * [new branch] gh/coconutruben/16/orig -> origin/gh/coconutruben/16/orig 2025-08-26T19:43:54.6393542Z * [new branch] gh/coconutruben/17/base -> origin/gh/coconutruben/17/base 2025-08-26T19:43:54.6394737Z * [new branch] gh/coconutruben/17/head -> origin/gh/coconutruben/17/head 2025-08-26T19:43:54.6395861Z * [new branch] gh/coconutruben/17/orig -> origin/gh/coconutruben/17/orig 2025-08-26T19:43:54.6397268Z * [new branch] gh/coconutruben/18/base -> origin/gh/coconutruben/18/base 2025-08-26T19:43:54.6398327Z * [new branch] gh/coconutruben/18/head -> origin/gh/coconutruben/18/head 2025-08-26T19:43:54.6399349Z * [new branch] gh/coconutruben/18/orig -> origin/gh/coconutruben/18/orig 2025-08-26T19:43:54.6400759Z * [new branch] gh/coconutruben/19/base -> origin/gh/coconutruben/19/base 2025-08-26T19:43:54.6401993Z * [new branch] gh/coconutruben/19/head -> origin/gh/coconutruben/19/head 2025-08-26T19:43:54.6403119Z * [new branch] gh/coconutruben/19/orig -> origin/gh/coconutruben/19/orig 2025-08-26T19:43:54.6404594Z * [new branch] gh/coconutruben/20/base -> origin/gh/coconutruben/20/base 2025-08-26T19:43:54.6405686Z * [new branch] gh/coconutruben/20/head -> origin/gh/coconutruben/20/head 2025-08-26T19:43:54.6406782Z * [new branch] gh/coconutruben/20/orig -> origin/gh/coconutruben/20/orig 2025-08-26T19:43:54.6408301Z * [new branch] gh/coconutruben/21/base -> origin/gh/coconutruben/21/base 2025-08-26T19:43:54.6409258Z * [new branch] gh/coconutruben/21/head -> origin/gh/coconutruben/21/head 2025-08-26T19:43:54.6410261Z * [new branch] gh/coconutruben/21/orig -> origin/gh/coconutruben/21/orig 2025-08-26T19:43:54.6411672Z * [new branch] gh/coconutruben/22/base -> origin/gh/coconutruben/22/base 2025-08-26T19:43:54.6412646Z * [new branch] gh/coconutruben/22/head -> origin/gh/coconutruben/22/head 2025-08-26T19:43:54.6413796Z * [new branch] gh/coconutruben/22/orig -> origin/gh/coconutruben/22/orig 2025-08-26T19:43:54.6415232Z * [new branch] gh/coconutruben/23/base -> origin/gh/coconutruben/23/base 2025-08-26T19:43:54.6416491Z * [new branch] gh/coconutruben/23/head -> origin/gh/coconutruben/23/head 2025-08-26T19:43:54.6417305Z * [new branch] gh/coconutruben/23/orig -> origin/gh/coconutruben/23/orig 2025-08-26T19:43:54.6418962Z * [new branch] gh/coconutruben/24/base -> origin/gh/coconutruben/24/base 2025-08-26T19:43:54.6420038Z * [new branch] gh/coconutruben/24/head -> origin/gh/coconutruben/24/head 2025-08-26T19:43:54.6421088Z * [new branch] gh/coconutruben/24/orig -> origin/gh/coconutruben/24/orig 2025-08-26T19:43:54.6422956Z * [new branch] gh/coconutruben/25/base -> origin/gh/coconutruben/25/base 2025-08-26T19:43:54.6424519Z * [new branch] gh/coconutruben/25/head -> origin/gh/coconutruben/25/head 2025-08-26T19:43:54.6425770Z * [new branch] gh/coconutruben/25/orig -> origin/gh/coconutruben/25/orig 2025-08-26T19:43:54.6427361Z * [new branch] gh/coconutruben/26/base -> origin/gh/coconutruben/26/base 2025-08-26T19:43:54.6428452Z * [new branch] gh/coconutruben/26/head -> origin/gh/coconutruben/26/head 2025-08-26T19:43:54.6429452Z * [new branch] gh/coconutruben/26/orig -> origin/gh/coconutruben/26/orig 2025-08-26T19:43:54.6430666Z * [new branch] gh/coconutruben/27/base -> origin/gh/coconutruben/27/base 2025-08-26T19:43:54.6431797Z * [new branch] gh/coconutruben/27/head -> origin/gh/coconutruben/27/head 2025-08-26T19:43:54.6432991Z * [new branch] gh/coconutruben/27/orig -> origin/gh/coconutruben/27/orig 2025-08-26T19:43:54.6450102Z * [new branch] gh/coconutruben/28/base -> origin/gh/coconutruben/28/base 2025-08-26T19:43:54.6450672Z * [new branch] gh/coconutruben/28/head -> origin/gh/coconutruben/28/head 2025-08-26T19:43:54.6451049Z * [new branch] gh/coconutruben/28/orig -> origin/gh/coconutruben/28/orig 2025-08-26T19:43:54.6451429Z * [new branch] gh/coconutruben/29/base -> origin/gh/coconutruben/29/base 2025-08-26T19:43:54.6451679Z * [new branch] gh/coconutruben/29/head -> origin/gh/coconutruben/29/head 2025-08-26T19:43:54.6451904Z * [new branch] gh/coconutruben/29/orig -> origin/gh/coconutruben/29/orig 2025-08-26T19:43:54.6452158Z * [new branch] gh/coconutruben/30/base -> origin/gh/coconutruben/30/base 2025-08-26T19:43:54.6452555Z * [new branch] gh/coconutruben/30/head -> origin/gh/coconutruben/30/head 2025-08-26T19:43:54.6452787Z * [new branch] gh/coconutruben/30/orig -> origin/gh/coconutruben/30/orig 2025-08-26T19:43:54.6453011Z * [new branch] gh/coconutruben/31/base -> origin/gh/coconutruben/31/base 2025-08-26T19:43:54.6453249Z * [new branch] gh/coconutruben/31/head -> origin/gh/coconutruben/31/head 2025-08-26T19:43:54.6453478Z * [new branch] gh/coconutruben/31/orig -> origin/gh/coconutruben/31/orig 2025-08-26T19:43:54.6453854Z * [new branch] gh/coconutruben/32/base -> origin/gh/coconutruben/32/base 2025-08-26T19:43:54.6454122Z * [new branch] gh/coconutruben/32/head -> origin/gh/coconutruben/32/head 2025-08-26T19:43:54.6454345Z * [new branch] gh/coconutruben/32/orig -> origin/gh/coconutruben/32/orig 2025-08-26T19:43:54.6454623Z * [new branch] gh/coconutruben/33/base -> origin/gh/coconutruben/33/base 2025-08-26T19:43:54.6455115Z * [new branch] gh/coconutruben/33/head -> origin/gh/coconutruben/33/head 2025-08-26T19:43:54.6456287Z * [new branch] gh/coconutruben/33/orig -> origin/gh/coconutruben/33/orig 2025-08-26T19:43:54.6457562Z * [new branch] gh/coconutruben/34/base -> origin/gh/coconutruben/34/base 2025-08-26T19:43:54.6458552Z * [new branch] gh/coconutruben/34/head -> origin/gh/coconutruben/34/head 2025-08-26T19:43:54.6459427Z * [new branch] gh/coconutruben/34/orig -> origin/gh/coconutruben/34/orig 2025-08-26T19:43:54.6461029Z * [new branch] gh/coconutruben/35/base -> origin/gh/coconutruben/35/base 2025-08-26T19:43:54.6461943Z * [new branch] gh/coconutruben/35/head -> origin/gh/coconutruben/35/head 2025-08-26T19:43:54.6462883Z * [new branch] gh/coconutruben/35/orig -> origin/gh/coconutruben/35/orig 2025-08-26T19:43:54.6465851Z * [new branch] gh/coconutruben/36/base -> origin/gh/coconutruben/36/base 2025-08-26T19:43:54.6467312Z * [new branch] gh/coconutruben/36/head -> origin/gh/coconutruben/36/head 2025-08-26T19:43:54.6469110Z * [new branch] gh/coconutruben/36/orig -> origin/gh/coconutruben/36/orig 2025-08-26T19:43:54.6470914Z * [new branch] gh/coconutruben/37/base -> origin/gh/coconutruben/37/base 2025-08-26T19:43:54.6471930Z * [new branch] gh/coconutruben/37/head -> origin/gh/coconutruben/37/head 2025-08-26T19:43:54.6473079Z * [new branch] gh/coconutruben/37/orig -> origin/gh/coconutruben/37/orig 2025-08-26T19:43:54.6474540Z * [new branch] gh/coconutruben/38/base -> origin/gh/coconutruben/38/base 2025-08-26T19:43:54.6475819Z * [new branch] gh/coconutruben/38/head -> origin/gh/coconutruben/38/head 2025-08-26T19:43:54.6476590Z * [new branch] gh/coconutruben/38/orig -> origin/gh/coconutruben/38/orig 2025-08-26T19:43:54.6478183Z * [new branch] gh/coconutruben/39/base -> origin/gh/coconutruben/39/base 2025-08-26T19:43:54.6479119Z * [new branch] gh/coconutruben/39/head -> origin/gh/coconutruben/39/head 2025-08-26T19:43:54.6479957Z * [new branch] gh/coconutruben/39/orig -> origin/gh/coconutruben/39/orig 2025-08-26T19:43:54.6481894Z * [new branch] gh/coconutruben/40/base -> origin/gh/coconutruben/40/base 2025-08-26T19:43:54.6483243Z * [new branch] gh/coconutruben/40/head -> origin/gh/coconutruben/40/head 2025-08-26T19:43:54.6483979Z * [new branch] gh/coconutruben/40/orig -> origin/gh/coconutruben/40/orig 2025-08-26T19:43:54.6485697Z * [new branch] gh/coconutruben/41/base -> origin/gh/coconutruben/41/base 2025-08-26T19:43:54.6486715Z * [new branch] gh/coconutruben/41/head -> origin/gh/coconutruben/41/head 2025-08-26T19:43:54.6487655Z * [new branch] gh/coconutruben/41/orig -> origin/gh/coconutruben/41/orig 2025-08-26T19:43:54.6489743Z * [new branch] gh/coconutruben/42/base -> origin/gh/coconutruben/42/base 2025-08-26T19:43:54.6490790Z * [new branch] gh/coconutruben/42/head -> origin/gh/coconutruben/42/head 2025-08-26T19:43:54.6491735Z * [new branch] gh/coconutruben/42/orig -> origin/gh/coconutruben/42/orig 2025-08-26T19:43:54.6493395Z * [new branch] gh/coconutruben/43/base -> origin/gh/coconutruben/43/base 2025-08-26T19:43:54.6494425Z * [new branch] gh/coconutruben/43/head -> origin/gh/coconutruben/43/head 2025-08-26T19:43:54.6495359Z * [new branch] gh/coconutruben/43/orig -> origin/gh/coconutruben/43/orig 2025-08-26T19:43:54.6497121Z * [new branch] gh/coconutruben/44/base -> origin/gh/coconutruben/44/base 2025-08-26T19:43:54.6498305Z * [new branch] gh/coconutruben/44/head -> origin/gh/coconutruben/44/head 2025-08-26T19:43:54.6499371Z * [new branch] gh/coconutruben/44/orig -> origin/gh/coconutruben/44/orig 2025-08-26T19:43:54.6500790Z * [new branch] gh/coconutruben/45/base -> origin/gh/coconutruben/45/base 2025-08-26T19:43:54.6501738Z * [new branch] gh/coconutruben/45/head -> origin/gh/coconutruben/45/head 2025-08-26T19:43:54.6502803Z * [new branch] gh/coconutruben/45/orig -> origin/gh/coconutruben/45/orig 2025-08-26T19:43:54.6504133Z * [new branch] gh/coconutruben/46/base -> origin/gh/coconutruben/46/base 2025-08-26T19:43:54.6505456Z * [new branch] gh/coconutruben/46/head -> origin/gh/coconutruben/46/head 2025-08-26T19:43:54.6506296Z * [new branch] gh/coconutruben/46/orig -> origin/gh/coconutruben/46/orig 2025-08-26T19:43:54.6507861Z * [new branch] gh/coconutruben/47/base -> origin/gh/coconutruben/47/base 2025-08-26T19:43:54.6509023Z * [new branch] gh/coconutruben/47/head -> origin/gh/coconutruben/47/head 2025-08-26T19:43:54.6509744Z * [new branch] gh/coconutruben/47/orig -> origin/gh/coconutruben/47/orig 2025-08-26T19:43:54.6511415Z * [new branch] gh/coconutruben/48/base -> origin/gh/coconutruben/48/base 2025-08-26T19:43:54.6512399Z * [new branch] gh/coconutruben/48/head -> origin/gh/coconutruben/48/head 2025-08-26T19:43:54.6513832Z * [new branch] gh/coconutruben/48/orig -> origin/gh/coconutruben/48/orig 2025-08-26T19:43:54.6514851Z * [new branch] gh/coconutruben/49/base -> origin/gh/coconutruben/49/base 2025-08-26T19:43:54.6515805Z * [new branch] gh/coconutruben/49/head -> origin/gh/coconutruben/49/head 2025-08-26T19:43:54.6516881Z * [new branch] gh/coconutruben/49/orig -> origin/gh/coconutruben/49/orig 2025-08-26T19:43:54.6518477Z * [new branch] gh/coconutruben/50/base -> origin/gh/coconutruben/50/base 2025-08-26T19:43:54.6519432Z * [new branch] gh/coconutruben/50/head -> origin/gh/coconutruben/50/head 2025-08-26T19:43:54.6520421Z * [new branch] gh/coconutruben/50/orig -> origin/gh/coconutruben/50/orig 2025-08-26T19:43:54.6522165Z * [new branch] gh/coconutruben/51/base -> origin/gh/coconutruben/51/base 2025-08-26T19:43:54.6523216Z * [new branch] gh/coconutruben/51/head -> origin/gh/coconutruben/51/head 2025-08-26T19:43:54.6524167Z * [new branch] gh/coconutruben/51/orig -> origin/gh/coconutruben/51/orig 2025-08-26T19:43:54.6525885Z * [new branch] gh/coconutruben/52/base -> origin/gh/coconutruben/52/base 2025-08-26T19:43:54.6526851Z * [new branch] gh/coconutruben/52/head -> origin/gh/coconutruben/52/head 2025-08-26T19:43:54.6527849Z * [new branch] gh/coconutruben/52/orig -> origin/gh/coconutruben/52/orig 2025-08-26T19:43:54.6529447Z * [new branch] gh/coconutruben/53/base -> origin/gh/coconutruben/53/base 2025-08-26T19:43:54.6530398Z * [new branch] gh/coconutruben/53/head -> origin/gh/coconutruben/53/head 2025-08-26T19:43:54.6531406Z * [new branch] gh/coconutruben/53/orig -> origin/gh/coconutruben/53/orig 2025-08-26T19:43:54.6532882Z * [new branch] gh/coconutruben/54/base -> origin/gh/coconutruben/54/base 2025-08-26T19:43:54.6533870Z * [new branch] gh/coconutruben/54/head -> origin/gh/coconutruben/54/head 2025-08-26T19:43:54.6534865Z * [new branch] gh/coconutruben/54/orig -> origin/gh/coconutruben/54/orig 2025-08-26T19:43:54.6536993Z * [new branch] gh/codingwithsurya/12/base -> origin/gh/codingwithsurya/12/base 2025-08-26T19:43:54.6538220Z * [new branch] gh/codingwithsurya/12/head -> origin/gh/codingwithsurya/12/head 2025-08-26T19:43:54.6539420Z * [new branch] gh/codingwithsurya/12/orig -> origin/gh/codingwithsurya/12/orig 2025-08-26T19:43:54.6540838Z * [new branch] gh/codingwithsurya/13/base -> origin/gh/codingwithsurya/13/base 2025-08-26T19:43:54.6541887Z * [new branch] gh/codingwithsurya/13/head -> origin/gh/codingwithsurya/13/head 2025-08-26T19:43:54.6543038Z * [new branch] gh/codingwithsurya/13/orig -> origin/gh/codingwithsurya/13/orig 2025-08-26T19:43:54.6544295Z * [new branch] gh/codingwithsurya/14/base -> origin/gh/codingwithsurya/14/base 2025-08-26T19:43:54.6545335Z * [new branch] gh/codingwithsurya/14/head -> origin/gh/codingwithsurya/14/head 2025-08-26T19:43:54.6546414Z * [new branch] gh/codingwithsurya/14/orig -> origin/gh/codingwithsurya/14/orig 2025-08-26T19:43:54.6547900Z * [new branch] gh/codingwithsurya/15/base -> origin/gh/codingwithsurya/15/base 2025-08-26T19:43:54.6548955Z * [new branch] gh/codingwithsurya/15/head -> origin/gh/codingwithsurya/15/head 2025-08-26T19:43:54.6549979Z * [new branch] gh/codingwithsurya/15/orig -> origin/gh/codingwithsurya/15/orig 2025-08-26T19:43:54.6551614Z * [new branch] gh/codingwithsurya/16/base -> origin/gh/codingwithsurya/16/base 2025-08-26T19:43:54.6552636Z * [new branch] gh/codingwithsurya/16/head -> origin/gh/codingwithsurya/16/head 2025-08-26T19:43:54.6553644Z * [new branch] gh/codingwithsurya/16/orig -> origin/gh/codingwithsurya/16/orig 2025-08-26T19:43:54.6555258Z * [new branch] gh/codingwithsurya/17/base -> origin/gh/codingwithsurya/17/base 2025-08-26T19:43:54.6556324Z * [new branch] gh/codingwithsurya/17/head -> origin/gh/codingwithsurya/17/head 2025-08-26T19:43:54.6557415Z * [new branch] gh/codingwithsurya/17/orig -> origin/gh/codingwithsurya/17/orig 2025-08-26T19:43:54.6558884Z * [new branch] gh/codingwithsurya/18/base -> origin/gh/codingwithsurya/18/base 2025-08-26T19:43:54.6559890Z * [new branch] gh/codingwithsurya/18/head -> origin/gh/codingwithsurya/18/head 2025-08-26T19:43:54.6560921Z * [new branch] gh/codingwithsurya/18/orig -> origin/gh/codingwithsurya/18/orig 2025-08-26T19:43:54.6562557Z * [new branch] gh/codingwithsurya/19/base -> origin/gh/codingwithsurya/19/base 2025-08-26T19:43:54.6563578Z * [new branch] gh/codingwithsurya/19/head -> origin/gh/codingwithsurya/19/head 2025-08-26T19:43:54.6564528Z * [new branch] gh/codingwithsurya/19/orig -> origin/gh/codingwithsurya/19/orig 2025-08-26T19:43:54.6565924Z * [new branch] gh/codingwithsurya/20/base -> origin/gh/codingwithsurya/20/base 2025-08-26T19:43:54.6566919Z * [new branch] gh/codingwithsurya/20/head -> origin/gh/codingwithsurya/20/head 2025-08-26T19:43:54.6567920Z * [new branch] gh/codingwithsurya/20/orig -> origin/gh/codingwithsurya/20/orig 2025-08-26T19:43:54.6569373Z * [new branch] gh/codingwithsurya/21/base -> origin/gh/codingwithsurya/21/base 2025-08-26T19:43:54.6570417Z * [new branch] gh/codingwithsurya/21/head -> origin/gh/codingwithsurya/21/head 2025-08-26T19:43:54.6571522Z * [new branch] gh/codingwithsurya/21/orig -> origin/gh/codingwithsurya/21/orig 2025-08-26T19:43:54.6573131Z * [new branch] gh/colinchan15/1/base -> origin/gh/colinchan15/1/base 2025-08-26T19:43:54.6574139Z * [new branch] gh/colinchan15/1/head -> origin/gh/colinchan15/1/head 2025-08-26T19:43:54.6575321Z * [new branch] gh/colinchan15/2/base -> origin/gh/colinchan15/2/base 2025-08-26T19:43:54.6576277Z * [new branch] gh/colinchan15/2/head -> origin/gh/colinchan15/2/head 2025-08-26T19:43:54.6577401Z * [new branch] gh/colinchan15/3/base -> origin/gh/colinchan15/3/base 2025-08-26T19:43:54.6578369Z * [new branch] gh/colinchan15/3/head -> origin/gh/colinchan15/3/head 2025-08-26T19:43:54.6579498Z * [new branch] gh/colinchan15/4/base -> origin/gh/colinchan15/4/base 2025-08-26T19:43:54.6580467Z * [new branch] gh/colinchan15/4/head -> origin/gh/colinchan15/4/head 2025-08-26T19:43:54.6581639Z * [new branch] gh/colinchan15/5/base -> origin/gh/colinchan15/5/base 2025-08-26T19:43:54.6582815Z * [new branch] gh/colinchan15/5/head -> origin/gh/colinchan15/5/head 2025-08-26T19:43:54.6584029Z * [new branch] gh/colinchan15/6/base -> origin/gh/colinchan15/6/base 2025-08-26T19:43:54.6585119Z * [new branch] gh/colinchan15/6/head -> origin/gh/colinchan15/6/head 2025-08-26T19:43:54.6586776Z * [new branch] gh/davidberard98/382/base -> origin/gh/davidberard98/382/base 2025-08-26T19:43:54.6587982Z * [new branch] gh/davidberard98/382/head -> origin/gh/davidberard98/382/head 2025-08-26T19:43:54.6588965Z * [new branch] gh/davidberard98/382/orig -> origin/gh/davidberard98/382/orig 2025-08-26T19:43:54.6590297Z * [new branch] gh/davidberard98/386/base -> origin/gh/davidberard98/386/base 2025-08-26T19:43:54.6591446Z * [new branch] gh/davidberard98/386/head -> origin/gh/davidberard98/386/head 2025-08-26T19:43:54.6592411Z * [new branch] gh/davidberard98/386/orig -> origin/gh/davidberard98/386/orig 2025-08-26T19:43:54.6594219Z * [new branch] gh/davidberard98/391/base -> origin/gh/davidberard98/391/base 2025-08-26T19:43:54.6595296Z * [new branch] gh/davidberard98/391/head -> origin/gh/davidberard98/391/head 2025-08-26T19:43:54.6596371Z * [new branch] gh/davidberard98/391/orig -> origin/gh/davidberard98/391/orig 2025-08-26T19:43:54.6597697Z * [new branch] gh/davidberard98/392/base -> origin/gh/davidberard98/392/base 2025-08-26T19:43:54.6598669Z * [new branch] gh/davidberard98/392/head -> origin/gh/davidberard98/392/head 2025-08-26T19:43:54.6599686Z * [new branch] gh/davidberard98/392/orig -> origin/gh/davidberard98/392/orig 2025-08-26T19:43:54.6601107Z * [new branch] gh/davidberard98/393/base -> origin/gh/davidberard98/393/base 2025-08-26T19:43:54.6602002Z * [new branch] gh/davidberard98/393/head -> origin/gh/davidberard98/393/head 2025-08-26T19:43:54.6603159Z * [new branch] gh/davidberard98/393/orig -> origin/gh/davidberard98/393/orig 2025-08-26T19:43:54.6604596Z * [new branch] gh/davidberard98/394/base -> origin/gh/davidberard98/394/base 2025-08-26T19:43:54.6605592Z * [new branch] gh/davidberard98/394/head -> origin/gh/davidberard98/394/head 2025-08-26T19:43:54.6606635Z * [new branch] gh/davidberard98/394/orig -> origin/gh/davidberard98/394/orig 2025-08-26T19:43:54.6608192Z * [new branch] gh/davidberard98/395/base -> origin/gh/davidberard98/395/base 2025-08-26T19:43:54.6609277Z * [new branch] gh/davidberard98/395/head -> origin/gh/davidberard98/395/head 2025-08-26T19:43:54.6610461Z * [new branch] gh/davidberard98/395/orig -> origin/gh/davidberard98/395/orig 2025-08-26T19:43:54.6611752Z * [new branch] gh/davidberard98/396/base -> origin/gh/davidberard98/396/base 2025-08-26T19:43:54.6612730Z * [new branch] gh/davidberard98/396/head -> origin/gh/davidberard98/396/head 2025-08-26T19:43:54.6613727Z * [new branch] gh/davidberard98/396/orig -> origin/gh/davidberard98/396/orig 2025-08-26T19:43:54.6615521Z * [new branch] gh/davidberard98/397/base -> origin/gh/davidberard98/397/base 2025-08-26T19:43:54.6616501Z * [new branch] gh/davidberard98/397/head -> origin/gh/davidberard98/397/head 2025-08-26T19:43:54.6617622Z * [new branch] gh/davidberard98/397/orig -> origin/gh/davidberard98/397/orig 2025-08-26T19:43:54.6618898Z * [new branch] gh/davidberard98/398/base -> origin/gh/davidberard98/398/base 2025-08-26T19:43:54.6619852Z * [new branch] gh/davidberard98/398/head -> origin/gh/davidberard98/398/head 2025-08-26T19:43:54.6620840Z * [new branch] gh/davidberard98/398/orig -> origin/gh/davidberard98/398/orig 2025-08-26T19:43:54.6622226Z * [new branch] gh/davidberard98/399/base -> origin/gh/davidberard98/399/base 2025-08-26T19:43:54.6623283Z * [new branch] gh/davidberard98/399/head -> origin/gh/davidberard98/399/head 2025-08-26T19:43:54.6624399Z * [new branch] gh/davidberard98/399/orig -> origin/gh/davidberard98/399/orig 2025-08-26T19:43:54.6625825Z * [new branch] gh/davidberard98/400/base -> origin/gh/davidberard98/400/base 2025-08-26T19:43:54.6626871Z * [new branch] gh/davidberard98/400/head -> origin/gh/davidberard98/400/head 2025-08-26T19:43:54.6627854Z * [new branch] gh/davidberard98/400/orig -> origin/gh/davidberard98/400/orig 2025-08-26T19:43:54.6629157Z * [new branch] gh/davidberard98/401/base -> origin/gh/davidberard98/401/base 2025-08-26T19:43:54.6630148Z * [new branch] gh/davidberard98/401/head -> origin/gh/davidberard98/401/head 2025-08-26T19:43:54.6631119Z * [new branch] gh/davidberard98/401/orig -> origin/gh/davidberard98/401/orig 2025-08-26T19:43:54.6632435Z * [new branch] gh/davidberard98/402/base -> origin/gh/davidberard98/402/base 2025-08-26T19:43:54.6633419Z * [new branch] gh/davidberard98/402/head -> origin/gh/davidberard98/402/head 2025-08-26T19:43:54.6634422Z * [new branch] gh/davidberard98/402/orig -> origin/gh/davidberard98/402/orig 2025-08-26T19:43:54.6636015Z * [new branch] gh/desertfire/589/base -> origin/gh/desertfire/589/base 2025-08-26T19:43:54.6637220Z * [new branch] gh/desertfire/589/head -> origin/gh/desertfire/589/head 2025-08-26T19:43:54.6638220Z * [new branch] gh/desertfire/589/orig -> origin/gh/desertfire/589/orig 2025-08-26T19:43:54.6639514Z * [new branch] gh/desertfire/591/base -> origin/gh/desertfire/591/base 2025-08-26T19:43:54.6640492Z * [new branch] gh/desertfire/591/head -> origin/gh/desertfire/591/head 2025-08-26T19:43:54.6641596Z * [new branch] gh/desertfire/591/orig -> origin/gh/desertfire/591/orig 2025-08-26T19:43:54.6643150Z * [new branch] gh/desertfire/592/base -> origin/gh/desertfire/592/base 2025-08-26T19:43:54.6644010Z * [new branch] gh/desertfire/592/head -> origin/gh/desertfire/592/head 2025-08-26T19:43:54.6645155Z * [new branch] gh/desertfire/592/orig -> origin/gh/desertfire/592/orig 2025-08-26T19:43:54.6646456Z * [new branch] gh/desertfire/593/base -> origin/gh/desertfire/593/base 2025-08-26T19:43:54.6647421Z * [new branch] gh/desertfire/593/head -> origin/gh/desertfire/593/head 2025-08-26T19:43:54.6648499Z * [new branch] gh/desertfire/593/orig -> origin/gh/desertfire/593/orig 2025-08-26T19:43:54.6649806Z * [new branch] gh/desertfire/594/base -> origin/gh/desertfire/594/base 2025-08-26T19:43:54.6650852Z * [new branch] gh/desertfire/594/head -> origin/gh/desertfire/594/head 2025-08-26T19:43:54.6651880Z * [new branch] gh/desertfire/594/orig -> origin/gh/desertfire/594/orig 2025-08-26T19:43:54.6653185Z * [new branch] gh/desertfire/595/base -> origin/gh/desertfire/595/base 2025-08-26T19:43:54.6654167Z * [new branch] gh/desertfire/595/head -> origin/gh/desertfire/595/head 2025-08-26T19:43:54.6655141Z * [new branch] gh/desertfire/595/orig -> origin/gh/desertfire/595/orig 2025-08-26T19:43:54.6656398Z * [new branch] gh/desertfire/596/base -> origin/gh/desertfire/596/base 2025-08-26T19:43:54.6657350Z * [new branch] gh/desertfire/596/head -> origin/gh/desertfire/596/head 2025-08-26T19:43:54.6658433Z * [new branch] gh/desertfire/596/orig -> origin/gh/desertfire/596/orig 2025-08-26T19:43:54.6659791Z * [new branch] gh/desertfire/597/base -> origin/gh/desertfire/597/base 2025-08-26T19:43:54.6660774Z * [new branch] gh/desertfire/597/head -> origin/gh/desertfire/597/head 2025-08-26T19:43:54.6661765Z * [new branch] gh/desertfire/597/orig -> origin/gh/desertfire/597/orig 2025-08-26T19:43:54.6663417Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-08-26T19:43:54.6664573Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-08-26T19:43:54.6665923Z * [new branch] gh/dharakk/4/base -> origin/gh/dharakk/4/base 2025-08-26T19:43:54.6666862Z * [new branch] gh/dharakk/4/head -> origin/gh/dharakk/4/head 2025-08-26T19:43:54.6667887Z * [new branch] gh/dharakk/4/orig -> origin/gh/dharakk/4/orig 2025-08-26T19:43:54.6669526Z * [new branch] gh/drisspg/149/base -> origin/gh/drisspg/149/base 2025-08-26T19:43:54.6670584Z * [new branch] gh/drisspg/149/head -> origin/gh/drisspg/149/head 2025-08-26T19:43:54.6671549Z * [new branch] gh/drisspg/149/orig -> origin/gh/drisspg/149/orig 2025-08-26T19:43:54.6672772Z * [new branch] gh/drisspg/150/base -> origin/gh/drisspg/150/base 2025-08-26T19:43:54.6673721Z * [new branch] gh/drisspg/150/head -> origin/gh/drisspg/150/head 2025-08-26T19:43:54.6674686Z * [new branch] gh/drisspg/150/orig -> origin/gh/drisspg/150/orig 2025-08-26T19:43:54.6676067Z * [new branch] gh/drisspg/151/base -> origin/gh/drisspg/151/base 2025-08-26T19:43:54.6677054Z * [new branch] gh/drisspg/151/head -> origin/gh/drisspg/151/head 2025-08-26T19:43:54.6678047Z * [new branch] gh/drisspg/151/orig -> origin/gh/drisspg/151/orig 2025-08-26T19:43:54.6679298Z * [new branch] gh/drisspg/159/base -> origin/gh/drisspg/159/base 2025-08-26T19:43:54.6680313Z * [new branch] gh/drisspg/159/head -> origin/gh/drisspg/159/head 2025-08-26T19:43:54.6681430Z * [new branch] gh/drisspg/159/orig -> origin/gh/drisspg/159/orig 2025-08-26T19:43:54.6682912Z * [new branch] gh/drisspg/166/base -> origin/gh/drisspg/166/base 2025-08-26T19:43:54.6683907Z * [new branch] gh/drisspg/166/head -> origin/gh/drisspg/166/head 2025-08-26T19:43:54.6684884Z * [new branch] gh/drisspg/166/orig -> origin/gh/drisspg/166/orig 2025-08-26T19:43:54.6686165Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-08-26T19:43:54.6687153Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-08-26T19:43:54.6688138Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-08-26T19:43:54.6689543Z * [new branch] gh/drisspg/172/base -> origin/gh/drisspg/172/base 2025-08-26T19:43:54.6690552Z * [new branch] gh/drisspg/172/head -> origin/gh/drisspg/172/head 2025-08-26T19:43:54.6691553Z * [new branch] gh/drisspg/172/orig -> origin/gh/drisspg/172/orig 2025-08-26T19:43:54.6692843Z * [new branch] gh/drisspg/173/base -> origin/gh/drisspg/173/base 2025-08-26T19:43:54.6693871Z * [new branch] gh/drisspg/173/head -> origin/gh/drisspg/173/head 2025-08-26T19:43:54.6694859Z * [new branch] gh/drisspg/173/orig -> origin/gh/drisspg/173/orig 2025-08-26T19:43:54.6696519Z * [new branch] gh/drisspg/175/base -> origin/gh/drisspg/175/base 2025-08-26T19:43:54.6697520Z * [new branch] gh/drisspg/175/head -> origin/gh/drisspg/175/head 2025-08-26T19:43:54.6698500Z * [new branch] gh/drisspg/175/orig -> origin/gh/drisspg/175/orig 2025-08-26T19:43:54.6699964Z * [new branch] gh/drisspg/176/base -> origin/gh/drisspg/176/base 2025-08-26T19:43:54.6700768Z * [new branch] gh/drisspg/176/head -> origin/gh/drisspg/176/head 2025-08-26T19:43:54.6701753Z * [new branch] gh/drisspg/176/orig -> origin/gh/drisspg/176/orig 2025-08-26T19:43:54.6703132Z * [new branch] gh/drisspg/177/base -> origin/gh/drisspg/177/base 2025-08-26T19:43:54.6704146Z * [new branch] gh/drisspg/177/head -> origin/gh/drisspg/177/head 2025-08-26T19:43:54.6705226Z * [new branch] gh/drisspg/177/orig -> origin/gh/drisspg/177/orig 2025-08-26T19:43:54.6706380Z * [new branch] gh/drisspg/178/base -> origin/gh/drisspg/178/base 2025-08-26T19:43:54.6707343Z * [new branch] gh/drisspg/178/head -> origin/gh/drisspg/178/head 2025-08-26T19:43:54.6708168Z * [new branch] gh/drisspg/178/orig -> origin/gh/drisspg/178/orig 2025-08-26T19:43:54.6709574Z * [new branch] gh/drisspg/179/base -> origin/gh/drisspg/179/base 2025-08-26T19:43:54.6710548Z * [new branch] gh/drisspg/179/head -> origin/gh/drisspg/179/head 2025-08-26T19:43:54.6711518Z * [new branch] gh/drisspg/179/orig -> origin/gh/drisspg/179/orig 2025-08-26T19:43:54.6712813Z * [new branch] gh/drisspg/180/base -> origin/gh/drisspg/180/base 2025-08-26T19:43:54.6713780Z * [new branch] gh/drisspg/180/head -> origin/gh/drisspg/180/head 2025-08-26T19:43:54.6714757Z * [new branch] gh/drisspg/180/orig -> origin/gh/drisspg/180/orig 2025-08-26T19:43:54.6716074Z * [new branch] gh/drisspg/181/base -> origin/gh/drisspg/181/base 2025-08-26T19:43:54.6717093Z * [new branch] gh/drisspg/181/head -> origin/gh/drisspg/181/head 2025-08-26T19:43:54.6718078Z * [new branch] gh/drisspg/181/orig -> origin/gh/drisspg/181/orig 2025-08-26T19:43:54.6719391Z * [new branch] gh/drisspg/182/base -> origin/gh/drisspg/182/base 2025-08-26T19:43:54.6720373Z * [new branch] gh/drisspg/182/head -> origin/gh/drisspg/182/head 2025-08-26T19:43:54.6722064Z * [new branch] gh/drisspg/183/base -> origin/gh/drisspg/183/base 2025-08-26T19:43:54.6723219Z * [new branch] gh/drisspg/183/head -> origin/gh/drisspg/183/head 2025-08-26T19:43:54.6724377Z * [new branch] gh/drisspg/184/base -> origin/gh/drisspg/184/base 2025-08-26T19:43:54.6725336Z * [new branch] gh/drisspg/184/head -> origin/gh/drisspg/184/head 2025-08-26T19:43:54.6726678Z * [new branch] gh/drisspg/185/base -> origin/gh/drisspg/185/base 2025-08-26T19:43:54.6727716Z * [new branch] gh/drisspg/185/head -> origin/gh/drisspg/185/head 2025-08-26T19:43:54.6729187Z * [new branch] gh/drisspg/186/base -> origin/gh/drisspg/186/base 2025-08-26T19:43:54.6730205Z * [new branch] gh/drisspg/186/head -> origin/gh/drisspg/186/head 2025-08-26T19:43:54.6731189Z * [new branch] gh/drisspg/186/orig -> origin/gh/drisspg/186/orig 2025-08-26T19:43:54.6732553Z * [new branch] gh/drisspg/187/base -> origin/gh/drisspg/187/base 2025-08-26T19:43:54.6733521Z * [new branch] gh/drisspg/187/head -> origin/gh/drisspg/187/head 2025-08-26T19:43:54.6734500Z * [new branch] gh/drisspg/187/orig -> origin/gh/drisspg/187/orig 2025-08-26T19:43:54.6735820Z * [new branch] gh/drisspg/188/base -> origin/gh/drisspg/188/base 2025-08-26T19:43:54.6736778Z * [new branch] gh/drisspg/188/head -> origin/gh/drisspg/188/head 2025-08-26T19:43:54.6737754Z * [new branch] gh/drisspg/188/orig -> origin/gh/drisspg/188/orig 2025-08-26T19:43:54.6739059Z * [new branch] gh/drisspg/189/base -> origin/gh/drisspg/189/base 2025-08-26T19:43:54.6740110Z * [new branch] gh/drisspg/189/head -> origin/gh/drisspg/189/head 2025-08-26T19:43:54.6741070Z * [new branch] gh/drisspg/189/orig -> origin/gh/drisspg/189/orig 2025-08-26T19:43:54.6742763Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-08-26T19:43:54.6743839Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-08-26T19:43:54.6745513Z * [new branch] gh/eellison/784/base -> origin/gh/eellison/784/base 2025-08-26T19:43:54.6746342Z * [new branch] gh/eellison/784/head -> origin/gh/eellison/784/head 2025-08-26T19:43:54.6747373Z * [new branch] gh/eellison/784/orig -> origin/gh/eellison/784/orig 2025-08-26T19:43:54.6748981Z * [new branch] gh/eellison/785/base -> origin/gh/eellison/785/base 2025-08-26T19:43:54.6749960Z * [new branch] gh/eellison/785/head -> origin/gh/eellison/785/head 2025-08-26T19:43:54.6750953Z * [new branch] gh/eellison/785/orig -> origin/gh/eellison/785/orig 2025-08-26T19:43:54.6752298Z * [new branch] gh/eellison/789/base -> origin/gh/eellison/789/base 2025-08-26T19:43:54.6753271Z * [new branch] gh/eellison/789/head -> origin/gh/eellison/789/head 2025-08-26T19:43:54.6754256Z * [new branch] gh/eellison/789/orig -> origin/gh/eellison/789/orig 2025-08-26T19:43:54.6755688Z * [new branch] gh/eellison/800/base -> origin/gh/eellison/800/base 2025-08-26T19:43:54.6756682Z * [new branch] gh/eellison/800/head -> origin/gh/eellison/800/head 2025-08-26T19:43:54.6757644Z * [new branch] gh/eellison/800/orig -> origin/gh/eellison/800/orig 2025-08-26T19:43:54.6758907Z * [new branch] gh/eellison/801/base -> origin/gh/eellison/801/base 2025-08-26T19:43:54.6759867Z * [new branch] gh/eellison/801/head -> origin/gh/eellison/801/head 2025-08-26T19:43:54.6760852Z * [new branch] gh/eellison/801/orig -> origin/gh/eellison/801/orig 2025-08-26T19:43:54.6762348Z * [new branch] gh/eellison/802/base -> origin/gh/eellison/802/base 2025-08-26T19:43:54.6763394Z * [new branch] gh/eellison/802/head -> origin/gh/eellison/802/head 2025-08-26T19:43:54.6764306Z * [new branch] gh/eellison/802/orig -> origin/gh/eellison/802/orig 2025-08-26T19:43:54.6765628Z * [new branch] gh/eellison/805/base -> origin/gh/eellison/805/base 2025-08-26T19:43:54.6766590Z * [new branch] gh/eellison/805/head -> origin/gh/eellison/805/head 2025-08-26T19:43:54.6767570Z * [new branch] gh/eellison/805/orig -> origin/gh/eellison/805/orig 2025-08-26T19:43:54.6768972Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-08-26T19:43:54.6770007Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-08-26T19:43:54.6771001Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-08-26T19:43:54.6772306Z * [new branch] gh/eellison/809/base -> origin/gh/eellison/809/base 2025-08-26T19:43:54.6773284Z * [new branch] gh/eellison/809/head -> origin/gh/eellison/809/head 2025-08-26T19:43:54.6774278Z * [new branch] gh/eellison/809/orig -> origin/gh/eellison/809/orig 2025-08-26T19:43:54.6775524Z * [new branch] gh/eellison/810/base -> origin/gh/eellison/810/base 2025-08-26T19:43:54.6776505Z * [new branch] gh/eellison/810/head -> origin/gh/eellison/810/head 2025-08-26T19:43:54.6777529Z * [new branch] gh/eellison/810/orig -> origin/gh/eellison/810/orig 2025-08-26T19:43:54.6778795Z * [new branch] gh/eellison/811/base -> origin/gh/eellison/811/base 2025-08-26T19:43:54.6779798Z * [new branch] gh/eellison/811/head -> origin/gh/eellison/811/head 2025-08-26T19:43:54.6780778Z * [new branch] gh/eellison/811/orig -> origin/gh/eellison/811/orig 2025-08-26T19:43:54.6782575Z * [new branch] gh/eellison/812/base -> origin/gh/eellison/812/base 2025-08-26T19:43:54.6783886Z * [new branch] gh/eellison/812/head -> origin/gh/eellison/812/head 2025-08-26T19:43:54.6784933Z * [new branch] gh/eellison/812/orig -> origin/gh/eellison/812/orig 2025-08-26T19:43:54.6786144Z * [new branch] gh/eellison/813/base -> origin/gh/eellison/813/base 2025-08-26T19:43:54.6787136Z * [new branch] gh/eellison/813/head -> origin/gh/eellison/813/head 2025-08-26T19:43:54.6788106Z * [new branch] gh/eellison/813/orig -> origin/gh/eellison/813/orig 2025-08-26T19:43:54.6789440Z * [new branch] gh/eellison/814/base -> origin/gh/eellison/814/base 2025-08-26T19:43:54.6790469Z * [new branch] gh/eellison/814/head -> origin/gh/eellison/814/head 2025-08-26T19:43:54.6791441Z * [new branch] gh/eellison/814/orig -> origin/gh/eellison/814/orig 2025-08-26T19:43:54.6793157Z * [new branch] gh/eellison/815/base -> origin/gh/eellison/815/base 2025-08-26T19:43:54.6794137Z * [new branch] gh/eellison/815/head -> origin/gh/eellison/815/head 2025-08-26T19:43:54.6795110Z * [new branch] gh/eellison/815/orig -> origin/gh/eellison/815/orig 2025-08-26T19:43:54.6796468Z * [new branch] gh/eellison/816/base -> origin/gh/eellison/816/base 2025-08-26T19:43:54.6797445Z * [new branch] gh/eellison/816/head -> origin/gh/eellison/816/head 2025-08-26T19:43:54.6798420Z * [new branch] gh/eellison/816/orig -> origin/gh/eellison/816/orig 2025-08-26T19:43:54.6800199Z * [new branch] gh/eellison/817/base -> origin/gh/eellison/817/base 2025-08-26T19:43:54.6801178Z * [new branch] gh/eellison/817/head -> origin/gh/eellison/817/head 2025-08-26T19:43:54.6802240Z * [new branch] gh/eellison/817/orig -> origin/gh/eellison/817/orig 2025-08-26T19:43:54.6803792Z * [new branch] gh/eellison/818/base -> origin/gh/eellison/818/base 2025-08-26T19:43:54.6804722Z * [new branch] gh/eellison/818/head -> origin/gh/eellison/818/head 2025-08-26T19:43:54.6805724Z * [new branch] gh/eellison/818/orig -> origin/gh/eellison/818/orig 2025-08-26T19:43:54.6807261Z * [new branch] gh/eellison/819/base -> origin/gh/eellison/819/base 2025-08-26T19:43:54.6808203Z * [new branch] gh/eellison/819/head -> origin/gh/eellison/819/head 2025-08-26T19:43:54.6809179Z * [new branch] gh/eellison/819/orig -> origin/gh/eellison/819/orig 2025-08-26T19:43:54.6810827Z * [new branch] gh/eellison/820/base -> origin/gh/eellison/820/base 2025-08-26T19:43:54.6811818Z * [new branch] gh/eellison/820/head -> origin/gh/eellison/820/head 2025-08-26T19:43:54.6813285Z * [new branch] gh/eellison/820/orig -> origin/gh/eellison/820/orig 2025-08-26T19:43:54.6814124Z * [new branch] gh/eellison/821/base -> origin/gh/eellison/821/base 2025-08-26T19:43:54.6815400Z * [new branch] gh/eellison/821/head -> origin/gh/eellison/821/head 2025-08-26T19:43:54.6816262Z * [new branch] gh/eellison/821/orig -> origin/gh/eellison/821/orig 2025-08-26T19:43:54.6817676Z * [new branch] gh/eellison/822/base -> origin/gh/eellison/822/base 2025-08-26T19:43:54.6818540Z * [new branch] gh/eellison/822/head -> origin/gh/eellison/822/head 2025-08-26T19:43:54.6819667Z * [new branch] gh/eellison/822/orig -> origin/gh/eellison/822/orig 2025-08-26T19:43:54.6821104Z * [new branch] gh/etaf/132/base -> origin/gh/etaf/132/base 2025-08-26T19:43:54.6822037Z * [new branch] gh/etaf/132/head -> origin/gh/etaf/132/head 2025-08-26T19:43:54.6823077Z * [new branch] gh/etaf/132/orig -> origin/gh/etaf/132/orig 2025-08-26T19:43:54.6824551Z * [new branch] gh/etaf/138/base -> origin/gh/etaf/138/base 2025-08-26T19:43:54.6825634Z * [new branch] gh/etaf/138/head -> origin/gh/etaf/138/head 2025-08-26T19:43:54.6826463Z * [new branch] gh/etaf/138/orig -> origin/gh/etaf/138/orig 2025-08-26T19:43:54.6827875Z * [new branch] gh/etaf/140/base -> origin/gh/etaf/140/base 2025-08-26T19:43:54.6828752Z * [new branch] gh/etaf/140/head -> origin/gh/etaf/140/head 2025-08-26T19:43:54.6829760Z * [new branch] gh/etaf/140/orig -> origin/gh/etaf/140/orig 2025-08-26T19:43:54.6831195Z * [new branch] gh/etaf/143/base -> origin/gh/etaf/143/base 2025-08-26T19:43:54.6832155Z * [new branch] gh/etaf/143/head -> origin/gh/etaf/143/head 2025-08-26T19:43:54.6833127Z * [new branch] gh/etaf/143/orig -> origin/gh/etaf/143/orig 2025-08-26T19:43:54.6834724Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-08-26T19:43:54.6835566Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-08-26T19:43:54.6837025Z * [new branch] gh/etaf/149/base -> origin/gh/etaf/149/base 2025-08-26T19:43:54.6837947Z * [new branch] gh/etaf/149/head -> origin/gh/etaf/149/head 2025-08-26T19:43:54.6838978Z * [new branch] gh/etaf/149/orig -> origin/gh/etaf/149/orig 2025-08-26T19:43:54.6840598Z * [new branch] gh/etaf/150/base -> origin/gh/etaf/150/base 2025-08-26T19:43:54.6841690Z * [new branch] gh/etaf/150/head -> origin/gh/etaf/150/head 2025-08-26T19:43:54.6842707Z * [new branch] gh/etaf/150/orig -> origin/gh/etaf/150/orig 2025-08-26T19:43:54.6844168Z * [new branch] gh/etaf/151/base -> origin/gh/etaf/151/base 2025-08-26T19:43:54.6845718Z * [new branch] gh/etaf/151/head -> origin/gh/etaf/151/head 2025-08-26T19:43:54.6846694Z * [new branch] gh/etaf/151/orig -> origin/gh/etaf/151/orig 2025-08-26T19:43:54.6848122Z * [new branch] gh/etaf/152/base -> origin/gh/etaf/152/base 2025-08-26T19:43:54.6849077Z * [new branch] gh/etaf/152/head -> origin/gh/etaf/152/head 2025-08-26T19:43:54.6850061Z * [new branch] gh/etaf/152/orig -> origin/gh/etaf/152/orig 2025-08-26T19:43:54.6851643Z * [new branch] gh/etaf/153/base -> origin/gh/etaf/153/base 2025-08-26T19:43:54.6852540Z * [new branch] gh/etaf/153/head -> origin/gh/etaf/153/head 2025-08-26T19:43:54.6853515Z * [new branch] gh/etaf/153/orig -> origin/gh/etaf/153/orig 2025-08-26T19:43:54.6855048Z * [new branch] gh/etaf/154/base -> origin/gh/etaf/154/base 2025-08-26T19:43:54.6855978Z * [new branch] gh/etaf/154/head -> origin/gh/etaf/154/head 2025-08-26T19:43:54.6856901Z * [new branch] gh/etaf/154/orig -> origin/gh/etaf/154/orig 2025-08-26T19:43:54.6858330Z * [new branch] gh/etaf/155/base -> origin/gh/etaf/155/base 2025-08-26T19:43:54.6859821Z * [new branch] gh/etaf/155/head -> origin/gh/etaf/155/head 2025-08-26T19:43:54.6860734Z * [new branch] gh/etaf/155/orig -> origin/gh/etaf/155/orig 2025-08-26T19:43:54.6862288Z * [new branch] gh/etaf/156/base -> origin/gh/etaf/156/base 2025-08-26T19:43:54.6863112Z * [new branch] gh/etaf/156/head -> origin/gh/etaf/156/head 2025-08-26T19:43:54.6864112Z * [new branch] gh/etaf/156/orig -> origin/gh/etaf/156/orig 2025-08-26T19:43:54.6865675Z * [new branch] gh/etaf/157/base -> origin/gh/etaf/157/base 2025-08-26T19:43:54.6866559Z * [new branch] gh/etaf/157/head -> origin/gh/etaf/157/head 2025-08-26T19:43:54.6867570Z * [new branch] gh/etaf/157/orig -> origin/gh/etaf/157/orig 2025-08-26T19:43:54.6868912Z * [new branch] gh/etaf/158/base -> origin/gh/etaf/158/base 2025-08-26T19:43:54.6869742Z * [new branch] gh/etaf/158/head -> origin/gh/etaf/158/head 2025-08-26T19:43:54.6870691Z * [new branch] gh/etaf/158/orig -> origin/gh/etaf/158/orig 2025-08-26T19:43:54.6872172Z * [new branch] gh/etaf/159/base -> origin/gh/etaf/159/base 2025-08-26T19:43:54.6873042Z * [new branch] gh/etaf/159/head -> origin/gh/etaf/159/head 2025-08-26T19:43:54.6874007Z * [new branch] gh/etaf/159/orig -> origin/gh/etaf/159/orig 2025-08-26T19:43:54.6875803Z * [new branch] gh/etaf/160/base -> origin/gh/etaf/160/base 2025-08-26T19:43:54.6876857Z * [new branch] gh/etaf/160/head -> origin/gh/etaf/160/head 2025-08-26T19:43:54.6877904Z * [new branch] gh/etaf/160/orig -> origin/gh/etaf/160/orig 2025-08-26T19:43:54.6880329Z * [new branch] gh/etaf/161/base -> origin/gh/etaf/161/base 2025-08-26T19:43:54.6881364Z * [new branch] gh/etaf/161/head -> origin/gh/etaf/161/head 2025-08-26T19:43:54.6882937Z * [new branch] gh/etaf/161/orig -> origin/gh/etaf/161/orig 2025-08-26T19:43:54.6884866Z * [new branch] gh/etaf/162/base -> origin/gh/etaf/162/base 2025-08-26T19:43:54.6886362Z * [new branch] gh/etaf/162/head -> origin/gh/etaf/162/head 2025-08-26T19:43:54.6887896Z * [new branch] gh/etaf/162/orig -> origin/gh/etaf/162/orig 2025-08-26T19:43:54.6890083Z * [new branch] gh/etaf/163/base -> origin/gh/etaf/163/base 2025-08-26T19:43:54.6891688Z * [new branch] gh/etaf/163/head -> origin/gh/etaf/163/head 2025-08-26T19:43:54.6893201Z * [new branch] gh/etaf/163/orig -> origin/gh/etaf/163/orig 2025-08-26T19:43:54.6896521Z * [new branch] gh/etaf/164/base -> origin/gh/etaf/164/base 2025-08-26T19:43:54.6898125Z * [new branch] gh/etaf/164/head -> origin/gh/etaf/164/head 2025-08-26T19:43:54.6899717Z * [new branch] gh/etaf/164/orig -> origin/gh/etaf/164/orig 2025-08-26T19:43:54.6902022Z * [new branch] gh/etaf/165/base -> origin/gh/etaf/165/base 2025-08-26T19:43:54.6903653Z * [new branch] gh/etaf/165/head -> origin/gh/etaf/165/head 2025-08-26T19:43:54.6905254Z * [new branch] gh/etaf/165/orig -> origin/gh/etaf/165/orig 2025-08-26T19:43:54.6907931Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-08-26T19:43:54.6909687Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-08-26T19:43:54.6911424Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-08-26T19:43:54.6913613Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-08-26T19:43:54.6915302Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-08-26T19:43:54.6917087Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-08-26T19:43:54.6919229Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-08-26T19:43:54.6921151Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-08-26T19:43:54.6923096Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-08-26T19:43:54.6925318Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-08-26T19:43:54.6926968Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-08-26T19:43:54.6929080Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-08-26T19:43:54.6931001Z * [new branch] gh/ezyang/3071/base -> origin/gh/ezyang/3071/base 2025-08-26T19:43:54.6932572Z * [new branch] gh/ezyang/3071/head -> origin/gh/ezyang/3071/head 2025-08-26T19:43:54.6934151Z * [new branch] gh/ezyang/3071/orig -> origin/gh/ezyang/3071/orig 2025-08-26T19:43:54.6936238Z * [new branch] gh/ezyang/3074/base -> origin/gh/ezyang/3074/base 2025-08-26T19:43:54.6937863Z * [new branch] gh/ezyang/3074/head -> origin/gh/ezyang/3074/head 2025-08-26T19:43:54.6939566Z * [new branch] gh/ezyang/3074/orig -> origin/gh/ezyang/3074/orig 2025-08-26T19:43:54.6941568Z * [new branch] gh/ezyang/3088/base -> origin/gh/ezyang/3088/base 2025-08-26T19:43:54.6943080Z * [new branch] gh/ezyang/3088/head -> origin/gh/ezyang/3088/head 2025-08-26T19:43:54.6944884Z * [new branch] gh/ezyang/3088/orig -> origin/gh/ezyang/3088/orig 2025-08-26T19:43:54.6947065Z * [new branch] gh/ezyang/3092/base -> origin/gh/ezyang/3092/base 2025-08-26T19:43:54.6948850Z * [new branch] gh/ezyang/3092/head -> origin/gh/ezyang/3092/head 2025-08-26T19:43:54.6950579Z * [new branch] gh/ezyang/3092/orig -> origin/gh/ezyang/3092/orig 2025-08-26T19:43:54.6952716Z * [new branch] gh/ezyang/3103/base -> origin/gh/ezyang/3103/base 2025-08-26T19:43:54.6954374Z * [new branch] gh/ezyang/3103/head -> origin/gh/ezyang/3103/head 2025-08-26T19:43:54.6956049Z * [new branch] gh/ezyang/3103/orig -> origin/gh/ezyang/3103/orig 2025-08-26T19:43:54.6958227Z * [new branch] gh/ezyang/3105/base -> origin/gh/ezyang/3105/base 2025-08-26T19:43:54.6959890Z * [new branch] gh/ezyang/3105/head -> origin/gh/ezyang/3105/head 2025-08-26T19:43:54.6961591Z * [new branch] gh/ezyang/3105/orig -> origin/gh/ezyang/3105/orig 2025-08-26T19:43:54.6963863Z * [new branch] gh/ezyang/3114/base -> origin/gh/ezyang/3114/base 2025-08-26T19:43:54.6965484Z * [new branch] gh/ezyang/3114/head -> origin/gh/ezyang/3114/head 2025-08-26T19:43:54.6967246Z * [new branch] gh/ezyang/3114/orig -> origin/gh/ezyang/3114/orig 2025-08-26T19:43:54.6969436Z * [new branch] gh/ezyang/3116/base -> origin/gh/ezyang/3116/base 2025-08-26T19:43:54.6971127Z * [new branch] gh/ezyang/3116/head -> origin/gh/ezyang/3116/head 2025-08-26T19:43:54.6975124Z * [new branch] gh/ezyang/3116/orig -> origin/gh/ezyang/3116/orig 2025-08-26T19:43:54.6977408Z * [new branch] gh/ezyang/3117/base -> origin/gh/ezyang/3117/base 2025-08-26T19:43:54.6979175Z * [new branch] gh/ezyang/3117/head -> origin/gh/ezyang/3117/head 2025-08-26T19:43:54.6980849Z * [new branch] gh/ezyang/3117/orig -> origin/gh/ezyang/3117/orig 2025-08-26T19:43:54.6983163Z * [new branch] gh/ezyang/3118/base -> origin/gh/ezyang/3118/base 2025-08-26T19:43:54.6984803Z * [new branch] gh/ezyang/3118/head -> origin/gh/ezyang/3118/head 2025-08-26T19:43:54.6986389Z * [new branch] gh/ezyang/3118/orig -> origin/gh/ezyang/3118/orig 2025-08-26T19:43:54.6988478Z * [new branch] gh/ezyang/3119/base -> origin/gh/ezyang/3119/base 2025-08-26T19:43:54.6990056Z * [new branch] gh/ezyang/3119/head -> origin/gh/ezyang/3119/head 2025-08-26T19:43:54.6991790Z * [new branch] gh/ezyang/3119/orig -> origin/gh/ezyang/3119/orig 2025-08-26T19:43:54.6994428Z * [new branch] gh/ezyang/3120/base -> origin/gh/ezyang/3120/base 2025-08-26T19:43:54.6996111Z * [new branch] gh/ezyang/3120/head -> origin/gh/ezyang/3120/head 2025-08-26T19:43:54.6997954Z * [new branch] gh/ezyang/3120/orig -> origin/gh/ezyang/3120/orig 2025-08-26T19:43:54.7000026Z * [new branch] gh/ezyang/3121/base -> origin/gh/ezyang/3121/base 2025-08-26T19:43:54.7001698Z * [new branch] gh/ezyang/3121/head -> origin/gh/ezyang/3121/head 2025-08-26T19:43:54.7003343Z * [new branch] gh/ezyang/3121/orig -> origin/gh/ezyang/3121/orig 2025-08-26T19:43:54.7005615Z * [new branch] gh/ezyang/3122/base -> origin/gh/ezyang/3122/base 2025-08-26T19:43:54.7006983Z * [new branch] gh/ezyang/3122/head -> origin/gh/ezyang/3122/head 2025-08-26T19:43:54.7008057Z * [new branch] gh/ezyang/3122/orig -> origin/gh/ezyang/3122/orig 2025-08-26T19:43:54.7009460Z * [new branch] gh/ezyang/3123/base -> origin/gh/ezyang/3123/base 2025-08-26T19:43:54.7010478Z * [new branch] gh/ezyang/3123/head -> origin/gh/ezyang/3123/head 2025-08-26T19:43:54.7011561Z * [new branch] gh/ezyang/3123/orig -> origin/gh/ezyang/3123/orig 2025-08-26T19:43:54.7012888Z * [new branch] gh/ezyang/3124/base -> origin/gh/ezyang/3124/base 2025-08-26T19:43:54.7013900Z * [new branch] gh/ezyang/3124/head -> origin/gh/ezyang/3124/head 2025-08-26T19:43:54.7014882Z * [new branch] gh/ezyang/3124/orig -> origin/gh/ezyang/3124/orig 2025-08-26T19:43:54.7016195Z * [new branch] gh/ezyang/3125/base -> origin/gh/ezyang/3125/base 2025-08-26T19:43:54.7017217Z * [new branch] gh/ezyang/3125/head -> origin/gh/ezyang/3125/head 2025-08-26T19:43:54.7018244Z * [new branch] gh/ezyang/3125/orig -> origin/gh/ezyang/3125/orig 2025-08-26T19:43:54.7019624Z * [new branch] gh/ezyang/3126/base -> origin/gh/ezyang/3126/base 2025-08-26T19:43:54.7020626Z * [new branch] gh/ezyang/3126/head -> origin/gh/ezyang/3126/head 2025-08-26T19:43:54.7021594Z * [new branch] gh/ezyang/3126/orig -> origin/gh/ezyang/3126/orig 2025-08-26T19:43:54.7023029Z * [new branch] gh/ezyang/3127/base -> origin/gh/ezyang/3127/base 2025-08-26T19:43:54.7023947Z * [new branch] gh/ezyang/3127/head -> origin/gh/ezyang/3127/head 2025-08-26T19:43:54.7025179Z * [new branch] gh/ezyang/3127/orig -> origin/gh/ezyang/3127/orig 2025-08-26T19:43:54.7026403Z * [new branch] gh/ezyang/3128/base -> origin/gh/ezyang/3128/base 2025-08-26T19:43:54.7027390Z * [new branch] gh/ezyang/3128/head -> origin/gh/ezyang/3128/head 2025-08-26T19:43:54.7028378Z * [new branch] gh/ezyang/3128/orig -> origin/gh/ezyang/3128/orig 2025-08-26T19:43:54.7029733Z * [new branch] gh/ezyang/3129/base -> origin/gh/ezyang/3129/base 2025-08-26T19:43:54.7030695Z * [new branch] gh/ezyang/3129/head -> origin/gh/ezyang/3129/head 2025-08-26T19:43:54.7031660Z * [new branch] gh/ezyang/3129/orig -> origin/gh/ezyang/3129/orig 2025-08-26T19:43:54.7033000Z * [new branch] gh/ezyang/3130/base -> origin/gh/ezyang/3130/base 2025-08-26T19:43:54.7033918Z * [new branch] gh/ezyang/3130/head -> origin/gh/ezyang/3130/head 2025-08-26T19:43:54.7034926Z * [new branch] gh/ezyang/3130/orig -> origin/gh/ezyang/3130/orig 2025-08-26T19:43:54.7036244Z * [new branch] gh/ezyang/3131/base -> origin/gh/ezyang/3131/base 2025-08-26T19:43:54.7037182Z * [new branch] gh/ezyang/3131/head -> origin/gh/ezyang/3131/head 2025-08-26T19:43:54.7038259Z * [new branch] gh/ezyang/3131/orig -> origin/gh/ezyang/3131/orig 2025-08-26T19:43:54.7039551Z * [new branch] gh/ezyang/3132/base -> origin/gh/ezyang/3132/base 2025-08-26T19:43:54.7040673Z * [new branch] gh/ezyang/3132/head -> origin/gh/ezyang/3132/head 2025-08-26T19:43:54.7041629Z * [new branch] gh/ezyang/3132/orig -> origin/gh/ezyang/3132/orig 2025-08-26T19:43:54.7043085Z * [new branch] gh/ezyang/3133/base -> origin/gh/ezyang/3133/base 2025-08-26T19:43:54.7043982Z * [new branch] gh/ezyang/3133/head -> origin/gh/ezyang/3133/head 2025-08-26T19:43:54.7044906Z * [new branch] gh/ezyang/3133/orig -> origin/gh/ezyang/3133/orig 2025-08-26T19:43:54.7046304Z * [new branch] gh/ezyang/3134/base -> origin/gh/ezyang/3134/base 2025-08-26T19:43:54.7047192Z * [new branch] gh/ezyang/3134/head -> origin/gh/ezyang/3134/head 2025-08-26T19:43:54.7048406Z * [new branch] gh/ezyang/3134/orig -> origin/gh/ezyang/3134/orig 2025-08-26T19:43:54.7049540Z * [new branch] gh/ezyang/3135/base -> origin/gh/ezyang/3135/base 2025-08-26T19:43:54.7050506Z * [new branch] gh/ezyang/3135/head -> origin/gh/ezyang/3135/head 2025-08-26T19:43:54.7051625Z * [new branch] gh/ezyang/3135/orig -> origin/gh/ezyang/3135/orig 2025-08-26T19:43:54.7052861Z * [new branch] gh/ezyang/3136/base -> origin/gh/ezyang/3136/base 2025-08-26T19:43:54.7054079Z * [new branch] gh/ezyang/3136/head -> origin/gh/ezyang/3136/head 2025-08-26T19:43:54.7055587Z * [new branch] gh/ezyang/3136/orig -> origin/gh/ezyang/3136/orig 2025-08-26T19:43:54.7057687Z * [new branch] gh/ezyang/3137/base -> origin/gh/ezyang/3137/base 2025-08-26T19:43:54.7059228Z * [new branch] gh/ezyang/3137/head -> origin/gh/ezyang/3137/head 2025-08-26T19:43:54.7060800Z * [new branch] gh/ezyang/3137/orig -> origin/gh/ezyang/3137/orig 2025-08-26T19:43:54.7064203Z * [new branch] gh/fadara01/1/base -> origin/gh/fadara01/1/base 2025-08-26T19:43:54.7065127Z * [new branch] gh/fadara01/1/head -> origin/gh/fadara01/1/head 2025-08-26T19:43:54.7066717Z * [new branch] gh/fadara01/1/orig -> origin/gh/fadara01/1/orig 2025-08-26T19:43:54.7069519Z * [new branch] gh/fduwjj/169/base -> origin/gh/fduwjj/169/base 2025-08-26T19:43:54.7071200Z * [new branch] gh/fduwjj/169/head -> origin/gh/fduwjj/169/head 2025-08-26T19:43:54.7072864Z * [new branch] gh/fduwjj/169/orig -> origin/gh/fduwjj/169/orig 2025-08-26T19:43:54.7075192Z * [new branch] gh/fduwjj/171/base -> origin/gh/fduwjj/171/base 2025-08-26T19:43:54.7076001Z * [new branch] gh/fduwjj/171/head -> origin/gh/fduwjj/171/head 2025-08-26T19:43:54.7077228Z * [new branch] gh/fduwjj/171/orig -> origin/gh/fduwjj/171/orig 2025-08-26T19:43:54.7078668Z * [new branch] gh/fduwjj/175/base -> origin/gh/fduwjj/175/base 2025-08-26T19:43:54.7080368Z * [new branch] gh/fduwjj/175/head -> origin/gh/fduwjj/175/head 2025-08-26T19:43:54.7081367Z * [new branch] gh/fduwjj/175/orig -> origin/gh/fduwjj/175/orig 2025-08-26T19:43:54.7083016Z * [new branch] gh/fduwjj/176/base -> origin/gh/fduwjj/176/base 2025-08-26T19:43:54.7084182Z * [new branch] gh/fduwjj/176/head -> origin/gh/fduwjj/176/head 2025-08-26T19:43:54.7087740Z * [new branch] gh/fduwjj/176/orig -> origin/gh/fduwjj/176/orig 2025-08-26T19:43:54.7088100Z * [new branch] gh/fduwjj/177/base -> origin/gh/fduwjj/177/base 2025-08-26T19:43:54.7088414Z * [new branch] gh/fduwjj/177/head -> origin/gh/fduwjj/177/head 2025-08-26T19:43:54.7088639Z * [new branch] gh/fduwjj/177/orig -> origin/gh/fduwjj/177/orig 2025-08-26T19:43:54.7090084Z * [new branch] gh/fduwjj/178/base -> origin/gh/fduwjj/178/base 2025-08-26T19:43:54.7091028Z * [new branch] gh/fduwjj/178/head -> origin/gh/fduwjj/178/head 2025-08-26T19:43:54.7092024Z * [new branch] gh/fduwjj/178/orig -> origin/gh/fduwjj/178/orig 2025-08-26T19:43:54.7093306Z * [new branch] gh/fduwjj/179/base -> origin/gh/fduwjj/179/base 2025-08-26T19:43:54.7094351Z * [new branch] gh/fduwjj/179/head -> origin/gh/fduwjj/179/head 2025-08-26T19:43:54.7095365Z * [new branch] gh/fduwjj/179/orig -> origin/gh/fduwjj/179/orig 2025-08-26T19:43:54.7096670Z * [new branch] gh/fduwjj/180/base -> origin/gh/fduwjj/180/base 2025-08-26T19:43:54.7097690Z * [new branch] gh/fduwjj/180/head -> origin/gh/fduwjj/180/head 2025-08-26T19:43:54.7098714Z * [new branch] gh/fduwjj/180/orig -> origin/gh/fduwjj/180/orig 2025-08-26T19:43:54.7100038Z * [new branch] gh/fduwjj/181/base -> origin/gh/fduwjj/181/base 2025-08-26T19:43:54.7101057Z * [new branch] gh/fduwjj/181/head -> origin/gh/fduwjj/181/head 2025-08-26T19:43:54.7102116Z * [new branch] gh/fduwjj/181/orig -> origin/gh/fduwjj/181/orig 2025-08-26T19:43:54.7103375Z * [new branch] gh/fduwjj/182/base -> origin/gh/fduwjj/182/base 2025-08-26T19:43:54.7104874Z * [new branch] gh/fduwjj/182/head -> origin/gh/fduwjj/182/head 2025-08-26T19:43:54.7105900Z * [new branch] gh/fduwjj/182/orig -> origin/gh/fduwjj/182/orig 2025-08-26T19:43:54.7107278Z * [new branch] gh/fduwjj/183/base -> origin/gh/fduwjj/183/base 2025-08-26T19:43:54.7108432Z * [new branch] gh/fduwjj/183/head -> origin/gh/fduwjj/183/head 2025-08-26T19:43:54.7109586Z * [new branch] gh/fduwjj/183/orig -> origin/gh/fduwjj/183/orig 2025-08-26T19:43:54.7111179Z * [new branch] gh/fduwjj/184/base -> origin/gh/fduwjj/184/base 2025-08-26T19:43:54.7112281Z * [new branch] gh/fduwjj/184/head -> origin/gh/fduwjj/184/head 2025-08-26T19:43:54.7113473Z * [new branch] gh/fduwjj/184/orig -> origin/gh/fduwjj/184/orig 2025-08-26T19:43:54.7115619Z * [new branch] gh/fduwjj/185/base -> origin/gh/fduwjj/185/base 2025-08-26T19:43:54.7117456Z * [new branch] gh/fduwjj/185/head -> origin/gh/fduwjj/185/head 2025-08-26T19:43:54.7118900Z * [new branch] gh/fduwjj/185/orig -> origin/gh/fduwjj/185/orig 2025-08-26T19:43:54.7120845Z * [new branch] gh/fduwjj/186/base -> origin/gh/fduwjj/186/base 2025-08-26T19:43:54.7122699Z * [new branch] gh/fduwjj/186/head -> origin/gh/fduwjj/186/head 2025-08-26T19:43:54.7124080Z * [new branch] gh/fduwjj/186/orig -> origin/gh/fduwjj/186/orig 2025-08-26T19:43:54.7125971Z * [new branch] gh/fduwjj/187/base -> origin/gh/fduwjj/187/base 2025-08-26T19:43:54.7127464Z * [new branch] gh/fduwjj/187/head -> origin/gh/fduwjj/187/head 2025-08-26T19:43:54.7128299Z * [new branch] gh/fduwjj/187/orig -> origin/gh/fduwjj/187/orig 2025-08-26T19:43:54.7129595Z * [new branch] gh/fduwjj/188/base -> origin/gh/fduwjj/188/base 2025-08-26T19:43:54.7130490Z * [new branch] gh/fduwjj/188/head -> origin/gh/fduwjj/188/head 2025-08-26T19:43:54.7131367Z * [new branch] gh/fduwjj/188/orig -> origin/gh/fduwjj/188/orig 2025-08-26T19:43:54.7133119Z * [new branch] gh/fduwjj/189/base -> origin/gh/fduwjj/189/base 2025-08-26T19:43:54.7134014Z * [new branch] gh/fduwjj/189/head -> origin/gh/fduwjj/189/head 2025-08-26T19:43:54.7135005Z * [new branch] gh/fduwjj/189/orig -> origin/gh/fduwjj/189/orig 2025-08-26T19:43:54.7136362Z * [new branch] gh/fduwjj/190/base -> origin/gh/fduwjj/190/base 2025-08-26T19:43:54.7137438Z * [new branch] gh/fduwjj/190/head -> origin/gh/fduwjj/190/head 2025-08-26T19:43:54.7138747Z * [new branch] gh/fduwjj/190/orig -> origin/gh/fduwjj/190/orig 2025-08-26T19:43:54.7140054Z * [new branch] gh/fduwjj/191/base -> origin/gh/fduwjj/191/base 2025-08-26T19:43:54.7141241Z * [new branch] gh/fduwjj/191/head -> origin/gh/fduwjj/191/head 2025-08-26T19:43:54.7142114Z * [new branch] gh/fduwjj/191/orig -> origin/gh/fduwjj/191/orig 2025-08-26T19:43:54.7143740Z * [new branch] gh/fegin/306/base -> origin/gh/fegin/306/base 2025-08-26T19:43:54.7144773Z * [new branch] gh/fegin/306/head -> origin/gh/fegin/306/head 2025-08-26T19:43:54.7145823Z * [new branch] gh/fegin/306/orig -> origin/gh/fegin/306/orig 2025-08-26T19:43:54.7147158Z * [new branch] gh/fegin/307/base -> origin/gh/fegin/307/base 2025-08-26T19:43:54.7148172Z * [new branch] gh/fegin/307/head -> origin/gh/fegin/307/head 2025-08-26T19:43:54.7149158Z * [new branch] gh/fegin/307/orig -> origin/gh/fegin/307/orig 2025-08-26T19:43:54.7150702Z * [new branch] gh/fffrog/124/base -> origin/gh/fffrog/124/base 2025-08-26T19:43:54.7151703Z * [new branch] gh/fffrog/124/head -> origin/gh/fffrog/124/head 2025-08-26T19:43:54.7152749Z * [new branch] gh/fffrog/124/orig -> origin/gh/fffrog/124/orig 2025-08-26T19:43:54.7154040Z * [new branch] gh/fffrog/128/base -> origin/gh/fffrog/128/base 2025-08-26T19:43:54.7155022Z * [new branch] gh/fffrog/128/head -> origin/gh/fffrog/128/head 2025-08-26T19:43:54.7155968Z * [new branch] gh/fffrog/128/orig -> origin/gh/fffrog/128/orig 2025-08-26T19:43:54.7157234Z * [new branch] gh/fffrog/129/base -> origin/gh/fffrog/129/base 2025-08-26T19:43:54.7158241Z * [new branch] gh/fffrog/129/head -> origin/gh/fffrog/129/head 2025-08-26T19:43:54.7159330Z * [new branch] gh/fffrog/129/orig -> origin/gh/fffrog/129/orig 2025-08-26T19:43:54.7160623Z * [new branch] gh/fffrog/130/base -> origin/gh/fffrog/130/base 2025-08-26T19:43:54.7161749Z * [new branch] gh/fffrog/130/head -> origin/gh/fffrog/130/head 2025-08-26T19:43:54.7162833Z * [new branch] gh/fffrog/130/orig -> origin/gh/fffrog/130/orig 2025-08-26T19:43:54.7164062Z * [new branch] gh/fffrog/131/base -> origin/gh/fffrog/131/base 2025-08-26T19:43:54.7165196Z * [new branch] gh/fffrog/131/head -> origin/gh/fffrog/131/head 2025-08-26T19:43:54.7166731Z * [new branch] gh/fffrog/131/orig -> origin/gh/fffrog/131/orig 2025-08-26T19:43:54.7167430Z * [new branch] gh/fffrog/132/base -> origin/gh/fffrog/132/base 2025-08-26T19:43:54.7168389Z * [new branch] gh/fffrog/132/head -> origin/gh/fffrog/132/head 2025-08-26T19:43:54.7169557Z * [new branch] gh/fffrog/132/orig -> origin/gh/fffrog/132/orig 2025-08-26T19:43:54.7170687Z * [new branch] gh/fffrog/133/base -> origin/gh/fffrog/133/base 2025-08-26T19:43:54.7171777Z * [new branch] gh/fffrog/133/head -> origin/gh/fffrog/133/head 2025-08-26T19:43:54.7172851Z * [new branch] gh/fffrog/133/orig -> origin/gh/fffrog/133/orig 2025-08-26T19:43:54.7174112Z * [new branch] gh/fffrog/134/base -> origin/gh/fffrog/134/base 2025-08-26T19:43:54.7175134Z * [new branch] gh/fffrog/134/head -> origin/gh/fffrog/134/head 2025-08-26T19:43:54.7176136Z * [new branch] gh/fffrog/134/orig -> origin/gh/fffrog/134/orig 2025-08-26T19:43:54.7177504Z * [new branch] gh/fffrog/135/base -> origin/gh/fffrog/135/base 2025-08-26T19:43:54.7178352Z * [new branch] gh/fffrog/135/head -> origin/gh/fffrog/135/head 2025-08-26T19:43:54.7179347Z * [new branch] gh/fffrog/135/orig -> origin/gh/fffrog/135/orig 2025-08-26T19:43:54.7180566Z * [new branch] gh/fffrog/136/base -> origin/gh/fffrog/136/base 2025-08-26T19:43:54.7181731Z * [new branch] gh/fffrog/136/head -> origin/gh/fffrog/136/head 2025-08-26T19:43:54.7184045Z * [new branch] gh/fffrog/136/orig -> origin/gh/fffrog/136/orig 2025-08-26T19:43:54.7185440Z * [new branch] gh/fffrog/137/base -> origin/gh/fffrog/137/base 2025-08-26T19:43:54.7186522Z * [new branch] gh/fffrog/137/head -> origin/gh/fffrog/137/head 2025-08-26T19:43:54.7187597Z * [new branch] gh/fffrog/137/orig -> origin/gh/fffrog/137/orig 2025-08-26T19:43:54.7188898Z * [new branch] gh/fffrog/138/base -> origin/gh/fffrog/138/base 2025-08-26T19:43:54.7189931Z * [new branch] gh/fffrog/138/head -> origin/gh/fffrog/138/head 2025-08-26T19:43:54.7190964Z * [new branch] gh/fffrog/138/orig -> origin/gh/fffrog/138/orig 2025-08-26T19:43:54.7192145Z * [new branch] gh/fffrog/139/base -> origin/gh/fffrog/139/base 2025-08-26T19:43:54.7193174Z * [new branch] gh/fffrog/139/head -> origin/gh/fffrog/139/head 2025-08-26T19:43:54.7194208Z * [new branch] gh/fffrog/139/orig -> origin/gh/fffrog/139/orig 2025-08-26T19:43:54.7195490Z * [new branch] gh/fffrog/140/base -> origin/gh/fffrog/140/base 2025-08-26T19:43:54.7196524Z * [new branch] gh/fffrog/140/head -> origin/gh/fffrog/140/head 2025-08-26T19:43:54.7197440Z * [new branch] gh/fffrog/140/orig -> origin/gh/fffrog/140/orig 2025-08-26T19:43:54.7198697Z * [new branch] gh/fffrog/141/base -> origin/gh/fffrog/141/base 2025-08-26T19:43:54.7199689Z * [new branch] gh/fffrog/141/head -> origin/gh/fffrog/141/head 2025-08-26T19:43:54.7200739Z * [new branch] gh/fffrog/141/orig -> origin/gh/fffrog/141/orig 2025-08-26T19:43:54.7202219Z * [new branch] gh/fffrog/142/base -> origin/gh/fffrog/142/base 2025-08-26T19:43:54.7203209Z * [new branch] gh/fffrog/142/head -> origin/gh/fffrog/142/head 2025-08-26T19:43:54.7204182Z * [new branch] gh/fffrog/142/orig -> origin/gh/fffrog/142/orig 2025-08-26T19:43:54.7205830Z * [new branch] gh/fffrog/143/base -> origin/gh/fffrog/143/base 2025-08-26T19:43:54.7206909Z * [new branch] gh/fffrog/143/head -> origin/gh/fffrog/143/head 2025-08-26T19:43:54.7207984Z * [new branch] gh/fffrog/143/orig -> origin/gh/fffrog/143/orig 2025-08-26T19:43:54.7209304Z * [new branch] gh/fffrog/144/base -> origin/gh/fffrog/144/base 2025-08-26T19:43:54.7210325Z * [new branch] gh/fffrog/144/head -> origin/gh/fffrog/144/head 2025-08-26T19:43:54.7211316Z * [new branch] gh/fffrog/144/orig -> origin/gh/fffrog/144/orig 2025-08-26T19:43:54.7212870Z * [new branch] gh/gmagogsfm/1/base -> origin/gh/gmagogsfm/1/base 2025-08-26T19:43:54.7214330Z * [new branch] gh/gmagogsfm/1/head -> origin/gh/gmagogsfm/1/head 2025-08-26T19:43:54.7215397Z * [new branch] gh/gmagogsfm/1/orig -> origin/gh/gmagogsfm/1/orig 2025-08-26T19:43:54.7216557Z * [new branch] gh/gmagogsfm/2/base -> origin/gh/gmagogsfm/2/base 2025-08-26T19:43:54.7217548Z * [new branch] gh/gmagogsfm/2/head -> origin/gh/gmagogsfm/2/head 2025-08-26T19:43:54.7218683Z * [new branch] gh/gmagogsfm/2/orig -> origin/gh/gmagogsfm/2/orig 2025-08-26T19:43:54.7219849Z * [new branch] gh/gmagogsfm/3/base -> origin/gh/gmagogsfm/3/base 2025-08-26T19:43:54.7220664Z * [new branch] gh/gmagogsfm/3/head -> origin/gh/gmagogsfm/3/head 2025-08-26T19:43:54.7221720Z * [new branch] gh/gmagogsfm/3/orig -> origin/gh/gmagogsfm/3/orig 2025-08-26T19:43:54.7223821Z * [new branch] gh/guangyey/130/base -> origin/gh/guangyey/130/base 2025-08-26T19:43:54.7224884Z * [new branch] gh/guangyey/130/head -> origin/gh/guangyey/130/head 2025-08-26T19:43:54.7225842Z * [new branch] gh/guangyey/130/orig -> origin/gh/guangyey/130/orig 2025-08-26T19:43:54.7227189Z * [new branch] gh/guangyey/133/base -> origin/gh/guangyey/133/base 2025-08-26T19:43:54.7228264Z * [new branch] gh/guangyey/133/head -> origin/gh/guangyey/133/head 2025-08-26T19:43:54.7229239Z * [new branch] gh/guangyey/133/orig -> origin/gh/guangyey/133/orig 2025-08-26T19:43:54.7230581Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-08-26T19:43:54.7231646Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-08-26T19:43:54.7232654Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-08-26T19:43:54.7233897Z * [new branch] gh/guangyey/135/base -> origin/gh/guangyey/135/base 2025-08-26T19:43:54.7234948Z * [new branch] gh/guangyey/135/head -> origin/gh/guangyey/135/head 2025-08-26T19:43:54.7235936Z * [new branch] gh/guangyey/135/orig -> origin/gh/guangyey/135/orig 2025-08-26T19:43:54.7237237Z * [new branch] gh/guangyey/139/base -> origin/gh/guangyey/139/base 2025-08-26T19:43:54.7238209Z * [new branch] gh/guangyey/139/head -> origin/gh/guangyey/139/head 2025-08-26T19:43:54.7239658Z * [new branch] gh/guangyey/139/orig -> origin/gh/guangyey/139/orig 2025-08-26T19:43:54.7241008Z * [new branch] gh/guangyey/140/base -> origin/gh/guangyey/140/base 2025-08-26T19:43:54.7242154Z * [new branch] gh/guangyey/140/head -> origin/gh/guangyey/140/head 2025-08-26T19:43:54.7243179Z * [new branch] gh/guangyey/140/orig -> origin/gh/guangyey/140/orig 2025-08-26T19:43:54.7244440Z * [new branch] gh/guangyey/142/base -> origin/gh/guangyey/142/base 2025-08-26T19:43:54.7245603Z * [new branch] gh/guangyey/142/head -> origin/gh/guangyey/142/head 2025-08-26T19:43:54.7246293Z * [new branch] gh/guangyey/142/orig -> origin/gh/guangyey/142/orig 2025-08-26T19:43:54.7247638Z * [new branch] gh/guangyey/145/base -> origin/gh/guangyey/145/base 2025-08-26T19:43:54.7248676Z * [new branch] gh/guangyey/145/head -> origin/gh/guangyey/145/head 2025-08-26T19:43:54.7249732Z * [new branch] gh/guangyey/145/orig -> origin/gh/guangyey/145/orig 2025-08-26T19:43:54.7251006Z * [new branch] gh/guangyey/153/base -> origin/gh/guangyey/153/base 2025-08-26T19:43:54.7252004Z * [new branch] gh/guangyey/153/head -> origin/gh/guangyey/153/head 2025-08-26T19:43:54.7252973Z * [new branch] gh/guangyey/153/orig -> origin/gh/guangyey/153/orig 2025-08-26T19:43:54.7254861Z * [new branch] gh/guangyey/158/base -> origin/gh/guangyey/158/base 2025-08-26T19:43:54.7255843Z * [new branch] gh/guangyey/158/head -> origin/gh/guangyey/158/head 2025-08-26T19:43:54.7256808Z * [new branch] gh/guangyey/158/orig -> origin/gh/guangyey/158/orig 2025-08-26T19:43:54.7258072Z * [new branch] gh/guangyey/159/base -> origin/gh/guangyey/159/base 2025-08-26T19:43:54.7259172Z * [new branch] gh/guangyey/159/head -> origin/gh/guangyey/159/head 2025-08-26T19:43:54.7260307Z * [new branch] gh/guangyey/159/orig -> origin/gh/guangyey/159/orig 2025-08-26T19:43:54.7261646Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-08-26T19:43:54.7262630Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-08-26T19:43:54.7263599Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-08-26T19:43:54.7264897Z * [new branch] gh/guangyey/165/base -> origin/gh/guangyey/165/base 2025-08-26T19:43:54.7265871Z * [new branch] gh/guangyey/165/head -> origin/gh/guangyey/165/head 2025-08-26T19:43:54.7266878Z * [new branch] gh/guangyey/165/orig -> origin/gh/guangyey/165/orig 2025-08-26T19:43:54.7268300Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-08-26T19:43:54.7269273Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-08-26T19:43:54.7270243Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-08-26T19:43:54.7271633Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-08-26T19:43:54.7272622Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-08-26T19:43:54.7273620Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-08-26T19:43:54.7275051Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-08-26T19:43:54.7276023Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-08-26T19:43:54.7276993Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-08-26T19:43:54.7278688Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-08-26T19:43:54.7279689Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-08-26T19:43:54.7280706Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-08-26T19:43:54.7282738Z * [new branch] gh/guangyey/173/base -> origin/gh/guangyey/173/base 2025-08-26T19:43:54.7283546Z * [new branch] gh/guangyey/173/head -> origin/gh/guangyey/173/head 2025-08-26T19:43:54.7284632Z * [new branch] gh/guangyey/173/orig -> origin/gh/guangyey/173/orig 2025-08-26T19:43:54.7285920Z * [new branch] gh/guangyey/174/base -> origin/gh/guangyey/174/base 2025-08-26T19:43:54.7286884Z * [new branch] gh/guangyey/174/head -> origin/gh/guangyey/174/head 2025-08-26T19:43:54.7287911Z * [new branch] gh/guangyey/174/orig -> origin/gh/guangyey/174/orig 2025-08-26T19:43:54.7289299Z * [new branch] gh/guangyey/175/base -> origin/gh/guangyey/175/base 2025-08-26T19:43:54.7290276Z * [new branch] gh/guangyey/175/head -> origin/gh/guangyey/175/head 2025-08-26T19:43:54.7291251Z * [new branch] gh/guangyey/175/orig -> origin/gh/guangyey/175/orig 2025-08-26T19:43:54.7292542Z * [new branch] gh/guangyey/176/base -> origin/gh/guangyey/176/base 2025-08-26T19:43:54.7293543Z * [new branch] gh/guangyey/176/head -> origin/gh/guangyey/176/head 2025-08-26T19:43:54.7294575Z * [new branch] gh/guangyey/176/orig -> origin/gh/guangyey/176/orig 2025-08-26T19:43:54.7296010Z * [new branch] gh/guangyey/177/base -> origin/gh/guangyey/177/base 2025-08-26T19:43:54.7296970Z * [new branch] gh/guangyey/177/head -> origin/gh/guangyey/177/head 2025-08-26T19:43:54.7297986Z * [new branch] gh/guangyey/177/orig -> origin/gh/guangyey/177/orig 2025-08-26T19:43:54.7299433Z * [new branch] gh/guangyey/178/base -> origin/gh/guangyey/178/base 2025-08-26T19:43:54.7300784Z * [new branch] gh/guangyey/178/head -> origin/gh/guangyey/178/head 2025-08-26T19:43:54.7301813Z * [new branch] gh/guangyey/178/orig -> origin/gh/guangyey/178/orig 2025-08-26T19:43:54.7303128Z * [new branch] gh/guangyey/179/base -> origin/gh/guangyey/179/base 2025-08-26T19:43:54.7304113Z * [new branch] gh/guangyey/179/head -> origin/gh/guangyey/179/head 2025-08-26T19:43:54.7305102Z * [new branch] gh/guangyey/179/orig -> origin/gh/guangyey/179/orig 2025-08-26T19:43:54.7306385Z * [new branch] gh/guangyey/180/base -> origin/gh/guangyey/180/base 2025-08-26T19:43:54.7307852Z * [new branch] gh/guangyey/180/head -> origin/gh/guangyey/180/head 2025-08-26T19:43:54.7308401Z * [new branch] gh/guangyey/180/orig -> origin/gh/guangyey/180/orig 2025-08-26T19:43:54.7310106Z * [new branch] gh/guangyey/181/base -> origin/gh/guangyey/181/base 2025-08-26T19:43:54.7310970Z * [new branch] gh/guangyey/181/head -> origin/gh/guangyey/181/head 2025-08-26T19:43:54.7311933Z * [new branch] gh/guangyey/181/orig -> origin/gh/guangyey/181/orig 2025-08-26T19:43:54.7313519Z * [new branch] gh/guangyey/182/base -> origin/gh/guangyey/182/base 2025-08-26T19:43:54.7314329Z * [new branch] gh/guangyey/182/head -> origin/gh/guangyey/182/head 2025-08-26T19:43:54.7315344Z * [new branch] gh/guangyey/182/orig -> origin/gh/guangyey/182/orig 2025-08-26T19:43:54.7317015Z * [new branch] gh/guangyey/183/base -> origin/gh/guangyey/183/base 2025-08-26T19:43:54.7317701Z * [new branch] gh/guangyey/183/head -> origin/gh/guangyey/183/head 2025-08-26T19:43:54.7318773Z * [new branch] gh/guangyey/183/orig -> origin/gh/guangyey/183/orig 2025-08-26T19:43:54.7320176Z * [new branch] gh/guangyey/184/base -> origin/gh/guangyey/184/base 2025-08-26T19:43:54.7321040Z * [new branch] gh/guangyey/184/head -> origin/gh/guangyey/184/head 2025-08-26T19:43:54.7322019Z * [new branch] gh/guangyey/184/orig -> origin/gh/guangyey/184/orig 2025-08-26T19:43:54.7323670Z * [new branch] gh/guangyey/185/base -> origin/gh/guangyey/185/base 2025-08-26T19:43:54.7324324Z * [new branch] gh/guangyey/185/head -> origin/gh/guangyey/185/head 2025-08-26T19:43:54.7325335Z * [new branch] gh/guangyey/185/orig -> origin/gh/guangyey/185/orig 2025-08-26T19:43:54.7326671Z * [new branch] gh/guangyey/186/base -> origin/gh/guangyey/186/base 2025-08-26T19:43:54.7327617Z * [new branch] gh/guangyey/186/head -> origin/gh/guangyey/186/head 2025-08-26T19:43:54.7328545Z * [new branch] gh/guangyey/186/orig -> origin/gh/guangyey/186/orig 2025-08-26T19:43:54.7329866Z * [new branch] gh/guangyey/187/base -> origin/gh/guangyey/187/base 2025-08-26T19:43:54.7330840Z * [new branch] gh/guangyey/187/head -> origin/gh/guangyey/187/head 2025-08-26T19:43:54.7331808Z * [new branch] gh/guangyey/187/orig -> origin/gh/guangyey/187/orig 2025-08-26T19:43:54.7333164Z * [new branch] gh/guangyey/188/base -> origin/gh/guangyey/188/base 2025-08-26T19:43:54.7334141Z * [new branch] gh/guangyey/188/head -> origin/gh/guangyey/188/head 2025-08-26T19:43:54.7335120Z * [new branch] gh/guangyey/188/orig -> origin/gh/guangyey/188/orig 2025-08-26T19:43:54.7336515Z * [new branch] gh/guangyey/189/base -> origin/gh/guangyey/189/base 2025-08-26T19:43:54.7337514Z * [new branch] gh/guangyey/189/head -> origin/gh/guangyey/189/head 2025-08-26T19:43:54.7338601Z * [new branch] gh/guangyey/189/orig -> origin/gh/guangyey/189/orig 2025-08-26T19:43:54.7339853Z * [new branch] gh/guangyey/190/base -> origin/gh/guangyey/190/base 2025-08-26T19:43:54.7340858Z * [new branch] gh/guangyey/190/head -> origin/gh/guangyey/190/head 2025-08-26T19:43:54.7341931Z * [new branch] gh/guangyey/190/orig -> origin/gh/guangyey/190/orig 2025-08-26T19:43:54.7343236Z * [new branch] gh/guangyey/191/base -> origin/gh/guangyey/191/base 2025-08-26T19:43:54.7344182Z * [new branch] gh/guangyey/191/head -> origin/gh/guangyey/191/head 2025-08-26T19:43:54.7345158Z * [new branch] gh/guangyey/191/orig -> origin/gh/guangyey/191/orig 2025-08-26T19:43:54.7346485Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-08-26T19:43:54.7347586Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-08-26T19:43:54.7348556Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-08-26T19:43:54.7350060Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-08-26T19:43:54.7351251Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-08-26T19:43:54.7352912Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-08-26T19:43:54.7355454Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-08-26T19:43:54.7357088Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-08-26T19:43:54.7358657Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-08-26T19:43:54.7361272Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-08-26T19:43:54.7362968Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-08-26T19:43:54.7364495Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-08-26T19:43:54.7366502Z * [new branch] gh/guilhermeleobas/124/base -> origin/gh/guilhermeleobas/124/base 2025-08-26T19:43:54.7368128Z * [new branch] gh/guilhermeleobas/124/head -> origin/gh/guilhermeleobas/124/head 2025-08-26T19:43:54.7369710Z * [new branch] gh/guilhermeleobas/124/orig -> origin/gh/guilhermeleobas/124/orig 2025-08-26T19:43:54.7371884Z * [new branch] gh/guilhermeleobas/147/base -> origin/gh/guilhermeleobas/147/base 2025-08-26T19:43:54.7373444Z * [new branch] gh/guilhermeleobas/147/head -> origin/gh/guilhermeleobas/147/head 2025-08-26T19:43:54.7374996Z * [new branch] gh/guilhermeleobas/147/orig -> origin/gh/guilhermeleobas/147/orig 2025-08-26T19:43:54.7377002Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-08-26T19:43:54.7378508Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-08-26T19:43:54.7380088Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-08-26T19:43:54.7383096Z * [new branch] gh/guilhermeleobas/163/base -> origin/gh/guilhermeleobas/163/base 2025-08-26T19:43:54.7385419Z * [new branch] gh/guilhermeleobas/163/head -> origin/gh/guilhermeleobas/163/head 2025-08-26T19:43:54.7386148Z * [new branch] gh/guilhermeleobas/163/orig -> origin/gh/guilhermeleobas/163/orig 2025-08-26T19:43:54.7387655Z * [new branch] gh/guilhermeleobas/164/base -> origin/gh/guilhermeleobas/164/base 2025-08-26T19:43:54.7388770Z * [new branch] gh/guilhermeleobas/164/head -> origin/gh/guilhermeleobas/164/head 2025-08-26T19:43:54.7389600Z * [new branch] gh/guilhermeleobas/164/orig -> origin/gh/guilhermeleobas/164/orig 2025-08-26T19:43:54.7391304Z * [new branch] gh/guilhermeleobas/165/base -> origin/gh/guilhermeleobas/165/base 2025-08-26T19:43:54.7392068Z * [new branch] gh/guilhermeleobas/165/head -> origin/gh/guilhermeleobas/165/head 2025-08-26T19:43:54.7393097Z * [new branch] gh/guilhermeleobas/165/orig -> origin/gh/guilhermeleobas/165/orig 2025-08-26T19:43:54.7394386Z * [new branch] gh/guilhermeleobas/166/base -> origin/gh/guilhermeleobas/166/base 2025-08-26T19:43:54.7395401Z * [new branch] gh/guilhermeleobas/166/head -> origin/gh/guilhermeleobas/166/head 2025-08-26T19:43:54.7396383Z * [new branch] gh/guilhermeleobas/166/orig -> origin/gh/guilhermeleobas/166/orig 2025-08-26T19:43:54.7397677Z * [new branch] gh/guilhermeleobas/167/base -> origin/gh/guilhermeleobas/167/base 2025-08-26T19:43:54.7398684Z * [new branch] gh/guilhermeleobas/167/head -> origin/gh/guilhermeleobas/167/head 2025-08-26T19:43:54.7399686Z * [new branch] gh/guilhermeleobas/167/orig -> origin/gh/guilhermeleobas/167/orig 2025-08-26T19:43:54.7400991Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-08-26T19:43:54.7402038Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-08-26T19:43:54.7403054Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-08-26T19:43:54.7404446Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-08-26T19:43:54.7405499Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-08-26T19:43:54.7406300Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-08-26T19:43:54.7407675Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-08-26T19:43:54.7408709Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-08-26T19:43:54.7409679Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-08-26T19:43:54.7411013Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-08-26T19:43:54.7412056Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-08-26T19:43:54.7413025Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-08-26T19:43:54.7414288Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-08-26T19:43:54.7415266Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-08-26T19:43:54.7416234Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-08-26T19:43:54.7417682Z * [new branch] gh/guilhermeleobas/183/base -> origin/gh/guilhermeleobas/183/base 2025-08-26T19:43:54.7418697Z * [new branch] gh/guilhermeleobas/183/head -> origin/gh/guilhermeleobas/183/head 2025-08-26T19:43:54.7419712Z * [new branch] gh/guilhermeleobas/183/orig -> origin/gh/guilhermeleobas/183/orig 2025-08-26T19:43:54.7421385Z * [new branch] gh/guilhermeleobas/184/base -> origin/gh/guilhermeleobas/184/base 2025-08-26T19:43:54.7422512Z * [new branch] gh/guilhermeleobas/184/head -> origin/gh/guilhermeleobas/184/head 2025-08-26T19:43:54.7423291Z * [new branch] gh/guilhermeleobas/184/orig -> origin/gh/guilhermeleobas/184/orig 2025-08-26T19:43:54.7424756Z * [new branch] gh/guilhermeleobas/185/base -> origin/gh/guilhermeleobas/185/base 2025-08-26T19:43:54.7425744Z * [new branch] gh/guilhermeleobas/185/head -> origin/gh/guilhermeleobas/185/head 2025-08-26T19:43:54.7426775Z * [new branch] gh/guilhermeleobas/185/orig -> origin/gh/guilhermeleobas/185/orig 2025-08-26T19:43:54.7428156Z * [new branch] gh/guilhermeleobas/192/base -> origin/gh/guilhermeleobas/192/base 2025-08-26T19:43:54.7429128Z * [new branch] gh/guilhermeleobas/192/head -> origin/gh/guilhermeleobas/192/head 2025-08-26T19:43:54.7430150Z * [new branch] gh/guilhermeleobas/192/orig -> origin/gh/guilhermeleobas/192/orig 2025-08-26T19:43:54.7431548Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-08-26T19:43:54.7432563Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-08-26T19:43:54.7433595Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-08-26T19:43:54.7434986Z * [new branch] gh/guilhermeleobas/194/base -> origin/gh/guilhermeleobas/194/base 2025-08-26T19:43:54.7435948Z * [new branch] gh/guilhermeleobas/194/head -> origin/gh/guilhermeleobas/194/head 2025-08-26T19:43:54.7436955Z * [new branch] gh/guilhermeleobas/194/orig -> origin/gh/guilhermeleobas/194/orig 2025-08-26T19:43:54.7438289Z * [new branch] gh/guilhermeleobas/203/base -> origin/gh/guilhermeleobas/203/base 2025-08-26T19:43:54.7439237Z * [new branch] gh/guilhermeleobas/203/head -> origin/gh/guilhermeleobas/203/head 2025-08-26T19:43:54.7440553Z * [new branch] gh/guilhermeleobas/203/orig -> origin/gh/guilhermeleobas/203/orig 2025-08-26T19:43:54.7441695Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-08-26T19:43:54.7443173Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-08-26T19:43:54.7443728Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-08-26T19:43:54.7445222Z * [new branch] gh/guilhermeleobas/205/base -> origin/gh/guilhermeleobas/205/base 2025-08-26T19:43:54.7446104Z * [new branch] gh/guilhermeleobas/205/head -> origin/gh/guilhermeleobas/205/head 2025-08-26T19:43:54.7447201Z * [new branch] gh/guilhermeleobas/205/orig -> origin/gh/guilhermeleobas/205/orig 2025-08-26T19:43:54.7448435Z * [new branch] gh/guilhermeleobas/206/base -> origin/gh/guilhermeleobas/206/base 2025-08-26T19:43:54.7449476Z * [new branch] gh/guilhermeleobas/206/head -> origin/gh/guilhermeleobas/206/head 2025-08-26T19:43:54.7450445Z * [new branch] gh/guilhermeleobas/206/orig -> origin/gh/guilhermeleobas/206/orig 2025-08-26T19:43:54.7451809Z * [new branch] gh/guilhermeleobas/209/base -> origin/gh/guilhermeleobas/209/base 2025-08-26T19:43:54.7452856Z * [new branch] gh/guilhermeleobas/209/head -> origin/gh/guilhermeleobas/209/head 2025-08-26T19:43:54.7453864Z * [new branch] gh/guilhermeleobas/209/orig -> origin/gh/guilhermeleobas/209/orig 2025-08-26T19:43:54.7455281Z * [new branch] gh/guilhermeleobas/210/base -> origin/gh/guilhermeleobas/210/base 2025-08-26T19:43:54.7456272Z * [new branch] gh/guilhermeleobas/210/head -> origin/gh/guilhermeleobas/210/head 2025-08-26T19:43:54.7457226Z * [new branch] gh/guilhermeleobas/210/orig -> origin/gh/guilhermeleobas/210/orig 2025-08-26T19:43:54.7458652Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-08-26T19:43:54.7459659Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-08-26T19:43:54.7460643Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-08-26T19:43:54.7461948Z * [new branch] gh/guilhermeleobas/213/base -> origin/gh/guilhermeleobas/213/base 2025-08-26T19:43:54.7462937Z * [new branch] gh/guilhermeleobas/213/head -> origin/gh/guilhermeleobas/213/head 2025-08-26T19:43:54.7463918Z * [new branch] gh/guilhermeleobas/213/orig -> origin/gh/guilhermeleobas/213/orig 2025-08-26T19:43:54.7465424Z * [new branch] gh/guilhermeleobas/214/base -> origin/gh/guilhermeleobas/214/base 2025-08-26T19:43:54.7466244Z * [new branch] gh/guilhermeleobas/214/head -> origin/gh/guilhermeleobas/214/head 2025-08-26T19:43:54.7467378Z * [new branch] gh/guilhermeleobas/214/orig -> origin/gh/guilhermeleobas/214/orig 2025-08-26T19:43:54.7468741Z * [new branch] gh/guilhermeleobas/215/base -> origin/gh/guilhermeleobas/215/base 2025-08-26T19:43:54.7469690Z * [new branch] gh/guilhermeleobas/215/head -> origin/gh/guilhermeleobas/215/head 2025-08-26T19:43:54.7471218Z * [new branch] gh/guilhermeleobas/215/orig -> origin/gh/guilhermeleobas/215/orig 2025-08-26T19:43:54.7472674Z * [new branch] gh/guilhermeleobas/216/base -> origin/gh/guilhermeleobas/216/base 2025-08-26T19:43:54.7473654Z * [new branch] gh/guilhermeleobas/216/head -> origin/gh/guilhermeleobas/216/head 2025-08-26T19:43:54.7474643Z * [new branch] gh/guilhermeleobas/216/orig -> origin/gh/guilhermeleobas/216/orig 2025-08-26T19:43:54.7476158Z * [new branch] gh/guilhermeleobas/217/base -> origin/gh/guilhermeleobas/217/base 2025-08-26T19:43:54.7477055Z * [new branch] gh/guilhermeleobas/217/head -> origin/gh/guilhermeleobas/217/head 2025-08-26T19:43:54.7478062Z * [new branch] gh/guilhermeleobas/217/orig -> origin/gh/guilhermeleobas/217/orig 2025-08-26T19:43:54.7479372Z * [new branch] gh/guilhermeleobas/218/base -> origin/gh/guilhermeleobas/218/base 2025-08-26T19:43:54.7480373Z * [new branch] gh/guilhermeleobas/218/head -> origin/gh/guilhermeleobas/218/head 2025-08-26T19:43:54.7481598Z * [new branch] gh/guilhermeleobas/218/orig -> origin/gh/guilhermeleobas/218/orig 2025-08-26T19:43:54.7483103Z * [new branch] gh/guilhermeleobas/219/base -> origin/gh/guilhermeleobas/219/base 2025-08-26T19:43:54.7483946Z * [new branch] gh/guilhermeleobas/219/head -> origin/gh/guilhermeleobas/219/head 2025-08-26T19:43:54.7485046Z * [new branch] gh/guilhermeleobas/219/orig -> origin/gh/guilhermeleobas/219/orig 2025-08-26T19:43:54.7486414Z * [new branch] gh/guilhermeleobas/220/base -> origin/gh/guilhermeleobas/220/base 2025-08-26T19:43:54.7487495Z * [new branch] gh/guilhermeleobas/220/head -> origin/gh/guilhermeleobas/220/head 2025-08-26T19:43:54.7488490Z * [new branch] gh/guilhermeleobas/220/orig -> origin/gh/guilhermeleobas/220/orig 2025-08-26T19:43:54.7489876Z * [new branch] gh/guilhermeleobas/221/base -> origin/gh/guilhermeleobas/221/base 2025-08-26T19:43:54.7490864Z * [new branch] gh/guilhermeleobas/221/head -> origin/gh/guilhermeleobas/221/head 2025-08-26T19:43:54.7491876Z * [new branch] gh/guilhermeleobas/221/orig -> origin/gh/guilhermeleobas/221/orig 2025-08-26T19:43:54.7493236Z * [new branch] gh/guilhermeleobas/222/base -> origin/gh/guilhermeleobas/222/base 2025-08-26T19:43:54.7494228Z * [new branch] gh/guilhermeleobas/222/head -> origin/gh/guilhermeleobas/222/head 2025-08-26T19:43:54.7495192Z * [new branch] gh/guilhermeleobas/222/orig -> origin/gh/guilhermeleobas/222/orig 2025-08-26T19:43:54.7496535Z * [new branch] gh/guilhermeleobas/223/base -> origin/gh/guilhermeleobas/223/base 2025-08-26T19:43:54.7497578Z * [new branch] gh/guilhermeleobas/223/head -> origin/gh/guilhermeleobas/223/head 2025-08-26T19:43:54.7498663Z * [new branch] gh/guilhermeleobas/223/orig -> origin/gh/guilhermeleobas/223/orig 2025-08-26T19:43:54.7500082Z * [new branch] gh/guilhermeleobas/224/base -> origin/gh/guilhermeleobas/224/base 2025-08-26T19:43:54.7501070Z * [new branch] gh/guilhermeleobas/224/head -> origin/gh/guilhermeleobas/224/head 2025-08-26T19:43:54.7502035Z * [new branch] gh/guilhermeleobas/224/orig -> origin/gh/guilhermeleobas/224/orig 2025-08-26T19:43:54.7503501Z * [new branch] gh/guilhermeleobas/225/base -> origin/gh/guilhermeleobas/225/base 2025-08-26T19:43:54.7504549Z * [new branch] gh/guilhermeleobas/225/head -> origin/gh/guilhermeleobas/225/head 2025-08-26T19:43:54.7505318Z * [new branch] gh/guilhermeleobas/225/orig -> origin/gh/guilhermeleobas/225/orig 2025-08-26T19:43:54.7506704Z * [new branch] gh/guilhermeleobas/226/base -> origin/gh/guilhermeleobas/226/base 2025-08-26T19:43:54.7507668Z * [new branch] gh/guilhermeleobas/226/head -> origin/gh/guilhermeleobas/226/head 2025-08-26T19:43:54.7508657Z * [new branch] gh/guilhermeleobas/226/orig -> origin/gh/guilhermeleobas/226/orig 2025-08-26T19:43:54.7510061Z * [new branch] gh/guilhermeleobas/227/base -> origin/gh/guilhermeleobas/227/base 2025-08-26T19:43:54.7511022Z * [new branch] gh/guilhermeleobas/227/head -> origin/gh/guilhermeleobas/227/head 2025-08-26T19:43:54.7512075Z * [new branch] gh/guilhermeleobas/227/orig -> origin/gh/guilhermeleobas/227/orig 2025-08-26T19:43:54.7513463Z * [new branch] gh/guilhermeleobas/228/base -> origin/gh/guilhermeleobas/228/base 2025-08-26T19:43:54.7514455Z * [new branch] gh/guilhermeleobas/228/head -> origin/gh/guilhermeleobas/228/head 2025-08-26T19:43:54.7515648Z * [new branch] gh/guilhermeleobas/228/orig -> origin/gh/guilhermeleobas/228/orig 2025-08-26T19:43:54.7516756Z * [new branch] gh/guilhermeleobas/229/base -> origin/gh/guilhermeleobas/229/base 2025-08-26T19:43:54.7517727Z * [new branch] gh/guilhermeleobas/229/head -> origin/gh/guilhermeleobas/229/head 2025-08-26T19:43:54.7518735Z * [new branch] gh/guilhermeleobas/229/orig -> origin/gh/guilhermeleobas/229/orig 2025-08-26T19:43:54.7520101Z * [new branch] gh/guilhermeleobas/230/base -> origin/gh/guilhermeleobas/230/base 2025-08-26T19:43:54.7520966Z * [new branch] gh/guilhermeleobas/230/head -> origin/gh/guilhermeleobas/230/head 2025-08-26T19:43:54.7522194Z * [new branch] gh/guilhermeleobas/230/orig -> origin/gh/guilhermeleobas/230/orig 2025-08-26T19:43:54.7523540Z * [new branch] gh/guilhermeleobas/231/base -> origin/gh/guilhermeleobas/231/base 2025-08-26T19:43:54.7524501Z * [new branch] gh/guilhermeleobas/231/head -> origin/gh/guilhermeleobas/231/head 2025-08-26T19:43:54.7525460Z * [new branch] gh/guilhermeleobas/231/orig -> origin/gh/guilhermeleobas/231/orig 2025-08-26T19:43:54.7526860Z * [new branch] gh/guilhermeleobas/232/base -> origin/gh/guilhermeleobas/232/base 2025-08-26T19:43:54.7527841Z * [new branch] gh/guilhermeleobas/232/head -> origin/gh/guilhermeleobas/232/head 2025-08-26T19:43:54.7528924Z * [new branch] gh/guilhermeleobas/232/orig -> origin/gh/guilhermeleobas/232/orig 2025-08-26T19:43:54.7530173Z * [new branch] gh/guilhermeleobas/233/base -> origin/gh/guilhermeleobas/233/base 2025-08-26T19:43:54.7531108Z * [new branch] gh/guilhermeleobas/233/head -> origin/gh/guilhermeleobas/233/head 2025-08-26T19:43:54.7532170Z * [new branch] gh/guilhermeleobas/233/orig -> origin/gh/guilhermeleobas/233/orig 2025-08-26T19:43:54.7533528Z * [new branch] gh/guilhermeleobas/234/base -> origin/gh/guilhermeleobas/234/base 2025-08-26T19:43:54.7534484Z * [new branch] gh/guilhermeleobas/234/head -> origin/gh/guilhermeleobas/234/head 2025-08-26T19:43:54.7535488Z * [new branch] gh/guilhermeleobas/234/orig -> origin/gh/guilhermeleobas/234/orig 2025-08-26T19:43:54.7536807Z * [new branch] gh/guilhermeleobas/235/base -> origin/gh/guilhermeleobas/235/base 2025-08-26T19:43:54.7537794Z * [new branch] gh/guilhermeleobas/235/head -> origin/gh/guilhermeleobas/235/head 2025-08-26T19:43:54.7538841Z * [new branch] gh/guilhermeleobas/235/orig -> origin/gh/guilhermeleobas/235/orig 2025-08-26T19:43:54.7540383Z * [new branch] gh/guilhermeleobas/236/base -> origin/gh/guilhermeleobas/236/base 2025-08-26T19:43:54.7541220Z * [new branch] gh/guilhermeleobas/236/head -> origin/gh/guilhermeleobas/236/head 2025-08-26T19:43:54.7542265Z * [new branch] gh/guilhermeleobas/236/orig -> origin/gh/guilhermeleobas/236/orig 2025-08-26T19:43:54.7543565Z * [new branch] gh/guilhermeleobas/237/base -> origin/gh/guilhermeleobas/237/base 2025-08-26T19:43:54.7544542Z * [new branch] gh/guilhermeleobas/237/head -> origin/gh/guilhermeleobas/237/head 2025-08-26T19:43:54.7545564Z * [new branch] gh/guilhermeleobas/237/orig -> origin/gh/guilhermeleobas/237/orig 2025-08-26T19:43:54.7546951Z * [new branch] gh/guilhermeleobas/238/base -> origin/gh/guilhermeleobas/238/base 2025-08-26T19:43:54.7547856Z * [new branch] gh/guilhermeleobas/238/head -> origin/gh/guilhermeleobas/238/head 2025-08-26T19:43:54.7548877Z * [new branch] gh/guilhermeleobas/238/orig -> origin/gh/guilhermeleobas/238/orig 2025-08-26T19:43:54.7550245Z * [new branch] gh/guilhermeleobas/239/base -> origin/gh/guilhermeleobas/239/base 2025-08-26T19:43:54.7551262Z * [new branch] gh/guilhermeleobas/239/head -> origin/gh/guilhermeleobas/239/head 2025-08-26T19:43:54.7552250Z * [new branch] gh/guilhermeleobas/239/orig -> origin/gh/guilhermeleobas/239/orig 2025-08-26T19:43:54.7553842Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-08-26T19:43:54.7554655Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-08-26T19:43:54.7555702Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-08-26T19:43:54.7557815Z * [new branch] gh/henrylhtsang/103/base -> origin/gh/henrylhtsang/103/base 2025-08-26T19:43:54.7559271Z * [new branch] gh/henrylhtsang/103/head -> origin/gh/henrylhtsang/103/head 2025-08-26T19:43:54.7560312Z * [new branch] gh/henrylhtsang/103/orig -> origin/gh/henrylhtsang/103/orig 2025-08-26T19:43:54.7562115Z * [new branch] gh/henrylhtsang/132/base -> origin/gh/henrylhtsang/132/base 2025-08-26T19:43:54.7563180Z * [new branch] gh/henrylhtsang/132/head -> origin/gh/henrylhtsang/132/head 2025-08-26T19:43:54.7564180Z * [new branch] gh/henrylhtsang/132/orig -> origin/gh/henrylhtsang/132/orig 2025-08-26T19:43:54.7565589Z * [new branch] gh/henrylhtsang/133/base -> origin/gh/henrylhtsang/133/base 2025-08-26T19:43:54.7566641Z * [new branch] gh/henrylhtsang/133/head -> origin/gh/henrylhtsang/133/head 2025-08-26T19:43:54.7567780Z * [new branch] gh/henrylhtsang/133/orig -> origin/gh/henrylhtsang/133/orig 2025-08-26T19:43:54.7569125Z * [new branch] gh/henrylhtsang/134/base -> origin/gh/henrylhtsang/134/base 2025-08-26T19:43:54.7570199Z * [new branch] gh/henrylhtsang/134/head -> origin/gh/henrylhtsang/134/head 2025-08-26T19:43:54.7571185Z * [new branch] gh/henrylhtsang/134/orig -> origin/gh/henrylhtsang/134/orig 2025-08-26T19:43:54.7572532Z * [new branch] gh/henrylhtsang/135/base -> origin/gh/henrylhtsang/135/base 2025-08-26T19:43:54.7573576Z * [new branch] gh/henrylhtsang/135/head -> origin/gh/henrylhtsang/135/head 2025-08-26T19:43:54.7574598Z * [new branch] gh/henrylhtsang/135/orig -> origin/gh/henrylhtsang/135/orig 2025-08-26T19:43:54.7575879Z * [new branch] gh/henrylhtsang/136/base -> origin/gh/henrylhtsang/136/base 2025-08-26T19:43:54.7576962Z * [new branch] gh/henrylhtsang/136/head -> origin/gh/henrylhtsang/136/head 2025-08-26T19:43:54.7578006Z * [new branch] gh/henrylhtsang/136/orig -> origin/gh/henrylhtsang/136/orig 2025-08-26T19:43:54.7579216Z * [new branch] gh/henrylhtsang/137/base -> origin/gh/henrylhtsang/137/base 2025-08-26T19:43:54.7580192Z * [new branch] gh/henrylhtsang/137/head -> origin/gh/henrylhtsang/137/head 2025-08-26T19:43:54.7581270Z * [new branch] gh/henrylhtsang/137/orig -> origin/gh/henrylhtsang/137/orig 2025-08-26T19:43:54.7588388Z * [new branch] gh/henrylhtsang/138/base -> origin/gh/henrylhtsang/138/base 2025-08-26T19:43:54.7590059Z * [new branch] gh/henrylhtsang/138/head -> origin/gh/henrylhtsang/138/head 2025-08-26T19:43:54.7591353Z * [new branch] gh/henrylhtsang/138/orig -> origin/gh/henrylhtsang/138/orig 2025-08-26T19:43:54.7592682Z * [new branch] gh/henrylhtsang/139/base -> origin/gh/henrylhtsang/139/base 2025-08-26T19:43:54.7593699Z * [new branch] gh/henrylhtsang/139/head -> origin/gh/henrylhtsang/139/head 2025-08-26T19:43:54.7594808Z * [new branch] gh/henrylhtsang/139/orig -> origin/gh/henrylhtsang/139/orig 2025-08-26T19:43:54.7596176Z * [new branch] gh/henrylhtsang/140/base -> origin/gh/henrylhtsang/140/base 2025-08-26T19:43:54.7597276Z * [new branch] gh/henrylhtsang/140/head -> origin/gh/henrylhtsang/140/head 2025-08-26T19:43:54.7598261Z * [new branch] gh/henrylhtsang/140/orig -> origin/gh/henrylhtsang/140/orig 2025-08-26T19:43:54.7599531Z * [new branch] gh/henrylhtsang/141/base -> origin/gh/henrylhtsang/141/base 2025-08-26T19:43:54.7600537Z * [new branch] gh/henrylhtsang/141/head -> origin/gh/henrylhtsang/141/head 2025-08-26T19:43:54.7601688Z * [new branch] gh/henrylhtsang/141/orig -> origin/gh/henrylhtsang/141/orig 2025-08-26T19:43:54.7603256Z * [new branch] gh/henrylhtsang/142/base -> origin/gh/henrylhtsang/142/base 2025-08-26T19:43:54.7604439Z * [new branch] gh/henrylhtsang/142/head -> origin/gh/henrylhtsang/142/head 2025-08-26T19:43:54.7605531Z * [new branch] gh/henrylhtsang/142/orig -> origin/gh/henrylhtsang/142/orig 2025-08-26T19:43:54.7606784Z * [new branch] gh/henrylhtsang/143/base -> origin/gh/henrylhtsang/143/base 2025-08-26T19:43:54.7607748Z * [new branch] gh/henrylhtsang/143/head -> origin/gh/henrylhtsang/143/head 2025-08-26T19:43:54.7608720Z * [new branch] gh/henrylhtsang/143/orig -> origin/gh/henrylhtsang/143/orig 2025-08-26T19:43:54.7610069Z * [new branch] gh/henrylhtsang/144/base -> origin/gh/henrylhtsang/144/base 2025-08-26T19:43:54.7611036Z * [new branch] gh/henrylhtsang/144/head -> origin/gh/henrylhtsang/144/head 2025-08-26T19:43:54.7612011Z * [new branch] gh/henrylhtsang/144/orig -> origin/gh/henrylhtsang/144/orig 2025-08-26T19:43:54.7613398Z * [new branch] gh/henrylhtsang/145/base -> origin/gh/henrylhtsang/145/base 2025-08-26T19:43:54.7614399Z * [new branch] gh/henrylhtsang/145/head -> origin/gh/henrylhtsang/145/head 2025-08-26T19:43:54.7615914Z * [new branch] gh/henrylhtsang/145/orig -> origin/gh/henrylhtsang/145/orig 2025-08-26T19:43:54.7617303Z * [new branch] gh/henrylhtsang/146/base -> origin/gh/henrylhtsang/146/base 2025-08-26T19:43:54.7618298Z * [new branch] gh/henrylhtsang/146/head -> origin/gh/henrylhtsang/146/head 2025-08-26T19:43:54.7619292Z * [new branch] gh/henrylhtsang/146/orig -> origin/gh/henrylhtsang/146/orig 2025-08-26T19:43:54.7620965Z * [new branch] gh/henrylhtsang/147/base -> origin/gh/henrylhtsang/147/base 2025-08-26T19:43:54.7621950Z * [new branch] gh/henrylhtsang/147/head -> origin/gh/henrylhtsang/147/head 2025-08-26T19:43:54.7623071Z * [new branch] gh/henrylhtsang/147/orig -> origin/gh/henrylhtsang/147/orig 2025-08-26T19:43:54.7624559Z * [new branch] gh/henrylhtsang/148/base -> origin/gh/henrylhtsang/148/base 2025-08-26T19:43:54.7625501Z * [new branch] gh/henrylhtsang/148/head -> origin/gh/henrylhtsang/148/head 2025-08-26T19:43:54.7626654Z * [new branch] gh/henrylhtsang/148/orig -> origin/gh/henrylhtsang/148/orig 2025-08-26T19:43:54.7627792Z * [new branch] gh/henrylhtsang/149/base -> origin/gh/henrylhtsang/149/base 2025-08-26T19:43:54.7628661Z * [new branch] gh/henrylhtsang/149/head -> origin/gh/henrylhtsang/149/head 2025-08-26T19:43:54.7629723Z * [new branch] gh/henrylhtsang/149/orig -> origin/gh/henrylhtsang/149/orig 2025-08-26T19:43:54.7631248Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-08-26T19:43:54.7632452Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-08-26T19:43:54.7633724Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-08-26T19:43:54.7635081Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-08-26T19:43:54.7636289Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-08-26T19:43:54.7637595Z * [new branch] gh/huydhn/6/head -> origin/gh/huydhn/6/head 2025-08-26T19:43:54.7638552Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-08-26T19:43:54.7639475Z * [new branch] gh/huydhn/6/orig -> origin/gh/huydhn/6/orig 2025-08-26T19:43:54.7641070Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-08-26T19:43:54.7642447Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-08-26T19:43:54.7644768Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-08-26T19:43:54.7646373Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-08-26T19:43:54.7648541Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-08-26T19:43:54.7650221Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-08-26T19:43:54.7651905Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-08-26T19:43:54.7654075Z * [new branch] gh/isuruf/141/base -> origin/gh/isuruf/141/base 2025-08-26T19:43:54.7655735Z * [new branch] gh/isuruf/141/head -> origin/gh/isuruf/141/head 2025-08-26T19:43:54.7657300Z * [new branch] gh/isuruf/141/orig -> origin/gh/isuruf/141/orig 2025-08-26T19:43:54.7659592Z * [new branch] gh/isuruf/142/base -> origin/gh/isuruf/142/base 2025-08-26T19:43:54.7661383Z * [new branch] gh/isuruf/142/head -> origin/gh/isuruf/142/head 2025-08-26T19:43:54.7662964Z * [new branch] gh/isuruf/142/orig -> origin/gh/isuruf/142/orig 2025-08-26T19:43:54.7665137Z * [new branch] gh/isuruf/143/base -> origin/gh/isuruf/143/base 2025-08-26T19:43:54.7666196Z * [new branch] gh/isuruf/143/head -> origin/gh/isuruf/143/head 2025-08-26T19:43:54.7667246Z * [new branch] gh/isuruf/143/orig -> origin/gh/isuruf/143/orig 2025-08-26T19:43:54.7668736Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-08-26T19:43:54.7669615Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-08-26T19:43:54.7670597Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-08-26T19:43:54.7672517Z * [new branch] gh/jamesjwu/140/base -> origin/gh/jamesjwu/140/base 2025-08-26T19:43:54.7673384Z * [new branch] gh/jamesjwu/140/head -> origin/gh/jamesjwu/140/head 2025-08-26T19:43:54.7674414Z * [new branch] gh/jamesjwu/140/orig -> origin/gh/jamesjwu/140/orig 2025-08-26T19:43:54.7675869Z * [new branch] gh/jamesjwu/150/base -> origin/gh/jamesjwu/150/base 2025-08-26T19:43:54.7676889Z * [new branch] gh/jamesjwu/150/head -> origin/gh/jamesjwu/150/head 2025-08-26T19:43:54.7677669Z * [new branch] gh/jamesjwu/150/orig -> origin/gh/jamesjwu/150/orig 2025-08-26T19:43:54.7679246Z * [new branch] gh/jamesjwu/154/base -> origin/gh/jamesjwu/154/base 2025-08-26T19:43:54.7680084Z * [new branch] gh/jamesjwu/154/head -> origin/gh/jamesjwu/154/head 2025-08-26T19:43:54.7681400Z * [new branch] gh/jamesjwu/154/orig -> origin/gh/jamesjwu/154/orig 2025-08-26T19:43:54.7682997Z * [new branch] gh/jamesjwu/155/base -> origin/gh/jamesjwu/155/base 2025-08-26T19:43:54.7684451Z * [new branch] gh/jamesjwu/155/head -> origin/gh/jamesjwu/155/head 2025-08-26T19:43:54.7686092Z * [new branch] gh/jamesjwu/155/orig -> origin/gh/jamesjwu/155/orig 2025-08-26T19:43:54.7688245Z * [new branch] gh/jamesjwu/159/base -> origin/gh/jamesjwu/159/base 2025-08-26T19:43:54.7689938Z * [new branch] gh/jamesjwu/159/head -> origin/gh/jamesjwu/159/head 2025-08-26T19:43:54.7691710Z * [new branch] gh/jamesjwu/159/orig -> origin/gh/jamesjwu/159/orig 2025-08-26T19:43:54.7694439Z * [new branch] gh/jamesjwu/163/base -> origin/gh/jamesjwu/163/base 2025-08-26T19:43:54.7696199Z * [new branch] gh/jamesjwu/163/head -> origin/gh/jamesjwu/163/head 2025-08-26T19:43:54.7697795Z * [new branch] gh/jamesjwu/163/orig -> origin/gh/jamesjwu/163/orig 2025-08-26T19:43:54.7700445Z * [new branch] gh/jamesjwu/171/base -> origin/gh/jamesjwu/171/base 2025-08-26T19:43:54.7702070Z * [new branch] gh/jamesjwu/171/head -> origin/gh/jamesjwu/171/head 2025-08-26T19:43:54.7703723Z * [new branch] gh/jamesjwu/171/orig -> origin/gh/jamesjwu/171/orig 2025-08-26T19:43:54.7705917Z * [new branch] gh/jamesjwu/175/base -> origin/gh/jamesjwu/175/base 2025-08-26T19:43:54.7707618Z * [new branch] gh/jamesjwu/175/head -> origin/gh/jamesjwu/175/head 2025-08-26T19:43:54.7709253Z * [new branch] gh/jamesjwu/175/orig -> origin/gh/jamesjwu/175/orig 2025-08-26T19:43:54.7711294Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-08-26T19:43:54.7713010Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-08-26T19:43:54.7714693Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-08-26T19:43:54.7717547Z * [new branch] gh/jamesjwu/180/base -> origin/gh/jamesjwu/180/base 2025-08-26T19:43:54.7719169Z * [new branch] gh/jamesjwu/180/head -> origin/gh/jamesjwu/180/head 2025-08-26T19:43:54.7720744Z * [new branch] gh/jamesjwu/180/orig -> origin/gh/jamesjwu/180/orig 2025-08-26T19:43:54.7723006Z * [new branch] gh/jamesjwu/181/base -> origin/gh/jamesjwu/181/base 2025-08-26T19:43:54.7724576Z * [new branch] gh/jamesjwu/181/head -> origin/gh/jamesjwu/181/head 2025-08-26T19:43:54.7726175Z * [new branch] gh/jamesjwu/181/orig -> origin/gh/jamesjwu/181/orig 2025-08-26T19:43:54.7728249Z * [new branch] gh/jamesjwu/182/base -> origin/gh/jamesjwu/182/base 2025-08-26T19:43:54.7729845Z * [new branch] gh/jamesjwu/182/head -> origin/gh/jamesjwu/182/head 2025-08-26T19:43:54.7731032Z * [new branch] gh/jamesjwu/182/orig -> origin/gh/jamesjwu/182/orig 2025-08-26T19:43:54.7732420Z * [new branch] gh/jamesjwu/183/base -> origin/gh/jamesjwu/183/base 2025-08-26T19:43:54.7733527Z * [new branch] gh/jamesjwu/183/head -> origin/gh/jamesjwu/183/head 2025-08-26T19:43:54.7734643Z * [new branch] gh/jamesjwu/183/orig -> origin/gh/jamesjwu/183/orig 2025-08-26T19:43:54.7736103Z * [new branch] gh/jamesjwu/184/base -> origin/gh/jamesjwu/184/base 2025-08-26T19:43:54.7736938Z * [new branch] gh/jamesjwu/184/head -> origin/gh/jamesjwu/184/head 2025-08-26T19:43:54.7738055Z * [new branch] gh/jamesjwu/184/orig -> origin/gh/jamesjwu/184/orig 2025-08-26T19:43:54.7739290Z * [new branch] gh/jamesjwu/185/base -> origin/gh/jamesjwu/185/base 2025-08-26T19:43:54.7740627Z * [new branch] gh/jamesjwu/185/head -> origin/gh/jamesjwu/185/head 2025-08-26T19:43:54.7741207Z * [new branch] gh/jamesjwu/185/orig -> origin/gh/jamesjwu/185/orig 2025-08-26T19:43:54.7742641Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-08-26T19:43:54.7743703Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-08-26T19:43:54.7744906Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-08-26T19:43:54.7745959Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-08-26T19:43:54.7747568Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-08-26T19:43:54.7748446Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-08-26T19:43:54.7749688Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-08-26T19:43:54.7750563Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-08-26T19:43:54.7751792Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-08-26T19:43:54.7752852Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-08-26T19:43:54.7754054Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-08-26T19:43:54.7754919Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-08-26T19:43:54.7756170Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-08-26T19:43:54.7757019Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-08-26T19:43:54.7758313Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-08-26T19:43:54.7759371Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-08-26T19:43:54.7760514Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-08-26T19:43:54.7761551Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-08-26T19:43:54.7762835Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-08-26T19:43:54.7763783Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-08-26T19:43:54.7765066Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-08-26T19:43:54.7765956Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-08-26T19:43:54.7767412Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-08-26T19:43:54.7768509Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-08-26T19:43:54.7770525Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-08-26T19:43:54.7771646Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-08-26T19:43:54.7772896Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-08-26T19:43:54.7773721Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-08-26T19:43:54.7775481Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-08-26T19:43:54.7776719Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-08-26T19:43:54.7777524Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-08-26T19:43:54.7778688Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-08-26T19:43:54.7779749Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-08-26T19:43:54.7780811Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-08-26T19:43:54.7782536Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-08-26T19:43:54.7783617Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-08-26T19:43:54.7784486Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-08-26T19:43:54.7786045Z * [new branch] gh/janeyx99/282/base -> origin/gh/janeyx99/282/base 2025-08-26T19:43:54.7787141Z * [new branch] gh/janeyx99/282/head -> origin/gh/janeyx99/282/head 2025-08-26T19:43:54.7787971Z * [new branch] gh/janeyx99/282/orig -> origin/gh/janeyx99/282/orig 2025-08-26T19:43:54.7789359Z * [new branch] gh/janeyx99/283/base -> origin/gh/janeyx99/283/base 2025-08-26T19:43:54.7790526Z * [new branch] gh/janeyx99/283/head -> origin/gh/janeyx99/283/head 2025-08-26T19:43:54.7791608Z * [new branch] gh/janeyx99/283/orig -> origin/gh/janeyx99/283/orig 2025-08-26T19:43:54.7792994Z * [new branch] gh/janeyx99/284/base -> origin/gh/janeyx99/284/base 2025-08-26T19:43:54.7793864Z * [new branch] gh/janeyx99/284/head -> origin/gh/janeyx99/284/head 2025-08-26T19:43:54.7795010Z * [new branch] gh/janeyx99/284/orig -> origin/gh/janeyx99/284/orig 2025-08-26T19:43:54.7796412Z * [new branch] gh/janeyx99/285/base -> origin/gh/janeyx99/285/base 2025-08-26T19:43:54.7797194Z * [new branch] gh/janeyx99/285/head -> origin/gh/janeyx99/285/head 2025-08-26T19:43:54.7798209Z * [new branch] gh/janeyx99/285/orig -> origin/gh/janeyx99/285/orig 2025-08-26T19:43:54.7799748Z * [new branch] gh/janeyx99/286/base -> origin/gh/janeyx99/286/base 2025-08-26T19:43:54.7800781Z * [new branch] gh/janeyx99/286/head -> origin/gh/janeyx99/286/head 2025-08-26T19:43:54.7801711Z * [new branch] gh/janeyx99/286/orig -> origin/gh/janeyx99/286/orig 2025-08-26T19:43:54.7803258Z * [new branch] gh/janeyx99/287/base -> origin/gh/janeyx99/287/base 2025-08-26T19:43:54.7804345Z * [new branch] gh/janeyx99/287/head -> origin/gh/janeyx99/287/head 2025-08-26T19:43:54.7805143Z * [new branch] gh/janeyx99/287/orig -> origin/gh/janeyx99/287/orig 2025-08-26T19:43:54.7806522Z * [new branch] gh/janeyx99/288/base -> origin/gh/janeyx99/288/base 2025-08-26T19:43:54.7807609Z * [new branch] gh/janeyx99/288/head -> origin/gh/janeyx99/288/head 2025-08-26T19:43:54.7808440Z * [new branch] gh/janeyx99/288/orig -> origin/gh/janeyx99/288/orig 2025-08-26T19:43:54.7809753Z * [new branch] gh/janeyx99/289/base -> origin/gh/janeyx99/289/base 2025-08-26T19:43:54.7810785Z * [new branch] gh/janeyx99/289/head -> origin/gh/janeyx99/289/head 2025-08-26T19:43:54.7811874Z * [new branch] gh/janeyx99/289/orig -> origin/gh/janeyx99/289/orig 2025-08-26T19:43:54.7813266Z * [new branch] gh/janeyx99/290/base -> origin/gh/janeyx99/290/base 2025-08-26T19:43:54.7814208Z * [new branch] gh/janeyx99/290/head -> origin/gh/janeyx99/290/head 2025-08-26T19:43:54.7815210Z * [new branch] gh/janeyx99/290/orig -> origin/gh/janeyx99/290/orig 2025-08-26T19:43:54.7816656Z * [new branch] gh/janeyx99/291/base -> origin/gh/janeyx99/291/base 2025-08-26T19:43:54.7817663Z * [new branch] gh/janeyx99/291/head -> origin/gh/janeyx99/291/head 2025-08-26T19:43:54.7818664Z * [new branch] gh/janeyx99/291/orig -> origin/gh/janeyx99/291/orig 2025-08-26T19:43:54.7820983Z * [new branch] gh/janeyx99/292/base -> origin/gh/janeyx99/292/base 2025-08-26T19:43:54.7822599Z * [new branch] gh/janeyx99/292/head -> origin/gh/janeyx99/292/head 2025-08-26T19:43:54.7824196Z * [new branch] gh/janeyx99/292/orig -> origin/gh/janeyx99/292/orig 2025-08-26T19:43:54.7826379Z * [new branch] gh/janeyx99/293/base -> origin/gh/janeyx99/293/base 2025-08-26T19:43:54.7828172Z * [new branch] gh/janeyx99/293/head -> origin/gh/janeyx99/293/head 2025-08-26T19:43:54.7829609Z * [new branch] gh/janeyx99/293/orig -> origin/gh/janeyx99/293/orig 2025-08-26T19:43:54.7832073Z * [new branch] gh/janeyx99/294/base -> origin/gh/janeyx99/294/base 2025-08-26T19:43:54.7833625Z * [new branch] gh/janeyx99/294/head -> origin/gh/janeyx99/294/head 2025-08-26T19:43:54.7835270Z * [new branch] gh/janeyx99/294/orig -> origin/gh/janeyx99/294/orig 2025-08-26T19:43:54.7837991Z * [new branch] gh/janeyx99/295/base -> origin/gh/janeyx99/295/base 2025-08-26T19:43:54.7839776Z * [new branch] gh/janeyx99/295/head -> origin/gh/janeyx99/295/head 2025-08-26T19:43:54.7841426Z * [new branch] gh/janeyx99/295/orig -> origin/gh/janeyx99/295/orig 2025-08-26T19:43:54.7844001Z * [new branch] gh/janeyx99/296/base -> origin/gh/janeyx99/296/base 2025-08-26T19:43:54.7845635Z * [new branch] gh/janeyx99/296/head -> origin/gh/janeyx99/296/head 2025-08-26T19:43:54.7847363Z * [new branch] gh/janeyx99/296/orig -> origin/gh/janeyx99/296/orig 2025-08-26T19:43:54.7849521Z * [new branch] gh/janeyx99/297/base -> origin/gh/janeyx99/297/base 2025-08-26T19:43:54.7851184Z * [new branch] gh/janeyx99/297/head -> origin/gh/janeyx99/297/head 2025-08-26T19:43:54.7852882Z * [new branch] gh/janeyx99/297/orig -> origin/gh/janeyx99/297/orig 2025-08-26T19:43:54.7855283Z * [new branch] gh/janeyx99/298/base -> origin/gh/janeyx99/298/base 2025-08-26T19:43:54.7856919Z * [new branch] gh/janeyx99/298/head -> origin/gh/janeyx99/298/head 2025-08-26T19:43:54.7858533Z * [new branch] gh/janeyx99/298/orig -> origin/gh/janeyx99/298/orig 2025-08-26T19:43:54.7860740Z * [new branch] gh/janeyx99/299/base -> origin/gh/janeyx99/299/base 2025-08-26T19:43:54.7862347Z * [new branch] gh/janeyx99/299/head -> origin/gh/janeyx99/299/head 2025-08-26T19:43:54.7863961Z * [new branch] gh/janeyx99/299/orig -> origin/gh/janeyx99/299/orig 2025-08-26T19:43:54.7866425Z * [new branch] gh/janeyx99/300/base -> origin/gh/janeyx99/300/base 2025-08-26T19:43:54.7868420Z * [new branch] gh/janeyx99/300/head -> origin/gh/janeyx99/300/head 2025-08-26T19:43:54.7870230Z * [new branch] gh/janeyx99/300/orig -> origin/gh/janeyx99/300/orig 2025-08-26T19:43:54.7872453Z * [new branch] gh/janeyx99/301/base -> origin/gh/janeyx99/301/base 2025-08-26T19:43:54.7874342Z * [new branch] gh/janeyx99/301/head -> origin/gh/janeyx99/301/head 2025-08-26T19:43:54.7875968Z * [new branch] gh/janeyx99/301/orig -> origin/gh/janeyx99/301/orig 2025-08-26T19:43:54.7878554Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-08-26T19:43:54.7880131Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-08-26T19:43:54.7883177Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-08-26T19:43:54.7885779Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-08-26T19:43:54.7887380Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-08-26T19:43:54.7889557Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-08-26T19:43:54.7891268Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-08-26T19:43:54.7892953Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-08-26T19:43:54.7895068Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-08-26T19:43:54.7896657Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-08-26T19:43:54.7898244Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-08-26T19:43:54.7900450Z * [new branch] gh/jansel/531/base -> origin/gh/jansel/531/base 2025-08-26T19:43:54.7902101Z * [new branch] gh/jansel/531/head -> origin/gh/jansel/531/head 2025-08-26T19:43:54.7903757Z * [new branch] gh/jansel/531/orig -> origin/gh/jansel/531/orig 2025-08-26T19:43:54.7905990Z * [new branch] gh/jansel/534/base -> origin/gh/jansel/534/base 2025-08-26T19:43:54.7907593Z * [new branch] gh/jansel/534/head -> origin/gh/jansel/534/head 2025-08-26T19:43:54.7909303Z * [new branch] gh/jansel/534/orig -> origin/gh/jansel/534/orig 2025-08-26T19:43:54.7912604Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-08-26T19:43:54.7914977Z * [new branch] gh/jbschlosser/239/base -> origin/gh/jbschlosser/239/base 2025-08-26T19:43:54.7916852Z * [new branch] gh/jbschlosser/239/head -> origin/gh/jbschlosser/239/head 2025-08-26T19:43:54.7919074Z * [new branch] gh/jbschlosser/239/orig -> origin/gh/jbschlosser/239/orig 2025-08-26T19:43:54.7921627Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-08-26T19:43:54.7923410Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-08-26T19:43:54.7925181Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-08-26T19:43:54.7927429Z * [new branch] gh/jbschlosser/248/base -> origin/gh/jbschlosser/248/base 2025-08-26T19:43:54.7929076Z * [new branch] gh/jbschlosser/248/head -> origin/gh/jbschlosser/248/head 2025-08-26T19:43:54.7930716Z * [new branch] gh/jbschlosser/248/orig -> origin/gh/jbschlosser/248/orig 2025-08-26T19:43:54.7933767Z * [new branch] gh/jbschlosser/250/base -> origin/gh/jbschlosser/250/base 2025-08-26T19:43:54.7935661Z * [new branch] gh/jbschlosser/250/head -> origin/gh/jbschlosser/250/head 2025-08-26T19:43:54.7937645Z * [new branch] gh/jbschlosser/250/orig -> origin/gh/jbschlosser/250/orig 2025-08-26T19:43:54.7940250Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-08-26T19:43:54.7941919Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-08-26T19:43:54.7943530Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-08-26T19:43:54.7945908Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-08-26T19:43:54.7947592Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-08-26T19:43:54.7949243Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-08-26T19:43:54.7951239Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-08-26T19:43:54.7953026Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-08-26T19:43:54.7954681Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-08-26T19:43:54.7956861Z * [new branch] gh/jiayisunx/64/base -> origin/gh/jiayisunx/64/base 2025-08-26T19:43:54.7958568Z * [new branch] gh/jiayisunx/64/head -> origin/gh/jiayisunx/64/head 2025-08-26T19:43:54.7960248Z * [new branch] gh/jiayisunx/64/orig -> origin/gh/jiayisunx/64/orig 2025-08-26T19:43:54.7962591Z * [new branch] gh/jiayisunx/65/base -> origin/gh/jiayisunx/65/base 2025-08-26T19:43:54.7964234Z * [new branch] gh/jiayisunx/65/head -> origin/gh/jiayisunx/65/head 2025-08-26T19:43:54.7965944Z * [new branch] gh/jiayisunx/65/orig -> origin/gh/jiayisunx/65/orig 2025-08-26T19:43:54.7968263Z * [new branch] gh/jiayisunx/66/base -> origin/gh/jiayisunx/66/base 2025-08-26T19:43:54.7969922Z * [new branch] gh/jiayisunx/66/head -> origin/gh/jiayisunx/66/head 2025-08-26T19:43:54.7971459Z * [new branch] gh/jiayisunx/66/orig -> origin/gh/jiayisunx/66/orig 2025-08-26T19:43:54.7973506Z * [new branch] gh/jiayisunx/67/base -> origin/gh/jiayisunx/67/base 2025-08-26T19:43:54.7975251Z * [new branch] gh/jiayisunx/67/head -> origin/gh/jiayisunx/67/head 2025-08-26T19:43:54.7976850Z * [new branch] gh/jiayisunx/67/orig -> origin/gh/jiayisunx/67/orig 2025-08-26T19:43:54.7978927Z * [new branch] gh/jiayisunx/68/base -> origin/gh/jiayisunx/68/base 2025-08-26T19:43:54.7980422Z * [new branch] gh/jiayisunx/68/head -> origin/gh/jiayisunx/68/head 2025-08-26T19:43:54.7982320Z * [new branch] gh/jiayisunx/68/orig -> origin/gh/jiayisunx/68/orig 2025-08-26T19:43:54.7984509Z * [new branch] gh/jiayisunx/69/base -> origin/gh/jiayisunx/69/base 2025-08-26T19:43:54.7986129Z * [new branch] gh/jiayisunx/69/head -> origin/gh/jiayisunx/69/head 2025-08-26T19:43:54.7987664Z * [new branch] gh/jiayisunx/69/orig -> origin/gh/jiayisunx/69/orig 2025-08-26T19:43:54.7989784Z * [new branch] gh/jiayisunx/70/base -> origin/gh/jiayisunx/70/base 2025-08-26T19:43:54.7991370Z * [new branch] gh/jiayisunx/70/head -> origin/gh/jiayisunx/70/head 2025-08-26T19:43:54.7993036Z * [new branch] gh/jiayisunx/70/orig -> origin/gh/jiayisunx/70/orig 2025-08-26T19:43:54.7995307Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-08-26T19:43:54.7996972Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-08-26T19:43:54.7999602Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-08-26T19:43:54.8001189Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-08-26T19:43:54.8003142Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-08-26T19:43:54.8005346Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-08-26T19:43:54.8006939Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-08-26T19:43:54.8008709Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-08-26T19:43:54.8010767Z * [new branch] gh/justinchuby/113/base -> origin/gh/justinchuby/113/base 2025-08-26T19:43:54.8012555Z * [new branch] gh/justinchuby/113/head -> origin/gh/justinchuby/113/head 2025-08-26T19:43:54.8014250Z * [new branch] gh/justinchuby/113/orig -> origin/gh/justinchuby/113/orig 2025-08-26T19:43:54.8016225Z * [new branch] gh/justinchuby/114/base -> origin/gh/justinchuby/114/base 2025-08-26T19:43:54.8017929Z * [new branch] gh/justinchuby/114/head -> origin/gh/justinchuby/114/head 2025-08-26T19:43:54.8019648Z * [new branch] gh/justinchuby/114/orig -> origin/gh/justinchuby/114/orig 2025-08-26T19:43:54.8022308Z * [new branch] gh/karthickai/1/base -> origin/gh/karthickai/1/base 2025-08-26T19:43:54.8023973Z * [new branch] gh/karthickai/1/head -> origin/gh/karthickai/1/head 2025-08-26T19:43:54.8025724Z * [new branch] gh/karthickai/1/orig -> origin/gh/karthickai/1/orig 2025-08-26T19:43:54.8027888Z * [new branch] gh/karthickai/2/base -> origin/gh/karthickai/2/base 2025-08-26T19:43:54.8029702Z * [new branch] gh/karthickai/2/head -> origin/gh/karthickai/2/head 2025-08-26T19:43:54.8031197Z * [new branch] gh/karthickai/2/orig -> origin/gh/karthickai/2/orig 2025-08-26T19:43:54.8033733Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-08-26T19:43:54.8035935Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-08-26T19:43:54.8037556Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-08-26T19:43:54.8039682Z * [new branch] gh/kurtamohler/33/base -> origin/gh/kurtamohler/33/base 2025-08-26T19:43:54.8041463Z * [new branch] gh/kurtamohler/33/head -> origin/gh/kurtamohler/33/head 2025-08-26T19:43:54.8043272Z * [new branch] gh/kurtamohler/33/orig -> origin/gh/kurtamohler/33/orig 2025-08-26T19:43:54.8045584Z * [new branch] gh/kurtamohler/34/base -> origin/gh/kurtamohler/34/base 2025-08-26T19:43:54.8047213Z * [new branch] gh/kurtamohler/34/head -> origin/gh/kurtamohler/34/head 2025-08-26T19:43:54.8048916Z * [new branch] gh/kurtamohler/34/orig -> origin/gh/kurtamohler/34/orig 2025-08-26T19:43:54.8051207Z * [new branch] gh/kurtamohler/41/base -> origin/gh/kurtamohler/41/base 2025-08-26T19:43:54.8052911Z * [new branch] gh/kurtamohler/41/head -> origin/gh/kurtamohler/41/head 2025-08-26T19:43:54.8054609Z * [new branch] gh/kurtamohler/41/orig -> origin/gh/kurtamohler/41/orig 2025-08-26T19:43:54.8056857Z * [new branch] gh/kurtamohler/42/base -> origin/gh/kurtamohler/42/base 2025-08-26T19:43:54.8058445Z * [new branch] gh/kurtamohler/42/head -> origin/gh/kurtamohler/42/head 2025-08-26T19:43:54.8060073Z * [new branch] gh/kurtamohler/42/orig -> origin/gh/kurtamohler/42/orig 2025-08-26T19:43:54.8062751Z * [new branch] gh/kurtamohler/43/base -> origin/gh/kurtamohler/43/base 2025-08-26T19:43:54.8064399Z * [new branch] gh/kurtamohler/43/head -> origin/gh/kurtamohler/43/head 2025-08-26T19:43:54.8066018Z * [new branch] gh/kurtamohler/43/orig -> origin/gh/kurtamohler/43/orig 2025-08-26T19:43:54.8068160Z * [new branch] gh/kurtamohler/44/base -> origin/gh/kurtamohler/44/base 2025-08-26T19:43:54.8069836Z * [new branch] gh/kurtamohler/44/head -> origin/gh/kurtamohler/44/head 2025-08-26T19:43:54.8071521Z * [new branch] gh/kurtamohler/44/orig -> origin/gh/kurtamohler/44/orig 2025-08-26T19:43:54.8073792Z * [new branch] gh/kurtamohler/45/base -> origin/gh/kurtamohler/45/base 2025-08-26T19:43:54.8075511Z * [new branch] gh/kurtamohler/45/head -> origin/gh/kurtamohler/45/head 2025-08-26T19:43:54.8077223Z * [new branch] gh/kurtamohler/45/orig -> origin/gh/kurtamohler/45/orig 2025-08-26T19:43:54.8079356Z * [new branch] gh/kurtamohler/46/base -> origin/gh/kurtamohler/46/base 2025-08-26T19:43:54.8080952Z * [new branch] gh/kurtamohler/46/head -> origin/gh/kurtamohler/46/head 2025-08-26T19:43:54.8082892Z * [new branch] gh/kurtamohler/46/orig -> origin/gh/kurtamohler/46/orig 2025-08-26T19:43:54.8085137Z * [new branch] gh/kurtamohler/47/base -> origin/gh/kurtamohler/47/base 2025-08-26T19:43:54.8087147Z * [new branch] gh/kurtamohler/47/head -> origin/gh/kurtamohler/47/head 2025-08-26T19:43:54.8088792Z * [new branch] gh/kurtamohler/47/orig -> origin/gh/kurtamohler/47/orig 2025-08-26T19:43:54.8090860Z * [new branch] gh/kurtamohler/48/base -> origin/gh/kurtamohler/48/base 2025-08-26T19:43:54.8092474Z * [new branch] gh/kurtamohler/48/head -> origin/gh/kurtamohler/48/head 2025-08-26T19:43:54.8094076Z * [new branch] gh/kurtamohler/48/orig -> origin/gh/kurtamohler/48/orig 2025-08-26T19:43:54.8097007Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-08-26T19:43:54.8099019Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-08-26T19:43:54.8100784Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-08-26T19:43:54.8103186Z * [new branch] gh/kwen2501/142/base -> origin/gh/kwen2501/142/base 2025-08-26T19:43:54.8104787Z * [new branch] gh/kwen2501/142/head -> origin/gh/kwen2501/142/head 2025-08-26T19:43:54.8106308Z * [new branch] gh/kwen2501/142/orig -> origin/gh/kwen2501/142/orig 2025-08-26T19:43:54.8108436Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-08-26T19:43:54.8109987Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-08-26T19:43:54.8112234Z * [new branch] gh/kwen2501/156/base -> origin/gh/kwen2501/156/base 2025-08-26T19:43:54.8113719Z * [new branch] gh/kwen2501/156/head -> origin/gh/kwen2501/156/head 2025-08-26T19:43:54.8115362Z * [new branch] gh/kwen2501/156/orig -> origin/gh/kwen2501/156/orig 2025-08-26T19:43:54.8117547Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-08-26T19:43:54.8119135Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-08-26T19:43:54.8121434Z * [new branch] gh/kwen2501/186/base -> origin/gh/kwen2501/186/base 2025-08-26T19:43:54.8123262Z * [new branch] gh/kwen2501/186/head -> origin/gh/kwen2501/186/head 2025-08-26T19:43:54.8124828Z * [new branch] gh/kwen2501/186/orig -> origin/gh/kwen2501/186/orig 2025-08-26T19:43:54.8126723Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-08-26T19:43:54.8128413Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-08-26T19:43:54.8130217Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-08-26T19:43:54.8132423Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-08-26T19:43:54.8134068Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-08-26T19:43:54.8135636Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-08-26T19:43:54.8137791Z * [new branch] gh/kwen2501/194/base -> origin/gh/kwen2501/194/base 2025-08-26T19:43:54.8139649Z * [new branch] gh/kwen2501/194/head -> origin/gh/kwen2501/194/head 2025-08-26T19:43:54.8141205Z * [new branch] gh/kwen2501/194/orig -> origin/gh/kwen2501/194/orig 2025-08-26T19:43:54.8143324Z * [new branch] gh/kwen2501/199/base -> origin/gh/kwen2501/199/base 2025-08-26T19:43:54.8145039Z * [new branch] gh/kwen2501/199/head -> origin/gh/kwen2501/199/head 2025-08-26T19:43:54.8146719Z * [new branch] gh/kwen2501/199/orig -> origin/gh/kwen2501/199/orig 2025-08-26T19:43:54.8148271Z * [new branch] gh/kwen2501/200/base -> origin/gh/kwen2501/200/base 2025-08-26T19:43:54.8149544Z * [new branch] gh/kwen2501/200/head -> origin/gh/kwen2501/200/head 2025-08-26T19:43:54.8150478Z * [new branch] gh/kwen2501/200/orig -> origin/gh/kwen2501/200/orig 2025-08-26T19:43:54.8151927Z * [new branch] gh/kwen2501/201/base -> origin/gh/kwen2501/201/base 2025-08-26T19:43:54.8152829Z * [new branch] gh/kwen2501/201/head -> origin/gh/kwen2501/201/head 2025-08-26T19:43:54.8153839Z * [new branch] gh/kwen2501/201/orig -> origin/gh/kwen2501/201/orig 2025-08-26T19:43:54.8155257Z * [new branch] gh/kwen2501/202/base -> origin/gh/kwen2501/202/base 2025-08-26T19:43:54.8156296Z * [new branch] gh/kwen2501/202/head -> origin/gh/kwen2501/202/head 2025-08-26T19:43:54.8157259Z * [new branch] gh/kwen2501/202/orig -> origin/gh/kwen2501/202/orig 2025-08-26T19:43:54.8159082Z * [new branch] gh/kwen2501/203/base -> origin/gh/kwen2501/203/base 2025-08-26T19:43:54.8160030Z * [new branch] gh/kwen2501/203/head -> origin/gh/kwen2501/203/head 2025-08-26T19:43:54.8161064Z * [new branch] gh/kwen2501/203/orig -> origin/gh/kwen2501/203/orig 2025-08-26T19:43:54.8162692Z * [new branch] gh/kwen2501/204/base -> origin/gh/kwen2501/204/base 2025-08-26T19:43:54.8163452Z * [new branch] gh/kwen2501/204/head -> origin/gh/kwen2501/204/head 2025-08-26T19:43:54.8164506Z * [new branch] gh/kwen2501/204/orig -> origin/gh/kwen2501/204/orig 2025-08-26T19:43:54.8165865Z * [new branch] gh/kwen2501/205/base -> origin/gh/kwen2501/205/base 2025-08-26T19:43:54.8166726Z * [new branch] gh/kwen2501/205/head -> origin/gh/kwen2501/205/head 2025-08-26T19:43:54.8167721Z * [new branch] gh/kwen2501/205/orig -> origin/gh/kwen2501/205/orig 2025-08-26T19:43:54.8169102Z * [new branch] gh/kwen2501/206/base -> origin/gh/kwen2501/206/base 2025-08-26T19:43:54.8170099Z * [new branch] gh/kwen2501/206/head -> origin/gh/kwen2501/206/head 2025-08-26T19:43:54.8171068Z * [new branch] gh/kwen2501/206/orig -> origin/gh/kwen2501/206/orig 2025-08-26T19:43:54.8172861Z * [new branch] gh/kwen2501/207/base -> origin/gh/kwen2501/207/base 2025-08-26T19:43:54.8173800Z * [new branch] gh/kwen2501/207/head -> origin/gh/kwen2501/207/head 2025-08-26T19:43:54.8174807Z * [new branch] gh/kwen2501/207/orig -> origin/gh/kwen2501/207/orig 2025-08-26T19:43:54.8176287Z * [new branch] gh/kwen2501/208/base -> origin/gh/kwen2501/208/base 2025-08-26T19:43:54.8177084Z * [new branch] gh/kwen2501/208/head -> origin/gh/kwen2501/208/head 2025-08-26T19:43:54.8178033Z * [new branch] gh/kwen2501/208/orig -> origin/gh/kwen2501/208/orig 2025-08-26T19:43:54.8179501Z * [new branch] gh/kwen2501/209/base -> origin/gh/kwen2501/209/base 2025-08-26T19:43:54.8180332Z * [new branch] gh/kwen2501/209/head -> origin/gh/kwen2501/209/head 2025-08-26T19:43:54.8181505Z * [new branch] gh/kwen2501/209/orig -> origin/gh/kwen2501/209/orig 2025-08-26T19:43:54.8184452Z * [new branch] gh/kwen2501/210/base -> origin/gh/kwen2501/210/base 2025-08-26T19:43:54.8185609Z * [new branch] gh/kwen2501/210/head -> origin/gh/kwen2501/210/head 2025-08-26T19:43:54.8186589Z * [new branch] gh/kwen2501/210/orig -> origin/gh/kwen2501/210/orig 2025-08-26T19:43:54.8188065Z * [new branch] gh/kwen2501/211/base -> origin/gh/kwen2501/211/base 2025-08-26T19:43:54.8189079Z * [new branch] gh/kwen2501/211/head -> origin/gh/kwen2501/211/head 2025-08-26T19:43:54.8190803Z * [new branch] gh/kwen2501/212/base -> origin/gh/kwen2501/212/base 2025-08-26T19:43:54.8191741Z * [new branch] gh/kwen2501/212/head -> origin/gh/kwen2501/212/head 2025-08-26T19:43:54.8192644Z * [new branch] gh/kwen2501/212/orig -> origin/gh/kwen2501/212/orig 2025-08-26T19:43:54.8194040Z * [new branch] gh/kwen2501/213/base -> origin/gh/kwen2501/213/base 2025-08-26T19:43:54.8194939Z * [new branch] gh/kwen2501/213/head -> origin/gh/kwen2501/213/head 2025-08-26T19:43:54.8196013Z * [new branch] gh/kwen2501/213/orig -> origin/gh/kwen2501/213/orig 2025-08-26T19:43:54.8197444Z * [new branch] gh/kwen2501/214/base -> origin/gh/kwen2501/214/base 2025-08-26T19:43:54.8198329Z * [new branch] gh/kwen2501/214/head -> origin/gh/kwen2501/214/head 2025-08-26T19:43:54.8199381Z * [new branch] gh/kwen2501/214/orig -> origin/gh/kwen2501/214/orig 2025-08-26T19:43:54.8200814Z * [new branch] gh/kwen2501/215/base -> origin/gh/kwen2501/215/base 2025-08-26T19:43:54.8201769Z * [new branch] gh/kwen2501/215/head -> origin/gh/kwen2501/215/head 2025-08-26T19:43:54.8202834Z * [new branch] gh/kwen2501/215/orig -> origin/gh/kwen2501/215/orig 2025-08-26T19:43:54.8204164Z * [new branch] gh/kwen2501/216/base -> origin/gh/kwen2501/216/base 2025-08-26T19:43:54.8205089Z * [new branch] gh/kwen2501/216/head -> origin/gh/kwen2501/216/head 2025-08-26T19:43:54.8206051Z * [new branch] gh/kwen2501/216/orig -> origin/gh/kwen2501/216/orig 2025-08-26T19:43:54.8207500Z * [new branch] gh/kwen2501/217/base -> origin/gh/kwen2501/217/base 2025-08-26T19:43:54.8208474Z * [new branch] gh/kwen2501/217/head -> origin/gh/kwen2501/217/head 2025-08-26T19:43:54.8209595Z * [new branch] gh/kwen2501/217/orig -> origin/gh/kwen2501/217/orig 2025-08-26T19:43:54.8210945Z * [new branch] gh/kwen2501/218/base -> origin/gh/kwen2501/218/base 2025-08-26T19:43:54.8212375Z * [new branch] gh/kwen2501/218/head -> origin/gh/kwen2501/218/head 2025-08-26T19:43:54.8213290Z * [new branch] gh/kwen2501/218/orig -> origin/gh/kwen2501/218/orig 2025-08-26T19:43:54.8215600Z * [new branch] gh/laithsakka/156/base -> origin/gh/laithsakka/156/base 2025-08-26T19:43:54.8216770Z * [new branch] gh/laithsakka/156/head -> origin/gh/laithsakka/156/head 2025-08-26T19:43:54.8217756Z * [new branch] gh/laithsakka/156/orig -> origin/gh/laithsakka/156/orig 2025-08-26T19:43:54.8219325Z * [new branch] gh/laithsakka/160/base -> origin/gh/laithsakka/160/base 2025-08-26T19:43:54.8220210Z * [new branch] gh/laithsakka/160/head -> origin/gh/laithsakka/160/head 2025-08-26T19:43:54.8221176Z * [new branch] gh/laithsakka/160/orig -> origin/gh/laithsakka/160/orig 2025-08-26T19:43:54.8222608Z * [new branch] gh/laithsakka/178/base -> origin/gh/laithsakka/178/base 2025-08-26T19:43:54.8223690Z * [new branch] gh/laithsakka/178/head -> origin/gh/laithsakka/178/head 2025-08-26T19:43:54.8224644Z * [new branch] gh/laithsakka/178/orig -> origin/gh/laithsakka/178/orig 2025-08-26T19:43:54.8226083Z * [new branch] gh/laithsakka/191/base -> origin/gh/laithsakka/191/base 2025-08-26T19:43:54.8226989Z * [new branch] gh/laithsakka/191/head -> origin/gh/laithsakka/191/head 2025-08-26T19:43:54.8227941Z * [new branch] gh/laithsakka/191/orig -> origin/gh/laithsakka/191/orig 2025-08-26T19:43:54.8229318Z * [new branch] gh/laithsakka/237/base -> origin/gh/laithsakka/237/base 2025-08-26T19:43:54.8230163Z * [new branch] gh/laithsakka/237/head -> origin/gh/laithsakka/237/head 2025-08-26T19:43:54.8231228Z * [new branch] gh/laithsakka/237/orig -> origin/gh/laithsakka/237/orig 2025-08-26T19:43:54.8232439Z * [new branch] gh/laithsakka/238/base -> origin/gh/laithsakka/238/base 2025-08-26T19:43:54.8233401Z * [new branch] gh/laithsakka/238/head -> origin/gh/laithsakka/238/head 2025-08-26T19:43:54.8234397Z * [new branch] gh/laithsakka/238/orig -> origin/gh/laithsakka/238/orig 2025-08-26T19:43:54.8235780Z * [new branch] gh/laithsakka/248/base -> origin/gh/laithsakka/248/base 2025-08-26T19:43:54.8236758Z * [new branch] gh/laithsakka/248/head -> origin/gh/laithsakka/248/head 2025-08-26T19:43:54.8237738Z * [new branch] gh/laithsakka/248/orig -> origin/gh/laithsakka/248/orig 2025-08-26T19:43:54.8239126Z * [new branch] gh/laithsakka/249/base -> origin/gh/laithsakka/249/base 2025-08-26T19:43:54.8240016Z * [new branch] gh/laithsakka/249/head -> origin/gh/laithsakka/249/head 2025-08-26T19:43:54.8240949Z * [new branch] gh/laithsakka/249/orig -> origin/gh/laithsakka/249/orig 2025-08-26T19:43:54.8242520Z * [new branch] gh/laithsakka/250/base -> origin/gh/laithsakka/250/base 2025-08-26T19:43:54.8243230Z * [new branch] gh/laithsakka/250/head -> origin/gh/laithsakka/250/head 2025-08-26T19:43:54.8244294Z * [new branch] gh/laithsakka/250/orig -> origin/gh/laithsakka/250/orig 2025-08-26T19:43:54.8245663Z * [new branch] gh/laithsakka/251/base -> origin/gh/laithsakka/251/base 2025-08-26T19:43:54.8246551Z * [new branch] gh/laithsakka/251/head -> origin/gh/laithsakka/251/head 2025-08-26T19:43:54.8247525Z * [new branch] gh/laithsakka/251/orig -> origin/gh/laithsakka/251/orig 2025-08-26T19:43:54.8248910Z * [new branch] gh/laithsakka/252/base -> origin/gh/laithsakka/252/base 2025-08-26T19:43:54.8249892Z * [new branch] gh/laithsakka/252/head -> origin/gh/laithsakka/252/head 2025-08-26T19:43:54.8250869Z * [new branch] gh/laithsakka/252/orig -> origin/gh/laithsakka/252/orig 2025-08-26T19:43:54.8252060Z * [new branch] gh/laithsakka/253/base -> origin/gh/laithsakka/253/base 2025-08-26T19:43:54.8286451Z * [new branch] gh/laithsakka/253/head -> origin/gh/laithsakka/253/head 2025-08-26T19:43:54.8287145Z * [new branch] gh/laithsakka/253/orig -> origin/gh/laithsakka/253/orig 2025-08-26T19:43:54.8287839Z * [new branch] gh/laithsakka/254/base -> origin/gh/laithsakka/254/base 2025-08-26T19:43:54.8288547Z * [new branch] gh/laithsakka/254/head -> origin/gh/laithsakka/254/head 2025-08-26T19:43:54.8289113Z * [new branch] gh/laithsakka/254/orig -> origin/gh/laithsakka/254/orig 2025-08-26T19:43:54.8289683Z * [new branch] gh/laithsakka/255/base -> origin/gh/laithsakka/255/base 2025-08-26T19:43:54.8290373Z * [new branch] gh/laithsakka/255/head -> origin/gh/laithsakka/255/head 2025-08-26T19:43:54.8290919Z * [new branch] gh/laithsakka/255/orig -> origin/gh/laithsakka/255/orig 2025-08-26T19:43:54.8291608Z * [new branch] gh/laithsakka/256/base -> origin/gh/laithsakka/256/base 2025-08-26T19:43:54.8292167Z * [new branch] gh/laithsakka/256/head -> origin/gh/laithsakka/256/head 2025-08-26T19:43:54.8292834Z * [new branch] gh/laithsakka/256/orig -> origin/gh/laithsakka/256/orig 2025-08-26T19:43:54.8293488Z * [new branch] gh/laithsakka/257/base -> origin/gh/laithsakka/257/base 2025-08-26T19:43:54.8294073Z * [new branch] gh/laithsakka/257/head -> origin/gh/laithsakka/257/head 2025-08-26T19:43:54.8294747Z * [new branch] gh/laithsakka/257/orig -> origin/gh/laithsakka/257/orig 2025-08-26T19:43:54.8295315Z * [new branch] gh/laithsakka/258/base -> origin/gh/laithsakka/258/base 2025-08-26T19:43:54.8296143Z * [new branch] gh/laithsakka/258/head -> origin/gh/laithsakka/258/head 2025-08-26T19:43:54.8296806Z * [new branch] gh/laithsakka/258/orig -> origin/gh/laithsakka/258/orig 2025-08-26T19:43:54.8297389Z * [new branch] gh/laithsakka/259/base -> origin/gh/laithsakka/259/base 2025-08-26T19:43:54.8298085Z * [new branch] gh/laithsakka/259/head -> origin/gh/laithsakka/259/head 2025-08-26T19:43:54.8298646Z * [new branch] gh/laithsakka/259/orig -> origin/gh/laithsakka/259/orig 2025-08-26T19:43:54.8299193Z * [new branch] gh/laithsakka/260/base -> origin/gh/laithsakka/260/base 2025-08-26T19:43:54.8299752Z * [new branch] gh/laithsakka/260/head -> origin/gh/laithsakka/260/head 2025-08-26T19:43:54.8300303Z * [new branch] gh/laithsakka/260/orig -> origin/gh/laithsakka/260/orig 2025-08-26T19:43:54.8300863Z * [new branch] gh/laithsakka/261/base -> origin/gh/laithsakka/261/base 2025-08-26T19:43:54.8301534Z * [new branch] gh/laithsakka/261/head -> origin/gh/laithsakka/261/head 2025-08-26T19:43:54.8302213Z * [new branch] gh/laithsakka/261/orig -> origin/gh/laithsakka/261/orig 2025-08-26T19:43:54.8302772Z * [new branch] gh/laithsakka/262/base -> origin/gh/laithsakka/262/base 2025-08-26T19:43:54.8303316Z * [new branch] gh/laithsakka/262/head -> origin/gh/laithsakka/262/head 2025-08-26T19:43:54.8304001Z * [new branch] gh/laithsakka/262/orig -> origin/gh/laithsakka/262/orig 2025-08-26T19:43:54.8304685Z * [new branch] gh/laithsakka/263/base -> origin/gh/laithsakka/263/base 2025-08-26T19:43:54.8305261Z * [new branch] gh/laithsakka/263/head -> origin/gh/laithsakka/263/head 2025-08-26T19:43:54.8306083Z * [new branch] gh/laithsakka/263/orig -> origin/gh/laithsakka/263/orig 2025-08-26T19:43:54.8306714Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-08-26T19:43:54.8307315Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-08-26T19:43:54.8307987Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-08-26T19:43:54.8308551Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-08-26T19:43:54.8309218Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-08-26T19:43:54.8309786Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-08-26T19:43:54.8310432Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-08-26T19:43:54.8311092Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-08-26T19:43:54.8311659Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-08-26T19:43:54.8312359Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-08-26T19:43:54.8312912Z * [new branch] gh/lucaskabela/10/base -> origin/gh/lucaskabela/10/base 2025-08-26T19:43:54.8313601Z * [new branch] gh/lucaskabela/10/head -> origin/gh/lucaskabela/10/head 2025-08-26T19:43:54.8314168Z * [new branch] gh/lucaskabela/10/orig -> origin/gh/lucaskabela/10/orig 2025-08-26T19:43:54.8314859Z * [new branch] gh/lucaskabela/11/base -> origin/gh/lucaskabela/11/base 2025-08-26T19:43:54.8315538Z * [new branch] gh/lucaskabela/11/head -> origin/gh/lucaskabela/11/head 2025-08-26T19:43:54.8316096Z * [new branch] gh/lucaskabela/11/orig -> origin/gh/lucaskabela/11/orig 2025-08-26T19:43:54.8316785Z * [new branch] gh/lucaskabela/12/base -> origin/gh/lucaskabela/12/base 2025-08-26T19:43:54.8317429Z * [new branch] gh/lucaskabela/12/head -> origin/gh/lucaskabela/12/head 2025-08-26T19:43:54.8318128Z * [new branch] gh/lucaskabela/12/orig -> origin/gh/lucaskabela/12/orig 2025-08-26T19:43:54.8318846Z * [new branch] gh/lucaskabela/13/base -> origin/gh/lucaskabela/13/base 2025-08-26T19:43:54.8319423Z * [new branch] gh/lucaskabela/13/head -> origin/gh/lucaskabela/13/head 2025-08-26T19:43:54.8320101Z * [new branch] gh/lucaskabela/13/orig -> origin/gh/lucaskabela/13/orig 2025-08-26T19:43:54.8320683Z * [new branch] gh/lucaskabela/14/base -> origin/gh/lucaskabela/14/base 2025-08-26T19:43:54.8321347Z * [new branch] gh/lucaskabela/14/head -> origin/gh/lucaskabela/14/head 2025-08-26T19:43:54.8322101Z * [new branch] gh/lucaskabela/14/orig -> origin/gh/lucaskabela/14/orig 2025-08-26T19:43:54.8322679Z * [new branch] gh/lucaskabela/15/base -> origin/gh/lucaskabela/15/base 2025-08-26T19:43:54.8323377Z * [new branch] gh/lucaskabela/15/head -> origin/gh/lucaskabela/15/head 2025-08-26T19:43:54.8324000Z * [new branch] gh/lucaskabela/15/orig -> origin/gh/lucaskabela/15/orig 2025-08-26T19:43:54.8324616Z * [new branch] gh/lucaskabela/16/base -> origin/gh/lucaskabela/16/base 2025-08-26T19:43:54.8325312Z * [new branch] gh/lucaskabela/16/head -> origin/gh/lucaskabela/16/head 2025-08-26T19:43:54.8325866Z * [new branch] gh/lucaskabela/16/orig -> origin/gh/lucaskabela/16/orig 2025-08-26T19:43:54.8326579Z * [new branch] gh/lucaskabela/17/base -> origin/gh/lucaskabela/17/base 2025-08-26T19:43:54.8327639Z * [new branch] gh/lucaskabela/17/head -> origin/gh/lucaskabela/17/head 2025-08-26T19:43:54.8328617Z * [new branch] gh/lucaskabela/17/orig -> origin/gh/lucaskabela/17/orig 2025-08-26T19:43:54.8330138Z * [new branch] gh/lucaskabela/2/base -> origin/gh/lucaskabela/2/base 2025-08-26T19:43:54.8331067Z * [new branch] gh/lucaskabela/2/head -> origin/gh/lucaskabela/2/head 2025-08-26T19:43:54.8332083Z * [new branch] gh/lucaskabela/2/orig -> origin/gh/lucaskabela/2/orig 2025-08-26T19:43:54.8333765Z * [new branch] gh/lucaskabela/3/base -> origin/gh/lucaskabela/3/base 2025-08-26T19:43:54.8334703Z * [new branch] gh/lucaskabela/3/head -> origin/gh/lucaskabela/3/head 2025-08-26T19:43:54.8336254Z * [new branch] gh/lucaskabela/3/orig -> origin/gh/lucaskabela/3/orig 2025-08-26T19:43:54.8338124Z * [new branch] gh/lucaskabela/4/base -> origin/gh/lucaskabela/4/base 2025-08-26T19:43:54.8339852Z * [new branch] gh/lucaskabela/4/head -> origin/gh/lucaskabela/4/head 2025-08-26T19:43:54.8341099Z * [new branch] gh/lucaskabela/4/orig -> origin/gh/lucaskabela/4/orig 2025-08-26T19:43:54.8342468Z * [new branch] gh/lucaskabela/5/base -> origin/gh/lucaskabela/5/base 2025-08-26T19:43:54.8343348Z * [new branch] gh/lucaskabela/5/head -> origin/gh/lucaskabela/5/head 2025-08-26T19:43:54.8344903Z * [new branch] gh/lucaskabela/5/orig -> origin/gh/lucaskabela/5/orig 2025-08-26T19:43:54.8346322Z * [new branch] gh/lucaskabela/6/base -> origin/gh/lucaskabela/6/base 2025-08-26T19:43:54.8347293Z * [new branch] gh/lucaskabela/6/head -> origin/gh/lucaskabela/6/head 2025-08-26T19:43:54.8348268Z * [new branch] gh/lucaskabela/6/orig -> origin/gh/lucaskabela/6/orig 2025-08-26T19:43:54.8349701Z * [new branch] gh/lucaskabela/7/base -> origin/gh/lucaskabela/7/base 2025-08-26T19:43:54.8353361Z * [new branch] gh/lucaskabela/7/head -> origin/gh/lucaskabela/7/head 2025-08-26T19:43:54.8354659Z * [new branch] gh/lucaskabela/7/orig -> origin/gh/lucaskabela/7/orig 2025-08-26T19:43:54.8355880Z * [new branch] gh/lucaskabela/8/base -> origin/gh/lucaskabela/8/base 2025-08-26T19:43:54.8356488Z * [new branch] gh/lucaskabela/8/head -> origin/gh/lucaskabela/8/head 2025-08-26T19:43:54.8357438Z * [new branch] gh/lucaskabela/8/orig -> origin/gh/lucaskabela/8/orig 2025-08-26T19:43:54.8358349Z * [new branch] gh/lucaskabela/9/base -> origin/gh/lucaskabela/9/base 2025-08-26T19:43:54.8359153Z * [new branch] gh/lucaskabela/9/head -> origin/gh/lucaskabela/9/head 2025-08-26T19:43:54.8359889Z * [new branch] gh/lucaskabela/9/orig -> origin/gh/lucaskabela/9/orig 2025-08-26T19:43:54.8360912Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-08-26T19:43:54.8362106Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-08-26T19:43:54.8363186Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-08-26T19:43:54.8364763Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-08-26T19:43:54.8365756Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-08-26T19:43:54.8366892Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-08-26T19:43:54.8368286Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-08-26T19:43:54.8369348Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-08-26T19:43:54.8370424Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-08-26T19:43:54.8372311Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-08-26T19:43:54.8373726Z * [new branch] gh/malfet/330/base -> origin/gh/malfet/330/base 2025-08-26T19:43:54.8374841Z * [new branch] gh/malfet/330/head -> origin/gh/malfet/330/head 2025-08-26T19:43:54.8375941Z * [new branch] gh/malfet/330/orig -> origin/gh/malfet/330/orig 2025-08-26T19:43:54.8377363Z * [new branch] gh/malfet/396/base -> origin/gh/malfet/396/base 2025-08-26T19:43:54.8378431Z * [new branch] gh/malfet/396/head -> origin/gh/malfet/396/head 2025-08-26T19:43:54.8379542Z * [new branch] gh/malfet/396/orig -> origin/gh/malfet/396/orig 2025-08-26T19:43:54.8381106Z * [new branch] gh/malfet/397/base -> origin/gh/malfet/397/base 2025-08-26T19:43:54.8382216Z * [new branch] gh/malfet/397/head -> origin/gh/malfet/397/head 2025-08-26T19:43:54.8383281Z * [new branch] gh/malfet/397/orig -> origin/gh/malfet/397/orig 2025-08-26T19:43:54.8384711Z * [new branch] gh/malfet/398/base -> origin/gh/malfet/398/base 2025-08-26T19:43:54.8385698Z * [new branch] gh/malfet/398/head -> origin/gh/malfet/398/head 2025-08-26T19:43:54.8386803Z * [new branch] gh/malfet/398/orig -> origin/gh/malfet/398/orig 2025-08-26T19:43:54.8388828Z * [new branch] gh/malfet/399/base -> origin/gh/malfet/399/base 2025-08-26T19:43:54.8389850Z * [new branch] gh/malfet/399/head -> origin/gh/malfet/399/head 2025-08-26T19:43:54.8390889Z * [new branch] gh/malfet/399/orig -> origin/gh/malfet/399/orig 2025-08-26T19:43:54.8392325Z * [new branch] gh/malfet/414/base -> origin/gh/malfet/414/base 2025-08-26T19:43:54.8393378Z * [new branch] gh/malfet/414/head -> origin/gh/malfet/414/head 2025-08-26T19:43:54.8394488Z * [new branch] gh/malfet/414/orig -> origin/gh/malfet/414/orig 2025-08-26T19:43:54.8396441Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-08-26T19:43:54.8397445Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-08-26T19:43:54.8398722Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-08-26T19:43:54.8399993Z * [new branch] gh/malfet/418/base -> origin/gh/malfet/418/base 2025-08-26T19:43:54.8401051Z * [new branch] gh/malfet/418/head -> origin/gh/malfet/418/head 2025-08-26T19:43:54.8402287Z * [new branch] gh/malfet/418/orig -> origin/gh/malfet/418/orig 2025-08-26T19:43:54.8403705Z * [new branch] gh/malfet/456/base -> origin/gh/malfet/456/base 2025-08-26T19:43:54.8404766Z * [new branch] gh/malfet/456/head -> origin/gh/malfet/456/head 2025-08-26T19:43:54.8405894Z * [new branch] gh/malfet/456/orig -> origin/gh/malfet/456/orig 2025-08-26T19:43:54.8407241Z * [new branch] gh/malfet/457/base -> origin/gh/malfet/457/base 2025-08-26T19:43:54.8408298Z * [new branch] gh/malfet/457/head -> origin/gh/malfet/457/head 2025-08-26T19:43:54.8409382Z * [new branch] gh/malfet/457/orig -> origin/gh/malfet/457/orig 2025-08-26T19:43:54.8410761Z * [new branch] gh/malfet/459/base -> origin/gh/malfet/459/base 2025-08-26T19:43:54.8411781Z * [new branch] gh/malfet/459/head -> origin/gh/malfet/459/head 2025-08-26T19:43:54.8413024Z * [new branch] gh/malfet/459/orig -> origin/gh/malfet/459/orig 2025-08-26T19:43:54.8414331Z * [new branch] gh/malfet/460/base -> origin/gh/malfet/460/base 2025-08-26T19:43:54.8415376Z * [new branch] gh/malfet/460/head -> origin/gh/malfet/460/head 2025-08-26T19:43:54.8416457Z * [new branch] gh/malfet/460/orig -> origin/gh/malfet/460/orig 2025-08-26T19:43:54.8418049Z * [new branch] gh/malfet/461/base -> origin/gh/malfet/461/base 2025-08-26T19:43:54.8418999Z * [new branch] gh/malfet/461/head -> origin/gh/malfet/461/head 2025-08-26T19:43:54.8420104Z * [new branch] gh/malfet/461/orig -> origin/gh/malfet/461/orig 2025-08-26T19:43:54.8421479Z * [new branch] gh/malfet/462/base -> origin/gh/malfet/462/base 2025-08-26T19:43:54.8422524Z * [new branch] gh/malfet/462/head -> origin/gh/malfet/462/head 2025-08-26T19:43:54.8423629Z * [new branch] gh/malfet/462/orig -> origin/gh/malfet/462/orig 2025-08-26T19:43:54.8425063Z * [new branch] gh/malfet/463/base -> origin/gh/malfet/463/base 2025-08-26T19:43:54.8426076Z * [new branch] gh/malfet/463/head -> origin/gh/malfet/463/head 2025-08-26T19:43:54.8427174Z * [new branch] gh/malfet/463/orig -> origin/gh/malfet/463/orig 2025-08-26T19:43:54.8428514Z * [new branch] gh/malfet/464/base -> origin/gh/malfet/464/base 2025-08-26T19:43:54.8429634Z * [new branch] gh/malfet/464/head -> origin/gh/malfet/464/head 2025-08-26T19:43:54.8430829Z * [new branch] gh/malfet/464/orig -> origin/gh/malfet/464/orig 2025-08-26T19:43:54.8432896Z * [new branch] gh/malfet/465/base -> origin/gh/malfet/465/base 2025-08-26T19:43:54.8433765Z * [new branch] gh/malfet/465/head -> origin/gh/malfet/465/head 2025-08-26T19:43:54.8435124Z * [new branch] gh/malfet/465/orig -> origin/gh/malfet/465/orig 2025-08-26T19:43:54.8436603Z * [new branch] gh/malfet/466/base -> origin/gh/malfet/466/base 2025-08-26T19:43:54.8437795Z * [new branch] gh/malfet/466/head -> origin/gh/malfet/466/head 2025-08-26T19:43:54.8438915Z * [new branch] gh/malfet/466/orig -> origin/gh/malfet/466/orig 2025-08-26T19:43:54.8440446Z * [new branch] gh/malfet/467/base -> origin/gh/malfet/467/base 2025-08-26T19:43:54.8442418Z * [new branch] gh/malfet/467/head -> origin/gh/malfet/467/head 2025-08-26T19:43:54.8443458Z * [new branch] gh/malfet/467/orig -> origin/gh/malfet/467/orig 2025-08-26T19:43:54.8444953Z * [new branch] gh/malfet/468/base -> origin/gh/malfet/468/base 2025-08-26T19:43:54.8446018Z * [new branch] gh/malfet/468/head -> origin/gh/malfet/468/head 2025-08-26T19:43:54.8447118Z * [new branch] gh/malfet/468/orig -> origin/gh/malfet/468/orig 2025-08-26T19:43:54.8449031Z * [new branch] gh/malfet/469/base -> origin/gh/malfet/469/base 2025-08-26T19:43:54.8450058Z * [new branch] gh/malfet/469/head -> origin/gh/malfet/469/head 2025-08-26T19:43:54.8451173Z * [new branch] gh/malfet/469/orig -> origin/gh/malfet/469/orig 2025-08-26T19:43:54.8452699Z * [new branch] gh/malfet/470/base -> origin/gh/malfet/470/base 2025-08-26T19:43:54.8453793Z * [new branch] gh/malfet/470/head -> origin/gh/malfet/470/head 2025-08-26T19:43:54.8454878Z * [new branch] gh/malfet/470/orig -> origin/gh/malfet/470/orig 2025-08-26T19:43:54.8456380Z * [new branch] gh/malfet/471/base -> origin/gh/malfet/471/base 2025-08-26T19:43:54.8457537Z * [new branch] gh/malfet/471/head -> origin/gh/malfet/471/head 2025-08-26T19:43:54.8458687Z * [new branch] gh/malfet/471/orig -> origin/gh/malfet/471/orig 2025-08-26T19:43:54.8460277Z * [new branch] gh/malfet/472/base -> origin/gh/malfet/472/base 2025-08-26T19:43:54.8461697Z * [new branch] gh/malfet/472/head -> origin/gh/malfet/472/head 2025-08-26T19:43:54.8462442Z * [new branch] gh/malfet/472/orig -> origin/gh/malfet/472/orig 2025-08-26T19:43:54.8464123Z * [new branch] gh/malfet/473/base -> origin/gh/malfet/473/base 2025-08-26T19:43:54.8465058Z * [new branch] gh/malfet/473/head -> origin/gh/malfet/473/head 2025-08-26T19:43:54.8466190Z * [new branch] gh/malfet/473/orig -> origin/gh/malfet/473/orig 2025-08-26T19:43:54.8467897Z * [new branch] gh/malfet/474/base -> origin/gh/malfet/474/base 2025-08-26T19:43:54.8468777Z * [new branch] gh/malfet/474/head -> origin/gh/malfet/474/head 2025-08-26T19:43:54.8469988Z * [new branch] gh/malfet/474/orig -> origin/gh/malfet/474/orig 2025-08-26T19:43:54.8471488Z * [new branch] gh/malfet/475/base -> origin/gh/malfet/475/base 2025-08-26T19:43:54.8472750Z * [new branch] gh/malfet/475/head -> origin/gh/malfet/475/head 2025-08-26T19:43:54.8473933Z * [new branch] gh/malfet/475/orig -> origin/gh/malfet/475/orig 2025-08-26T19:43:54.8475416Z * [new branch] gh/malfet/476/base -> origin/gh/malfet/476/base 2025-08-26T19:43:54.8476421Z * [new branch] gh/malfet/476/head -> origin/gh/malfet/476/head 2025-08-26T19:43:54.8477647Z * [new branch] gh/malfet/476/orig -> origin/gh/malfet/476/orig 2025-08-26T19:43:54.8479993Z * [new branch] gh/malfet/477/base -> origin/gh/malfet/477/base 2025-08-26T19:43:54.8481447Z * [new branch] gh/malfet/477/head -> origin/gh/malfet/477/head 2025-08-26T19:43:54.8482712Z * [new branch] gh/malfet/477/orig -> origin/gh/malfet/477/orig 2025-08-26T19:43:54.8483937Z * [new branch] gh/malfet/478/base -> origin/gh/malfet/478/base 2025-08-26T19:43:54.8485196Z * [new branch] gh/malfet/478/head -> origin/gh/malfet/478/head 2025-08-26T19:43:54.8486175Z * [new branch] gh/malfet/478/orig -> origin/gh/malfet/478/orig 2025-08-26T19:43:54.8488011Z * [new branch] gh/malfet/479/base -> origin/gh/malfet/479/base 2025-08-26T19:43:54.8489342Z * [new branch] gh/malfet/479/head -> origin/gh/malfet/479/head 2025-08-26T19:43:54.8490208Z * [new branch] gh/malfet/479/orig -> origin/gh/malfet/479/orig 2025-08-26T19:43:54.8491741Z * [new branch] gh/malfet/480/base -> origin/gh/malfet/480/base 2025-08-26T19:43:54.8492754Z * [new branch] gh/malfet/480/head -> origin/gh/malfet/480/head 2025-08-26T19:43:54.8493959Z * [new branch] gh/malfet/480/orig -> origin/gh/malfet/480/orig 2025-08-26T19:43:54.8495578Z * [new branch] gh/malfet/481/base -> origin/gh/malfet/481/base 2025-08-26T19:43:54.8496556Z * [new branch] gh/malfet/481/head -> origin/gh/malfet/481/head 2025-08-26T19:43:54.8497752Z * [new branch] gh/malfet/481/orig -> origin/gh/malfet/481/orig 2025-08-26T19:43:54.8499154Z * [new branch] gh/malfet/482/base -> origin/gh/malfet/482/base 2025-08-26T19:43:54.8500200Z * [new branch] gh/malfet/482/head -> origin/gh/malfet/482/head 2025-08-26T19:43:54.8501274Z * [new branch] gh/malfet/482/orig -> origin/gh/malfet/482/orig 2025-08-26T19:43:54.8502834Z * [new branch] gh/malfet/483/base -> origin/gh/malfet/483/base 2025-08-26T19:43:54.8503828Z * [new branch] gh/malfet/483/head -> origin/gh/malfet/483/head 2025-08-26T19:43:54.8505013Z * [new branch] gh/malfet/483/orig -> origin/gh/malfet/483/orig 2025-08-26T19:43:54.8506473Z * [new branch] gh/malfet/484/base -> origin/gh/malfet/484/base 2025-08-26T19:43:54.8507659Z * [new branch] gh/malfet/484/head -> origin/gh/malfet/484/head 2025-08-26T19:43:54.8508844Z * [new branch] gh/malfet/484/orig -> origin/gh/malfet/484/orig 2025-08-26T19:43:54.8510516Z * [new branch] gh/malfet/485/base -> origin/gh/malfet/485/base 2025-08-26T19:43:54.8511520Z * [new branch] gh/malfet/485/head -> origin/gh/malfet/485/head 2025-08-26T19:43:54.8512759Z * [new branch] gh/malfet/485/orig -> origin/gh/malfet/485/orig 2025-08-26T19:43:54.8514254Z * [new branch] gh/malfet/486/base -> origin/gh/malfet/486/base 2025-08-26T19:43:54.8515463Z * [new branch] gh/malfet/486/head -> origin/gh/malfet/486/head 2025-08-26T19:43:54.8516419Z * [new branch] gh/malfet/486/orig -> origin/gh/malfet/486/orig 2025-08-26T19:43:54.8518438Z * [new branch] gh/malfet/487/base -> origin/gh/malfet/487/base 2025-08-26T19:43:54.8519491Z * [new branch] gh/malfet/487/head -> origin/gh/malfet/487/head 2025-08-26T19:43:54.8520663Z * [new branch] gh/malfet/487/orig -> origin/gh/malfet/487/orig 2025-08-26T19:43:54.8522337Z * [new branch] gh/malfet/488/base -> origin/gh/malfet/488/base 2025-08-26T19:43:54.8523316Z * [new branch] gh/malfet/488/head -> origin/gh/malfet/488/head 2025-08-26T19:43:54.8524514Z * [new branch] gh/malfet/488/orig -> origin/gh/malfet/488/orig 2025-08-26T19:43:54.8526322Z * [new branch] gh/malfet/489/base -> origin/gh/malfet/489/base 2025-08-26T19:43:54.8527330Z * [new branch] gh/malfet/489/head -> origin/gh/malfet/489/head 2025-08-26T19:43:54.8528706Z * [new branch] gh/malfet/489/orig -> origin/gh/malfet/489/orig 2025-08-26T19:43:54.8530256Z * [new branch] gh/malfet/490/base -> origin/gh/malfet/490/base 2025-08-26T19:43:54.8531242Z * [new branch] gh/malfet/490/head -> origin/gh/malfet/490/head 2025-08-26T19:43:54.8532478Z * [new branch] gh/malfet/490/orig -> origin/gh/malfet/490/orig 2025-08-26T19:43:54.8534013Z * [new branch] gh/malfet/491/base -> origin/gh/malfet/491/base 2025-08-26T19:43:54.8535180Z * [new branch] gh/malfet/491/head -> origin/gh/malfet/491/head 2025-08-26T19:43:54.8536253Z * [new branch] gh/malfet/491/orig -> origin/gh/malfet/491/orig 2025-08-26T19:43:54.8537887Z * [new branch] gh/malfet/492/base -> origin/gh/malfet/492/base 2025-08-26T19:43:54.8538893Z * [new branch] gh/malfet/492/head -> origin/gh/malfet/492/head 2025-08-26T19:43:54.8540510Z * [new branch] gh/malfet/492/orig -> origin/gh/malfet/492/orig 2025-08-26T19:43:54.8542849Z * [new branch] gh/malfet/493/base -> origin/gh/malfet/493/base 2025-08-26T19:43:54.8544324Z * [new branch] gh/malfet/493/head -> origin/gh/malfet/493/head 2025-08-26T19:43:54.8545992Z * [new branch] gh/malfet/493/orig -> origin/gh/malfet/493/orig 2025-08-26T19:43:54.8547997Z * [new branch] gh/malfet/494/base -> origin/gh/malfet/494/base 2025-08-26T19:43:54.8549490Z * [new branch] gh/malfet/494/head -> origin/gh/malfet/494/head 2025-08-26T19:43:54.8551083Z * [new branch] gh/malfet/494/orig -> origin/gh/malfet/494/orig 2025-08-26T19:43:54.8553033Z * [new branch] gh/malfet/495/base -> origin/gh/malfet/495/base 2025-08-26T19:43:54.8554700Z * [new branch] gh/malfet/495/head -> origin/gh/malfet/495/head 2025-08-26T19:43:54.8556283Z * [new branch] gh/malfet/495/orig -> origin/gh/malfet/495/orig 2025-08-26T19:43:54.8558336Z * [new branch] gh/malfet/496/base -> origin/gh/malfet/496/base 2025-08-26T19:43:54.8559876Z * [new branch] gh/malfet/496/head -> origin/gh/malfet/496/head 2025-08-26T19:43:54.8561567Z * [new branch] gh/malfet/496/orig -> origin/gh/malfet/496/orig 2025-08-26T19:43:54.8563686Z * [new branch] gh/malfet/497/base -> origin/gh/malfet/497/base 2025-08-26T19:43:54.8565518Z * [new branch] gh/malfet/497/head -> origin/gh/malfet/497/head 2025-08-26T19:43:54.8566414Z * [new branch] gh/malfet/497/orig -> origin/gh/malfet/497/orig 2025-08-26T19:43:54.8567847Z * [new branch] gh/malfet/498/base -> origin/gh/malfet/498/base 2025-08-26T19:43:54.8568899Z * [new branch] gh/malfet/498/head -> origin/gh/malfet/498/head 2025-08-26T19:43:54.8569860Z * [new branch] gh/malfet/498/orig -> origin/gh/malfet/498/orig 2025-08-26T19:43:54.8571088Z * [new branch] gh/malfet/499/base -> origin/gh/malfet/499/base 2025-08-26T19:43:54.8572091Z * [new branch] gh/malfet/499/head -> origin/gh/malfet/499/head 2025-08-26T19:43:54.8573067Z * [new branch] gh/malfet/499/orig -> origin/gh/malfet/499/orig 2025-08-26T19:43:54.8574423Z * [new branch] gh/malfet/500/base -> origin/gh/malfet/500/base 2025-08-26T19:43:54.8575416Z * [new branch] gh/malfet/500/head -> origin/gh/malfet/500/head 2025-08-26T19:43:54.8576416Z * [new branch] gh/malfet/500/orig -> origin/gh/malfet/500/orig 2025-08-26T19:43:54.8577883Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-08-26T19:43:54.8578864Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-08-26T19:43:54.8580866Z * [new branch] gh/manuelcandales/10/base -> origin/gh/manuelcandales/10/base 2025-08-26T19:43:54.8582114Z * [new branch] gh/manuelcandales/10/head -> origin/gh/manuelcandales/10/head 2025-08-26T19:43:54.8583109Z * [new branch] gh/manuelcandales/10/orig -> origin/gh/manuelcandales/10/orig 2025-08-26T19:43:54.8584481Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-08-26T19:43:54.8585555Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-08-26T19:43:54.8586360Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-08-26T19:43:54.8587770Z * [new branch] gh/manuelcandales/9/base -> origin/gh/manuelcandales/9/base 2025-08-26T19:43:54.8588778Z * [new branch] gh/manuelcandales/9/head -> origin/gh/manuelcandales/9/head 2025-08-26T19:43:54.8589792Z * [new branch] gh/manuelcandales/9/orig -> origin/gh/manuelcandales/9/orig 2025-08-26T19:43:54.8591574Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-08-26T19:43:54.8593338Z * [new branch] gh/masnesral/204/base -> origin/gh/masnesral/204/base 2025-08-26T19:43:54.8594460Z * [new branch] gh/masnesral/204/head -> origin/gh/masnesral/204/head 2025-08-26T19:43:54.8595871Z * [new branch] gh/masnesral/204/orig -> origin/gh/masnesral/204/orig 2025-08-26T19:43:54.8597319Z * [new branch] gh/masnesral/232/base -> origin/gh/masnesral/232/base 2025-08-26T19:43:54.8598373Z * [new branch] gh/masnesral/232/head -> origin/gh/masnesral/232/head 2025-08-26T19:43:54.8599419Z * [new branch] gh/masnesral/232/orig -> origin/gh/masnesral/232/orig 2025-08-26T19:43:54.8600753Z * [new branch] gh/masnesral/233/base -> origin/gh/masnesral/233/base 2025-08-26T19:43:54.8601841Z * [new branch] gh/masnesral/233/head -> origin/gh/masnesral/233/head 2025-08-26T19:43:54.8602901Z * [new branch] gh/masnesral/233/orig -> origin/gh/masnesral/233/orig 2025-08-26T19:43:54.8604431Z * [new branch] gh/masnesral/234/base -> origin/gh/masnesral/234/base 2025-08-26T19:43:54.8605507Z * [new branch] gh/masnesral/234/head -> origin/gh/masnesral/234/head 2025-08-26T19:43:54.8606591Z * [new branch] gh/masnesral/234/orig -> origin/gh/masnesral/234/orig 2025-08-26T19:43:54.8607975Z * [new branch] gh/masnesral/235/base -> origin/gh/masnesral/235/base 2025-08-26T19:43:54.8609008Z * [new branch] gh/masnesral/235/head -> origin/gh/masnesral/235/head 2025-08-26T19:43:54.8609997Z * [new branch] gh/masnesral/235/orig -> origin/gh/masnesral/235/orig 2025-08-26T19:43:54.8611276Z * [new branch] gh/masnesral/236/base -> origin/gh/masnesral/236/base 2025-08-26T19:43:54.8612254Z * [new branch] gh/masnesral/236/head -> origin/gh/masnesral/236/head 2025-08-26T19:43:54.8613312Z * [new branch] gh/masnesral/236/orig -> origin/gh/masnesral/236/orig 2025-08-26T19:43:54.8614641Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-08-26T19:43:54.8616303Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-08-26T19:43:54.8617365Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-08-26T19:43:54.8618533Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-08-26T19:43:54.8619541Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-08-26T19:43:54.8620698Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-08-26T19:43:54.8621699Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-08-26T19:43:54.8623285Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-08-26T19:43:54.8624252Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-08-26T19:43:54.8625436Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-08-26T19:43:54.8626426Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-08-26T19:43:54.8627633Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-08-26T19:43:54.8628909Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-08-26T19:43:54.8630195Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-08-26T19:43:54.8631116Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-08-26T19:43:54.8632752Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-08-26T19:43:54.8633757Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-08-26T19:43:54.8634958Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-08-26T19:43:54.8635971Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-08-26T19:43:54.8637183Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-08-26T19:43:54.8638107Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-08-26T19:43:54.8639356Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-08-26T19:43:54.8640811Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-08-26T19:43:54.8642201Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-08-26T19:43:54.8643206Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-08-26T19:43:54.8644589Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-08-26T19:43:54.8645628Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-08-26T19:43:54.8646651Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-08-26T19:43:54.8647933Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-08-26T19:43:54.8648944Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-08-26T19:43:54.8649936Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-08-26T19:43:54.8651227Z * [new branch] gh/mikaylagawarecki/329/base -> origin/gh/mikaylagawarecki/329/base 2025-08-26T19:43:54.8652192Z * [new branch] gh/mikaylagawarecki/329/head -> origin/gh/mikaylagawarecki/329/head 2025-08-26T19:43:54.8653131Z * [new branch] gh/mikaylagawarecki/329/orig -> origin/gh/mikaylagawarecki/329/orig 2025-08-26T19:43:54.8654566Z * [new branch] gh/mikaylagawarecki/330/base -> origin/gh/mikaylagawarecki/330/base 2025-08-26T19:43:54.8655571Z * [new branch] gh/mikaylagawarecki/330/head -> origin/gh/mikaylagawarecki/330/head 2025-08-26T19:43:54.8656535Z * [new branch] gh/mikaylagawarecki/330/orig -> origin/gh/mikaylagawarecki/330/orig 2025-08-26T19:43:54.8658003Z * [new branch] gh/mikaylagawarecki/331/base -> origin/gh/mikaylagawarecki/331/base 2025-08-26T19:43:54.8659010Z * [new branch] gh/mikaylagawarecki/331/head -> origin/gh/mikaylagawarecki/331/head 2025-08-26T19:43:54.8659962Z * [new branch] gh/mikaylagawarecki/331/orig -> origin/gh/mikaylagawarecki/331/orig 2025-08-26T19:43:54.8661452Z * [new branch] gh/mikaylagawarecki/332/base -> origin/gh/mikaylagawarecki/332/base 2025-08-26T19:43:54.8662433Z * [new branch] gh/mikaylagawarecki/332/head -> origin/gh/mikaylagawarecki/332/head 2025-08-26T19:43:54.8663372Z * [new branch] gh/mikaylagawarecki/332/orig -> origin/gh/mikaylagawarecki/332/orig 2025-08-26T19:43:54.8664543Z * [new branch] gh/mikaylagawarecki/333/base -> origin/gh/mikaylagawarecki/333/base 2025-08-26T19:43:54.8665776Z * [new branch] gh/mikaylagawarecki/333/head -> origin/gh/mikaylagawarecki/333/head 2025-08-26T19:43:54.8666760Z * [new branch] gh/mikaylagawarecki/333/orig -> origin/gh/mikaylagawarecki/333/orig 2025-08-26T19:43:54.8668533Z * [new branch] gh/mikaylagawarecki/334/base -> origin/gh/mikaylagawarecki/334/base 2025-08-26T19:43:54.8669467Z * [new branch] gh/mikaylagawarecki/334/head -> origin/gh/mikaylagawarecki/334/head 2025-08-26T19:43:54.8670430Z * [new branch] gh/mikaylagawarecki/334/orig -> origin/gh/mikaylagawarecki/334/orig 2025-08-26T19:43:54.8671767Z * [new branch] gh/mikaylagawarecki/335/base -> origin/gh/mikaylagawarecki/335/base 2025-08-26T19:43:54.8672926Z * [new branch] gh/mikaylagawarecki/335/head -> origin/gh/mikaylagawarecki/335/head 2025-08-26T19:43:54.8674809Z * [new branch] gh/mikaylagawarecki/335/orig -> origin/gh/mikaylagawarecki/335/orig 2025-08-26T19:43:54.8676143Z * [new branch] gh/mikaylagawarecki/336/base -> origin/gh/mikaylagawarecki/336/base 2025-08-26T19:43:54.8677109Z * [new branch] gh/mikaylagawarecki/336/head -> origin/gh/mikaylagawarecki/336/head 2025-08-26T19:43:54.8678070Z * [new branch] gh/mikaylagawarecki/336/orig -> origin/gh/mikaylagawarecki/336/orig 2025-08-26T19:43:54.8679262Z * [new branch] gh/mikaylagawarecki/337/base -> origin/gh/mikaylagawarecki/337/base 2025-08-26T19:43:54.8680198Z * [new branch] gh/mikaylagawarecki/337/head -> origin/gh/mikaylagawarecki/337/head 2025-08-26T19:43:54.8681334Z * [new branch] gh/mikaylagawarecki/337/orig -> origin/gh/mikaylagawarecki/337/orig 2025-08-26T19:43:54.8683193Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-08-26T19:43:54.8684197Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-08-26T19:43:54.8685144Z * [new branch] gh/mlazos/1/orig -> origin/gh/mlazos/1/orig 2025-08-26T19:43:54.8686534Z * [new branch] gh/mlazos/10/base -> origin/gh/mlazos/10/base 2025-08-26T19:43:54.8687533Z * [new branch] gh/mlazos/10/head -> origin/gh/mlazos/10/head 2025-08-26T19:43:54.8688549Z * [new branch] gh/mlazos/10/orig -> origin/gh/mlazos/10/orig 2025-08-26T19:43:54.8689752Z * [new branch] gh/mlazos/11/base -> origin/gh/mlazos/11/base 2025-08-26T19:43:54.8690755Z * [new branch] gh/mlazos/11/head -> origin/gh/mlazos/11/head 2025-08-26T19:43:54.8691758Z * [new branch] gh/mlazos/11/orig -> origin/gh/mlazos/11/orig 2025-08-26T19:43:54.8693047Z * [new branch] gh/mlazos/12/base -> origin/gh/mlazos/12/base 2025-08-26T19:43:54.8694022Z * [new branch] gh/mlazos/12/head -> origin/gh/mlazos/12/head 2025-08-26T19:43:54.8695015Z * [new branch] gh/mlazos/12/orig -> origin/gh/mlazos/12/orig 2025-08-26T19:43:54.8696642Z * [new branch] gh/mlazos/13/base -> origin/gh/mlazos/13/base 2025-08-26T19:43:54.8697766Z * [new branch] gh/mlazos/13/head -> origin/gh/mlazos/13/head 2025-08-26T19:43:54.8698769Z * [new branch] gh/mlazos/13/orig -> origin/gh/mlazos/13/orig 2025-08-26T19:43:54.8700457Z * [new branch] gh/mlazos/14/base -> origin/gh/mlazos/14/base 2025-08-26T19:43:54.8701430Z * [new branch] gh/mlazos/14/head -> origin/gh/mlazos/14/head 2025-08-26T19:43:54.8702546Z * [new branch] gh/mlazos/14/orig -> origin/gh/mlazos/14/orig 2025-08-26T19:43:54.8704171Z * [new branch] gh/mlazos/15/base -> origin/gh/mlazos/15/base 2025-08-26T19:43:54.8705263Z * [new branch] gh/mlazos/15/head -> origin/gh/mlazos/15/head 2025-08-26T19:43:54.8706421Z * [new branch] gh/mlazos/15/orig -> origin/gh/mlazos/15/orig 2025-08-26T19:43:54.8707889Z * [new branch] gh/mlazos/16/base -> origin/gh/mlazos/16/base 2025-08-26T19:43:54.8709082Z * [new branch] gh/mlazos/16/head -> origin/gh/mlazos/16/head 2025-08-26T19:43:54.8710270Z * [new branch] gh/mlazos/16/orig -> origin/gh/mlazos/16/orig 2025-08-26T19:43:54.8711756Z * [new branch] gh/mlazos/17/base -> origin/gh/mlazos/17/base 2025-08-26T19:43:54.8712893Z * [new branch] gh/mlazos/17/head -> origin/gh/mlazos/17/head 2025-08-26T19:43:54.8713909Z * [new branch] gh/mlazos/17/orig -> origin/gh/mlazos/17/orig 2025-08-26T19:43:54.8715475Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-08-26T19:43:54.8716521Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-08-26T19:43:54.8717628Z * [new branch] gh/mlazos/2/orig -> origin/gh/mlazos/2/orig 2025-08-26T19:43:54.8719203Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-08-26T19:43:54.8720243Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-08-26T19:43:54.8721299Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-08-26T19:43:54.8722988Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-08-26T19:43:54.8724079Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-08-26T19:43:54.8725242Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-08-26T19:43:54.8726814Z * [new branch] gh/mlazos/5/base -> origin/gh/mlazos/5/base 2025-08-26T19:43:54.8727981Z * [new branch] gh/mlazos/5/head -> origin/gh/mlazos/5/head 2025-08-26T19:43:54.8729511Z * [new branch] gh/mlazos/5/orig -> origin/gh/mlazos/5/orig 2025-08-26T19:43:54.8731028Z * [new branch] gh/mlazos/6/base -> origin/gh/mlazos/6/base 2025-08-26T19:43:54.8732043Z * [new branch] gh/mlazos/6/head -> origin/gh/mlazos/6/head 2025-08-26T19:43:54.8733185Z * [new branch] gh/mlazos/6/orig -> origin/gh/mlazos/6/orig 2025-08-26T19:43:54.8734792Z * [new branch] gh/mlazos/7/base -> origin/gh/mlazos/7/base 2025-08-26T19:43:54.8735965Z * [new branch] gh/mlazos/7/head -> origin/gh/mlazos/7/head 2025-08-26T19:43:54.8737114Z * [new branch] gh/mlazos/7/orig -> origin/gh/mlazos/7/orig 2025-08-26T19:43:54.8738520Z * [new branch] gh/mlazos/8/base -> origin/gh/mlazos/8/base 2025-08-26T19:43:54.8739642Z * [new branch] gh/mlazos/8/head -> origin/gh/mlazos/8/head 2025-08-26T19:43:54.8740761Z * [new branch] gh/mlazos/8/orig -> origin/gh/mlazos/8/orig 2025-08-26T19:43:54.8742351Z * [new branch] gh/mlazos/9/base -> origin/gh/mlazos/9/base 2025-08-26T19:43:54.8743645Z * [new branch] gh/mlazos/9/head -> origin/gh/mlazos/9/head 2025-08-26T19:43:54.8744783Z * [new branch] gh/mlazos/9/orig -> origin/gh/mlazos/9/orig 2025-08-26T19:43:54.8746473Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-08-26T19:43:54.8747690Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-08-26T19:43:54.8749461Z * [new branch] gh/muchulee8/62/base -> origin/gh/muchulee8/62/base 2025-08-26T19:43:54.8750695Z * [new branch] gh/muchulee8/62/head -> origin/gh/muchulee8/62/head 2025-08-26T19:43:54.8751793Z * [new branch] gh/muchulee8/62/orig -> origin/gh/muchulee8/62/orig 2025-08-26T19:43:54.8753352Z * [new branch] gh/muchulee8/63/base -> origin/gh/muchulee8/63/base 2025-08-26T19:43:54.8754391Z * [new branch] gh/muchulee8/63/head -> origin/gh/muchulee8/63/head 2025-08-26T19:43:54.8755740Z * [new branch] gh/muchulee8/63/orig -> origin/gh/muchulee8/63/orig 2025-08-26T19:43:54.8757360Z * [new branch] gh/muchulee8/64/base -> origin/gh/muchulee8/64/base 2025-08-26T19:43:54.8758418Z * [new branch] gh/muchulee8/64/head -> origin/gh/muchulee8/64/head 2025-08-26T19:43:54.8759560Z * [new branch] gh/muchulee8/64/orig -> origin/gh/muchulee8/64/orig 2025-08-26T19:43:54.8761185Z * [new branch] gh/muchulee8/65/base -> origin/gh/muchulee8/65/base 2025-08-26T19:43:54.8763260Z * [new branch] gh/muchulee8/65/head -> origin/gh/muchulee8/65/head 2025-08-26T19:43:54.8764519Z * [new branch] gh/muchulee8/65/orig -> origin/gh/muchulee8/65/orig 2025-08-26T19:43:54.8766308Z * [new branch] gh/naveenthangudu/1/base -> origin/gh/naveenthangudu/1/base 2025-08-26T19:43:54.8767436Z * [new branch] gh/naveenthangudu/1/head -> origin/gh/naveenthangudu/1/head 2025-08-26T19:43:54.8768714Z * [new branch] gh/naveenthangudu/1/orig -> origin/gh/naveenthangudu/1/orig 2025-08-26T19:43:54.8770161Z * [new branch] gh/naveenthangudu/2/base -> origin/gh/naveenthangudu/2/base 2025-08-26T19:43:54.8771394Z * [new branch] gh/naveenthangudu/2/head -> origin/gh/naveenthangudu/2/head 2025-08-26T19:43:54.8772625Z * [new branch] gh/naveenthangudu/2/orig -> origin/gh/naveenthangudu/2/orig 2025-08-26T19:43:54.8774027Z * [new branch] gh/naveenthangudu/3/base -> origin/gh/naveenthangudu/3/base 2025-08-26T19:43:54.8775166Z * [new branch] gh/naveenthangudu/3/head -> origin/gh/naveenthangudu/3/head 2025-08-26T19:43:54.8776398Z * [new branch] gh/naveenthangudu/3/orig -> origin/gh/naveenthangudu/3/orig 2025-08-26T19:43:54.8777728Z * [new branch] gh/naveenthangudu/4/base -> origin/gh/naveenthangudu/4/base 2025-08-26T19:43:54.8778799Z * [new branch] gh/naveenthangudu/4/head -> origin/gh/naveenthangudu/4/head 2025-08-26T19:43:54.8780139Z * [new branch] gh/naveenthangudu/4/orig -> origin/gh/naveenthangudu/4/orig 2025-08-26T19:43:54.8781647Z * [new branch] gh/naveenthangudu/5/base -> origin/gh/naveenthangudu/5/base 2025-08-26T19:43:54.8782802Z * [new branch] gh/naveenthangudu/5/head -> origin/gh/naveenthangudu/5/head 2025-08-26T19:43:54.8784170Z * [new branch] gh/naveenthangudu/5/orig -> origin/gh/naveenthangudu/5/orig 2025-08-26T19:43:54.8785507Z * [new branch] gh/naveenthangudu/6/base -> origin/gh/naveenthangudu/6/base 2025-08-26T19:43:54.8786700Z * [new branch] gh/naveenthangudu/6/head -> origin/gh/naveenthangudu/6/head 2025-08-26T19:43:54.8787738Z * [new branch] gh/naveenthangudu/6/orig -> origin/gh/naveenthangudu/6/orig 2025-08-26T19:43:54.8789410Z * [new branch] gh/oulgen/35/base -> origin/gh/oulgen/35/base 2025-08-26T19:43:54.8790612Z * [new branch] gh/oulgen/35/head -> origin/gh/oulgen/35/head 2025-08-26T19:43:54.8791674Z * [new branch] gh/oulgen/35/orig -> origin/gh/oulgen/35/orig 2025-08-26T19:43:54.8793256Z * [new branch] gh/oulgen/44/base -> origin/gh/oulgen/44/base 2025-08-26T19:43:54.8794385Z * [new branch] gh/oulgen/44/head -> origin/gh/oulgen/44/head 2025-08-26T19:43:54.8795513Z * [new branch] gh/oulgen/44/orig -> origin/gh/oulgen/44/orig 2025-08-26T19:43:54.8797001Z * [new branch] gh/oulgen/45/base -> origin/gh/oulgen/45/base 2025-08-26T19:43:54.8798147Z * [new branch] gh/oulgen/45/head -> origin/gh/oulgen/45/head 2025-08-26T19:43:54.8799321Z * [new branch] gh/oulgen/45/orig -> origin/gh/oulgen/45/orig 2025-08-26T19:43:54.8800741Z * [new branch] gh/oulgen/46/base -> origin/gh/oulgen/46/base 2025-08-26T19:43:54.8801942Z * [new branch] gh/oulgen/46/head -> origin/gh/oulgen/46/head 2025-08-26T19:43:54.8803033Z * [new branch] gh/oulgen/46/orig -> origin/gh/oulgen/46/orig 2025-08-26T19:43:54.8804474Z * [new branch] gh/oulgen/47/base -> origin/gh/oulgen/47/base 2025-08-26T19:43:54.8805536Z * [new branch] gh/oulgen/47/head -> origin/gh/oulgen/47/head 2025-08-26T19:43:54.8806644Z * [new branch] gh/oulgen/47/orig -> origin/gh/oulgen/47/orig 2025-08-26T19:43:54.8808451Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-08-26T19:43:54.8809594Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-08-26T19:43:54.8810747Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-08-26T19:43:54.8812637Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-08-26T19:43:54.8813945Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-08-26T19:43:54.8815078Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-08-26T19:43:54.8816798Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-08-26T19:43:54.8817911Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-08-26T19:43:54.8819093Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-08-26T19:43:54.8820777Z * [new branch] gh/qqaatw/29/base -> origin/gh/qqaatw/29/base 2025-08-26T19:43:54.8821930Z * [new branch] gh/qqaatw/29/head -> origin/gh/qqaatw/29/head 2025-08-26T19:43:54.8823101Z * [new branch] gh/qqaatw/29/orig -> origin/gh/qqaatw/29/orig 2025-08-26T19:43:54.8824631Z * [new branch] gh/raymo/cleanup-dynamo-logging -> origin/gh/raymo/cleanup-dynamo-logging 2025-08-26T19:43:54.8825632Z * [new branch] gh/raymo/refresh-script -> origin/gh/raymo/refresh-script 2025-08-26T19:43:54.8827307Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-08-26T19:43:54.8828419Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-08-26T19:43:54.8830224Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-08-26T19:43:54.8831766Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-08-26T19:43:54.8832932Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-08-26T19:43:54.8834547Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-08-26T19:43:54.8835593Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-08-26T19:43:54.8836664Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-08-26T19:43:54.8838073Z * [new branch] gh/rec/156/base -> origin/gh/rec/156/base 2025-08-26T19:43:54.8839249Z * [new branch] gh/rec/156/head -> origin/gh/rec/156/head 2025-08-26T19:43:54.8840352Z * [new branch] gh/rec/156/orig -> origin/gh/rec/156/orig 2025-08-26T19:43:54.8841860Z * [new branch] gh/rec/158/base -> origin/gh/rec/158/base 2025-08-26T19:43:54.8843032Z * [new branch] gh/rec/158/head -> origin/gh/rec/158/head 2025-08-26T19:43:54.8844119Z * [new branch] gh/rec/158/orig -> origin/gh/rec/158/orig 2025-08-26T19:43:54.8845645Z * [new branch] gh/rec/159/base -> origin/gh/rec/159/base 2025-08-26T19:43:54.8846801Z * [new branch] gh/rec/159/head -> origin/gh/rec/159/head 2025-08-26T19:43:54.8848374Z * [new branch] gh/rec/160/base -> origin/gh/rec/160/base 2025-08-26T19:43:54.8849493Z * [new branch] gh/rec/160/head -> origin/gh/rec/160/head 2025-08-26T19:43:54.8850583Z * [new branch] gh/rec/160/orig -> origin/gh/rec/160/orig 2025-08-26T19:43:54.8851984Z * [new branch] gh/rec/161/base -> origin/gh/rec/161/base 2025-08-26T19:43:54.8853113Z * [new branch] gh/rec/161/head -> origin/gh/rec/161/head 2025-08-26T19:43:54.8854207Z * [new branch] gh/rec/161/orig -> origin/gh/rec/161/orig 2025-08-26T19:43:54.8855778Z * [new branch] gh/rec/162/base -> origin/gh/rec/162/base 2025-08-26T19:43:54.8856829Z * [new branch] gh/rec/162/head -> origin/gh/rec/162/head 2025-08-26T19:43:54.8857875Z * [new branch] gh/rec/162/orig -> origin/gh/rec/162/orig 2025-08-26T19:43:54.8859433Z * [new branch] gh/rec/163/base -> origin/gh/rec/163/base 2025-08-26T19:43:54.8860558Z * [new branch] gh/rec/163/head -> origin/gh/rec/163/head 2025-08-26T19:43:54.8861667Z * [new branch] gh/rec/163/orig -> origin/gh/rec/163/orig 2025-08-26T19:43:54.8863143Z * [new branch] gh/rec/164/base -> origin/gh/rec/164/base 2025-08-26T19:43:54.8864252Z * [new branch] gh/rec/164/head -> origin/gh/rec/164/head 2025-08-26T19:43:54.8865374Z * [new branch] gh/rec/164/orig -> origin/gh/rec/164/orig 2025-08-26T19:43:54.8866869Z * [new branch] gh/rec/165/base -> origin/gh/rec/165/base 2025-08-26T19:43:54.8867964Z * [new branch] gh/rec/165/head -> origin/gh/rec/165/head 2025-08-26T19:43:54.8869068Z * [new branch] gh/rec/165/orig -> origin/gh/rec/165/orig 2025-08-26T19:43:54.8871402Z * [new branch] gh/robert-hardwick/1/base -> origin/gh/robert-hardwick/1/base 2025-08-26T19:43:54.8872506Z * [new branch] gh/robert-hardwick/1/head -> origin/gh/robert-hardwick/1/head 2025-08-26T19:43:54.8873655Z * [new branch] gh/robert-hardwick/1/orig -> origin/gh/robert-hardwick/1/orig 2025-08-26T19:43:54.8875224Z * [new branch] gh/robert-hardwick/2/base -> origin/gh/robert-hardwick/2/base 2025-08-26T19:43:54.8876328Z * [new branch] gh/robert-hardwick/2/head -> origin/gh/robert-hardwick/2/head 2025-08-26T19:43:54.8877473Z * [new branch] gh/robert-hardwick/2/orig -> origin/gh/robert-hardwick/2/orig 2025-08-26T19:43:54.8878969Z * [new branch] gh/robert-hardwick/3/base -> origin/gh/robert-hardwick/3/base 2025-08-26T19:43:54.8880048Z * [new branch] gh/robert-hardwick/3/head -> origin/gh/robert-hardwick/3/head 2025-08-26T19:43:54.8881341Z * [new branch] gh/robert-hardwick/3/orig -> origin/gh/robert-hardwick/3/orig 2025-08-26T19:43:54.8882991Z * [new branch] gh/robert-hardwick/4/base -> origin/gh/robert-hardwick/4/base 2025-08-26T19:43:54.8884089Z * [new branch] gh/robert-hardwick/4/head -> origin/gh/robert-hardwick/4/head 2025-08-26T19:43:54.8885168Z * [new branch] gh/robert-hardwick/4/orig -> origin/gh/robert-hardwick/4/orig 2025-08-26T19:43:54.8886858Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-08-26T19:43:54.8887985Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-08-26T19:43:54.8889581Z * [new branch] gh/rtimpe/10/base -> origin/gh/rtimpe/10/base 2025-08-26T19:43:54.8890650Z * [new branch] gh/rtimpe/10/head -> origin/gh/rtimpe/10/head 2025-08-26T19:43:54.8891865Z * [new branch] gh/rtimpe/10/orig -> origin/gh/rtimpe/10/orig 2025-08-26T19:43:54.8893227Z * [new branch] gh/rtimpe/11/base -> origin/gh/rtimpe/11/base 2025-08-26T19:43:54.8894409Z * [new branch] gh/rtimpe/11/head -> origin/gh/rtimpe/11/head 2025-08-26T19:43:54.8895541Z * [new branch] gh/rtimpe/11/orig -> origin/gh/rtimpe/11/orig 2025-08-26T19:43:54.8896952Z * [new branch] gh/rtimpe/12/base -> origin/gh/rtimpe/12/base 2025-08-26T19:43:54.8898029Z * [new branch] gh/rtimpe/12/head -> origin/gh/rtimpe/12/head 2025-08-26T19:43:54.8899150Z * [new branch] gh/rtimpe/12/orig -> origin/gh/rtimpe/12/orig 2025-08-26T19:43:54.8900540Z * [new branch] gh/rtimpe/13/base -> origin/gh/rtimpe/13/base 2025-08-26T19:43:54.8901666Z * [new branch] gh/rtimpe/13/head -> origin/gh/rtimpe/13/head 2025-08-26T19:43:54.8902783Z * [new branch] gh/rtimpe/13/orig -> origin/gh/rtimpe/13/orig 2025-08-26T19:43:54.8904356Z * [new branch] gh/rtimpe/14/base -> origin/gh/rtimpe/14/base 2025-08-26T19:43:54.8905426Z * [new branch] gh/rtimpe/14/head -> origin/gh/rtimpe/14/head 2025-08-26T19:43:54.8906645Z * [new branch] gh/rtimpe/14/orig -> origin/gh/rtimpe/14/orig 2025-08-26T19:43:54.8908537Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-08-26T19:43:54.8909606Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-08-26T19:43:54.8911132Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-08-26T19:43:54.8912197Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-08-26T19:43:54.8913590Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-08-26T19:43:54.8914737Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-08-26T19:43:54.8916187Z * [new branch] gh/rtimpe/6/base -> origin/gh/rtimpe/6/base 2025-08-26T19:43:54.8917313Z * [new branch] gh/rtimpe/6/head -> origin/gh/rtimpe/6/head 2025-08-26T19:43:54.8918498Z * [new branch] gh/rtimpe/6/orig -> origin/gh/rtimpe/6/orig 2025-08-26T19:43:54.8919894Z * [new branch] gh/rtimpe/7/base -> origin/gh/rtimpe/7/base 2025-08-26T19:43:54.8921117Z * [new branch] gh/rtimpe/7/head -> origin/gh/rtimpe/7/head 2025-08-26T19:43:54.8922327Z * [new branch] gh/rtimpe/7/orig -> origin/gh/rtimpe/7/orig 2025-08-26T19:43:54.8923752Z * [new branch] gh/rtimpe/8/base -> origin/gh/rtimpe/8/base 2025-08-26T19:43:54.8924899Z * [new branch] gh/rtimpe/8/head -> origin/gh/rtimpe/8/head 2025-08-26T19:43:54.8926416Z * [new branch] gh/rtimpe/8/orig -> origin/gh/rtimpe/8/orig 2025-08-26T19:43:54.8927918Z * [new branch] gh/rtimpe/9/base -> origin/gh/rtimpe/9/base 2025-08-26T19:43:54.8929054Z * [new branch] gh/rtimpe/9/head -> origin/gh/rtimpe/9/head 2025-08-26T19:43:54.8930152Z * [new branch] gh/rtimpe/9/orig -> origin/gh/rtimpe/9/orig 2025-08-26T19:43:54.8932220Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-08-26T19:43:54.8933421Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-08-26T19:43:54.8934547Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-08-26T19:43:54.8935923Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-08-26T19:43:54.8937081Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-08-26T19:43:54.8938409Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-08-26T19:43:54.8939692Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-08-26T19:43:54.8940889Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-08-26T19:43:54.8942015Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-08-26T19:43:54.8943388Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-08-26T19:43:54.8944618Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-08-26T19:43:54.8945767Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-08-26T19:43:54.8947210Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-08-26T19:43:54.8948411Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-08-26T19:43:54.8949580Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-08-26T19:43:54.8950889Z * [new branch] gh/ruisizhang123/8/base -> origin/gh/ruisizhang123/8/base 2025-08-26T19:43:54.8952068Z * [new branch] gh/ruisizhang123/8/head -> origin/gh/ruisizhang123/8/head 2025-08-26T19:43:54.8953183Z * [new branch] gh/ruisizhang123/8/orig -> origin/gh/ruisizhang123/8/orig 2025-08-26T19:43:54.8954844Z * [new branch] gh/sarckk/2/base -> origin/gh/sarckk/2/base 2025-08-26T19:43:54.8956018Z * [new branch] gh/sarckk/2/head -> origin/gh/sarckk/2/head 2025-08-26T19:43:54.8957143Z * [new branch] gh/sarckk/2/orig -> origin/gh/sarckk/2/orig 2025-08-26T19:43:54.8958941Z * [new branch] gh/seemethere/23/head -> origin/gh/seemethere/23/head 2025-08-26T19:43:54.8960398Z * [new branch] gh/seemethere/32/base -> origin/gh/seemethere/32/base 2025-08-26T19:43:54.8961622Z * [new branch] gh/seemethere/32/head -> origin/gh/seemethere/32/head 2025-08-26T19:43:54.8962896Z * [new branch] gh/seemethere/32/orig -> origin/gh/seemethere/32/orig 2025-08-26T19:43:54.8964323Z * [new branch] gh/seemethere/33/base -> origin/gh/seemethere/33/base 2025-08-26T19:43:54.8965467Z * [new branch] gh/seemethere/33/head -> origin/gh/seemethere/33/head 2025-08-26T19:43:54.8966610Z * [new branch] gh/seemethere/33/orig -> origin/gh/seemethere/33/orig 2025-08-26T19:43:54.8968031Z * [new branch] gh/seemethere/34/base -> origin/gh/seemethere/34/base 2025-08-26T19:43:54.8969185Z * [new branch] gh/seemethere/34/head -> origin/gh/seemethere/34/head 2025-08-26T19:43:54.8970383Z * [new branch] gh/seemethere/34/orig -> origin/gh/seemethere/34/orig 2025-08-26T19:43:54.8971781Z * [new branch] gh/seemethere/35/base -> origin/gh/seemethere/35/base 2025-08-26T19:43:54.8972907Z * [new branch] gh/seemethere/35/head -> origin/gh/seemethere/35/head 2025-08-26T19:43:54.8974112Z * [new branch] gh/seemethere/35/orig -> origin/gh/seemethere/35/orig 2025-08-26T19:43:54.8975491Z * [new branch] gh/seemethere/37/base -> origin/gh/seemethere/37/base 2025-08-26T19:43:54.8976738Z * [new branch] gh/seemethere/37/head -> origin/gh/seemethere/37/head 2025-08-26T19:43:54.8977966Z * [new branch] gh/seemethere/37/orig -> origin/gh/seemethere/37/orig 2025-08-26T19:43:54.8979342Z * [new branch] gh/seemethere/43/base -> origin/gh/seemethere/43/base 2025-08-26T19:43:54.8980529Z * [new branch] gh/seemethere/43/head -> origin/gh/seemethere/43/head 2025-08-26T19:43:54.8981834Z * [new branch] gh/seemethere/43/orig -> origin/gh/seemethere/43/orig 2025-08-26T19:43:54.8983301Z * [new branch] gh/seemethere/44/base -> origin/gh/seemethere/44/base 2025-08-26T19:43:54.8984829Z * [new branch] gh/seemethere/44/head -> origin/gh/seemethere/44/head 2025-08-26T19:43:54.8985967Z * [new branch] gh/seemethere/44/orig -> origin/gh/seemethere/44/orig 2025-08-26T19:43:54.8987334Z * [new branch] gh/seemethere/48/base -> origin/gh/seemethere/48/base 2025-08-26T19:43:54.8988473Z * [new branch] gh/seemethere/48/head -> origin/gh/seemethere/48/head 2025-08-26T19:43:54.8989647Z * [new branch] gh/seemethere/48/orig -> origin/gh/seemethere/48/orig 2025-08-26T19:43:54.8990989Z * [new branch] gh/seemethere/49/base -> origin/gh/seemethere/49/base 2025-08-26T19:43:54.8992240Z * [new branch] gh/seemethere/49/head -> origin/gh/seemethere/49/head 2025-08-26T19:43:54.8993793Z * [new branch] gh/seemethere/49/orig -> origin/gh/seemethere/49/orig 2025-08-26T19:43:54.8995239Z * [new branch] gh/seemethere/51/base -> origin/gh/seemethere/51/base 2025-08-26T19:43:54.8996361Z * [new branch] gh/seemethere/51/head -> origin/gh/seemethere/51/head 2025-08-26T19:43:54.8997473Z * [new branch] gh/seemethere/51/orig -> origin/gh/seemethere/51/orig 2025-08-26T19:43:54.8998844Z * [new branch] gh/seemethere/52/base -> origin/gh/seemethere/52/base 2025-08-26T19:43:54.9000043Z * [new branch] gh/seemethere/52/head -> origin/gh/seemethere/52/head 2025-08-26T19:43:54.9001163Z * [new branch] gh/seemethere/52/orig -> origin/gh/seemethere/52/orig 2025-08-26T19:43:54.9002681Z * [new branch] gh/seemethere/53/base -> origin/gh/seemethere/53/base 2025-08-26T19:43:54.9003911Z * [new branch] gh/seemethere/53/head -> origin/gh/seemethere/53/head 2025-08-26T19:43:54.9005019Z * [new branch] gh/seemethere/53/orig -> origin/gh/seemethere/53/orig 2025-08-26T19:43:54.9006389Z * [new branch] gh/seemethere/54/base -> origin/gh/seemethere/54/base 2025-08-26T19:43:54.9007660Z * [new branch] gh/seemethere/54/head -> origin/gh/seemethere/54/head 2025-08-26T19:43:54.9008823Z * [new branch] gh/seemethere/54/orig -> origin/gh/seemethere/54/orig 2025-08-26T19:43:54.9010190Z * [new branch] gh/seemethere/55/base -> origin/gh/seemethere/55/base 2025-08-26T19:43:54.9011266Z * [new branch] gh/seemethere/55/head -> origin/gh/seemethere/55/head 2025-08-26T19:43:54.9012395Z * [new branch] gh/seemethere/55/orig -> origin/gh/seemethere/55/orig 2025-08-26T19:43:54.9013806Z * [new branch] gh/seemethere/56/base -> origin/gh/seemethere/56/base 2025-08-26T19:43:54.9014997Z * [new branch] gh/seemethere/56/head -> origin/gh/seemethere/56/head 2025-08-26T19:43:54.9016166Z * [new branch] gh/seemethere/56/orig -> origin/gh/seemethere/56/orig 2025-08-26T19:43:54.9018041Z * [new branch] gh/seemethere/57/base -> origin/gh/seemethere/57/base 2025-08-26T19:43:54.9019191Z * [new branch] gh/seemethere/57/head -> origin/gh/seemethere/57/head 2025-08-26T19:43:54.9020351Z * [new branch] gh/seemethere/57/orig -> origin/gh/seemethere/57/orig 2025-08-26T19:43:54.9021822Z * [new branch] gh/seemethere/58/base -> origin/gh/seemethere/58/base 2025-08-26T19:43:54.9023016Z * [new branch] gh/seemethere/58/head -> origin/gh/seemethere/58/head 2025-08-26T19:43:54.9024184Z * [new branch] gh/seemethere/58/orig -> origin/gh/seemethere/58/orig 2025-08-26T19:43:54.9026033Z * [new branch] gh/seemethere/59/base -> origin/gh/seemethere/59/base 2025-08-26T19:43:54.9027266Z * [new branch] gh/seemethere/59/head -> origin/gh/seemethere/59/head 2025-08-26T19:43:54.9028400Z * [new branch] gh/seemethere/59/orig -> origin/gh/seemethere/59/orig 2025-08-26T19:43:54.9029824Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-08-26T19:43:54.9031734Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-08-26T19:43:54.9033008Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-08-26T19:43:54.9034194Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-08-26T19:43:54.9035962Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-08-26T19:43:54.9037292Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-08-26T19:43:54.9038491Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-08-26T19:43:54.9040461Z * [new branch] gh/shunting314/211/base -> origin/gh/shunting314/211/base 2025-08-26T19:43:54.9041707Z * [new branch] gh/shunting314/211/head -> origin/gh/shunting314/211/head 2025-08-26T19:43:54.9042907Z * [new branch] gh/shunting314/211/orig -> origin/gh/shunting314/211/orig 2025-08-26T19:43:54.9044237Z * [new branch] gh/shunting314/212/base -> origin/gh/shunting314/212/base 2025-08-26T19:43:54.9045400Z * [new branch] gh/shunting314/212/head -> origin/gh/shunting314/212/head 2025-08-26T19:43:54.9046538Z * [new branch] gh/shunting314/212/orig -> origin/gh/shunting314/212/orig 2025-08-26T19:43:54.9047922Z * [new branch] gh/shunting314/213/base -> origin/gh/shunting314/213/base 2025-08-26T19:43:54.9049529Z * [new branch] gh/shunting314/213/head -> origin/gh/shunting314/213/head 2025-08-26T19:43:54.9050709Z * [new branch] gh/shunting314/213/orig -> origin/gh/shunting314/213/orig 2025-08-26T19:43:54.9052498Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-08-26T19:43:54.9053683Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-08-26T19:43:54.9055016Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-08-26T19:43:54.9056126Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-08-26T19:43:54.9057471Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-08-26T19:43:54.9058974Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-08-26T19:43:54.9060312Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-08-26T19:43:54.9061457Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-08-26T19:43:54.9063197Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-08-26T19:43:54.9064360Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-08-26T19:43:54.9066083Z * [new branch] gh/skarjala/13/base -> origin/gh/skarjala/13/base 2025-08-26T19:43:54.9067265Z * [new branch] gh/skarjala/13/head -> origin/gh/skarjala/13/head 2025-08-26T19:43:54.9068481Z * [new branch] gh/skarjala/13/orig -> origin/gh/skarjala/13/orig 2025-08-26T19:43:54.9069887Z * [new branch] gh/skarjala/15/base -> origin/gh/skarjala/15/base 2025-08-26T19:43:54.9071054Z * [new branch] gh/skarjala/15/head -> origin/gh/skarjala/15/head 2025-08-26T19:43:54.9072220Z * [new branch] gh/skarjala/15/orig -> origin/gh/skarjala/15/orig 2025-08-26T19:43:54.9073725Z * [new branch] gh/skarjala/16/base -> origin/gh/skarjala/16/base 2025-08-26T19:43:54.9074968Z * [new branch] gh/skarjala/16/head -> origin/gh/skarjala/16/head 2025-08-26T19:43:54.9076057Z * [new branch] gh/skarjala/16/orig -> origin/gh/skarjala/16/orig 2025-08-26T19:43:54.9077546Z * [new branch] gh/skarjala/17/base -> origin/gh/skarjala/17/base 2025-08-26T19:43:54.9079068Z * [new branch] gh/skarjala/17/head -> origin/gh/skarjala/17/head 2025-08-26T19:43:54.9080238Z * [new branch] gh/skarjala/17/orig -> origin/gh/skarjala/17/orig 2025-08-26T19:43:54.9083782Z * [new branch] gh/skarjala/18/base -> origin/gh/skarjala/18/base 2025-08-26T19:43:54.9084966Z * [new branch] gh/skarjala/18/head -> origin/gh/skarjala/18/head 2025-08-26T19:43:54.9086079Z * [new branch] gh/skarjala/18/orig -> origin/gh/skarjala/18/orig 2025-08-26T19:43:54.9087517Z * [new branch] gh/skarjala/19/base -> origin/gh/skarjala/19/base 2025-08-26T19:43:54.9088713Z * [new branch] gh/skarjala/19/head -> origin/gh/skarjala/19/head 2025-08-26T19:43:54.9089879Z * [new branch] gh/skarjala/19/orig -> origin/gh/skarjala/19/orig 2025-08-26T19:43:54.9091576Z * [new branch] gh/slayton58/1/base -> origin/gh/slayton58/1/base 2025-08-26T19:43:54.9092719Z * [new branch] gh/slayton58/1/head -> origin/gh/slayton58/1/head 2025-08-26T19:43:54.9093850Z * [new branch] gh/slayton58/1/orig -> origin/gh/slayton58/1/orig 2025-08-26T19:43:54.9095230Z * [new branch] gh/slayton58/2/base -> origin/gh/slayton58/2/base 2025-08-26T19:43:54.9096378Z * [new branch] gh/slayton58/2/head -> origin/gh/slayton58/2/head 2025-08-26T19:43:54.9097558Z * [new branch] gh/slayton58/2/orig -> origin/gh/slayton58/2/orig 2025-08-26T19:43:54.9099162Z * [new branch] gh/slayton58/3/base -> origin/gh/slayton58/3/base 2025-08-26T19:43:54.9100291Z * [new branch] gh/slayton58/3/head -> origin/gh/slayton58/3/head 2025-08-26T19:43:54.9101448Z * [new branch] gh/slayton58/3/orig -> origin/gh/slayton58/3/orig 2025-08-26T19:43:54.9102823Z * [new branch] gh/slayton58/4/base -> origin/gh/slayton58/4/base 2025-08-26T19:43:54.9103927Z * [new branch] gh/slayton58/4/head -> origin/gh/slayton58/4/head 2025-08-26T19:43:54.9105047Z * [new branch] gh/slayton58/4/orig -> origin/gh/slayton58/4/orig 2025-08-26T19:43:54.9106393Z * [new branch] gh/slayton58/5/base -> origin/gh/slayton58/5/base 2025-08-26T19:43:54.9107566Z * [new branch] gh/slayton58/5/head -> origin/gh/slayton58/5/head 2025-08-26T19:43:54.9108701Z * [new branch] gh/slayton58/5/orig -> origin/gh/slayton58/5/orig 2025-08-26T19:43:54.9110656Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-08-26T19:43:54.9111781Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-08-26T19:43:54.9112977Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-08-26T19:43:54.9114508Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-08-26T19:43:54.9115639Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-08-26T19:43:54.9116818Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-08-26T19:43:54.9118590Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-08-26T19:43:54.9119712Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-08-26T19:43:54.9120948Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-08-26T19:43:54.9122700Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-08-26T19:43:54.9124178Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-08-26T19:43:54.9125359Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-08-26T19:43:54.9126828Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-08-26T19:43:54.9128010Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-08-26T19:43:54.9129232Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-08-26T19:43:54.9130699Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-08-26T19:43:54.9131934Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-08-26T19:43:54.9133015Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-08-26T19:43:54.9134587Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-08-26T19:43:54.9135854Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-08-26T19:43:54.9137171Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-08-26T19:43:54.9138613Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-08-26T19:43:54.9139786Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-08-26T19:43:54.9140917Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-08-26T19:43:54.9142449Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-08-26T19:43:54.9143621Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-08-26T19:43:54.9144858Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-08-26T19:43:54.9146432Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-08-26T19:43:54.9147541Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-08-26T19:43:54.9148607Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-08-26T19:43:54.9150160Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-08-26T19:43:54.9151279Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-08-26T19:43:54.9152399Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-08-26T19:43:54.9153920Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-08-26T19:43:54.9155006Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-08-26T19:43:54.9156115Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-08-26T19:43:54.9157799Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-08-26T19:43:54.9158944Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-08-26T19:43:54.9160299Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-08-26T19:43:54.9162225Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-08-26T19:43:54.9163322Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-08-26T19:43:54.9164397Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-08-26T19:43:54.9165942Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-08-26T19:43:54.9167105Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-08-26T19:43:54.9168337Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-08-26T19:43:54.9169747Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-08-26T19:43:54.9171056Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-08-26T19:43:54.9172215Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-08-26T19:43:54.9174361Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-08-26T19:43:54.9175615Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-08-26T19:43:54.9176808Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-08-26T19:43:54.9178861Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-08-26T19:43:54.9179971Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-08-26T19:43:54.9181459Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-08-26T19:43:54.9183023Z * [new branch] gh/soulitzer/362/base -> origin/gh/soulitzer/362/base 2025-08-26T19:43:54.9184240Z * [new branch] gh/soulitzer/362/head -> origin/gh/soulitzer/362/head 2025-08-26T19:43:54.9185365Z * [new branch] gh/soulitzer/362/orig -> origin/gh/soulitzer/362/orig 2025-08-26T19:43:54.9186802Z * [new branch] gh/soulitzer/372/base -> origin/gh/soulitzer/372/base 2025-08-26T19:43:54.9187925Z * [new branch] gh/soulitzer/372/head -> origin/gh/soulitzer/372/head 2025-08-26T19:43:54.9189142Z * [new branch] gh/soulitzer/372/orig -> origin/gh/soulitzer/372/orig 2025-08-26T19:43:54.9190605Z * [new branch] gh/soulitzer/373/base -> origin/gh/soulitzer/373/base 2025-08-26T19:43:54.9191730Z * [new branch] gh/soulitzer/373/head -> origin/gh/soulitzer/373/head 2025-08-26T19:43:54.9192903Z * [new branch] gh/soulitzer/373/orig -> origin/gh/soulitzer/373/orig 2025-08-26T19:43:54.9194410Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-08-26T19:43:54.9195553Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-08-26T19:43:54.9196659Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-08-26T19:43:54.9198175Z * [new branch] gh/soulitzer/375/base -> origin/gh/soulitzer/375/base 2025-08-26T19:43:54.9199137Z * [new branch] gh/soulitzer/375/head -> origin/gh/soulitzer/375/head 2025-08-26T19:43:54.9200289Z * [new branch] gh/soulitzer/375/orig -> origin/gh/soulitzer/375/orig 2025-08-26T19:43:54.9201828Z * [new branch] gh/soulitzer/376/base -> origin/gh/soulitzer/376/base 2025-08-26T19:43:54.9203068Z * [new branch] gh/soulitzer/376/head -> origin/gh/soulitzer/376/head 2025-08-26T19:43:54.9204177Z * [new branch] gh/soulitzer/376/orig -> origin/gh/soulitzer/376/orig 2025-08-26T19:43:54.9205720Z * [new branch] gh/soulitzer/377/base -> origin/gh/soulitzer/377/base 2025-08-26T19:43:54.9206903Z * [new branch] gh/soulitzer/377/head -> origin/gh/soulitzer/377/head 2025-08-26T19:43:54.9208088Z * [new branch] gh/soulitzer/377/orig -> origin/gh/soulitzer/377/orig 2025-08-26T19:43:54.9210253Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-08-26T19:43:54.9211688Z * [new branch] gh/swolchok/758/base -> origin/gh/swolchok/758/base 2025-08-26T19:43:54.9212876Z * [new branch] gh/swolchok/758/head -> origin/gh/swolchok/758/head 2025-08-26T19:43:54.9214070Z * [new branch] gh/swolchok/758/orig -> origin/gh/swolchok/758/orig 2025-08-26T19:43:54.9215970Z * [new branch] gh/swolchok/767/base -> origin/gh/swolchok/767/base 2025-08-26T19:43:54.9217320Z * [new branch] gh/swolchok/767/head -> origin/gh/swolchok/767/head 2025-08-26T19:43:54.9218601Z * [new branch] gh/swolchok/767/orig -> origin/gh/swolchok/767/orig 2025-08-26T19:43:54.9220632Z * [new branch] gh/swolchok/768/base -> origin/gh/swolchok/768/base 2025-08-26T19:43:54.9221862Z * [new branch] gh/swolchok/768/head -> origin/gh/swolchok/768/head 2025-08-26T19:43:54.9223059Z * [new branch] gh/swolchok/768/orig -> origin/gh/swolchok/768/orig 2025-08-26T19:43:54.9224873Z * [new branch] gh/swolchok/769/base -> origin/gh/swolchok/769/base 2025-08-26T19:43:54.9226106Z * [new branch] gh/swolchok/769/head -> origin/gh/swolchok/769/head 2025-08-26T19:43:54.9227528Z * [new branch] gh/swolchok/769/orig -> origin/gh/swolchok/769/orig 2025-08-26T19:43:54.9228879Z * [new branch] gh/swolchok/771/base -> origin/gh/swolchok/771/base 2025-08-26T19:43:54.9230099Z * [new branch] gh/swolchok/771/head -> origin/gh/swolchok/771/head 2025-08-26T19:43:54.9231303Z * [new branch] gh/swolchok/771/orig -> origin/gh/swolchok/771/orig 2025-08-26T19:43:54.9232784Z * [new branch] gh/swolchok/772/base -> origin/gh/swolchok/772/base 2025-08-26T19:43:54.9233984Z * [new branch] gh/swolchok/772/head -> origin/gh/swolchok/772/head 2025-08-26T19:43:54.9235131Z * [new branch] gh/swolchok/772/orig -> origin/gh/swolchok/772/orig 2025-08-26T19:43:54.9236741Z * [new branch] gh/swolchok/773/base -> origin/gh/swolchok/773/base 2025-08-26T19:43:54.9237971Z * [new branch] gh/swolchok/773/head -> origin/gh/swolchok/773/head 2025-08-26T19:43:54.9239179Z * [new branch] gh/swolchok/773/orig -> origin/gh/swolchok/773/orig 2025-08-26T19:43:54.9240904Z * [new branch] gh/swolchok/786/base -> origin/gh/swolchok/786/base 2025-08-26T19:43:54.9242114Z * [new branch] gh/swolchok/786/head -> origin/gh/swolchok/786/head 2025-08-26T19:43:54.9243254Z * [new branch] gh/swolchok/786/orig -> origin/gh/swolchok/786/orig 2025-08-26T19:43:54.9244591Z * [new branch] gh/swolchok/787/base -> origin/gh/swolchok/787/base 2025-08-26T19:43:54.9245744Z * [new branch] gh/swolchok/787/head -> origin/gh/swolchok/787/head 2025-08-26T19:43:54.9246909Z * [new branch] gh/swolchok/787/orig -> origin/gh/swolchok/787/orig 2025-08-26T19:43:54.9248336Z * [new branch] gh/swolchok/788/base -> origin/gh/swolchok/788/base 2025-08-26T19:43:54.9249484Z * [new branch] gh/swolchok/788/head -> origin/gh/swolchok/788/head 2025-08-26T19:43:54.9250649Z * [new branch] gh/swolchok/788/orig -> origin/gh/swolchok/788/orig 2025-08-26T19:43:54.9252066Z * [new branch] gh/swolchok/789/base -> origin/gh/swolchok/789/base 2025-08-26T19:43:54.9253163Z * [new branch] gh/swolchok/789/head -> origin/gh/swolchok/789/head 2025-08-26T19:43:54.9254311Z * [new branch] gh/swolchok/789/orig -> origin/gh/swolchok/789/orig 2025-08-26T19:43:54.9255919Z * [new branch] gh/swolchok/790/base -> origin/gh/swolchok/790/base 2025-08-26T19:43:54.9257148Z * [new branch] gh/swolchok/790/head -> origin/gh/swolchok/790/head 2025-08-26T19:43:54.9258624Z * [new branch] gh/swolchok/790/orig -> origin/gh/swolchok/790/orig 2025-08-26T19:43:54.9260717Z * [new branch] gh/swolchok/791/base -> origin/gh/swolchok/791/base 2025-08-26T19:43:54.9261832Z * [new branch] gh/swolchok/791/head -> origin/gh/swolchok/791/head 2025-08-26T19:43:54.9263131Z * [new branch] gh/swolchok/791/orig -> origin/gh/swolchok/791/orig 2025-08-26T19:43:54.9264601Z * [new branch] gh/swolchok/792/base -> origin/gh/swolchok/792/base 2025-08-26T19:43:54.9265677Z * [new branch] gh/swolchok/792/head -> origin/gh/swolchok/792/head 2025-08-26T19:43:54.9266787Z * [new branch] gh/swolchok/792/orig -> origin/gh/swolchok/792/orig 2025-08-26T19:43:54.9268412Z * [new branch] gh/swolchok/793/base -> origin/gh/swolchok/793/base 2025-08-26T19:43:54.9269523Z * [new branch] gh/swolchok/793/head -> origin/gh/swolchok/793/head 2025-08-26T19:43:54.9270614Z * [new branch] gh/swolchok/793/orig -> origin/gh/swolchok/793/orig 2025-08-26T19:43:54.9272609Z * [new branch] gh/swolchok/794/base -> origin/gh/swolchok/794/base 2025-08-26T19:43:54.9273778Z * [new branch] gh/swolchok/794/head -> origin/gh/swolchok/794/head 2025-08-26T19:43:54.9274929Z * [new branch] gh/swolchok/794/orig -> origin/gh/swolchok/794/orig 2025-08-26T19:43:54.9276517Z * [new branch] gh/swolchok/795/base -> origin/gh/swolchok/795/base 2025-08-26T19:43:54.9277699Z * [new branch] gh/swolchok/795/head -> origin/gh/swolchok/795/head 2025-08-26T19:43:54.9278902Z * [new branch] gh/swolchok/795/orig -> origin/gh/swolchok/795/orig 2025-08-26T19:43:54.9280443Z * [new branch] gh/swolchok/796/base -> origin/gh/swolchok/796/base 2025-08-26T19:43:54.9281782Z * [new branch] gh/swolchok/796/head -> origin/gh/swolchok/796/head 2025-08-26T19:43:54.9283349Z * [new branch] gh/swolchok/796/orig -> origin/gh/swolchok/796/orig 2025-08-26T19:43:54.9285047Z * [new branch] gh/swolchok/797/base -> origin/gh/swolchok/797/base 2025-08-26T19:43:54.9286233Z * [new branch] gh/swolchok/797/head -> origin/gh/swolchok/797/head 2025-08-26T19:43:54.9287481Z * [new branch] gh/swolchok/797/orig -> origin/gh/swolchok/797/orig 2025-08-26T19:43:54.9289211Z * [new branch] gh/swolchok/798/base -> origin/gh/swolchok/798/base 2025-08-26T19:43:54.9290349Z * [new branch] gh/swolchok/798/head -> origin/gh/swolchok/798/head 2025-08-26T19:43:54.9291493Z * [new branch] gh/swolchok/798/orig -> origin/gh/swolchok/798/orig 2025-08-26T19:43:54.9293096Z * [new branch] gh/swolchok/799/base -> origin/gh/swolchok/799/base 2025-08-26T19:43:54.9294272Z * [new branch] gh/swolchok/799/head -> origin/gh/swolchok/799/head 2025-08-26T19:43:54.9295463Z * [new branch] gh/swolchok/799/orig -> origin/gh/swolchok/799/orig 2025-08-26T19:43:54.9297059Z * [new branch] gh/swolchok/800/base -> origin/gh/swolchok/800/base 2025-08-26T19:43:54.9298284Z * [new branch] gh/swolchok/800/head -> origin/gh/swolchok/800/head 2025-08-26T19:43:54.9299427Z * [new branch] gh/swolchok/800/orig -> origin/gh/swolchok/800/orig 2025-08-26T19:43:54.9300968Z * [new branch] gh/swolchok/801/base -> origin/gh/swolchok/801/base 2025-08-26T19:43:54.9302132Z * [new branch] gh/swolchok/801/head -> origin/gh/swolchok/801/head 2025-08-26T19:43:54.9303294Z * [new branch] gh/swolchok/801/orig -> origin/gh/swolchok/801/orig 2025-08-26T19:43:54.9304951Z * [new branch] gh/swolchok/802/base -> origin/gh/swolchok/802/base 2025-08-26T19:43:54.9306145Z * [new branch] gh/swolchok/802/head -> origin/gh/swolchok/802/head 2025-08-26T19:43:54.9307294Z * [new branch] gh/swolchok/802/orig -> origin/gh/swolchok/802/orig 2025-08-26T19:43:54.9308817Z * [new branch] gh/swolchok/803/base -> origin/gh/swolchok/803/base 2025-08-26T19:43:54.9310143Z * [new branch] gh/swolchok/803/head -> origin/gh/swolchok/803/head 2025-08-26T19:43:54.9311147Z * [new branch] gh/swolchok/803/orig -> origin/gh/swolchok/803/orig 2025-08-26T19:43:54.9312488Z * [new branch] gh/swolchok/804/base -> origin/gh/swolchok/804/base 2025-08-26T19:43:54.9313672Z * [new branch] gh/swolchok/804/head -> origin/gh/swolchok/804/head 2025-08-26T19:43:54.9314876Z * [new branch] gh/swolchok/804/orig -> origin/gh/swolchok/804/orig 2025-08-26T19:43:54.9316222Z * [new branch] gh/swolchok/805/base -> origin/gh/swolchok/805/base 2025-08-26T19:43:54.9317390Z * [new branch] gh/swolchok/805/head -> origin/gh/swolchok/805/head 2025-08-26T19:43:54.9318574Z * [new branch] gh/swolchok/805/orig -> origin/gh/swolchok/805/orig 2025-08-26T19:43:54.9320098Z * [new branch] gh/swolchok/806/base -> origin/gh/swolchok/806/base 2025-08-26T19:43:54.9321228Z * [new branch] gh/swolchok/806/head -> origin/gh/swolchok/806/head 2025-08-26T19:43:54.9322488Z * [new branch] gh/swolchok/806/orig -> origin/gh/swolchok/806/orig 2025-08-26T19:43:54.9323848Z * [new branch] gh/swolchok/807/base -> origin/gh/swolchok/807/base 2025-08-26T19:43:54.9325059Z * [new branch] gh/swolchok/807/head -> origin/gh/swolchok/807/head 2025-08-26T19:43:54.9326167Z * [new branch] gh/swolchok/807/orig -> origin/gh/swolchok/807/orig 2025-08-26T19:43:54.9327521Z * [new branch] gh/swolchok/808/base -> origin/gh/swolchok/808/base 2025-08-26T19:43:54.9328648Z * [new branch] gh/swolchok/808/head -> origin/gh/swolchok/808/head 2025-08-26T19:43:54.9329823Z * [new branch] gh/swolchok/808/orig -> origin/gh/swolchok/808/orig 2025-08-26T19:43:54.9331280Z * [new branch] gh/swolchok/809/base -> origin/gh/swolchok/809/base 2025-08-26T19:43:54.9332482Z * [new branch] gh/swolchok/809/head -> origin/gh/swolchok/809/head 2025-08-26T19:43:54.9333578Z * [new branch] gh/swolchok/809/orig -> origin/gh/swolchok/809/orig 2025-08-26T19:43:54.9335340Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-08-26T19:43:54.9336528Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-08-26T19:43:54.9337708Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-08-26T19:43:54.9339131Z * [new branch] gh/syed-ahmed/3/base -> origin/gh/syed-ahmed/3/base 2025-08-26T19:43:54.9340263Z * [new branch] gh/syed-ahmed/3/head -> origin/gh/syed-ahmed/3/head 2025-08-26T19:43:54.9341453Z * [new branch] gh/syed-ahmed/3/orig -> origin/gh/syed-ahmed/3/orig 2025-08-26T19:43:54.9343306Z * [new branch] gh/syed-ahmed/4/base -> origin/gh/syed-ahmed/4/base 2025-08-26T19:43:54.9344440Z * [new branch] gh/syed-ahmed/4/head -> origin/gh/syed-ahmed/4/head 2025-08-26T19:43:54.9345599Z * [new branch] gh/syed-ahmed/4/orig -> origin/gh/syed-ahmed/4/orig 2025-08-26T19:43:54.9347365Z * [new branch] gh/teja-rao/4/base -> origin/gh/teja-rao/4/base 2025-08-26T19:43:54.9348630Z * [new branch] gh/teja-rao/4/head -> origin/gh/teja-rao/4/head 2025-08-26T19:43:54.9349899Z * [new branch] gh/teja-rao/4/orig -> origin/gh/teja-rao/4/orig 2025-08-26T19:43:54.9351648Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-08-26T19:43:54.9352825Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-08-26T19:43:54.9354006Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-08-26T19:43:54.9355962Z * [new branch] gh/tugsbayasgalan/1/base -> origin/gh/tugsbayasgalan/1/base 2025-08-26T19:43:54.9356999Z * [new branch] gh/tugsbayasgalan/1/head -> origin/gh/tugsbayasgalan/1/head 2025-08-26T19:43:54.9358162Z * [new branch] gh/tugsbayasgalan/1/orig -> origin/gh/tugsbayasgalan/1/orig 2025-08-26T19:43:54.9359744Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-08-26T19:43:54.9360905Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-08-26T19:43:54.9362080Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-08-26T19:43:54.9363529Z * [new branch] gh/tugsbayasgalan/3/base -> origin/gh/tugsbayasgalan/3/base 2025-08-26T19:43:54.9364845Z * [new branch] gh/tugsbayasgalan/3/head -> origin/gh/tugsbayasgalan/3/head 2025-08-26T19:43:54.9365990Z * [new branch] gh/tugsbayasgalan/3/orig -> origin/gh/tugsbayasgalan/3/orig 2025-08-26T19:43:54.9367728Z * [new branch] gh/v0i0/1/base -> origin/gh/v0i0/1/base 2025-08-26T19:43:54.9368903Z * [new branch] gh/v0i0/1/head -> origin/gh/v0i0/1/head 2025-08-26T19:43:54.9370011Z * [new branch] gh/v0i0/1/orig -> origin/gh/v0i0/1/orig 2025-08-26T19:43:54.9371471Z * [new branch] gh/v0i0/2/base -> origin/gh/v0i0/2/base 2025-08-26T19:43:54.9372634Z * [new branch] gh/v0i0/2/head -> origin/gh/v0i0/2/head 2025-08-26T19:43:54.9373778Z * [new branch] gh/v0i0/2/orig -> origin/gh/v0i0/2/orig 2025-08-26T19:43:54.9375148Z * [new branch] gh/v0i0/3/base -> origin/gh/v0i0/3/base 2025-08-26T19:43:54.9376371Z * [new branch] gh/v0i0/3/head -> origin/gh/v0i0/3/head 2025-08-26T19:43:54.9377535Z * [new branch] gh/v0i0/3/orig -> origin/gh/v0i0/3/orig 2025-08-26T19:43:54.9379030Z * [new branch] gh/v0i0/4/base -> origin/gh/v0i0/4/base 2025-08-26T19:43:54.9380110Z * [new branch] gh/v0i0/4/head -> origin/gh/v0i0/4/head 2025-08-26T19:43:54.9381446Z * [new branch] gh/v0i0/4/orig -> origin/gh/v0i0/4/orig 2025-08-26T19:43:54.9382892Z * [new branch] gh/v0i0/5/base -> origin/gh/v0i0/5/base 2025-08-26T19:43:54.9384000Z * [new branch] gh/v0i0/5/head -> origin/gh/v0i0/5/head 2025-08-26T19:43:54.9385129Z * [new branch] gh/v0i0/5/orig -> origin/gh/v0i0/5/orig 2025-08-26T19:43:54.9386681Z * [new branch] gh/v0i0/6/base -> origin/gh/v0i0/6/base 2025-08-26T19:43:54.9387819Z * [new branch] gh/v0i0/6/head -> origin/gh/v0i0/6/head 2025-08-26T19:43:54.9388971Z * [new branch] gh/v0i0/6/orig -> origin/gh/v0i0/6/orig 2025-08-26T19:43:54.9390500Z * [new branch] gh/v0i0/7/base -> origin/gh/v0i0/7/base 2025-08-26T19:43:54.9391690Z * [new branch] gh/v0i0/7/head -> origin/gh/v0i0/7/head 2025-08-26T19:43:54.9392869Z * [new branch] gh/v0i0/7/orig -> origin/gh/v0i0/7/orig 2025-08-26T19:43:54.9394940Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-08-26T19:43:54.9396353Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-08-26T19:43:54.9397856Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-08-26T19:43:54.9399265Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2025-08-26T19:43:54.9400430Z * [new branch] gh/vkuzo/4/head -> origin/gh/vkuzo/4/head 2025-08-26T19:43:54.9401743Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2025-08-26T19:43:54.9404146Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-08-26T19:43:54.9405257Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-08-26T19:43:54.9406467Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-08-26T19:43:54.9408508Z * [new branch] gh/wconstab/419/base -> origin/gh/wconstab/419/base 2025-08-26T19:43:54.9409660Z * [new branch] gh/wconstab/419/head -> origin/gh/wconstab/419/head 2025-08-26T19:43:54.9410773Z * [new branch] gh/wconstab/419/orig -> origin/gh/wconstab/419/orig 2025-08-26T19:43:54.9412282Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-08-26T19:43:54.9413402Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-08-26T19:43:54.9414870Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-08-26T19:43:54.9416363Z * [new branch] gh/wconstab/432/base -> origin/gh/wconstab/432/base 2025-08-26T19:43:54.9417533Z * [new branch] gh/wconstab/432/head -> origin/gh/wconstab/432/head 2025-08-26T19:43:54.9418697Z * [new branch] gh/wconstab/432/orig -> origin/gh/wconstab/432/orig 2025-08-26T19:43:54.9420084Z * [new branch] gh/wconstab/433/base -> origin/gh/wconstab/433/base 2025-08-26T19:43:54.9421254Z * [new branch] gh/wconstab/433/head -> origin/gh/wconstab/433/head 2025-08-26T19:43:54.9422421Z * [new branch] gh/wconstab/433/orig -> origin/gh/wconstab/433/orig 2025-08-26T19:43:54.9423743Z * [new branch] gh/wconstab/434/base -> origin/gh/wconstab/434/base 2025-08-26T19:43:54.9425055Z * [new branch] gh/wconstab/434/head -> origin/gh/wconstab/434/head 2025-08-26T19:43:54.9426226Z * [new branch] gh/wconstab/434/orig -> origin/gh/wconstab/434/orig 2025-08-26T19:43:54.9427655Z * [new branch] gh/wconstab/435/base -> origin/gh/wconstab/435/base 2025-08-26T19:43:54.9428883Z * [new branch] gh/wconstab/435/head -> origin/gh/wconstab/435/head 2025-08-26T19:43:54.9430120Z * [new branch] gh/wconstab/435/orig -> origin/gh/wconstab/435/orig 2025-08-26T19:43:54.9431591Z * [new branch] gh/wconstab/436/base -> origin/gh/wconstab/436/base 2025-08-26T19:43:54.9432775Z * [new branch] gh/wconstab/436/head -> origin/gh/wconstab/436/head 2025-08-26T19:43:54.9433907Z * [new branch] gh/wconstab/436/orig -> origin/gh/wconstab/436/orig 2025-08-26T19:43:54.9435371Z * [new branch] gh/wconstab/437/base -> origin/gh/wconstab/437/base 2025-08-26T19:43:54.9436538Z * [new branch] gh/wconstab/437/head -> origin/gh/wconstab/437/head 2025-08-26T19:43:54.9437798Z * [new branch] gh/wconstab/437/orig -> origin/gh/wconstab/437/orig 2025-08-26T19:43:54.9439184Z * [new branch] gh/wconstab/438/base -> origin/gh/wconstab/438/base 2025-08-26T19:43:54.9440342Z * [new branch] gh/wconstab/438/head -> origin/gh/wconstab/438/head 2025-08-26T19:43:54.9441453Z * [new branch] gh/wconstab/438/orig -> origin/gh/wconstab/438/orig 2025-08-26T19:43:54.9442904Z * [new branch] gh/wconstab/439/base -> origin/gh/wconstab/439/base 2025-08-26T19:43:54.9444145Z * [new branch] gh/wconstab/439/head -> origin/gh/wconstab/439/head 2025-08-26T19:43:54.9445315Z * [new branch] gh/wconstab/439/orig -> origin/gh/wconstab/439/orig 2025-08-26T19:43:54.9446811Z * [new branch] gh/wconstab/440/base -> origin/gh/wconstab/440/base 2025-08-26T19:43:54.9448100Z * [new branch] gh/wconstab/440/head -> origin/gh/wconstab/440/head 2025-08-26T19:43:54.9449435Z * [new branch] gh/wconstab/440/orig -> origin/gh/wconstab/440/orig 2025-08-26T19:43:54.9450920Z * [new branch] gh/wconstab/441/base -> origin/gh/wconstab/441/base 2025-08-26T19:43:54.9452102Z * [new branch] gh/wconstab/441/head -> origin/gh/wconstab/441/head 2025-08-26T19:43:54.9453364Z * [new branch] gh/wconstab/441/orig -> origin/gh/wconstab/441/orig 2025-08-26T19:43:54.9455081Z * [new branch] gh/wconstab/442/base -> origin/gh/wconstab/442/base 2025-08-26T19:43:54.9456354Z * [new branch] gh/wconstab/442/head -> origin/gh/wconstab/442/head 2025-08-26T19:43:54.9457592Z * [new branch] gh/wconstab/442/orig -> origin/gh/wconstab/442/orig 2025-08-26T19:43:54.9459496Z * [new branch] gh/wconstab/443/base -> origin/gh/wconstab/443/base 2025-08-26T19:43:54.9460636Z * [new branch] gh/wconstab/443/head -> origin/gh/wconstab/443/head 2025-08-26T19:43:54.9461844Z * [new branch] gh/wconstab/443/orig -> origin/gh/wconstab/443/orig 2025-08-26T19:43:54.9463299Z * [new branch] gh/wconstab/444/base -> origin/gh/wconstab/444/base 2025-08-26T19:43:54.9464409Z * [new branch] gh/wconstab/444/head -> origin/gh/wconstab/444/head 2025-08-26T19:43:54.9465740Z * [new branch] gh/wconstab/444/orig -> origin/gh/wconstab/444/orig 2025-08-26T19:43:54.9467449Z * [new branch] gh/wconstab/445/base -> origin/gh/wconstab/445/base 2025-08-26T19:43:54.9468594Z * [new branch] gh/wconstab/445/head -> origin/gh/wconstab/445/head 2025-08-26T19:43:54.9469790Z * [new branch] gh/wconstab/445/orig -> origin/gh/wconstab/445/orig 2025-08-26T19:43:54.9471642Z * [new branch] gh/weifengpy/27/base -> origin/gh/weifengpy/27/base 2025-08-26T19:43:54.9472761Z * [new branch] gh/weifengpy/27/head -> origin/gh/weifengpy/27/head 2025-08-26T19:43:54.9473907Z * [new branch] gh/weifengpy/27/orig -> origin/gh/weifengpy/27/orig 2025-08-26T19:43:54.9475328Z * [new branch] gh/weifengpy/30/base -> origin/gh/weifengpy/30/base 2025-08-26T19:43:54.9476529Z * [new branch] gh/weifengpy/30/head -> origin/gh/weifengpy/30/head 2025-08-26T19:43:54.9477620Z * [new branch] gh/weifengpy/30/orig -> origin/gh/weifengpy/30/orig 2025-08-26T19:43:54.9478929Z * [new branch] gh/weifengpy/33/base -> origin/gh/weifengpy/33/base 2025-08-26T19:43:54.9480157Z * [new branch] gh/weifengpy/33/head -> origin/gh/weifengpy/33/head 2025-08-26T19:43:54.9481444Z * [new branch] gh/weifengpy/33/orig -> origin/gh/weifengpy/33/orig 2025-08-26T19:43:54.9484969Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-08-26T19:43:54.9486350Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-08-26T19:43:54.9487920Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-08-26T19:43:54.9489495Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-08-26T19:43:54.9490632Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-08-26T19:43:54.9491744Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-08-26T19:43:54.9493176Z * [new branch] gh/williamwen42/258/base -> origin/gh/williamwen42/258/base 2025-08-26T19:43:54.9494515Z * [new branch] gh/williamwen42/258/head -> origin/gh/williamwen42/258/head 2025-08-26T19:43:54.9495648Z * [new branch] gh/williamwen42/258/orig -> origin/gh/williamwen42/258/orig 2025-08-26T19:43:54.9497300Z * [new branch] gh/williamwen42/260/base -> origin/gh/williamwen42/260/base 2025-08-26T19:43:54.9498434Z * [new branch] gh/williamwen42/260/head -> origin/gh/williamwen42/260/head 2025-08-26T19:43:54.9499531Z * [new branch] gh/williamwen42/260/orig -> origin/gh/williamwen42/260/orig 2025-08-26T19:43:54.9501040Z * [new branch] gh/williamwen42/261/base -> origin/gh/williamwen42/261/base 2025-08-26T19:43:54.9502270Z * [new branch] gh/williamwen42/261/head -> origin/gh/williamwen42/261/head 2025-08-26T19:43:54.9503397Z * [new branch] gh/williamwen42/261/orig -> origin/gh/williamwen42/261/orig 2025-08-26T19:43:54.9504824Z * [new branch] gh/williamwen42/263/base -> origin/gh/williamwen42/263/base 2025-08-26T19:43:54.9506027Z * [new branch] gh/williamwen42/263/head -> origin/gh/williamwen42/263/head 2025-08-26T19:43:54.9507154Z * [new branch] gh/williamwen42/263/orig -> origin/gh/williamwen42/263/orig 2025-08-26T19:43:54.9508633Z * [new branch] gh/williamwen42/264/base -> origin/gh/williamwen42/264/base 2025-08-26T19:43:54.9509825Z * [new branch] gh/williamwen42/264/head -> origin/gh/williamwen42/264/head 2025-08-26T19:43:54.9510985Z * [new branch] gh/williamwen42/264/orig -> origin/gh/williamwen42/264/orig 2025-08-26T19:43:54.9512419Z * [new branch] gh/williamwen42/265/base -> origin/gh/williamwen42/265/base 2025-08-26T19:43:54.9513674Z * [new branch] gh/williamwen42/265/head -> origin/gh/williamwen42/265/head 2025-08-26T19:43:54.9514781Z * [new branch] gh/williamwen42/265/orig -> origin/gh/williamwen42/265/orig 2025-08-26T19:43:54.9516297Z * [new branch] gh/williamwen42/266/base -> origin/gh/williamwen42/266/base 2025-08-26T19:43:54.9517673Z * [new branch] gh/williamwen42/266/head -> origin/gh/williamwen42/266/head 2025-08-26T19:43:54.9518852Z * [new branch] gh/williamwen42/266/orig -> origin/gh/williamwen42/266/orig 2025-08-26T19:43:54.9520336Z * [new branch] gh/williamwen42/267/base -> origin/gh/williamwen42/267/base 2025-08-26T19:43:54.9521616Z * [new branch] gh/williamwen42/267/head -> origin/gh/williamwen42/267/head 2025-08-26T19:43:54.9522828Z * [new branch] gh/williamwen42/267/orig -> origin/gh/williamwen42/267/orig 2025-08-26T19:43:54.9524219Z * [new branch] gh/williamwen42/268/base -> origin/gh/williamwen42/268/base 2025-08-26T19:43:54.9525382Z * [new branch] gh/williamwen42/268/head -> origin/gh/williamwen42/268/head 2025-08-26T19:43:54.9526511Z * [new branch] gh/williamwen42/268/orig -> origin/gh/williamwen42/268/orig 2025-08-26T19:43:54.9527782Z * [new branch] gh/williamwen42/269/base -> origin/gh/williamwen42/269/base 2025-08-26T19:43:54.9529062Z * [new branch] gh/williamwen42/269/head -> origin/gh/williamwen42/269/head 2025-08-26T19:43:54.9530229Z * [new branch] gh/williamwen42/269/orig -> origin/gh/williamwen42/269/orig 2025-08-26T19:43:54.9531676Z * [new branch] gh/williamwen42/270/base -> origin/gh/williamwen42/270/base 2025-08-26T19:43:54.9532856Z * [new branch] gh/williamwen42/270/head -> origin/gh/williamwen42/270/head 2025-08-26T19:43:54.9534017Z * [new branch] gh/williamwen42/270/orig -> origin/gh/williamwen42/270/orig 2025-08-26T19:43:54.9535397Z * [new branch] gh/williamwen42/271/base -> origin/gh/williamwen42/271/base 2025-08-26T19:43:54.9536624Z * [new branch] gh/williamwen42/271/head -> origin/gh/williamwen42/271/head 2025-08-26T19:43:54.9537841Z * [new branch] gh/williamwen42/271/orig -> origin/gh/williamwen42/271/orig 2025-08-26T19:43:54.9539282Z * [new branch] gh/williamwen42/272/base -> origin/gh/williamwen42/272/base 2025-08-26T19:43:54.9540618Z * [new branch] gh/williamwen42/272/head -> origin/gh/williamwen42/272/head 2025-08-26T19:43:54.9541444Z * [new branch] gh/williamwen42/272/orig -> origin/gh/williamwen42/272/orig 2025-08-26T19:43:54.9543005Z * [new branch] gh/williamwen42/273/base -> origin/gh/williamwen42/273/base 2025-08-26T19:43:54.9544265Z * [new branch] gh/williamwen42/273/head -> origin/gh/williamwen42/273/head 2025-08-26T19:43:54.9545433Z * [new branch] gh/williamwen42/273/orig -> origin/gh/williamwen42/273/orig 2025-08-26T19:43:54.9547324Z * [new branch] gh/williamwen42/274/base -> origin/gh/williamwen42/274/base 2025-08-26T19:43:54.9548488Z * [new branch] gh/williamwen42/274/head -> origin/gh/williamwen42/274/head 2025-08-26T19:43:54.9549556Z * [new branch] gh/williamwen42/274/orig -> origin/gh/williamwen42/274/orig 2025-08-26T19:43:54.9551052Z * [new branch] gh/williamwen42/275/base -> origin/gh/williamwen42/275/base 2025-08-26T19:43:54.9552246Z * [new branch] gh/williamwen42/275/head -> origin/gh/williamwen42/275/head 2025-08-26T19:43:54.9553666Z * [new branch] gh/williamwen42/276/base -> origin/gh/williamwen42/276/base 2025-08-26T19:43:54.9554804Z * [new branch] gh/williamwen42/276/head -> origin/gh/williamwen42/276/head 2025-08-26T19:43:54.9555903Z * [new branch] gh/williamwen42/276/orig -> origin/gh/williamwen42/276/orig 2025-08-26T19:43:54.9557557Z * [new branch] gh/williamwen42/277/base -> origin/gh/williamwen42/277/base 2025-08-26T19:43:54.9558732Z * [new branch] gh/williamwen42/277/head -> origin/gh/williamwen42/277/head 2025-08-26T19:43:54.9559828Z * [new branch] gh/williamwen42/277/orig -> origin/gh/williamwen42/277/orig 2025-08-26T19:43:54.9561303Z * [new branch] gh/williamwen42/278/base -> origin/gh/williamwen42/278/base 2025-08-26T19:43:54.9562801Z * [new branch] gh/williamwen42/278/head -> origin/gh/williamwen42/278/head 2025-08-26T19:43:54.9563945Z * [new branch] gh/williamwen42/278/orig -> origin/gh/williamwen42/278/orig 2025-08-26T19:43:54.9565453Z * [new branch] gh/williamwen42/279/base -> origin/gh/williamwen42/279/base 2025-08-26T19:43:54.9566649Z * [new branch] gh/williamwen42/279/head -> origin/gh/williamwen42/279/head 2025-08-26T19:43:54.9567786Z * [new branch] gh/williamwen42/279/orig -> origin/gh/williamwen42/279/orig 2025-08-26T19:43:54.9569447Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-08-26T19:43:54.9570607Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-08-26T19:43:54.9571969Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-08-26T19:43:54.9573056Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-08-26T19:43:54.9574597Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-08-26T19:43:54.9575764Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-08-26T19:43:54.9577282Z * [new branch] gh/xmfan/229/base -> origin/gh/xmfan/229/base 2025-08-26T19:43:54.9578426Z * [new branch] gh/xmfan/229/head -> origin/gh/xmfan/229/head 2025-08-26T19:43:54.9579549Z * [new branch] gh/xmfan/229/orig -> origin/gh/xmfan/229/orig 2025-08-26T19:43:54.9581117Z * [new branch] gh/xmfan/237/base -> origin/gh/xmfan/237/base 2025-08-26T19:43:54.9582330Z * [new branch] gh/xmfan/237/head -> origin/gh/xmfan/237/head 2025-08-26T19:43:54.9583441Z * [new branch] gh/xmfan/237/orig -> origin/gh/xmfan/237/orig 2025-08-26T19:43:54.9584844Z * [new branch] gh/xmfan/244/base -> origin/gh/xmfan/244/base 2025-08-26T19:43:54.9586092Z * [new branch] gh/xmfan/244/head -> origin/gh/xmfan/244/head 2025-08-26T19:43:54.9587129Z * [new branch] gh/xmfan/244/orig -> origin/gh/xmfan/244/orig 2025-08-26T19:43:54.9588504Z * [new branch] gh/xmfan/246/base -> origin/gh/xmfan/246/base 2025-08-26T19:43:54.9589693Z * [new branch] gh/xmfan/246/head -> origin/gh/xmfan/246/head 2025-08-26T19:43:54.9590816Z * [new branch] gh/xmfan/246/orig -> origin/gh/xmfan/246/orig 2025-08-26T19:43:54.9592295Z * [new branch] gh/xmfan/253/base -> origin/gh/xmfan/253/base 2025-08-26T19:43:54.9593447Z * [new branch] gh/xmfan/253/head -> origin/gh/xmfan/253/head 2025-08-26T19:43:54.9597006Z * [new branch] gh/xmfan/253/orig -> origin/gh/xmfan/253/orig 2025-08-26T19:43:54.9598496Z * [new branch] gh/xmfan/254/base -> origin/gh/xmfan/254/base 2025-08-26T19:43:54.9598704Z * [new branch] gh/xmfan/254/head -> origin/gh/xmfan/254/head 2025-08-26T19:43:54.9598920Z * [new branch] gh/xmfan/254/orig -> origin/gh/xmfan/254/orig 2025-08-26T19:43:54.9599530Z * [new branch] gh/xmfan/260/base -> origin/gh/xmfan/260/base 2025-08-26T19:43:54.9600555Z * [new branch] gh/xmfan/260/head -> origin/gh/xmfan/260/head 2025-08-26T19:43:54.9601622Z * [new branch] gh/xmfan/260/orig -> origin/gh/xmfan/260/orig 2025-08-26T19:43:54.9602927Z * [new branch] gh/xmfan/262/base -> origin/gh/xmfan/262/base 2025-08-26T19:43:54.9603900Z * [new branch] gh/xmfan/262/head -> origin/gh/xmfan/262/head 2025-08-26T19:43:54.9604880Z * [new branch] gh/xmfan/262/orig -> origin/gh/xmfan/262/orig 2025-08-26T19:43:54.9606273Z * [new branch] gh/xmfan/263/base -> origin/gh/xmfan/263/base 2025-08-26T19:43:54.9607358Z * [new branch] gh/xmfan/263/head -> origin/gh/xmfan/263/head 2025-08-26T19:43:54.9608142Z * [new branch] gh/xmfan/263/orig -> origin/gh/xmfan/263/orig 2025-08-26T19:43:54.9609517Z * [new branch] gh/xmfan/264/base -> origin/gh/xmfan/264/base 2025-08-26T19:43:54.9610549Z * [new branch] gh/xmfan/264/head -> origin/gh/xmfan/264/head 2025-08-26T19:43:54.9611542Z * [new branch] gh/xmfan/264/orig -> origin/gh/xmfan/264/orig 2025-08-26T19:43:54.9612818Z * [new branch] gh/xmfan/270/base -> origin/gh/xmfan/270/base 2025-08-26T19:43:54.9613908Z * [new branch] gh/xmfan/270/head -> origin/gh/xmfan/270/head 2025-08-26T19:43:54.9614890Z * [new branch] gh/xmfan/270/orig -> origin/gh/xmfan/270/orig 2025-08-26T19:43:54.9616217Z * [new branch] gh/xmfan/271/base -> origin/gh/xmfan/271/base 2025-08-26T19:43:54.9617354Z * [new branch] gh/xmfan/271/head -> origin/gh/xmfan/271/head 2025-08-26T19:43:54.9618413Z * [new branch] gh/xmfan/271/orig -> origin/gh/xmfan/271/orig 2025-08-26T19:43:54.9620345Z * [new branch] gh/xmfan/272/base -> origin/gh/xmfan/272/base 2025-08-26T19:43:54.9621457Z * [new branch] gh/xmfan/272/head -> origin/gh/xmfan/272/head 2025-08-26T19:43:54.9622594Z * [new branch] gh/xmfan/272/orig -> origin/gh/xmfan/272/orig 2025-08-26T19:43:54.9624045Z * [new branch] gh/xmfan/273/base -> origin/gh/xmfan/273/base 2025-08-26T19:43:54.9625268Z * [new branch] gh/xmfan/273/head -> origin/gh/xmfan/273/head 2025-08-26T19:43:54.9626356Z * [new branch] gh/xmfan/273/orig -> origin/gh/xmfan/273/orig 2025-08-26T19:43:54.9628197Z * [new branch] gh/xmfan/274/base -> origin/gh/xmfan/274/base 2025-08-26T19:43:54.9629366Z * [new branch] gh/xmfan/274/head -> origin/gh/xmfan/274/head 2025-08-26T19:43:54.9630456Z * [new branch] gh/xmfan/274/orig -> origin/gh/xmfan/274/orig 2025-08-26T19:43:54.9631921Z * [new branch] gh/xmfan/275/base -> origin/gh/xmfan/275/base 2025-08-26T19:43:54.9633074Z * [new branch] gh/xmfan/275/head -> origin/gh/xmfan/275/head 2025-08-26T19:43:54.9634165Z * [new branch] gh/xmfan/275/orig -> origin/gh/xmfan/275/orig 2025-08-26T19:43:54.9635788Z * [new branch] gh/xmfan/276/base -> origin/gh/xmfan/276/base 2025-08-26T19:43:54.9636865Z * [new branch] gh/xmfan/276/head -> origin/gh/xmfan/276/head 2025-08-26T19:43:54.9638014Z * [new branch] gh/xmfan/276/orig -> origin/gh/xmfan/276/orig 2025-08-26T19:43:54.9639484Z * [new branch] gh/xmfan/277/base -> origin/gh/xmfan/277/base 2025-08-26T19:43:54.9640997Z * [new branch] gh/xmfan/277/head -> origin/gh/xmfan/277/head 2025-08-26T19:43:54.9642334Z * [new branch] gh/xmfan/277/orig -> origin/gh/xmfan/277/orig 2025-08-26T19:43:54.9643843Z * [new branch] gh/xmfan/278/base -> origin/gh/xmfan/278/base 2025-08-26T19:43:54.9644883Z * [new branch] gh/xmfan/278/head -> origin/gh/xmfan/278/head 2025-08-26T19:43:54.9646064Z * [new branch] gh/xmfan/278/orig -> origin/gh/xmfan/278/orig 2025-08-26T19:43:54.9648041Z * [new branch] gh/xmfan/279/base -> origin/gh/xmfan/279/base 2025-08-26T19:43:54.9649124Z * [new branch] gh/xmfan/279/head -> origin/gh/xmfan/279/head 2025-08-26T19:43:54.9650283Z * [new branch] gh/xmfan/279/orig -> origin/gh/xmfan/279/orig 2025-08-26T19:43:54.9651845Z * [new branch] gh/xmfan/280/base -> origin/gh/xmfan/280/base 2025-08-26T19:43:54.9653029Z * [new branch] gh/xmfan/280/head -> origin/gh/xmfan/280/head 2025-08-26T19:43:54.9654167Z * [new branch] gh/xmfan/280/orig -> origin/gh/xmfan/280/orig 2025-08-26T19:43:54.9655655Z * [new branch] gh/xmfan/281/base -> origin/gh/xmfan/281/base 2025-08-26T19:43:54.9656830Z * [new branch] gh/xmfan/281/head -> origin/gh/xmfan/281/head 2025-08-26T19:43:54.9657980Z * [new branch] gh/xmfan/281/orig -> origin/gh/xmfan/281/orig 2025-08-26T19:43:54.9659423Z * [new branch] gh/xmfan/282/base -> origin/gh/xmfan/282/base 2025-08-26T19:43:54.9660538Z * [new branch] gh/xmfan/282/head -> origin/gh/xmfan/282/head 2025-08-26T19:43:54.9661960Z * [new branch] gh/xmfan/283/base -> origin/gh/xmfan/283/base 2025-08-26T19:43:54.9663071Z * [new branch] gh/xmfan/283/head -> origin/gh/xmfan/283/head 2025-08-26T19:43:54.9664185Z * [new branch] gh/xmfan/283/orig -> origin/gh/xmfan/283/orig 2025-08-26T19:43:54.9666030Z * [new branch] gh/xuanzhang816/14/base -> origin/gh/xuanzhang816/14/base 2025-08-26T19:43:54.9667208Z * [new branch] gh/xuanzhang816/14/head -> origin/gh/xuanzhang816/14/head 2025-08-26T19:43:54.9668403Z * [new branch] gh/xuanzhang816/14/orig -> origin/gh/xuanzhang816/14/orig 2025-08-26T19:43:54.9670039Z * [new branch] gh/xuanzhang816/19/base -> origin/gh/xuanzhang816/19/base 2025-08-26T19:43:54.9671107Z * [new branch] gh/xuanzhang816/19/head -> origin/gh/xuanzhang816/19/head 2025-08-26T19:43:54.9672252Z * [new branch] gh/xuanzhang816/19/orig -> origin/gh/xuanzhang816/19/orig 2025-08-26T19:43:54.9673697Z * [new branch] gh/xuanzhang816/22/base -> origin/gh/xuanzhang816/22/base 2025-08-26T19:43:54.9674870Z * [new branch] gh/xuanzhang816/22/head -> origin/gh/xuanzhang816/22/head 2025-08-26T19:43:54.9675964Z * [new branch] gh/xuanzhang816/22/orig -> origin/gh/xuanzhang816/22/orig 2025-08-26T19:43:54.9677410Z * [new branch] gh/xuanzhang816/23/base -> origin/gh/xuanzhang816/23/base 2025-08-26T19:43:54.9678530Z * [new branch] gh/xuanzhang816/23/head -> origin/gh/xuanzhang816/23/head 2025-08-26T19:43:54.9679640Z * [new branch] gh/xuanzhang816/23/orig -> origin/gh/xuanzhang816/23/orig 2025-08-26T19:43:54.9681384Z * [new branch] gh/xuanzhang816/24/base -> origin/gh/xuanzhang816/24/base 2025-08-26T19:43:54.9682695Z * [new branch] gh/xuanzhang816/24/head -> origin/gh/xuanzhang816/24/head 2025-08-26T19:43:54.9683740Z * [new branch] gh/xuanzhang816/24/orig -> origin/gh/xuanzhang816/24/orig 2025-08-26T19:43:54.9685516Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-08-26T19:43:54.9686678Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-08-26T19:43:54.9687747Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-08-26T19:43:54.9689221Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-08-26T19:43:54.9690285Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-08-26T19:43:54.9691359Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-08-26T19:43:54.9693287Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-08-26T19:43:54.9694504Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-08-26T19:43:54.9695724Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-08-26T19:43:54.9697196Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-08-26T19:43:54.9698325Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-08-26T19:43:54.9699469Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-08-26T19:43:54.9700796Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-08-26T19:43:54.9701941Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-08-26T19:43:54.9703068Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-08-26T19:43:54.9704423Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-08-26T19:43:54.9705540Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-08-26T19:43:54.9706638Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-08-26T19:43:54.9708092Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-08-26T19:43:54.9709224Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-08-26T19:43:54.9710411Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-08-26T19:43:54.9712025Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-08-26T19:43:54.9713108Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-08-26T19:43:54.9714243Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-08-26T19:43:54.9715637Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-08-26T19:43:54.9716872Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-08-26T19:43:54.9718360Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-08-26T19:43:54.9719649Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-08-26T19:43:54.9720725Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-08-26T19:43:54.9722181Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-08-26T19:43:54.9723431Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-08-26T19:43:54.9724942Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-08-26T19:43:54.9726494Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-08-26T19:43:54.9727657Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-08-26T19:43:54.9728782Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-08-26T19:43:54.9730187Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-08-26T19:43:54.9731345Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-08-26T19:43:54.9732483Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-08-26T19:43:54.9734292Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-08-26T19:43:54.9735452Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-08-26T19:43:54.9736553Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-08-26T19:43:54.9738114Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-08-26T19:43:54.9739639Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-08-26T19:43:54.9740820Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-08-26T19:43:54.9742398Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-08-26T19:43:54.9743564Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-08-26T19:43:54.9744688Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-08-26T19:43:54.9746451Z * [new branch] gh/yangw-dev/1/base -> origin/gh/yangw-dev/1/base 2025-08-26T19:43:54.9751454Z * [new branch] gh/yangw-dev/10/base -> origin/gh/yangw-dev/10/base 2025-08-26T19:43:54.9752700Z * [new branch] gh/yangw-dev/10/head -> origin/gh/yangw-dev/10/head 2025-08-26T19:43:54.9753819Z * [new branch] gh/yangw-dev/10/orig -> origin/gh/yangw-dev/10/orig 2025-08-26T19:43:54.9755176Z * [new branch] gh/yangw-dev/11/base -> origin/gh/yangw-dev/11/base 2025-08-26T19:43:54.9756346Z * [new branch] gh/yangw-dev/11/head -> origin/gh/yangw-dev/11/head 2025-08-26T19:43:54.9757499Z * [new branch] gh/yangw-dev/11/orig -> origin/gh/yangw-dev/11/orig 2025-08-26T19:43:54.9759024Z * [new branch] gh/yangw-dev/12/base -> origin/gh/yangw-dev/12/base 2025-08-26T19:43:54.9760179Z * [new branch] gh/yangw-dev/12/head -> origin/gh/yangw-dev/12/head 2025-08-26T19:43:54.9761289Z * [new branch] gh/yangw-dev/12/orig -> origin/gh/yangw-dev/12/orig 2025-08-26T19:43:54.9762849Z * [new branch] gh/yangw-dev/13/base -> origin/gh/yangw-dev/13/base 2025-08-26T19:43:54.9764106Z * [new branch] gh/yangw-dev/13/head -> origin/gh/yangw-dev/13/head 2025-08-26T19:43:54.9765263Z * [new branch] gh/yangw-dev/13/orig -> origin/gh/yangw-dev/13/orig 2025-08-26T19:43:54.9766649Z * [new branch] gh/yangw-dev/14/base -> origin/gh/yangw-dev/14/base 2025-08-26T19:43:54.9767877Z * [new branch] gh/yangw-dev/14/head -> origin/gh/yangw-dev/14/head 2025-08-26T19:43:54.9769436Z * [new branch] gh/yangw-dev/14/orig -> origin/gh/yangw-dev/14/orig 2025-08-26T19:43:54.9771220Z * [new branch] gh/yangw-dev/15/base -> origin/gh/yangw-dev/15/base 2025-08-26T19:43:54.9772745Z * [new branch] gh/yangw-dev/15/head -> origin/gh/yangw-dev/15/head 2025-08-26T19:43:54.9773901Z * [new branch] gh/yangw-dev/15/orig -> origin/gh/yangw-dev/15/orig 2025-08-26T19:43:54.9775455Z * [new branch] gh/yangw-dev/16/base -> origin/gh/yangw-dev/16/base 2025-08-26T19:43:54.9776597Z * [new branch] gh/yangw-dev/16/head -> origin/gh/yangw-dev/16/head 2025-08-26T19:43:54.9777725Z * [new branch] gh/yangw-dev/16/orig -> origin/gh/yangw-dev/16/orig 2025-08-26T19:43:54.9779148Z * [new branch] gh/yangw-dev/17/base -> origin/gh/yangw-dev/17/base 2025-08-26T19:43:54.9780341Z * [new branch] gh/yangw-dev/17/head -> origin/gh/yangw-dev/17/head 2025-08-26T19:43:54.9781551Z * [new branch] gh/yangw-dev/17/orig -> origin/gh/yangw-dev/17/orig 2025-08-26T19:43:54.9783003Z * [new branch] gh/yangw-dev/18/base -> origin/gh/yangw-dev/18/base 2025-08-26T19:43:54.9784130Z * [new branch] gh/yangw-dev/18/head -> origin/gh/yangw-dev/18/head 2025-08-26T19:43:54.9785297Z * [new branch] gh/yangw-dev/18/orig -> origin/gh/yangw-dev/18/orig 2025-08-26T19:43:54.9786675Z * [new branch] gh/yangw-dev/19/base -> origin/gh/yangw-dev/19/base 2025-08-26T19:43:54.9787853Z * [new branch] gh/yangw-dev/19/head -> origin/gh/yangw-dev/19/head 2025-08-26T19:43:54.9788993Z * [new branch] gh/yangw-dev/19/orig -> origin/gh/yangw-dev/19/orig 2025-08-26T19:43:54.9790549Z * [new branch] gh/yangw-dev/2/base -> origin/gh/yangw-dev/2/base 2025-08-26T19:43:54.9791721Z * [new branch] gh/yangw-dev/2/head -> origin/gh/yangw-dev/2/head 2025-08-26T19:43:54.9793100Z * [new branch] gh/yangw-dev/20/base -> origin/gh/yangw-dev/20/base 2025-08-26T19:43:54.9794235Z * [new branch] gh/yangw-dev/20/head -> origin/gh/yangw-dev/20/head 2025-08-26T19:43:54.9795421Z * [new branch] gh/yangw-dev/20/orig -> origin/gh/yangw-dev/20/orig 2025-08-26T19:43:54.9796814Z * [new branch] gh/yangw-dev/21/base -> origin/gh/yangw-dev/21/base 2025-08-26T19:43:54.9797945Z * [new branch] gh/yangw-dev/21/head -> origin/gh/yangw-dev/21/head 2025-08-26T19:43:54.9799057Z * [new branch] gh/yangw-dev/21/orig -> origin/gh/yangw-dev/21/orig 2025-08-26T19:43:54.9800527Z * [new branch] gh/yangw-dev/22/base -> origin/gh/yangw-dev/22/base 2025-08-26T19:43:54.9801717Z * [new branch] gh/yangw-dev/22/head -> origin/gh/yangw-dev/22/head 2025-08-26T19:43:54.9802877Z * [new branch] gh/yangw-dev/22/orig -> origin/gh/yangw-dev/22/orig 2025-08-26T19:43:54.9804306Z * [new branch] gh/yangw-dev/23/base -> origin/gh/yangw-dev/23/base 2025-08-26T19:43:54.9805536Z * [new branch] gh/yangw-dev/23/head -> origin/gh/yangw-dev/23/head 2025-08-26T19:43:54.9806700Z * [new branch] gh/yangw-dev/23/orig -> origin/gh/yangw-dev/23/orig 2025-08-26T19:43:54.9808064Z * [new branch] gh/yangw-dev/3/base -> origin/gh/yangw-dev/3/base 2025-08-26T19:43:54.9809192Z * [new branch] gh/yangw-dev/3/head -> origin/gh/yangw-dev/3/head 2025-08-26T19:43:54.9810570Z * [new branch] gh/yangw-dev/4/base -> origin/gh/yangw-dev/4/base 2025-08-26T19:43:54.9811708Z * [new branch] gh/yangw-dev/4/head -> origin/gh/yangw-dev/4/head 2025-08-26T19:43:54.9813078Z * [new branch] gh/yangw-dev/5/base -> origin/gh/yangw-dev/5/base 2025-08-26T19:43:54.9814349Z * [new branch] gh/yangw-dev/5/head -> origin/gh/yangw-dev/5/head 2025-08-26T19:43:54.9816106Z * [new branch] gh/yangw-dev/6/base -> origin/gh/yangw-dev/6/base 2025-08-26T19:43:54.9817231Z * [new branch] gh/yangw-dev/6/head -> origin/gh/yangw-dev/6/head 2025-08-26T19:43:54.9818600Z * [new branch] gh/yangw-dev/7/base -> origin/gh/yangw-dev/7/base 2025-08-26T19:43:54.9819826Z * [new branch] gh/yangw-dev/7/head -> origin/gh/yangw-dev/7/head 2025-08-26T19:43:54.9821295Z * [new branch] gh/yangw-dev/8/base -> origin/gh/yangw-dev/8/base 2025-08-26T19:43:54.9822414Z * [new branch] gh/yangw-dev/8/head -> origin/gh/yangw-dev/8/head 2025-08-26T19:43:54.9823547Z * [new branch] gh/yangw-dev/8/orig -> origin/gh/yangw-dev/8/orig 2025-08-26T19:43:54.9825341Z * [new branch] gh/yangw-dev/9/base -> origin/gh/yangw-dev/9/base 2025-08-26T19:43:54.9826526Z * [new branch] gh/yangw-dev/9/head -> origin/gh/yangw-dev/9/head 2025-08-26T19:43:54.9827591Z * [new branch] gh/yangw-dev/9/orig -> origin/gh/yangw-dev/9/orig 2025-08-26T19:43:54.9829221Z * [new branch] gh/ydwu4/233/base -> origin/gh/ydwu4/233/base 2025-08-26T19:43:54.9830419Z * [new branch] gh/ydwu4/233/head -> origin/gh/ydwu4/233/head 2025-08-26T19:43:54.9831533Z * [new branch] gh/ydwu4/233/orig -> origin/gh/ydwu4/233/orig 2025-08-26T19:43:54.9833156Z * [new branch] gh/ydwu4/246/base -> origin/gh/ydwu4/246/base 2025-08-26T19:43:54.9834376Z * [new branch] gh/ydwu4/246/head -> origin/gh/ydwu4/246/head 2025-08-26T19:43:54.9835581Z * [new branch] gh/ydwu4/246/orig -> origin/gh/ydwu4/246/orig 2025-08-26T19:43:54.9837120Z * [new branch] gh/ydwu4/253/base -> origin/gh/ydwu4/253/base 2025-08-26T19:43:54.9838321Z * [new branch] gh/ydwu4/253/head -> origin/gh/ydwu4/253/head 2025-08-26T19:43:54.9839459Z * [new branch] gh/ydwu4/253/orig -> origin/gh/ydwu4/253/orig 2025-08-26T19:43:54.9840978Z * [new branch] gh/ydwu4/255/base -> origin/gh/ydwu4/255/base 2025-08-26T19:43:54.9842195Z * [new branch] gh/ydwu4/255/head -> origin/gh/ydwu4/255/head 2025-08-26T19:43:54.9843361Z * [new branch] gh/ydwu4/255/orig -> origin/gh/ydwu4/255/orig 2025-08-26T19:43:54.9845017Z * [new branch] gh/ydwu4/259/base -> origin/gh/ydwu4/259/base 2025-08-26T19:43:54.9846350Z * [new branch] gh/ydwu4/259/head -> origin/gh/ydwu4/259/head 2025-08-26T19:43:54.9847483Z * [new branch] gh/ydwu4/259/orig -> origin/gh/ydwu4/259/orig 2025-08-26T19:43:54.9849017Z * [new branch] gh/ydwu4/262/base -> origin/gh/ydwu4/262/base 2025-08-26T19:43:54.9850267Z * [new branch] gh/ydwu4/262/head -> origin/gh/ydwu4/262/head 2025-08-26T19:43:54.9851434Z * [new branch] gh/ydwu4/262/orig -> origin/gh/ydwu4/262/orig 2025-08-26T19:43:54.9852896Z * [new branch] gh/ydwu4/263/base -> origin/gh/ydwu4/263/base 2025-08-26T19:43:54.9854038Z * [new branch] gh/ydwu4/263/head -> origin/gh/ydwu4/263/head 2025-08-26T19:43:54.9855145Z * [new branch] gh/ydwu4/263/orig -> origin/gh/ydwu4/263/orig 2025-08-26T19:43:54.9856756Z * [new branch] gh/ydwu4/269/base -> origin/gh/ydwu4/269/base 2025-08-26T19:43:54.9857857Z * [new branch] gh/ydwu4/269/head -> origin/gh/ydwu4/269/head 2025-08-26T19:43:54.9858951Z * [new branch] gh/ydwu4/269/orig -> origin/gh/ydwu4/269/orig 2025-08-26T19:43:54.9860396Z * [new branch] gh/ydwu4/270/base -> origin/gh/ydwu4/270/base 2025-08-26T19:43:54.9861700Z * [new branch] gh/ydwu4/270/head -> origin/gh/ydwu4/270/head 2025-08-26T19:43:54.9862797Z * [new branch] gh/ydwu4/270/orig -> origin/gh/ydwu4/270/orig 2025-08-26T19:43:54.9864678Z * [new branch] gh/ydwu4/272/base -> origin/gh/ydwu4/272/base 2025-08-26T19:43:54.9866035Z * [new branch] gh/ydwu4/272/head -> origin/gh/ydwu4/272/head 2025-08-26T19:43:54.9867252Z * [new branch] gh/ydwu4/272/orig -> origin/gh/ydwu4/272/orig 2025-08-26T19:43:54.9868574Z * [new branch] gh/ydwu4/275/base -> origin/gh/ydwu4/275/base 2025-08-26T19:43:54.9869712Z * [new branch] gh/ydwu4/275/head -> origin/gh/ydwu4/275/head 2025-08-26T19:43:54.9870831Z * [new branch] gh/ydwu4/275/orig -> origin/gh/ydwu4/275/orig 2025-08-26T19:43:54.9872152Z * [new branch] gh/ydwu4/276/base -> origin/gh/ydwu4/276/base 2025-08-26T19:43:54.9873285Z * [new branch] gh/ydwu4/276/head -> origin/gh/ydwu4/276/head 2025-08-26T19:43:54.9874455Z * [new branch] gh/ydwu4/276/orig -> origin/gh/ydwu4/276/orig 2025-08-26T19:43:54.9876155Z * [new branch] gh/ydwu4/279/base -> origin/gh/ydwu4/279/base 2025-08-26T19:43:54.9877484Z * [new branch] gh/ydwu4/279/head -> origin/gh/ydwu4/279/head 2025-08-26T19:43:54.9878690Z * [new branch] gh/ydwu4/279/orig -> origin/gh/ydwu4/279/orig 2025-08-26T19:43:54.9880382Z * [new branch] gh/ydwu4/283/base -> origin/gh/ydwu4/283/base 2025-08-26T19:43:54.9881781Z * [new branch] gh/ydwu4/283/head -> origin/gh/ydwu4/283/head 2025-08-26T19:43:54.9886085Z * [new branch] gh/ydwu4/283/orig -> origin/gh/ydwu4/283/orig 2025-08-26T19:43:54.9887562Z * [new branch] gh/ydwu4/289/base -> origin/gh/ydwu4/289/base 2025-08-26T19:43:54.9888728Z * [new branch] gh/ydwu4/289/head -> origin/gh/ydwu4/289/head 2025-08-26T19:43:54.9889857Z * [new branch] gh/ydwu4/289/orig -> origin/gh/ydwu4/289/orig 2025-08-26T19:43:54.9891467Z * [new branch] gh/ydwu4/290/base -> origin/gh/ydwu4/290/base 2025-08-26T19:43:54.9892665Z * [new branch] gh/ydwu4/290/head -> origin/gh/ydwu4/290/head 2025-08-26T19:43:54.9893790Z * [new branch] gh/ydwu4/290/orig -> origin/gh/ydwu4/290/orig 2025-08-26T19:43:54.9895687Z * [new branch] gh/ydwu4/291/base -> origin/gh/ydwu4/291/base 2025-08-26T19:43:54.9896893Z * [new branch] gh/ydwu4/291/head -> origin/gh/ydwu4/291/head 2025-08-26T19:43:54.9898062Z * [new branch] gh/ydwu4/291/orig -> origin/gh/ydwu4/291/orig 2025-08-26T19:43:54.9899678Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-08-26T19:43:54.9900882Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-08-26T19:43:54.9901974Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-08-26T19:43:54.9903352Z * [new branch] gh/ydwu4/293/base -> origin/gh/ydwu4/293/base 2025-08-26T19:43:54.9904515Z * [new branch] gh/ydwu4/293/head -> origin/gh/ydwu4/293/head 2025-08-26T19:43:54.9905641Z * [new branch] gh/ydwu4/293/orig -> origin/gh/ydwu4/293/orig 2025-08-26T19:43:54.9907133Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-08-26T19:43:54.9908309Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-08-26T19:43:54.9909426Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-08-26T19:43:54.9910952Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-08-26T19:43:54.9912293Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-08-26T19:43:54.9913320Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-08-26T19:43:54.9914689Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-08-26T19:43:54.9916089Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-08-26T19:43:54.9917116Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-08-26T19:43:54.9919487Z * [new branch] gh/ydwu4/300/base -> origin/gh/ydwu4/300/base 2025-08-26T19:43:54.9921215Z * [new branch] gh/ydwu4/300/head -> origin/gh/ydwu4/300/head 2025-08-26T19:43:54.9922645Z * [new branch] gh/ydwu4/300/orig -> origin/gh/ydwu4/300/orig 2025-08-26T19:43:54.9924470Z * [new branch] gh/ydwu4/301/base -> origin/gh/ydwu4/301/base 2025-08-26T19:43:54.9925944Z * [new branch] gh/ydwu4/301/head -> origin/gh/ydwu4/301/head 2025-08-26T19:43:54.9927106Z * [new branch] gh/ydwu4/301/orig -> origin/gh/ydwu4/301/orig 2025-08-26T19:43:54.9928572Z * [new branch] gh/ydwu4/302/base -> origin/gh/ydwu4/302/base 2025-08-26T19:43:54.9929692Z * [new branch] gh/ydwu4/302/head -> origin/gh/ydwu4/302/head 2025-08-26T19:43:54.9930866Z * [new branch] gh/ydwu4/302/orig -> origin/gh/ydwu4/302/orig 2025-08-26T19:43:54.9932272Z * [new branch] gh/ydwu4/303/base -> origin/gh/ydwu4/303/base 2025-08-26T19:43:54.9933510Z * [new branch] gh/ydwu4/303/head -> origin/gh/ydwu4/303/head 2025-08-26T19:43:54.9935009Z * [new branch] gh/ydwu4/303/orig -> origin/gh/ydwu4/303/orig 2025-08-26T19:43:54.9936376Z * [new branch] gh/ydwu4/304/base -> origin/gh/ydwu4/304/base 2025-08-26T19:43:54.9937565Z * [new branch] gh/ydwu4/304/head -> origin/gh/ydwu4/304/head 2025-08-26T19:43:54.9938823Z * [new branch] gh/ydwu4/304/orig -> origin/gh/ydwu4/304/orig 2025-08-26T19:43:54.9940402Z * [new branch] gh/ydwu4/305/base -> origin/gh/ydwu4/305/base 2025-08-26T19:43:54.9941625Z * [new branch] gh/ydwu4/305/head -> origin/gh/ydwu4/305/head 2025-08-26T19:43:54.9942743Z * [new branch] gh/ydwu4/305/orig -> origin/gh/ydwu4/305/orig 2025-08-26T19:43:54.9944286Z * [new branch] gh/ydwu4/306/base -> origin/gh/ydwu4/306/base 2025-08-26T19:43:54.9945450Z * [new branch] gh/ydwu4/306/head -> origin/gh/ydwu4/306/head 2025-08-26T19:43:54.9946659Z * [new branch] gh/ydwu4/306/orig -> origin/gh/ydwu4/306/orig 2025-08-26T19:43:54.9948070Z * [new branch] gh/ydwu4/307/base -> origin/gh/ydwu4/307/base 2025-08-26T19:43:54.9949305Z * [new branch] gh/ydwu4/307/head -> origin/gh/ydwu4/307/head 2025-08-26T19:43:54.9950388Z * [new branch] gh/ydwu4/307/orig -> origin/gh/ydwu4/307/orig 2025-08-26T19:43:54.9951946Z * [new branch] gh/ydwu4/308/base -> origin/gh/ydwu4/308/base 2025-08-26T19:43:54.9953237Z * [new branch] gh/ydwu4/308/head -> origin/gh/ydwu4/308/head 2025-08-26T19:43:54.9954389Z * [new branch] gh/ydwu4/308/orig -> origin/gh/ydwu4/308/orig 2025-08-26T19:43:54.9955820Z * [new branch] gh/ydwu4/309/base -> origin/gh/ydwu4/309/base 2025-08-26T19:43:54.9956980Z * [new branch] gh/ydwu4/309/head -> origin/gh/ydwu4/309/head 2025-08-26T19:43:54.9958140Z * [new branch] gh/ydwu4/309/orig -> origin/gh/ydwu4/309/orig 2025-08-26T19:43:54.9959584Z * [new branch] gh/ydwu4/310/base -> origin/gh/ydwu4/310/base 2025-08-26T19:43:54.9960915Z * [new branch] gh/ydwu4/310/head -> origin/gh/ydwu4/310/head 2025-08-26T19:43:54.9962048Z * [new branch] gh/ydwu4/310/orig -> origin/gh/ydwu4/310/orig 2025-08-26T19:43:54.9963525Z * [new branch] gh/ydwu4/311/base -> origin/gh/ydwu4/311/base 2025-08-26T19:43:54.9964882Z * [new branch] gh/ydwu4/311/head -> origin/gh/ydwu4/311/head 2025-08-26T19:43:54.9966029Z * [new branch] gh/ydwu4/311/orig -> origin/gh/ydwu4/311/orig 2025-08-26T19:43:54.9967496Z * [new branch] gh/ydwu4/312/base -> origin/gh/ydwu4/312/base 2025-08-26T19:43:54.9968638Z * [new branch] gh/ydwu4/312/head -> origin/gh/ydwu4/312/head 2025-08-26T19:43:54.9969761Z * [new branch] gh/ydwu4/312/orig -> origin/gh/ydwu4/312/orig 2025-08-26T19:43:54.9971571Z * [new branch] gh/ydwu4/313/base -> origin/gh/ydwu4/313/base 2025-08-26T19:43:54.9972896Z * [new branch] gh/ydwu4/313/head -> origin/gh/ydwu4/313/head 2025-08-26T19:43:54.9974068Z * [new branch] gh/ydwu4/313/orig -> origin/gh/ydwu4/313/orig 2025-08-26T19:43:54.9975619Z * [new branch] gh/ydwu4/314/base -> origin/gh/ydwu4/314/base 2025-08-26T19:43:54.9977004Z * [new branch] gh/ydwu4/314/head -> origin/gh/ydwu4/314/head 2025-08-26T19:43:54.9978145Z * [new branch] gh/ydwu4/314/orig -> origin/gh/ydwu4/314/orig 2025-08-26T19:43:54.9979656Z * [new branch] gh/ydwu4/315/base -> origin/gh/ydwu4/315/base 2025-08-26T19:43:54.9980865Z * [new branch] gh/ydwu4/315/head -> origin/gh/ydwu4/315/head 2025-08-26T19:43:54.9982159Z * [new branch] gh/ydwu4/315/orig -> origin/gh/ydwu4/315/orig 2025-08-26T19:43:54.9983855Z * [new branch] gh/ydwu4/316/base -> origin/gh/ydwu4/316/base 2025-08-26T19:43:54.9985037Z * [new branch] gh/ydwu4/316/head -> origin/gh/ydwu4/316/head 2025-08-26T19:43:54.9986142Z * [new branch] gh/ydwu4/316/orig -> origin/gh/ydwu4/316/orig 2025-08-26T19:43:54.9987509Z * [new branch] gh/ydwu4/317/base -> origin/gh/ydwu4/317/base 2025-08-26T19:43:54.9988650Z * [new branch] gh/ydwu4/317/head -> origin/gh/ydwu4/317/head 2025-08-26T19:43:54.9989825Z * [new branch] gh/ydwu4/317/orig -> origin/gh/ydwu4/317/orig 2025-08-26T19:43:54.9991576Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-08-26T19:43:54.9992688Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-08-26T19:43:54.9994384Z * [new branch] gh/yf225/171/base -> origin/gh/yf225/171/base 2025-08-26T19:43:54.9995708Z * [new branch] gh/yf225/171/head -> origin/gh/yf225/171/head 2025-08-26T19:43:54.9996840Z * [new branch] gh/yf225/171/orig -> origin/gh/yf225/171/orig 2025-08-26T19:43:54.9998387Z * [new branch] gh/yf225/172/base -> origin/gh/yf225/172/base 2025-08-26T19:43:54.9999485Z * [new branch] gh/yf225/172/head -> origin/gh/yf225/172/head 2025-08-26T19:43:55.0000638Z * [new branch] gh/yf225/172/orig -> origin/gh/yf225/172/orig 2025-08-26T19:43:55.0002136Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-08-26T19:43:55.0003238Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-08-26T19:43:55.0005462Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-08-26T19:43:55.0006900Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-08-26T19:43:55.0008116Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-08-26T19:43:55.0009616Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-08-26T19:43:55.0010881Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-08-26T19:43:55.0012045Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-08-26T19:43:55.0013748Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-08-26T19:43:55.0014885Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-08-26T19:43:55.0016216Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-08-26T19:43:55.0017377Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-08-26T19:43:55.0019080Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-08-26T19:43:55.0020274Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-08-26T19:43:55.0021572Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-08-26T19:43:55.0023068Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-08-26T19:43:55.0024234Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-08-26T19:43:55.0025477Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-08-26T19:43:55.0026970Z * [new branch] gh/ysiraichi/88/base -> origin/gh/ysiraichi/88/base 2025-08-26T19:43:55.0028133Z * [new branch] gh/ysiraichi/88/head -> origin/gh/ysiraichi/88/head 2025-08-26T19:43:55.0029230Z * [new branch] gh/ysiraichi/88/orig -> origin/gh/ysiraichi/88/orig 2025-08-26T19:43:55.0031053Z * [new branch] gh/zhxchen17/25/base -> origin/gh/zhxchen17/25/base 2025-08-26T19:43:55.0032190Z * [new branch] gh/zhxchen17/25/head -> origin/gh/zhxchen17/25/head 2025-08-26T19:43:55.0033282Z * [new branch] gh/zhxchen17/25/orig -> origin/gh/zhxchen17/25/orig 2025-08-26T19:43:55.0034961Z * [new branch] gh/zhxchen17/31/base -> origin/gh/zhxchen17/31/base 2025-08-26T19:43:55.0036167Z * [new branch] gh/zhxchen17/31/head -> origin/gh/zhxchen17/31/head 2025-08-26T19:43:55.0037303Z * [new branch] gh/zhxchen17/31/orig -> origin/gh/zhxchen17/31/orig 2025-08-26T19:43:55.0038813Z * [new branch] gh/zhxchen17/34/base -> origin/gh/zhxchen17/34/base 2025-08-26T19:43:55.0040005Z * [new branch] gh/zhxchen17/34/head -> origin/gh/zhxchen17/34/head 2025-08-26T19:43:55.0041271Z * [new branch] gh/zhxchen17/35/base -> origin/gh/zhxchen17/35/base 2025-08-26T19:43:55.0042505Z * [new branch] gh/zhxchen17/35/head -> origin/gh/zhxchen17/35/head 2025-08-26T19:43:55.0043863Z * [new branch] gh/zhxchen17/36/base -> origin/gh/zhxchen17/36/base 2025-08-26T19:43:55.0044985Z * [new branch] gh/zhxchen17/36/head -> origin/gh/zhxchen17/36/head 2025-08-26T19:43:55.0046147Z * [new branch] gh/zhxchen17/36/orig -> origin/gh/zhxchen17/36/orig 2025-08-26T19:43:55.0047894Z * [new branch] gh/zhxchen17/37/base -> origin/gh/zhxchen17/37/base 2025-08-26T19:43:55.0048999Z * [new branch] gh/zhxchen17/37/head -> origin/gh/zhxchen17/37/head 2025-08-26T19:43:55.0050174Z * [new branch] gh/zhxchen17/37/orig -> origin/gh/zhxchen17/37/orig 2025-08-26T19:43:55.0051874Z * [new branch] gh/zhxchen17/38/base -> origin/gh/zhxchen17/38/base 2025-08-26T19:43:55.0053028Z * [new branch] gh/zhxchen17/38/head -> origin/gh/zhxchen17/38/head 2025-08-26T19:43:55.0054253Z * [new branch] gh/zhxchen17/38/orig -> origin/gh/zhxchen17/38/orig 2025-08-26T19:43:55.0055691Z * [new branch] gh/zhxchen17/39/base -> origin/gh/zhxchen17/39/base 2025-08-26T19:43:55.0056857Z * [new branch] gh/zhxchen17/39/head -> origin/gh/zhxchen17/39/head 2025-08-26T19:43:55.0058024Z * [new branch] gh/zhxchen17/39/orig -> origin/gh/zhxchen17/39/orig 2025-08-26T19:43:55.0059605Z * [new branch] gh/zhxchen17/40/base -> origin/gh/zhxchen17/40/base 2025-08-26T19:43:55.0060821Z * [new branch] gh/zhxchen17/40/head -> origin/gh/zhxchen17/40/head 2025-08-26T19:43:55.0062073Z * [new branch] gh/zhxchen17/40/orig -> origin/gh/zhxchen17/40/orig 2025-08-26T19:43:55.0063808Z * [new branch] gh/zhxchen17/41/base -> origin/gh/zhxchen17/41/base 2025-08-26T19:43:55.0064922Z * [new branch] gh/zhxchen17/41/head -> origin/gh/zhxchen17/41/head 2025-08-26T19:43:55.0066169Z * [new branch] gh/zhxchen17/41/orig -> origin/gh/zhxchen17/41/orig 2025-08-26T19:43:55.0067643Z * [new branch] gh/zhxchen17/42/base -> origin/gh/zhxchen17/42/base 2025-08-26T19:43:55.0068905Z * [new branch] gh/zhxchen17/42/head -> origin/gh/zhxchen17/42/head 2025-08-26T19:43:55.0070347Z * [new branch] gh/zhxchen17/42/orig -> origin/gh/zhxchen17/42/orig 2025-08-26T19:43:55.0072047Z * [new branch] gh/zhxchen17/43/base -> origin/gh/zhxchen17/43/base 2025-08-26T19:43:55.0073383Z * [new branch] gh/zhxchen17/43/head -> origin/gh/zhxchen17/43/head 2025-08-26T19:43:55.0074515Z * [new branch] gh/zhxchen17/43/orig -> origin/gh/zhxchen17/43/orig 2025-08-26T19:43:55.0076272Z * [new branch] gh/zklaus/10/base -> origin/gh/zklaus/10/base 2025-08-26T19:43:55.0077488Z * [new branch] gh/zklaus/10/head -> origin/gh/zklaus/10/head 2025-08-26T19:43:55.0078589Z * [new branch] gh/zklaus/10/orig -> origin/gh/zklaus/10/orig 2025-08-26T19:43:55.0079966Z * [new branch] gh/zklaus/11/base -> origin/gh/zklaus/11/base 2025-08-26T19:43:55.0081252Z * [new branch] gh/zklaus/11/head -> origin/gh/zklaus/11/head 2025-08-26T19:43:55.0082614Z * [new branch] gh/zklaus/11/orig -> origin/gh/zklaus/11/orig 2025-08-26T19:43:55.0083967Z * [new branch] gh/zklaus/12/base -> origin/gh/zklaus/12/base 2025-08-26T19:43:55.0085230Z * [new branch] gh/zklaus/12/head -> origin/gh/zklaus/12/head 2025-08-26T19:43:55.0086354Z * [new branch] gh/zklaus/12/orig -> origin/gh/zklaus/12/orig 2025-08-26T19:43:55.0087822Z * [new branch] gh/zklaus/14/base -> origin/gh/zklaus/14/base 2025-08-26T19:43:55.0088980Z * [new branch] gh/zklaus/14/head -> origin/gh/zklaus/14/head 2025-08-26T19:43:55.0090178Z * [new branch] gh/zklaus/14/orig -> origin/gh/zklaus/14/orig 2025-08-26T19:43:55.0091584Z * [new branch] gh/zklaus/15/base -> origin/gh/zklaus/15/base 2025-08-26T19:43:55.0092786Z * [new branch] gh/zklaus/15/head -> origin/gh/zklaus/15/head 2025-08-26T19:43:55.0093874Z * [new branch] gh/zklaus/15/orig -> origin/gh/zklaus/15/orig 2025-08-26T19:43:55.0095260Z * [new branch] gh/zklaus/16/base -> origin/gh/zklaus/16/base 2025-08-26T19:43:55.0096761Z * [new branch] gh/zklaus/16/head -> origin/gh/zklaus/16/head 2025-08-26T19:43:55.0097976Z * [new branch] gh/zklaus/16/orig -> origin/gh/zklaus/16/orig 2025-08-26T19:43:55.0099464Z * [new branch] gh/zklaus/17/base -> origin/gh/zklaus/17/base 2025-08-26T19:43:55.0100784Z * [new branch] gh/zklaus/17/head -> origin/gh/zklaus/17/head 2025-08-26T19:43:55.0102040Z * [new branch] gh/zklaus/17/orig -> origin/gh/zklaus/17/orig 2025-08-26T19:43:55.0103382Z * [new branch] gh/zklaus/18/base -> origin/gh/zklaus/18/base 2025-08-26T19:43:55.0110895Z * [new branch] gh/zklaus/18/head -> origin/gh/zklaus/18/head 2025-08-26T19:43:55.0111107Z * [new branch] gh/zklaus/18/orig -> origin/gh/zklaus/18/orig 2025-08-26T19:43:55.0111315Z * [new branch] gh/zklaus/19/base -> origin/gh/zklaus/19/base 2025-08-26T19:43:55.0111519Z * [new branch] gh/zklaus/19/head -> origin/gh/zklaus/19/head 2025-08-26T19:43:55.0111709Z * [new branch] gh/zklaus/19/orig -> origin/gh/zklaus/19/orig 2025-08-26T19:43:55.0111908Z * [new branch] gh/zklaus/7/base -> origin/gh/zklaus/7/base 2025-08-26T19:43:55.0112136Z * [new branch] gh/zklaus/7/head -> origin/gh/zklaus/7/head 2025-08-26T19:43:55.0113059Z * [new branch] gh/zklaus/7/orig -> origin/gh/zklaus/7/orig 2025-08-26T19:43:55.0115142Z * [new branch] gh/zklaus/9/base -> origin/gh/zklaus/9/base 2025-08-26T19:43:55.0116544Z * [new branch] gh/zklaus/9/head -> origin/gh/zklaus/9/head 2025-08-26T19:43:55.0117495Z * [new branch] gh/zklaus/9/orig -> origin/gh/zklaus/9/orig 2025-08-26T19:43:55.0119714Z * [new branch] gh/zou3519/1175/base -> origin/gh/zou3519/1175/base 2025-08-26T19:43:55.0120738Z * [new branch] gh/zou3519/1175/head -> origin/gh/zou3519/1175/head 2025-08-26T19:43:55.0122007Z * [new branch] gh/zou3519/1175/orig -> origin/gh/zou3519/1175/orig 2025-08-26T19:43:55.0123528Z * [new branch] gh/zou3519/1177/base -> origin/gh/zou3519/1177/base 2025-08-26T19:43:55.0124547Z * [new branch] gh/zou3519/1177/head -> origin/gh/zou3519/1177/head 2025-08-26T19:43:55.0125751Z * [new branch] gh/zou3519/1177/orig -> origin/gh/zou3519/1177/orig 2025-08-26T19:43:55.0127182Z * [new branch] gh/zou3519/1188/base -> origin/gh/zou3519/1188/base 2025-08-26T19:43:55.0128420Z * [new branch] gh/zou3519/1188/head -> origin/gh/zou3519/1188/head 2025-08-26T19:43:55.0129600Z * [new branch] gh/zou3519/1188/orig -> origin/gh/zou3519/1188/orig 2025-08-26T19:43:55.0131010Z * [new branch] gh/zou3519/1189/base -> origin/gh/zou3519/1189/base 2025-08-26T19:43:55.0132063Z * [new branch] gh/zou3519/1189/head -> origin/gh/zou3519/1189/head 2025-08-26T19:43:55.0133103Z * [new branch] gh/zou3519/1189/orig -> origin/gh/zou3519/1189/orig 2025-08-26T19:43:55.0134681Z * [new branch] gh/zou3519/1190/base -> origin/gh/zou3519/1190/base 2025-08-26T19:43:55.0135798Z * [new branch] gh/zou3519/1190/head -> origin/gh/zou3519/1190/head 2025-08-26T19:43:55.0136847Z * [new branch] gh/zou3519/1190/orig -> origin/gh/zou3519/1190/orig 2025-08-26T19:43:55.0138426Z * [new branch] gh/zou3519/1191/base -> origin/gh/zou3519/1191/base 2025-08-26T19:43:55.0139659Z * [new branch] gh/zou3519/1191/head -> origin/gh/zou3519/1191/head 2025-08-26T19:43:55.0141045Z * [new branch] gh/zou3519/1191/orig -> origin/gh/zou3519/1191/orig 2025-08-26T19:43:55.0142390Z * [new branch] gh/zou3519/1192/base -> origin/gh/zou3519/1192/base 2025-08-26T19:43:55.0143711Z * [new branch] gh/zou3519/1192/head -> origin/gh/zou3519/1192/head 2025-08-26T19:43:55.0144684Z * [new branch] gh/zou3519/1192/orig -> origin/gh/zou3519/1192/orig 2025-08-26T19:43:55.0146592Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-08-26T19:43:55.0147623Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-08-26T19:43:55.0149462Z * [new branch] gh/zpcore/10/base -> origin/gh/zpcore/10/base 2025-08-26T19:43:55.0150247Z * [new branch] gh/zpcore/10/head -> origin/gh/zpcore/10/head 2025-08-26T19:43:55.0151304Z * [new branch] gh/zpcore/10/orig -> origin/gh/zpcore/10/orig 2025-08-26T19:43:55.0152863Z * [new branch] gh/zpcore/11/base -> origin/gh/zpcore/11/base 2025-08-26T19:43:55.0153938Z * [new branch] gh/zpcore/11/head -> origin/gh/zpcore/11/head 2025-08-26T19:43:55.0155119Z * [new branch] gh/zpcore/11/orig -> origin/gh/zpcore/11/orig 2025-08-26T19:43:55.0156893Z * [new branch] gh/zpcore/12/base -> origin/gh/zpcore/12/base 2025-08-26T19:43:55.0157953Z * [new branch] gh/zpcore/12/head -> origin/gh/zpcore/12/head 2025-08-26T19:43:55.0159166Z * [new branch] gh/zpcore/12/orig -> origin/gh/zpcore/12/orig 2025-08-26T19:43:55.0160817Z * [new branch] gh/zpcore/13/base -> origin/gh/zpcore/13/base 2025-08-26T19:43:55.0161850Z * [new branch] gh/zpcore/13/head -> origin/gh/zpcore/13/head 2025-08-26T19:43:55.0163096Z * [new branch] gh/zpcore/13/orig -> origin/gh/zpcore/13/orig 2025-08-26T19:43:55.0164551Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-08-26T19:43:55.0165762Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-08-26T19:43:55.0167055Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-08-26T19:43:55.0168021Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-08-26T19:43:55.0169399Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-08-26T19:43:55.0170496Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-08-26T19:43:55.0172326Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-08-26T19:43:55.0173307Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-08-26T19:43:55.0174774Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-08-26T19:43:55.0175772Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-08-26T19:43:55.0177182Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-08-26T19:43:55.0178123Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-08-26T19:43:55.0179503Z * [new branch] gh/zpcore/8/base -> origin/gh/zpcore/8/base 2025-08-26T19:43:55.0180483Z * [new branch] gh/zpcore/8/head -> origin/gh/zpcore/8/head 2025-08-26T19:43:55.0182638Z * [new branch] gh/zpcore/9/head -> origin/gh/zpcore/9/head 2025-08-26T19:43:55.0184027Z * [new branch] gh/zpcore/9/orig -> origin/gh/zpcore/9/orig 2025-08-26T19:43:55.0185417Z * [new branch] google-main -> origin/google-main 2025-08-26T19:43:55.0187023Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-08-26T19:43:55.0187973Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-08-26T19:43:55.0188961Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-08-26T19:43:55.0190987Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-08-26T19:43:55.0192147Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-08-26T19:43:55.0193114Z * [new branch] hc_baseline -> origin/hc_baseline 2025-08-26T19:43:55.0194480Z * [new branch] headeronlyScalarType -> origin/headeronlyScalarType 2025-08-26T19:43:55.0195832Z * [new branch] hf_update -> origin/hf_update 2025-08-26T19:43:55.0196645Z * [new branch] hhh_decomp_mul -> origin/hhh_decomp_mul 2025-08-26T19:43:55.0197862Z * [new branch] hhh_rand -> origin/hhh_rand 2025-08-26T19:43:55.0199378Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-08-26T19:43:55.0200415Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-08-26T19:43:55.0201879Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-08-26T19:43:55.0202939Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-08-26T19:43:55.0203944Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-08-26T19:43:55.0205374Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-08-26T19:43:55.0206658Z * [new branch] inductordecompfix -> origin/inductordecompfix 2025-08-26T19:43:55.0207844Z * [new branch] inline -> origin/inline 2025-08-26T19:43:55.0209098Z * [new branch] inlining -> origin/inlining 2025-08-26T19:43:55.0210363Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-08-26T19:43:55.0211515Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-08-26T19:43:55.0212639Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-08-26T19:43:55.0213861Z * [new branch] issue#58739 -> origin/issue#58739 2025-08-26T19:43:55.0215451Z * [new branch] issue-154849 -> origin/issue-154849 2025-08-26T19:43:55.0217216Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-08-26T19:43:55.0218850Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-08-26T19:43:55.0219785Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-08-26T19:43:55.0221666Z * [new branch] justinchu/attention-tests -> origin/justinchu/attention-tests 2025-08-26T19:43:55.0222733Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-08-26T19:43:55.0223987Z * [new branch] justinchu/ort-122 -> origin/justinchu/ort-122 2025-08-26T19:43:55.0225616Z * [new branch] justinchuby/JitScalarType -> origin/justinchuby/JitScalarType 2025-08-26T19:43:55.0227042Z * [new branch] justinchuby/dynamo-true -> origin/justinchuby/dynamo-true 2025-08-26T19:43:55.0228491Z * [new branch] kainan666/xlf_debug -> origin/kainan666/xlf_debug 2025-08-26T19:43:55.0229628Z * [new branch] kainan_test -> origin/kainan_test 2025-08-26T19:43:55.0230736Z * [new branch] learnablebias -> origin/learnablebias 2025-08-26T19:43:55.0232469Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-08-26T19:43:55.0233878Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-08-26T19:43:55.0235230Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-08-26T19:43:55.0236829Z * [new branch] liaoxuan/tags_issue -> origin/liaoxuan/tags_issue 2025-08-26T19:43:55.0237907Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-08-26T19:43:55.0238956Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-08-26T19:43:55.0240289Z * [new branch] lintbuilddocker -> origin/lintbuilddocker 2025-08-26T19:43:55.0241125Z * [new branch] llama4-stable -> origin/llama4-stable 2025-08-26T19:43:55.0242642Z * [new branch] logdetfix -> origin/logdetfix 2025-08-26T19:43:55.0244407Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-08-26T19:43:55.0245893Z * [new branch] lucaskabela/#94773 -> origin/lucaskabela/#94773 2025-08-26T19:43:55.0247008Z * [new branch] lucaskabela/fix_157452 -> origin/lucaskabela/fix_157452 2025-08-26T19:43:55.0248145Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-08-26T19:43:55.0249270Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-08-26T19:43:55.0250476Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-08-26T19:43:55.0251264Z * [new branch] lucaskabela/issue_120648 -> origin/lucaskabela/issue_120648 2025-08-26T19:43:55.0252751Z * [new branch] lucaskabela/misc_typing_dynamo -> origin/lucaskabela/misc_typing_dynamo 2025-08-26T19:43:55.0254320Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-08-26T19:43:55.0255274Z * [new branch] lucaskabela/registry_fix -> origin/lucaskabela/registry_fix 2025-08-26T19:43:55.0256674Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-08-26T19:43:55.0257446Z * [new branch] lucaskabela/rnn_decomp -> origin/lucaskabela/rnn_decomp 2025-08-26T19:43:55.0258756Z * [new branch] lucaskabela/type_guards -> origin/lucaskabela/type_guards 2025-08-26T19:43:55.0259822Z * [new branch] lucaskabela/typing_backends -> origin/lucaskabela/typing_backends 2025-08-26T19:43:55.0261004Z * [new branch] lucaskabela/typing_compile_autograd -> origin/lucaskabela/typing_compile_autograd 2025-08-26T19:43:55.0262127Z * [new branch] lucaskabela/typing_output_graph -> origin/lucaskabela/typing_output_graph 2025-08-26T19:43:55.0263315Z * [new branch] lucaskabela/typing_source_guard -> origin/lucaskabela/typing_source_guard 2025-08-26T19:43:55.0264455Z * [new branch] lucaskabela/typing_symbolic_convert -> origin/lucaskabela/typing_symbolic_convert 2025-08-26T19:43:55.0265414Z * [new branch] lucaskabela/typing_utils.py -> origin/lucaskabela/typing_utils.py 2025-08-26T19:43:55.0266717Z * [new branch] lucaskabela/typing_utils_improvements -> origin/lucaskabela/typing_utils_improvements 2025-08-26T19:43:55.0267563Z * [new branch] main -> origin/main 2025-08-26T19:43:55.0269442Z * [new branch] main-enable-b200-distributed-tests -> origin/main-enable-b200-distributed-tests 2025-08-26T19:43:55.0270389Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-08-26T19:43:55.0271750Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-08-26T19:43:55.0273012Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-08-26T19:43:55.0274378Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-08-26T19:43:55.0275579Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-08-26T19:43:55.0276931Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-08-26T19:43:55.0278171Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-08-26T19:43:55.0279503Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-08-26T19:43:55.0280805Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-08-26T19:43:55.0284960Z * [new branch] malfet-patch-7 -> origin/malfet-patch-7 2025-08-26T19:43:55.0286106Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-08-26T19:43:55.0287280Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-08-26T19:43:55.0288934Z * [new branch] malfet/delete-upsteam-cuda -> origin/malfet/delete-upsteam-cuda 2025-08-26T19:43:55.0289919Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-08-26T19:43:55.0291544Z * [new branch] manuel/test-ops-common-allow-mps -> origin/manuel/test-ops-common-allow-mps 2025-08-26T19:43:55.0292447Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-08-26T19:43:55.0294103Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-08-26T19:43:55.0295017Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-08-26T19:43:55.0296105Z * [new branch] mlazos/arg-renames -> origin/mlazos/arg-renames 2025-08-26T19:43:55.0297242Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-08-26T19:43:55.0298243Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-08-26T19:43:55.0299247Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-08-26T19:43:55.0300447Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-08-26T19:43:55.0301343Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-08-26T19:43:55.0302716Z * [new branch] mlazos/better-msg -> origin/mlazos/better-msg 2025-08-26T19:43:55.0304195Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-08-26T19:43:55.0305116Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-08-26T19:43:55.0306715Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-08-26T19:43:55.0308288Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-08-26T19:43:55.0309613Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-08-26T19:43:55.0310790Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-08-26T19:43:55.0311693Z * [new branch] mlazos/cuda-cmd-log -> origin/mlazos/cuda-cmd-log 2025-08-26T19:43:55.0313133Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-08-26T19:43:55.0314291Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-08-26T19:43:55.0315445Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-08-26T19:43:55.0316521Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-08-26T19:43:55.0317575Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-08-26T19:43:55.0318829Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-08-26T19:43:55.0319808Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-08-26T19:43:55.0321077Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-08-26T19:43:55.0322095Z * [new branch] mlazos/dc-attrs -> origin/mlazos/dc-attrs 2025-08-26T19:43:55.0323163Z * [new branch] mlazos/dc-helion -> origin/mlazos/dc-helion 2025-08-26T19:43:55.0324059Z * [new branch] mlazos/dict-fix -> origin/mlazos/dict-fix 2025-08-26T19:43:55.0325390Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-08-26T19:43:55.0326521Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-08-26T19:43:55.0327331Z * [new branch] mlazos/dupe-fix -> origin/mlazos/dupe-fix 2025-08-26T19:43:55.0328613Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-08-26T19:43:55.0329627Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-08-26T19:43:55.0331028Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-08-26T19:43:55.0332084Z * [new branch] mlazos/extract-examples -> origin/mlazos/extract-examples 2025-08-26T19:43:55.0333157Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-08-26T19:43:55.0334145Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-08-26T19:43:55.0335415Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-08-26T19:43:55.0336540Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-08-26T19:43:55.0337416Z * [new branch] mlazos/fp8-fixes -> origin/mlazos/fp8-fixes 2025-08-26T19:43:55.0338653Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-08-26T19:43:55.0339675Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-08-26T19:43:55.0340879Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-08-26T19:43:55.0341803Z * [new branch] mlazos/hash-hop -> origin/mlazos/hash-hop 2025-08-26T19:43:55.0343033Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-08-26T19:43:55.0344284Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-08-26T19:43:55.0345387Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-08-26T19:43:55.0346406Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-08-26T19:43:55.0347570Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-08-26T19:43:55.0348805Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-08-26T19:43:55.0349828Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-08-26T19:43:55.0350880Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-08-26T19:43:55.0352090Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-08-26T19:43:55.0353262Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-08-26T19:43:55.0354238Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-08-26T19:43:55.0355398Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-08-26T19:43:55.0356369Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-08-26T19:43:55.0357604Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-08-26T19:43:55.0359124Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-08-26T19:43:55.0360125Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-08-26T19:43:55.0361286Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-08-26T19:43:55.0362713Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-08-26T19:43:55.0363500Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-08-26T19:43:55.0364708Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-08-26T19:43:55.0365803Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-08-26T19:43:55.0367054Z * [new branch] mlazos/hop-modes -> origin/mlazos/hop-modes 2025-08-26T19:43:55.0368412Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-08-26T19:43:55.0369271Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-08-26T19:43:55.0370450Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-08-26T19:43:55.0371584Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-08-26T19:43:55.0372405Z * [new branch] mlazos/main -> origin/mlazos/main 2025-08-26T19:43:55.0373859Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-08-26T19:43:55.0374751Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-08-26T19:43:55.0375953Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-08-26T19:43:55.0376987Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-08-26T19:43:55.0378286Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-08-26T19:43:55.0380025Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-08-26T19:43:55.0381418Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-08-26T19:43:55.0382556Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-08-26T19:43:55.0384028Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-08-26T19:43:55.0385312Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-08-26T19:43:55.0386505Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-08-26T19:43:55.0387531Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-08-26T19:43:55.0388801Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-08-26T19:43:55.0389602Z * [new branch] mlazos/offsets -> origin/mlazos/offsets 2025-08-26T19:43:55.0390922Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-08-26T19:43:55.0391820Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-08-26T19:43:55.0393124Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-08-26T19:43:55.0394132Z * [new branch] mlazos/quant-fix -> origin/mlazos/quant-fix 2025-08-26T19:43:55.0395154Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-08-26T19:43:55.0396087Z * [new branch] mlazos/rm-code -> origin/mlazos/rm-code 2025-08-26T19:43:55.0397310Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-08-26T19:43:55.0398435Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-08-26T19:43:55.0399600Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-08-26T19:43:55.0400723Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-08-26T19:43:55.0401834Z * [new branch] mlazos/sub-param-fix -> origin/mlazos/sub-param-fix 2025-08-26T19:43:55.0403310Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-08-26T19:43:55.0404355Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-08-26T19:43:55.0405311Z * [new branch] mlazos/test -> origin/mlazos/test 2025-08-26T19:43:55.0406639Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-08-26T19:43:55.0407730Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-08-26T19:43:55.0408968Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-08-26T19:43:55.0410333Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-08-26T19:43:55.0411246Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-08-26T19:43:55.0412406Z * [new branch] mlazos/topo-fix -> origin/mlazos/topo-fix 2025-08-26T19:43:55.0413475Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-08-26T19:43:55.0414632Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-08-26T19:43:55.0415666Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-08-26T19:43:55.0416664Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-08-26T19:43:55.0417928Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-08-26T19:43:55.0418944Z * [new branch] mlazos/user-streams -> origin/mlazos/user-streams 2025-08-26T19:43:55.0420224Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-08-26T19:43:55.0421496Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-08-26T19:43:55.0422503Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-08-26T19:43:55.0423776Z * [new branch] mm_out_dtype_compile -> origin/mm_out_dtype_compile 2025-08-26T19:43:55.0424850Z * [new branch] modify-setupvllm -> origin/modify-setupvllm 2025-08-26T19:43:55.0426202Z * [new branch] move-theme-out-docker -> origin/move-theme-out-docker 2025-08-26T19:43:55.0427365Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-08-26T19:43:55.0428910Z * [new branch] msaroufim/be1 -> origin/msaroufim/be1 2025-08-26T19:43:55.0430230Z * [new branch] msaroufim/cn_path -> origin/msaroufim/cn_path 2025-08-26T19:43:55.0431384Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-08-26T19:43:55.0432385Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-08-26T19:43:55.0433915Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-08-26T19:43:55.0435082Z * [new branch] muon_dev -> origin/muon_dev 2025-08-26T19:43:55.0436307Z * [new branch] muon_dev_1 -> origin/muon_dev_1 2025-08-26T19:43:55.0437665Z * [new branch] new-modifiy-setupvllm -> origin/new-modifiy-setupvllm 2025-08-26T19:43:55.0438907Z * [new branch] new-setupvllm -> origin/new-setupvllm 2025-08-26T19:43:55.0440252Z * [new branch] newtest-base -> origin/newtest-base 2025-08-26T19:43:55.0442252Z * [new branch] ngimel/cat_perf -> origin/ngimel/cat_perf 2025-08-26T19:43:55.0443263Z * [new branch] ngimel/error_index_list -> origin/ngimel/error_index_list 2025-08-26T19:43:55.0444272Z * [new branch] ngimel/fabric_check -> origin/ngimel/fabric_check 2025-08-26T19:43:55.0445395Z * [new branch] ngimel/fabric_driver_version -> origin/ngimel/fabric_driver_version 2025-08-26T19:43:55.0446308Z * [new branch] ngimel/fabric_fix -> origin/ngimel/fabric_fix 2025-08-26T19:43:55.0447358Z * [new branch] ngimel/fabric_symm -> origin/ngimel/fabric_symm 2025-08-26T19:43:55.0448832Z * [new branch] ngimel/fix_driver_init_error -> origin/ngimel/fix_driver_init_error 2025-08-26T19:43:55.0450151Z * [new branch] ngimel/fix_nccl_segment_seg -> origin/ngimel/fix_nccl_segment_seg 2025-08-26T19:43:55.0451508Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-08-26T19:43:55.0452824Z * [new branch] ngimel/grouped_mm_checks -> origin/ngimel/grouped_mm_checks 2025-08-26T19:43:55.0453679Z * [new branch] ngimel/guardfabric -> origin/ngimel/guardfabric 2025-08-26T19:43:55.0454731Z * [new branch] ngimel/modeguard -> origin/ngimel/modeguard 2025-08-26T19:43:55.0456059Z * [new branch] ngimel/multicast_fix -> origin/ngimel/multicast_fix 2025-08-26T19:43:55.0457293Z * [new branch] ngimel/unbind_multimem -> origin/ngimel/unbind_multimem 2025-08-26T19:43:55.0458269Z * [new branch] nightly -> origin/nightly 2025-08-26T19:43:55.0459800Z * [new branch] nmacchioni-patch-10 -> origin/nmacchioni-patch-10 2025-08-26T19:43:55.0461051Z * [new branch] nmacchioni-patch-7 -> origin/nmacchioni-patch-7 2025-08-26T19:43:55.0462375Z * [new branch] nmacchioni-patch-8 -> origin/nmacchioni-patch-8 2025-08-26T19:43:55.0463617Z * [new branch] nmacchioni-patch-9 -> origin/nmacchioni-patch-9 2025-08-26T19:43:55.0464699Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-08-26T19:43:55.0466622Z * [new branch] nweidia/enable-B200-inductor-nightly-ci -> origin/nweidia/enable-B200-inductor-nightly-ci 2025-08-26T19:43:55.0467265Z * [new branch] one-off -> origin/one-off 2025-08-26T19:43:55.0469234Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-08-26T19:43:55.0470477Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-08-26T19:43:55.0471670Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-08-26T19:43:55.0473083Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-08-26T19:43:55.0474349Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-08-26T19:43:55.0475884Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-08-26T19:43:55.0477454Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-08-26T19:43:55.0478493Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-08-26T19:43:55.0479778Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-08-26T19:43:55.0480935Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-08-26T19:43:55.0482737Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-08-26T19:43:55.0483654Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-08-26T19:43:55.0484532Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-08-26T19:43:55.0485700Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-08-26T19:43:55.0486808Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-08-26T19:43:55.0488186Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-08-26T19:43:55.0489821Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-08-26T19:43:55.0491398Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-08-26T19:43:55.0492581Z * [new branch] padded-tensor -> origin/padded-tensor 2025-08-26T19:43:55.0494418Z * [new branch] parallel_cat -> origin/parallel_cat 2025-08-26T19:43:55.0495624Z * [new branch] pca2 -> origin/pca2 2025-08-26T19:43:55.0497001Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-08-26T19:43:55.0498566Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-08-26T19:43:55.0499676Z * [new branch] pianpwk/dde_repeat_cat -> origin/pianpwk/dde_repeat_cat 2025-08-26T19:43:55.0500634Z * [new branch] pianpwk/invalidate_fake_memo -> origin/pianpwk/invalidate_fake_memo 2025-08-26T19:43:55.0501669Z * [new branch] pianpwk/max_1_strides -> origin/pianpwk/max_1_strides 2025-08-26T19:43:55.0502679Z * [new branch] pianpwk/nonzero_memo -> origin/pianpwk/nonzero_memo 2025-08-26T19:43:55.0504131Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-08-26T19:43:55.0505504Z * [new branch] pianpwk/oblivious_should_swap -> origin/pianpwk/oblivious_should_swap 2025-08-26T19:43:55.0506643Z * [new branch] pianpwk/oblivious_slice_forward -> origin/pianpwk/oblivious_slice_forward 2025-08-26T19:43:55.0507674Z * [new branch] pianpwk/oblivious_where -> origin/pianpwk/oblivious_where 2025-08-26T19:43:55.0508791Z * [new branch] pianpwk/param_static_pgo -> origin/pianpwk/param_static_pgo 2025-08-26T19:43:55.0509982Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-08-26T19:43:55.0511187Z * [new branch] pianpwk/remove_guard_fail_break -> origin/pianpwk/remove_guard_fail_break 2025-08-26T19:43:55.0512335Z * [new branch] pianpwk/slice_fresh_symbols -> origin/pianpwk/slice_fresh_symbols 2025-08-26T19:43:55.0513492Z * [new branch] pianpwk/test_slice_fake_impl -> origin/pianpwk/test_slice_fake_impl 2025-08-26T19:43:55.0514532Z * [new branch] pianpwk/unbacked_channels_last -> origin/pianpwk/unbacked_channels_last 2025-08-26T19:43:55.0515880Z * [new branch] pianpwk/unbacked_safe_conv1d -> origin/pianpwk/unbacked_safe_conv1d 2025-08-26T19:43:55.0516777Z * [new branch] pianpwk/unbacked_sdpa_flash -> origin/pianpwk/unbacked_sdpa_flash 2025-08-26T19:43:55.0518045Z * [new branch] pianpwk/unbacked_should_swap -> origin/pianpwk/unbacked_should_swap 2025-08-26T19:43:55.0519161Z * [new branch] pianpwk/unbacked_should_swap_2 -> origin/pianpwk/unbacked_should_swap_2 2025-08-26T19:43:55.0520204Z * [new branch] pianpwk/unbacked_slice_binding -> origin/pianpwk/unbacked_slice_binding 2025-08-26T19:43:55.0521369Z * [new branch] pianpwk/unbacked_slice_forward -> origin/pianpwk/unbacked_slice_forward 2025-08-26T19:43:55.0523013Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-08-26T19:43:55.0524108Z * [new branch] pianpwk/whitelist_optimizer -> origin/pianpwk/whitelist_optimizer 2025-08-26T19:43:55.0525360Z * [new branch] pin-torchao -> origin/pin-torchao 2025-08-26T19:43:55.0526917Z * [new branch] piz/fall_back_missing_0716 -> origin/piz/fall_back_missing_0716 2025-08-26T19:43:55.0527961Z * [new branch] piz/fix_sort_ -> origin/piz/fix_sort_ 2025-08-26T19:43:55.0529079Z * [new branch] piz/improve_scatter_0808 -> origin/piz/improve_scatter_0808 2025-08-26T19:43:55.0530317Z * [new branch] pool-separate -> origin/pool-separate 2025-08-26T19:43:55.0531500Z * [new branch] pr-156087 -> origin/pr-156087 2025-08-26T19:43:55.0533034Z * [new branch] pr/131860 -> origin/pr/131860 2025-08-26T19:43:55.0534666Z * [new branch] predispatch_to -> origin/predispatch_to 2025-08-26T19:43:55.0535879Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-08-26T19:43:55.0537226Z * [new branch] pt2e-cache-model-device -> origin/pt2e-cache-model-device 2025-08-26T19:43:55.0538304Z * [new branch] pyobjectslot -> origin/pyobjectslot 2025-08-26T19:43:55.0539987Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-08-26T19:43:55.0542025Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-08-26T19:43:55.0543111Z * [new branch] quint-bits -> origin/quint-bits 2025-08-26T19:43:55.0544785Z * [new branch] release/1.10 -> origin/release/1.10 2025-08-26T19:43:55.0545958Z * [new branch] release/1.11 -> origin/release/1.11 2025-08-26T19:43:55.0547151Z * [new branch] release/1.12 -> origin/release/1.12 2025-08-26T19:43:55.0548410Z * [new branch] release/1.13 -> origin/release/1.13 2025-08-26T19:43:55.0549501Z * [new branch] release/1.4 -> origin/release/1.4 2025-08-26T19:43:55.0550441Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-08-26T19:43:55.0551583Z * [new branch] release/1.5 -> origin/release/1.5 2025-08-26T19:43:55.0552825Z * [new branch] release/1.6 -> origin/release/1.6 2025-08-26T19:43:55.0554076Z * [new branch] release/1.7 -> origin/release/1.7 2025-08-26T19:43:55.0555295Z * [new branch] release/1.8 -> origin/release/1.8 2025-08-26T19:43:55.0556364Z * [new branch] release/1.9 -> origin/release/1.9 2025-08-26T19:43:55.0557518Z * [new branch] release/2.0 -> origin/release/2.0 2025-08-26T19:43:55.0558750Z * [new branch] release/2.1 -> origin/release/2.1 2025-08-26T19:43:55.0559899Z * [new branch] release/2.2 -> origin/release/2.2 2025-08-26T19:43:55.0561340Z * [new branch] release/2.3 -> origin/release/2.3 2025-08-26T19:43:55.0562980Z * [new branch] release/2.4 -> origin/release/2.4 2025-08-26T19:43:55.0564578Z * [new branch] release/2.5 -> origin/release/2.5 2025-08-26T19:43:55.0565837Z * [new branch] release/2.6 -> origin/release/2.6 2025-08-26T19:43:55.0567118Z * [new branch] release/2.7 -> origin/release/2.7 2025-08-26T19:43:55.0568420Z * [new branch] release/2.8 -> origin/release/2.8 2025-08-26T19:43:55.0569680Z * [new branch] release_notes -> origin/release_notes 2025-08-26T19:43:55.0570945Z * [new branch] remove-actionable-label -> origin/remove-actionable-label 2025-08-26T19:43:55.0572095Z * [new branch] remove-ao -> origin/remove-ao 2025-08-26T19:43:55.0573469Z * [new branch] replace-pytorch-labs-20250812-195836 -> origin/replace-pytorch-labs-20250812-195836 2025-08-26T19:43:55.0574506Z * [new branch] replace-pytorch-labs-20250812-200248 -> origin/replace-pytorch-labs-20250812-200248 2025-08-26T19:43:55.0575546Z * [new branch] replace-pytorch-labs-20250812-200324 -> origin/replace-pytorch-labs-20250812-200324 2025-08-26T19:43:55.0576682Z * [new branch] replace-pytorch-labs-20250812-204020 -> origin/replace-pytorch-labs-20250812-204020 2025-08-26T19:43:55.0577866Z * [new branch] replace-pytorch-labs-20250812-204125 -> origin/replace-pytorch-labs-20250812-204125 2025-08-26T19:43:55.0579045Z * [new branch] replace-pytorch-labs-20250812-205624 -> origin/replace-pytorch-labs-20250812-205624 2025-08-26T19:43:55.0581283Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-08-26T19:43:55.0583397Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-08-26T19:43:55.0585824Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-08-26T19:43:55.0587458Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-08-26T19:43:55.0588457Z * [new branch] revert-direct-updates -> origin/revert-direct-updates 2025-08-26T19:43:55.0589749Z * [new branch] rocm-monitoring -> origin/rocm-monitoring 2025-08-26T19:43:55.0591917Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-08-26T19:43:55.0592853Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-08-26T19:43:55.0596092Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-08-26T19:43:55.0596368Z * [new branch] rzou/njt -> origin/rzou/njt 2025-08-26T19:43:55.0596839Z * [new branch] rzou/operator -> origin/rzou/operator 2025-08-26T19:43:55.0597531Z * [new branch] rzou/pca -> origin/rzou/pca 2025-08-26T19:43:55.0598754Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-08-26T19:43:55.0599700Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-08-26T19:43:55.0601801Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-08-26T19:43:55.0603090Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-08-26T19:43:55.0604102Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-08-26T19:43:55.0605005Z * [new branch] save -> origin/save 2025-08-26T19:43:55.0606610Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-08-26T19:43:55.0607938Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-08-26T19:43:55.0608966Z * [new branch] setup-torchci -> origin/setup-torchci 2025-08-26T19:43:55.0610158Z * [new branch] setupvllm -> origin/setupvllm 2025-08-26T19:43:55.0611431Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-08-26T19:43:55.0612983Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-08-26T19:43:55.0614268Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-08-26T19:43:55.0615487Z * [new branch] shoumikhin-patch-12 -> origin/shoumikhin-patch-12 2025-08-26T19:43:55.0616810Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-08-26T19:43:55.0617876Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-08-26T19:43:55.0619512Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-08-26T19:43:55.0620728Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-08-26T19:43:55.0622230Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-08-26T19:43:55.0623635Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-08-26T19:43:55.0625030Z * [new branch] stablize-compilation-time -> origin/stablize-compilation-time 2025-08-26T19:43:55.0626107Z * [new branch] standalone-templates -> origin/standalone-templates 2025-08-26T19:43:55.0627430Z * [new branch] standalone_package_weights -> origin/standalone_package_weights 2025-08-26T19:43:55.0628469Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-08-26T19:43:55.0630108Z * [new branch] subgraph_fuse -> origin/subgraph_fuse 2025-08-26T19:43:55.0631630Z * [new branch] support-uv-in-collect_env -> origin/support-uv-in-collect_env 2025-08-26T19:43:55.0632674Z * [new branch] sve-poc -> origin/sve-poc 2025-08-26T19:43:55.0633944Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-08-26T19:43:55.0635174Z * [new branch] switch-bn -> origin/switch-bn 2025-08-26T19:43:55.0636503Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-08-26T19:43:55.0638063Z * [new branch] tenpercent/ck_inductor_gfx950 -> origin/tenpercent/ck_inductor_gfx950 2025-08-26T19:43:55.0639260Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-08-26T19:43:55.0640352Z * [new branch] test-7054 -> origin/test-7054 2025-08-26T19:43:55.0641803Z * [new branch] test-half-migration-internally -> origin/test-half-migration-internally 2025-08-26T19:43:55.0643059Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-08-26T19:43:55.0644410Z * [new branch] test-myst-markdown-docstring -> origin/test-myst-markdown-docstring 2025-08-26T19:43:55.0645315Z * [new branch] test-old -> origin/test-old 2025-08-26T19:43:55.0646785Z * [new branch] test-vec-migration-internally -> origin/test-vec-migration-internally 2025-08-26T19:43:55.0648017Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-08-26T19:43:55.0649286Z * [new branch] test/inductor -> origin/test/inductor 2025-08-26T19:43:55.0650884Z * [new branch] tianren/flex_paged_attn_fix -> origin/tianren/flex_paged_attn_fix 2025-08-26T19:43:55.0651937Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-08-26T19:43:55.0653180Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-08-26T19:43:55.0654517Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-08-26T19:43:55.0655561Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-08-26T19:43:55.0656860Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-08-26T19:43:55.0658096Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-08-26T19:43:55.0659363Z * [new branch] triton-update -> origin/triton-update 2025-08-26T19:43:55.0660408Z * [new branch] triton_kernel -> origin/triton_kernel 2025-08-26T19:43:55.0661591Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-08-26T19:43:55.0662755Z * [new branch] try-runllm -> origin/try-runllm 2025-08-26T19:43:55.0664032Z * [new branch] tt_pkg_1908 -> origin/tt_pkg_1908 2025-08-26T19:43:55.0665426Z * [new branch] tweak-transformer-dependabot -> origin/tweak-transformer-dependabot 2025-08-26T19:43:55.0666303Z * [new branch] type_dec -> origin/type_dec 2025-08-26T19:43:55.0667944Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-08-26T19:43:55.0669766Z * [new branch] update-audio-commit-hash/16583472358-1693-1 -> origin/update-audio-commit-hash/16583472358-1693-1 2025-08-26T19:43:55.0670729Z * [new branch] update-audio-commit-hash/16663082088-1700-1 -> origin/update-audio-commit-hash/16663082088-1700-1 2025-08-26T19:43:55.0671808Z * [new branch] update-audio-commit-hash/16737365217-1704-1 -> origin/update-audio-commit-hash/16737365217-1704-1 2025-08-26T19:43:55.0672894Z * [new branch] update-audio-commit-hash/16791960928-1711-1 -> origin/update-audio-commit-hash/16791960928-1711-1 2025-08-26T19:43:55.0674026Z * [new branch] update-audio-commit-hash/16818882925-1712-1 -> origin/update-audio-commit-hash/16818882925-1712-1 2025-08-26T19:43:55.0675262Z * [new branch] update-audio-commit-hash/16895560422-1720-1 -> origin/update-audio-commit-hash/16895560422-1720-1 2025-08-26T19:43:55.0676560Z * [new branch] update-audio-commit-hash/16924174496-1738-1 -> origin/update-audio-commit-hash/16924174496-1738-1 2025-08-26T19:43:55.0678083Z * [new branch] update-audio-commit-hash/17002010821-1749-1 -> origin/update-audio-commit-hash/17002010821-1749-1 2025-08-26T19:43:55.0679141Z * [new branch] update-audio-commit-hash/17056004427-1766-1 -> origin/update-audio-commit-hash/17056004427-1766-1 2025-08-26T19:43:55.0680203Z * [new branch] update-audio-commit-hash/17085054029-1767-1 -> origin/update-audio-commit-hash/17085054029-1767-1 2025-08-26T19:43:55.0681431Z * [new branch] update-audio-commit-hash/17142507405-1771-1 -> origin/update-audio-commit-hash/17142507405-1771-1 2025-08-26T19:43:55.0682733Z * [new branch] update-audio-commit-hash/17168762740-1773-1 -> origin/update-audio-commit-hash/17168762740-1773-1 2025-08-26T19:43:55.0683581Z * [new branch] update-dynamic-shapes-doc -> origin/update-dynamic-shapes-doc 2025-08-26T19:43:55.0685544Z * [new branch] update-executorch-commit-hash/15694981040-1626-1 -> origin/update-executorch-commit-hash/15694981040-1626-1 2025-08-26T19:43:55.0686810Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-08-26T19:43:55.0688360Z * [new branch] update-vision-commit-hash/15336342773-1607-1 -> origin/update-vision-commit-hash/15336342773-1607-1 2025-08-26T19:43:55.0689948Z * [new branch] update-vllm-commit-hash/16545403308-1687-1 -> origin/update-vllm-commit-hash/16545403308-1687-1 2025-08-26T19:43:55.0690913Z * [new branch] update-vllm-commit-hash/16557202787-1688-1 -> origin/update-vllm-commit-hash/16557202787-1688-1 2025-08-26T19:43:55.0691963Z * [new branch] update-vllm-commit-hash/16583472358-1693-1 -> origin/update-vllm-commit-hash/16583472358-1693-1 2025-08-26T19:43:55.0693043Z * [new branch] update-vllm-commit-hash/16663082088-1700-1 -> origin/update-vllm-commit-hash/16663082088-1700-1 2025-08-26T19:43:55.0694036Z * [new branch] update-vllm-commit-hash/16737365217-1704-1 -> origin/update-vllm-commit-hash/16737365217-1704-1 2025-08-26T19:43:55.0695438Z * [new branch] update-vllm-commit-hash/16843157111-1713-1 -> origin/update-vllm-commit-hash/16843157111-1713-1 2025-08-26T19:43:55.0696708Z * [new branch] update-vllm-commit-hash/16855312394-1714-1 -> origin/update-vllm-commit-hash/16855312394-1714-1 2025-08-26T19:43:55.0698197Z * [new branch] update-vllm-commit-hash/16924174496-1738-1 -> origin/update-vllm-commit-hash/16924174496-1738-1 2025-08-26T19:43:55.0699728Z * [new branch] update-vllm-commit-hash/16952608705-1745-1 -> origin/update-vllm-commit-hash/16952608705-1745-1 2025-08-26T19:43:55.0700839Z * [new branch] update-vllm-commit-hash/16979836546-1748-1 -> origin/update-vllm-commit-hash/16979836546-1748-1 2025-08-26T19:43:55.0702033Z * [new branch] update-vllm-commit-hash/17014576881-1756-1 -> origin/update-vllm-commit-hash/17014576881-1756-1 2025-08-26T19:43:55.0703141Z * [new branch] update-vllm-commit-hash/17027830869-1761-1 -> origin/update-vllm-commit-hash/17027830869-1761-1 2025-08-26T19:43:55.0704255Z * [new branch] update-vllm-commit-hash/17056004427-1766-1 -> origin/update-vllm-commit-hash/17056004427-1766-1 2025-08-26T19:43:55.0705355Z * [new branch] update-vllm-commit-hash/17085054029-1767-1 -> origin/update-vllm-commit-hash/17085054029-1767-1 2025-08-26T19:43:55.0706460Z * [new branch] update-vllm-commit-hash/17113610216-1768-1 -> origin/update-vllm-commit-hash/17113610216-1768-1 2025-08-26T19:43:55.0707693Z * [new branch] update-vllm-commit-hash/17142507405-1771-1 -> origin/update-vllm-commit-hash/17142507405-1771-1 2025-08-26T19:43:55.0708710Z * [new branch] update-vllm-commit-hash/17181878974-1774-1 -> origin/update-vllm-commit-hash/17181878974-1774-1 2025-08-26T19:43:55.0710263Z * [new branch] update-xla-commit-hash/16260974441-194-1 -> origin/update-xla-commit-hash/16260974441-194-1 2025-08-26T19:43:55.0711304Z * [new branch] update-xla-commit-hash/16717126778-197-1 -> origin/update-xla-commit-hash/16717126778-197-1 2025-08-26T19:43:55.0712360Z * [new branch] update-xla-commit-hash/16873912760-198-1 -> origin/update-xla-commit-hash/16873912760-198-1 2025-08-26T19:43:55.0713393Z * [new branch] update-xla-commit-hash/17034266655-199-1 -> origin/update-xla-commit-hash/17034266655-199-1 2025-08-26T19:43:55.0714424Z * [new branch] update-xla-commit-hash/17202464405-200-1 -> origin/update-xla-commit-hash/17202464405-200-1 2025-08-26T19:43:55.0715633Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-08-26T19:43:55.0716976Z * [new branch] update_executorch_pin -> origin/update_executorch_pin 2025-08-26T19:43:55.0718263Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-08-26T19:43:55.0719395Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-08-26T19:43:55.0720703Z * [new branch] update_slow_tests_1752478971 -> origin/update_slow_tests_1752478971 2025-08-26T19:43:55.0721807Z * [new branch] update_slow_tests_1755502951 -> origin/update_slow_tests_1755502951 2025-08-26T19:43:55.0723090Z * [new branch] update_slow_tests_1756107664 -> origin/update_slow_tests_1756107664 2025-08-26T19:43:55.0724098Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-08-26T19:43:55.0725383Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-08-26T19:43:55.0726536Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2025-08-26T19:43:55.0727760Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-08-26T19:43:55.0729077Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-08-26T19:43:55.0730334Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-08-26T19:43:55.0731562Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-08-26T19:43:55.0732880Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-08-26T19:43:55.0734095Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-08-26T19:43:55.0735356Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-08-26T19:43:55.0736640Z * [new branch] validate_fn -> origin/validate_fn 2025-08-26T19:43:55.0737989Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-08-26T19:43:55.0739388Z * [new branch] validations_2.8 -> origin/validations_2.8 2025-08-26T19:43:55.0741014Z * [new branch] viable/strict -> origin/viable/strict 2025-08-26T19:43:55.0741995Z * [new branch] vllmbuildci -> origin/vllmbuildci 2025-08-26T19:43:55.0743354Z * [new branch] vllmpin -> origin/vllmpin 2025-08-26T19:43:55.0744913Z * [new branch] wdvr/conda_devcontainer -> origin/wdvr/conda_devcontainer 2025-08-26T19:43:55.0746124Z * [new branch] wdvr/fix_logging_test -> origin/wdvr/fix_logging_test 2025-08-26T19:43:55.0747058Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-08-26T19:43:55.0748431Z * [new branch] weight_sharing_cpp -> origin/weight_sharing_cpp 2025-08-26T19:43:55.0750045Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-08-26T19:43:55.0751079Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-08-26T19:43:55.0752316Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-08-26T19:43:55.0753260Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-08-26T19:43:55.0754515Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-08-26T19:43:55.0755544Z * [new branch] whc/uneven -> origin/whc/uneven 2025-08-26T19:43:55.0757092Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-08-26T19:43:55.0758326Z * [new branch] win_warnings -> origin/win_warnings 2025-08-26T19:43:55.0759354Z * [new branch] workonoldcommit -> origin/workonoldcommit 2025-08-26T19:43:55.0761062Z * [new branch] wwen/programming-model-2.8 -> origin/wwen/programming-model-2.8 2025-08-26T19:43:55.0762486Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-08-26T19:43:55.0763532Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-08-26T19:43:55.0764941Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-08-26T19:43:55.0765608Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-08-26T19:43:55.0766604Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-08-26T19:43:55.0767839Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-08-26T19:43:55.0768762Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-08-26T19:43:55.0770150Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-08-26T19:43:55.0771607Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-08-26T19:43:55.0772768Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-08-26T19:43:55.0773819Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-08-26T19:43:55.0774918Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-08-26T19:43:55.0775966Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-08-26T19:43:55.0776879Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-08-26T19:43:55.0778068Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-08-26T19:43:55.0779053Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-08-26T19:43:55.0780331Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-08-26T19:43:55.0781497Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-08-26T19:43:55.0785234Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-08-26T19:43:55.0786312Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-08-26T19:43:55.0787363Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-08-26T19:43:55.0788422Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-08-26T19:43:55.0789628Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-08-26T19:43:55.0790619Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-08-26T19:43:55.0791940Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-08-26T19:43:55.0793161Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-08-26T19:43:55.0794113Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-08-26T19:43:55.0795133Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-08-26T19:43:55.0796350Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-08-26T19:43:55.0797329Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-08-26T19:43:55.0798609Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-08-26T19:43:55.0799590Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-08-26T19:43:55.0800770Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-08-26T19:43:55.0801898Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-08-26T19:43:55.0803317Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-08-26T19:43:55.0804171Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-08-26T19:43:55.0805383Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-08-26T19:43:55.0806329Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-08-26T19:43:55.0808388Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-08-26T19:43:55.0809891Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-08-26T19:43:55.0810565Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-08-26T19:43:55.0811853Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-08-26T19:43:55.0812921Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-08-26T19:43:55.0814198Z * [new branch] xmfan/test -> origin/xmfan/test 2025-08-26T19:43:55.0815885Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-08-26T19:43:55.0816876Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-08-26T19:43:55.0817978Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-08-26T19:43:55.0819183Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-08-26T19:43:55.0820809Z * [new branch] yiming/add_jit_trace_benchmark -> origin/yiming/add_jit_trace_benchmark 2025-08-26T19:43:55.0821805Z * [new branch] yiming/add_nativert_benchmark -> origin/yiming/add_nativert_benchmark 2025-08-26T19:43:55.0822730Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-08-26T19:43:55.0824252Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-08-26T19:43:55.0825554Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-08-26T19:43:55.0826449Z * [new branch] zainr/git-push-v2 -> origin/zainr/git-push-v2 2025-08-26T19:43:55.0827582Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-08-26T19:43:55.0828480Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-08-26T19:43:55.0829660Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-08-26T19:43:55.0830689Z * [new branch] zainr/unstable-xla -> origin/zainr/unstable-xla 2025-08-26T19:43:55.0831660Z * [new branch] zainr/uv-pip-fix -> origin/zainr/uv-pip-fix 2025-08-26T19:43:55.0833169Z * [new branch] zainr/vs-aarch64 -> origin/zainr/vs-aarch64 2025-08-26T19:43:55.0834598Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-08-26T19:43:55.0835547Z * [new branch] zb2p -> origin/zb2p 2025-08-26T19:43:55.0837319Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-08-26T19:43:55.0838604Z * [new branch] zero_grad_optimization -> origin/zero_grad_optimization 2025-08-26T19:43:55.0839925Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-08-26T19:43:55.0841600Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-08-26T19:43:55.0843230Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-08-26T19:43:55.0844780Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-08-26T19:43:55.0845784Z * [new branch] zxiiro/test -> origin/zxiiro/test 2025-08-26T19:43:55.0847315Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-08-26T19:43:55.0847861Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-08-26T19:43:55.0848907Z * [new tag] ciflow/binaries/153920 -> ciflow/binaries/153920 2025-08-26T19:43:55.0849706Z * [new tag] ciflow/binaries/158104 -> ciflow/binaries/158104 2025-08-26T19:43:55.0850526Z * [new tag] ciflow/binaries/160229 -> ciflow/binaries/160229 2025-08-26T19:43:55.0851389Z * [new tag] ciflow/binaries/160853 -> ciflow/binaries/160853 2025-08-26T19:43:55.0852182Z * [new tag] ciflow/binaries/161257 -> ciflow/binaries/161257 2025-08-26T19:43:55.0853170Z * [new tag] ciflow/binaries_libtorch/156049 -> ciflow/binaries_libtorch/156049 2025-08-26T19:43:55.0853922Z * [new tag] ciflow/binaries_wheel/156049 -> ciflow/binaries_wheel/156049 2025-08-26T19:43:55.0854748Z * [new tag] ciflow/binaries_wheel/158733 -> ciflow/binaries_wheel/158733 2025-08-26T19:43:55.0855746Z * [new tag] ciflow/binaries_wheel/160207 -> ciflow/binaries_wheel/160207 2025-08-26T19:43:55.0856677Z * [new tag] ciflow/h100-symm-mem/151845 -> ciflow/h100-symm-mem/151845 2025-08-26T19:43:55.0857449Z * [new tag] ciflow/h100-symm-mem/155923 -> ciflow/h100-symm-mem/155923 2025-08-26T19:43:55.0858193Z * [new tag] ciflow/h100-symm-mem/157635 -> ciflow/h100-symm-mem/157635 2025-08-26T19:43:55.0859160Z * [new tag] ciflow/h100-symm-mem/159562 -> ciflow/h100-symm-mem/159562 2025-08-26T19:43:55.0859877Z * [new tag] ciflow/h100-symm-mem/159889 -> ciflow/h100-symm-mem/159889 2025-08-26T19:43:55.0860670Z * [new tag] ciflow/h100-symm-mem/160825 -> ciflow/h100-symm-mem/160825 2025-08-26T19:43:55.0861358Z * [new tag] ciflow/h100-symm-mem/161008 -> ciflow/h100-symm-mem/161008 2025-08-26T19:43:55.0862124Z * [new tag] ciflow/h100-symm-mem/161090 -> ciflow/h100-symm-mem/161090 2025-08-26T19:43:55.0862956Z * [new tag] ciflow/h100-symm-mem/161214 -> ciflow/h100-symm-mem/161214 2025-08-26T19:43:55.0863824Z * [new tag] ciflow/h100-symm-mem/161217 -> ciflow/h100-symm-mem/161217 2025-08-26T19:43:55.0864547Z * [new tag] ciflow/h100-symm-mem/161232 -> ciflow/h100-symm-mem/161232 2025-08-26T19:43:55.0865543Z * [new tag] ciflow/h100-symm-mem/161257 -> ciflow/h100-symm-mem/161257 2025-08-26T19:43:55.0866575Z * [new tag] ciflow/h100-symm-mem/161309 -> ciflow/h100-symm-mem/161309 2025-08-26T19:43:55.0867563Z * [new tag] ciflow/h100-symm-mem/161470 -> ciflow/h100-symm-mem/161470 2025-08-26T19:43:55.0868473Z * [new tag] ciflow/h100-symm-mem/161471 -> ciflow/h100-symm-mem/161471 2025-08-26T19:43:55.0869150Z * [new tag] ciflow/h100-symm-mem/161532 -> ciflow/h100-symm-mem/161532 2025-08-26T19:43:55.0869857Z * [new tag] ciflow/h100-symm-mem/161533 -> ciflow/h100-symm-mem/161533 2025-08-26T19:43:55.0870700Z * [new tag] ciflow/h100/159158 -> ciflow/h100/159158 2025-08-26T19:43:55.0871421Z * [new tag] ciflow/h100/161225 -> ciflow/h100/161225 2025-08-26T19:43:55.0872762Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/151845 -> ciflow/inductor-perf-test-nightly-rocm/151845 2025-08-26T19:43:55.0873661Z * [new tag] ciflow/inductor-perf-test-nightly-x86-zen/161512 -> ciflow/inductor-perf-test-nightly-x86-zen/161512 2025-08-26T19:43:55.0874535Z * [new tag] ciflow/inductor-periodic/158137 -> ciflow/inductor-periodic/158137 2025-08-26T19:43:55.0875285Z * [new tag] ciflow/inductor-periodic/160807 -> ciflow/inductor-periodic/160807 2025-08-26T19:43:55.0876045Z * [new tag] ciflow/inductor-periodic/161461 -> ciflow/inductor-periodic/161461 2025-08-26T19:43:55.0877396Z * [new tag] ciflow/inductor-periodic/2f0de0ff9361ca4f2b1e6f9edbc600b5fb6abcd6 -> ciflow/inductor-periodic/2f0de0ff9361ca4f2b1e6f9edbc600b5fb6abcd6 2025-08-26T19:43:55.0878524Z * [new tag] ciflow/inductor-periodic/3e5b021f217a42ae55dc690083f67a28126808ed -> ciflow/inductor-periodic/3e5b021f217a42ae55dc690083f67a28126808ed 2025-08-26T19:43:55.0879721Z * [new tag] ciflow/inductor-periodic/f912c93344caa74e24c8164a2e25fe84a8203073 -> ciflow/inductor-periodic/f912c93344caa74e24c8164a2e25fe84a8203073 2025-08-26T19:43:55.0880148Z * [new tag] ciflow/inductor-rocm/151845 -> ciflow/inductor-rocm/151845 2025-08-26T19:43:55.0880793Z * [new tag] ciflow/inductor-rocm/159158 -> ciflow/inductor-rocm/159158 2025-08-26T19:43:55.0881951Z * [new tag] ciflow/inductor-rocm/160671 -> ciflow/inductor-rocm/160671 2025-08-26T19:43:55.0882838Z * [new tag] ciflow/inductor-rocm/161180 -> ciflow/inductor-rocm/161180 2025-08-26T19:43:55.0883496Z * [new tag] ciflow/inductor-rocm/161225 -> ciflow/inductor-rocm/161225 2025-08-26T19:43:55.0884479Z * [new tag] ciflow/inductor-rocm/161521 -> ciflow/inductor-rocm/161521 2025-08-26T19:43:55.0885561Z * [new tag] ciflow/inductor-windows/160406 -> ciflow/inductor-windows/160406 2025-08-26T19:43:55.0886420Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-08-26T19:43:55.0887170Z * [new tag] ciflow/inductor/151845 -> ciflow/inductor/151845 2025-08-26T19:43:55.0887857Z * [new tag] ciflow/inductor/154694 -> ciflow/inductor/154694 2025-08-26T19:43:55.0888556Z * [new tag] ciflow/inductor/155072 -> ciflow/inductor/155072 2025-08-26T19:43:55.0889369Z * [new tag] ciflow/inductor/155152 -> ciflow/inductor/155152 2025-08-26T19:43:55.0890038Z * [new tag] ciflow/inductor/155153 -> ciflow/inductor/155153 2025-08-26T19:43:55.0890813Z * [new tag] ciflow/inductor/155154 -> ciflow/inductor/155154 2025-08-26T19:43:55.0891555Z * [new tag] ciflow/inductor/155501 -> ciflow/inductor/155501 2025-08-26T19:43:55.0892308Z * [new tag] ciflow/inductor/155502 -> ciflow/inductor/155502 2025-08-26T19:43:55.0893016Z * [new tag] ciflow/inductor/155503 -> ciflow/inductor/155503 2025-08-26T19:43:55.0893766Z * [new tag] ciflow/inductor/155557 -> ciflow/inductor/155557 2025-08-26T19:43:55.0894747Z * [new tag] ciflow/inductor/155608 -> ciflow/inductor/155608 2025-08-26T19:43:55.0895767Z * [new tag] ciflow/inductor/155923 -> ciflow/inductor/155923 2025-08-26T19:43:55.0896850Z * [new tag] ciflow/inductor/155928 -> ciflow/inductor/155928 2025-08-26T19:43:55.0897731Z * [new tag] ciflow/inductor/156875 -> ciflow/inductor/156875 2025-08-26T19:43:55.0898462Z * [new tag] ciflow/inductor/156967 -> ciflow/inductor/156967 2025-08-26T19:43:55.0899274Z * [new tag] ciflow/inductor/157298 -> ciflow/inductor/157298 2025-08-26T19:43:55.0900094Z * [new tag] ciflow/inductor/157572 -> ciflow/inductor/157572 2025-08-26T19:43:55.0900766Z * [new tag] ciflow/inductor/157635 -> ciflow/inductor/157635 2025-08-26T19:43:55.0901675Z * [new tag] ciflow/inductor/157743 -> ciflow/inductor/157743 2025-08-26T19:43:55.0902432Z * [new tag] ciflow/inductor/157767 -> ciflow/inductor/157767 2025-08-26T19:43:55.0903219Z * [new tag] ciflow/inductor/157944 -> ciflow/inductor/157944 2025-08-26T19:43:55.0903940Z * [new tag] ciflow/inductor/158061 -> ciflow/inductor/158061 2025-08-26T19:43:55.0904743Z * [new tag] ciflow/inductor/158097 -> ciflow/inductor/158097 2025-08-26T19:43:55.0905545Z * [new tag] ciflow/inductor/158098 -> ciflow/inductor/158098 2025-08-26T19:43:55.0906398Z * [new tag] ciflow/inductor/158104 -> ciflow/inductor/158104 2025-08-26T19:43:55.0907116Z * [new tag] ciflow/inductor/158137 -> ciflow/inductor/158137 2025-08-26T19:43:55.0907914Z * [new tag] ciflow/inductor/158321 -> ciflow/inductor/158321 2025-08-26T19:43:55.0908690Z * [new tag] ciflow/inductor/158609 -> ciflow/inductor/158609 2025-08-26T19:43:55.0909661Z * [new tag] ciflow/inductor/158932 -> ciflow/inductor/158932 2025-08-26T19:43:55.0910357Z * [new tag] ciflow/inductor/159003 -> ciflow/inductor/159003 2025-08-26T19:43:55.0911151Z * [new tag] ciflow/inductor/159158 -> ciflow/inductor/159158 2025-08-26T19:43:55.0912199Z * [new tag] ciflow/inductor/159274 -> ciflow/inductor/159274 2025-08-26T19:43:55.0912927Z * [new tag] ciflow/inductor/159387 -> ciflow/inductor/159387 2025-08-26T19:43:55.0913811Z * [new tag] ciflow/inductor/159473 -> ciflow/inductor/159473 2025-08-26T19:43:55.0914564Z * [new tag] ciflow/inductor/159664 -> ciflow/inductor/159664 2025-08-26T19:43:55.0915515Z * [new tag] ciflow/inductor/159778 -> ciflow/inductor/159778 2025-08-26T19:43:55.0916830Z * [new tag] ciflow/inductor/159835 -> ciflow/inductor/159835 2025-08-26T19:43:55.0917532Z * [new tag] ciflow/inductor/159889 -> ciflow/inductor/159889 2025-08-26T19:43:55.0918527Z * [new tag] ciflow/inductor/159923 -> ciflow/inductor/159923 2025-08-26T19:43:55.0919395Z * [new tag] ciflow/inductor/159944 -> ciflow/inductor/159944 2025-08-26T19:43:55.0920159Z * [new tag] ciflow/inductor/160080 -> ciflow/inductor/160080 2025-08-26T19:43:55.0921106Z * [new tag] ciflow/inductor/160111 -> ciflow/inductor/160111 2025-08-26T19:43:55.0921914Z * [new tag] ciflow/inductor/160156 -> ciflow/inductor/160156 2025-08-26T19:43:55.0922864Z * [new tag] ciflow/inductor/160180 -> ciflow/inductor/160180 2025-08-26T19:43:55.0923751Z * [new tag] ciflow/inductor/160198 -> ciflow/inductor/160198 2025-08-26T19:43:55.0924597Z * [new tag] ciflow/inductor/160258 -> ciflow/inductor/160258 2025-08-26T19:43:55.0925432Z * [new tag] ciflow/inductor/160266 -> ciflow/inductor/160266 2025-08-26T19:43:55.0926141Z * [new tag] ciflow/inductor/160282 -> ciflow/inductor/160282 2025-08-26T19:43:55.0927081Z * [new tag] ciflow/inductor/160323 -> ciflow/inductor/160323 2025-08-26T19:43:55.0928400Z * [new tag] ciflow/inductor/160324 -> ciflow/inductor/160324 2025-08-26T19:43:55.0929125Z * [new tag] ciflow/inductor/160325 -> ciflow/inductor/160325 2025-08-26T19:43:55.0930105Z * [new tag] ciflow/inductor/160326 -> ciflow/inductor/160326 2025-08-26T19:43:55.0930939Z * [new tag] ciflow/inductor/160327 -> ciflow/inductor/160327 2025-08-26T19:43:55.0931746Z * [new tag] ciflow/inductor/160328 -> ciflow/inductor/160328 2025-08-26T19:43:55.0932654Z * [new tag] ciflow/inductor/160329 -> ciflow/inductor/160329 2025-08-26T19:43:55.0934011Z * [new tag] ciflow/inductor/160431 -> ciflow/inductor/160431 2025-08-26T19:43:55.0934586Z * [new tag] ciflow/inductor/160448 -> ciflow/inductor/160448 2025-08-26T19:43:55.0935320Z * [new tag] ciflow/inductor/160449 -> ciflow/inductor/160449 2025-08-26T19:43:55.0936055Z * [new tag] ciflow/inductor/160467 -> ciflow/inductor/160467 2025-08-26T19:43:55.0936832Z * [new tag] ciflow/inductor/160470 -> ciflow/inductor/160470 2025-08-26T19:43:55.0937568Z * [new tag] ciflow/inductor/160483 -> ciflow/inductor/160483 2025-08-26T19:43:55.0938380Z * [new tag] ciflow/inductor/160527 -> ciflow/inductor/160527 2025-08-26T19:43:55.0939373Z * [new tag] ciflow/inductor/160532 -> ciflow/inductor/160532 2025-08-26T19:43:55.0941097Z * [new tag] ciflow/inductor/160539 -> ciflow/inductor/160539 2025-08-26T19:43:55.0941825Z * [new tag] ciflow/inductor/160580 -> ciflow/inductor/160580 2025-08-26T19:43:55.0942610Z * [new tag] ciflow/inductor/160601 -> ciflow/inductor/160601 2025-08-26T19:43:55.0943346Z * [new tag] ciflow/inductor/160611 -> ciflow/inductor/160611 2025-08-26T19:43:55.0944133Z * [new tag] ciflow/inductor/160669 -> ciflow/inductor/160669 2025-08-26T19:43:55.0944889Z * [new tag] ciflow/inductor/160670 -> ciflow/inductor/160670 2025-08-26T19:43:55.0945700Z * [new tag] ciflow/inductor/160671 -> ciflow/inductor/160671 2025-08-26T19:43:55.0946587Z * [new tag] ciflow/inductor/160677 -> ciflow/inductor/160677 2025-08-26T19:43:55.0947379Z * [new tag] ciflow/inductor/160690 -> ciflow/inductor/160690 2025-08-26T19:43:55.0948132Z * [new tag] ciflow/inductor/160763 -> ciflow/inductor/160763 2025-08-26T19:43:55.0948842Z * [new tag] ciflow/inductor/160772 -> ciflow/inductor/160772 2025-08-26T19:43:55.0949842Z * [new tag] ciflow/inductor/160798 -> ciflow/inductor/160798 2025-08-26T19:43:55.0950550Z * [new tag] ciflow/inductor/160807 -> ciflow/inductor/160807 2025-08-26T19:43:55.0951486Z * [new tag] ciflow/inductor/160836 -> ciflow/inductor/160836 2025-08-26T19:43:55.0952326Z * [new tag] ciflow/inductor/160861 -> ciflow/inductor/160861 2025-08-26T19:43:55.0953117Z * [new tag] ciflow/inductor/160883 -> ciflow/inductor/160883 2025-08-26T19:43:55.0953927Z * [new tag] ciflow/inductor/160888 -> ciflow/inductor/160888 2025-08-26T19:43:55.0954839Z * [new tag] ciflow/inductor/160903 -> ciflow/inductor/160903 2025-08-26T19:43:55.0955517Z * [new tag] ciflow/inductor/160913 -> ciflow/inductor/160913 2025-08-26T19:43:55.0956278Z * [new tag] ciflow/inductor/160941 -> ciflow/inductor/160941 2025-08-26T19:43:55.0957040Z * [new tag] ciflow/inductor/160943 -> ciflow/inductor/160943 2025-08-26T19:43:55.0957837Z * [new tag] ciflow/inductor/160991 -> ciflow/inductor/160991 2025-08-26T19:43:55.0958918Z * [new tag] ciflow/inductor/160997 -> ciflow/inductor/160997 2025-08-26T19:43:55.0959536Z * [new tag] ciflow/inductor/161003 -> ciflow/inductor/161003 2025-08-26T19:43:55.0960371Z * [new tag] ciflow/inductor/161026 -> ciflow/inductor/161026 2025-08-26T19:43:55.0961097Z * [new tag] ciflow/inductor/161032 -> ciflow/inductor/161032 2025-08-26T19:43:55.0962174Z * [new tag] ciflow/inductor/161040 -> ciflow/inductor/161040 2025-08-26T19:43:55.0962953Z * [new tag] ciflow/inductor/161055 -> ciflow/inductor/161055 2025-08-26T19:43:55.0963731Z * [new tag] ciflow/inductor/161062 -> ciflow/inductor/161062 2025-08-26T19:43:55.0964475Z * [new tag] ciflow/inductor/161069 -> ciflow/inductor/161069 2025-08-26T19:43:55.0965237Z * [new tag] ciflow/inductor/161092 -> ciflow/inductor/161092 2025-08-26T19:43:55.0965980Z * [new tag] ciflow/inductor/161093 -> ciflow/inductor/161093 2025-08-26T19:43:55.0966841Z * [new tag] ciflow/inductor/161097 -> ciflow/inductor/161097 2025-08-26T19:43:55.0967470Z * [new tag] ciflow/inductor/161098 -> ciflow/inductor/161098 2025-08-26T19:43:55.0968100Z * [new tag] ciflow/inductor/161100 -> ciflow/inductor/161100 2025-08-26T19:43:55.0968913Z * [new tag] ciflow/inductor/161107 -> ciflow/inductor/161107 2025-08-26T19:43:55.0969911Z * [new tag] ciflow/inductor/161110 -> ciflow/inductor/161110 2025-08-26T19:43:55.0971170Z * [new tag] ciflow/inductor/161117 -> ciflow/inductor/161117 2025-08-26T19:43:55.0971645Z * [new tag] ciflow/inductor/161118 -> ciflow/inductor/161118 2025-08-26T19:43:55.0972326Z * [new tag] ciflow/inductor/161123 -> ciflow/inductor/161123 2025-08-26T19:43:55.0972993Z * [new tag] ciflow/inductor/161124 -> ciflow/inductor/161124 2025-08-26T19:43:55.0973633Z * [new tag] ciflow/inductor/161125 -> ciflow/inductor/161125 2025-08-26T19:43:55.0974337Z * [new tag] ciflow/inductor/161126 -> ciflow/inductor/161126 2025-08-26T19:43:55.0975152Z * [new tag] ciflow/inductor/161144 -> ciflow/inductor/161144 2025-08-26T19:43:55.0975920Z * [new tag] ciflow/inductor/161148 -> ciflow/inductor/161148 2025-08-26T19:43:55.0976566Z * [new tag] ciflow/inductor/161158 -> ciflow/inductor/161158 2025-08-26T19:43:55.0977406Z * [new tag] ciflow/inductor/161178 -> ciflow/inductor/161178 2025-08-26T19:43:55.0978079Z * [new tag] ciflow/inductor/161190 -> ciflow/inductor/161190 2025-08-26T19:43:55.0978771Z * [new tag] ciflow/inductor/161208 -> ciflow/inductor/161208 2025-08-26T19:43:55.0979411Z * [new tag] ciflow/inductor/161225 -> ciflow/inductor/161225 2025-08-26T19:43:55.0980220Z * [new tag] ciflow/inductor/161229 -> ciflow/inductor/161229 2025-08-26T19:43:55.0981199Z * [new tag] ciflow/inductor/161237 -> ciflow/inductor/161237 2025-08-26T19:43:55.0981841Z * [new tag] ciflow/inductor/161241 -> ciflow/inductor/161241 2025-08-26T19:43:55.0982575Z * [new tag] ciflow/inductor/161246 -> ciflow/inductor/161246 2025-08-26T19:43:55.0983337Z * [new tag] ciflow/inductor/161274 -> ciflow/inductor/161274 2025-08-26T19:43:55.0984127Z * [new tag] ciflow/inductor/161278 -> ciflow/inductor/161278 2025-08-26T19:43:55.0984829Z * [new tag] ciflow/inductor/161279 -> ciflow/inductor/161279 2025-08-26T19:43:55.0985699Z * [new tag] ciflow/inductor/161288 -> ciflow/inductor/161288 2025-08-26T19:43:55.0986360Z * [new tag] ciflow/inductor/161314 -> ciflow/inductor/161314 2025-08-26T19:43:55.0987361Z * [new tag] ciflow/inductor/161320 -> ciflow/inductor/161320 2025-08-26T19:43:55.0988085Z * [new tag] ciflow/inductor/161336 -> ciflow/inductor/161336 2025-08-26T19:43:55.0988586Z * [new tag] ciflow/inductor/161337 -> ciflow/inductor/161337 2025-08-26T19:43:55.0989237Z * [new tag] ciflow/inductor/161338 -> ciflow/inductor/161338 2025-08-26T19:43:55.0989903Z * [new tag] ciflow/inductor/161339 -> ciflow/inductor/161339 2025-08-26T19:43:55.0990708Z * [new tag] ciflow/inductor/161340 -> ciflow/inductor/161340 2025-08-26T19:43:55.0991314Z * [new tag] ciflow/inductor/161341 -> ciflow/inductor/161341 2025-08-26T19:43:55.0991971Z * [new tag] ciflow/inductor/161342 -> ciflow/inductor/161342 2025-08-26T19:43:55.0992668Z * [new tag] ciflow/inductor/161343 -> ciflow/inductor/161343 2025-08-26T19:43:55.0993359Z * [new tag] ciflow/inductor/161344 -> ciflow/inductor/161344 2025-08-26T19:43:55.0994004Z * [new tag] ciflow/inductor/161345 -> ciflow/inductor/161345 2025-08-26T19:43:55.0994679Z * [new tag] ciflow/inductor/161346 -> ciflow/inductor/161346 2025-08-26T19:43:55.0995335Z * [new tag] ciflow/inductor/161347 -> ciflow/inductor/161347 2025-08-26T19:43:55.0996015Z * [new tag] ciflow/inductor/161348 -> ciflow/inductor/161348 2025-08-26T19:43:55.0996687Z * [new tag] ciflow/inductor/161349 -> ciflow/inductor/161349 2025-08-26T19:43:55.0997450Z * [new tag] ciflow/inductor/161350 -> ciflow/inductor/161350 2025-08-26T19:43:55.0998122Z * [new tag] ciflow/inductor/161351 -> ciflow/inductor/161351 2025-08-26T19:43:55.0998837Z * [new tag] ciflow/inductor/161353 -> ciflow/inductor/161353 2025-08-26T19:43:55.0999474Z * [new tag] ciflow/inductor/161354 -> ciflow/inductor/161354 2025-08-26T19:43:55.1000134Z * [new tag] ciflow/inductor/161355 -> ciflow/inductor/161355 2025-08-26T19:43:55.1000853Z * [new tag] ciflow/inductor/161362 -> ciflow/inductor/161362 2025-08-26T19:43:55.1001619Z * [new tag] ciflow/inductor/161363 -> ciflow/inductor/161363 2025-08-26T19:43:55.1002524Z * [new tag] ciflow/inductor/161382 -> ciflow/inductor/161382 2025-08-26T19:43:55.1003047Z * [new tag] ciflow/inductor/161383 -> ciflow/inductor/161383 2025-08-26T19:43:55.1003710Z * [new tag] ciflow/inductor/161385 -> ciflow/inductor/161385 2025-08-26T19:43:55.1004354Z * [new tag] ciflow/inductor/161396 -> ciflow/inductor/161396 2025-08-26T19:43:55.1005118Z * [new tag] ciflow/inductor/161397 -> ciflow/inductor/161397 2025-08-26T19:43:55.1005806Z * [new tag] ciflow/inductor/161404 -> ciflow/inductor/161404 2025-08-26T19:43:55.1006516Z * [new tag] ciflow/inductor/161405 -> ciflow/inductor/161405 2025-08-26T19:43:55.1007158Z * [new tag] ciflow/inductor/161406 -> ciflow/inductor/161406 2025-08-26T19:43:55.1008088Z * [new tag] ciflow/inductor/161409 -> ciflow/inductor/161409 2025-08-26T19:43:55.1008928Z * [new tag] ciflow/inductor/161410 -> ciflow/inductor/161410 2025-08-26T19:43:55.1009616Z * [new tag] ciflow/inductor/161414 -> ciflow/inductor/161414 2025-08-26T19:43:55.1010244Z * [new tag] ciflow/inductor/161416 -> ciflow/inductor/161416 2025-08-26T19:43:55.1010924Z * [new tag] ciflow/inductor/161420 -> ciflow/inductor/161420 2025-08-26T19:43:55.1011580Z * [new tag] ciflow/inductor/161431 -> ciflow/inductor/161431 2025-08-26T19:43:55.1012392Z * [new tag] ciflow/inductor/161435 -> ciflow/inductor/161435 2025-08-26T19:43:55.1013184Z * [new tag] ciflow/inductor/161440 -> ciflow/inductor/161440 2025-08-26T19:43:55.1013838Z * [new tag] ciflow/inductor/161447 -> ciflow/inductor/161447 2025-08-26T19:43:55.1014539Z * [new tag] ciflow/inductor/161452 -> ciflow/inductor/161452 2025-08-26T19:43:55.1015290Z * [new tag] ciflow/inductor/161453 -> ciflow/inductor/161453 2025-08-26T19:43:55.1015951Z * [new tag] ciflow/inductor/161458 -> ciflow/inductor/161458 2025-08-26T19:43:55.1017095Z * [new tag] ciflow/inductor/161461 -> ciflow/inductor/161461 2025-08-26T19:43:55.1017688Z * [new tag] ciflow/inductor/161464 -> ciflow/inductor/161464 2025-08-26T19:43:55.1018348Z * [new tag] ciflow/inductor/161466 -> ciflow/inductor/161466 2025-08-26T19:43:55.1019040Z * [new tag] ciflow/inductor/161468 -> ciflow/inductor/161468 2025-08-26T19:43:55.1019692Z * [new tag] ciflow/inductor/161469 -> ciflow/inductor/161469 2025-08-26T19:43:55.1020370Z * [new tag] ciflow/inductor/161474 -> ciflow/inductor/161474 2025-08-26T19:43:55.1021031Z * [new tag] ciflow/inductor/161477 -> ciflow/inductor/161477 2025-08-26T19:43:55.1021815Z * [new tag] ciflow/inductor/161485 -> ciflow/inductor/161485 2025-08-26T19:43:55.1022474Z * [new tag] ciflow/inductor/161486 -> ciflow/inductor/161486 2025-08-26T19:43:55.1023169Z * [new tag] ciflow/inductor/161487 -> ciflow/inductor/161487 2025-08-26T19:43:55.1023877Z * [new tag] ciflow/inductor/161495 -> ciflow/inductor/161495 2025-08-26T19:43:55.1024691Z * [new tag] ciflow/inductor/161497 -> ciflow/inductor/161497 2025-08-26T19:43:55.1025363Z * [new tag] ciflow/inductor/161499 -> ciflow/inductor/161499 2025-08-26T19:43:55.1026027Z * [new tag] ciflow/inductor/161512 -> ciflow/inductor/161512 2025-08-26T19:43:55.1026700Z * [new tag] ciflow/inductor/161521 -> ciflow/inductor/161521 2025-08-26T19:43:55.1027435Z * [new tag] ciflow/inductor/161526 -> ciflow/inductor/161526 2025-08-26T19:43:55.1027977Z * [new tag] ciflow/inductor/161530 -> ciflow/inductor/161530 2025-08-26T19:43:55.1029088Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-08-26T19:43:55.1029800Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-08-26T19:43:55.1030814Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-08-26T19:43:55.1031455Z * [new tag] ciflow/linux-aarch64/159737 -> ciflow/linux-aarch64/159737 2025-08-26T19:43:55.1032093Z * [new tag] ciflow/linux-aarch64/160078 -> ciflow/linux-aarch64/160078 2025-08-26T19:43:55.1032716Z * [new tag] ciflow/linux-aarch64/160080 -> ciflow/linux-aarch64/160080 2025-08-26T19:43:55.1033422Z * [new tag] ciflow/mps/155923 -> ciflow/mps/155923 2025-08-26T19:43:55.1034018Z * [new tag] ciflow/mps/157553 -> ciflow/mps/157553 2025-08-26T19:43:55.1034730Z * [new tag] ciflow/mps/157635 -> ciflow/mps/157635 2025-08-26T19:43:55.1035466Z * [new tag] ciflow/mps/160839 -> ciflow/mps/160839 2025-08-26T19:43:55.1036120Z * [new tag] ciflow/mps/161511 -> ciflow/mps/161511 2025-08-26T19:43:55.1036866Z * [new tag] ciflow/nightly/158104 -> ciflow/nightly/158104 2025-08-26T19:43:55.1037824Z * [new tag] ciflow/periodic-rocm-mi300/161180 -> ciflow/periodic-rocm-mi300/161180 2025-08-26T19:43:55.1038611Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-08-26T19:43:55.1039844Z * [new tag] ciflow/periodic/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756 -> ciflow/periodic/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756 2025-08-26T19:43:55.1040349Z * [new tag] ciflow/periodic/156491 -> ciflow/periodic/156491 2025-08-26T19:43:55.1040943Z * [new tag] ciflow/periodic/161013 -> ciflow/periodic/161013 2025-08-26T19:43:55.1041850Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-08-26T19:43:55.1042652Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-08-26T19:43:55.1043395Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-08-26T19:43:55.1044241Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-08-26T19:43:55.1045529Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-08-26T19:43:55.1046913Z * [new tag] ciflow/periodic/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84 -> ciflow/periodic/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84 2025-08-26T19:43:55.1047603Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-08-26T19:43:55.1048476Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-08-26T19:43:55.1049243Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-08-26T19:43:55.1050062Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-08-26T19:43:55.1051097Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-08-26T19:43:55.1052094Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-08-26T19:43:55.1052746Z * [new tag] ciflow/rocm-mi300/159158 -> ciflow/rocm-mi300/159158 2025-08-26T19:43:55.1053826Z * [new tag] ciflow/rocm-mi300/161040 -> ciflow/rocm-mi300/161040 2025-08-26T19:43:55.1054276Z * [new tag] ciflow/rocm-mi300/161180 -> ciflow/rocm-mi300/161180 2025-08-26T19:43:55.1054967Z * [new tag] ciflow/rocm-mi300/161225 -> ciflow/rocm-mi300/161225 2025-08-26T19:43:55.1055917Z * [new tag] ciflow/rocm-mi300/161429 -> ciflow/rocm-mi300/161429 2025-08-26T19:43:55.1057124Z * [new tag] ciflow/rocm-mi355/160215 -> ciflow/rocm-mi355/160215 2025-08-26T19:43:55.1058113Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-08-26T19:43:55.1058731Z * [new tag] ciflow/rocm/151845 -> ciflow/rocm/151845 2025-08-26T19:43:55.1059652Z * [new tag] ciflow/rocm/152526 -> ciflow/rocm/152526 2025-08-26T19:43:55.1060474Z * [new tag] ciflow/rocm/156491 -> ciflow/rocm/156491 2025-08-26T19:43:55.1061333Z * [new tag] ciflow/rocm/158352 -> ciflow/rocm/158352 2025-08-26T19:43:55.1062031Z * [new tag] ciflow/rocm/159158 -> ciflow/rocm/159158 2025-08-26T19:43:55.1062749Z * [new tag] ciflow/rocm/160215 -> ciflow/rocm/160215 2025-08-26T19:43:55.1063568Z * [new tag] ciflow/rocm/160671 -> ciflow/rocm/160671 2025-08-26T19:43:55.1064602Z * [new tag] ciflow/rocm/160676 -> ciflow/rocm/160676 2025-08-26T19:43:55.1065297Z * [new tag] ciflow/rocm/161180 -> ciflow/rocm/161180 2025-08-26T19:43:55.1066136Z * [new tag] ciflow/rocm/161225 -> ciflow/rocm/161225 2025-08-26T19:43:55.1067290Z * [new tag] ciflow/rocm/161277 -> ciflow/rocm/161277 2025-08-26T19:43:55.1068302Z * [new tag] ciflow/rocm/161429 -> ciflow/rocm/161429 2025-08-26T19:43:55.1069267Z * [new tag] ciflow/rocm/161496 -> ciflow/rocm/161496 2025-08-26T19:43:55.1070367Z * [new tag] ciflow/s390/160893 -> ciflow/s390/160893 2025-08-26T19:43:55.1071349Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-08-26T19:43:55.1072282Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-08-26T19:43:55.1073977Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-08-26T19:43:55.1074496Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-08-26T19:43:55.1075471Z * [new tag] ciflow/slow/161182 -> ciflow/slow/161182 2025-08-26T19:43:55.1076151Z * [new tag] ciflow/slow/161395 -> ciflow/slow/161395 2025-08-26T19:43:55.1077145Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-08-26T19:43:55.1078149Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-08-26T19:43:55.1079343Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-08-26T19:43:55.1080514Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-08-26T19:43:55.1084202Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-08-26T19:43:55.1085294Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-08-26T19:43:55.1086282Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-08-26T19:43:55.1087282Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-08-26T19:43:55.1088707Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-08-26T19:43:55.1089253Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-08-26T19:43:55.1090245Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-08-26T19:43:55.1091211Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-08-26T19:43:55.1092268Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-08-26T19:43:55.1093286Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-08-26T19:43:55.1094651Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-08-26T19:43:55.1095226Z * [new tag] ciflow/torchbench/158137 -> ciflow/torchbench/158137 2025-08-26T19:43:55.1096184Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-08-26T19:43:55.1096880Z * [new tag] ciflow/trunk/151845 -> ciflow/trunk/151845 2025-08-26T19:43:55.1097828Z * [new tag] ciflow/trunk/153784 -> ciflow/trunk/153784 2025-08-26T19:43:55.1098527Z * [new tag] ciflow/trunk/154694 -> ciflow/trunk/154694 2025-08-26T19:43:55.1099480Z * [new tag] ciflow/trunk/156418 -> ciflow/trunk/156418 2025-08-26T19:43:55.1100356Z * [new tag] ciflow/trunk/157196 -> ciflow/trunk/157196 2025-08-26T19:43:55.1101268Z * [new tag] ciflow/trunk/157537 -> ciflow/trunk/157537 2025-08-26T19:43:55.1101963Z * [new tag] ciflow/trunk/157767 -> ciflow/trunk/157767 2025-08-26T19:43:55.1102672Z * [new tag] ciflow/trunk/157944 -> ciflow/trunk/157944 2025-08-26T19:43:55.1103475Z * [new tag] ciflow/trunk/158104 -> ciflow/trunk/158104 2025-08-26T19:43:55.1104172Z * [new tag] ciflow/trunk/158541 -> ciflow/trunk/158541 2025-08-26T19:43:55.1105281Z * [new tag] ciflow/trunk/158733 -> ciflow/trunk/158733 2025-08-26T19:43:55.1106466Z * [new tag] ciflow/trunk/158747 -> ciflow/trunk/158747 2025-08-26T19:43:55.1107548Z * [new tag] ciflow/trunk/159158 -> ciflow/trunk/159158 2025-08-26T19:43:55.1108220Z * [new tag] ciflow/trunk/159387 -> ciflow/trunk/159387 2025-08-26T19:43:55.1109123Z * [new tag] ciflow/trunk/159562 -> ciflow/trunk/159562 2025-08-26T19:43:55.1109810Z * [new tag] ciflow/trunk/159835 -> ciflow/trunk/159835 2025-08-26T19:43:55.1110709Z * [new tag] ciflow/trunk/159889 -> ciflow/trunk/159889 2025-08-26T19:43:55.1111414Z * [new tag] ciflow/trunk/159923 -> ciflow/trunk/159923 2025-08-26T19:43:55.1112310Z * [new tag] ciflow/trunk/160156 -> ciflow/trunk/160156 2025-08-26T19:43:55.1112985Z * [new tag] ciflow/trunk/160180 -> ciflow/trunk/160180 2025-08-26T19:43:55.1113949Z * [new tag] ciflow/trunk/160198 -> ciflow/trunk/160198 2025-08-26T19:43:55.1114671Z * [new tag] ciflow/trunk/160258 -> ciflow/trunk/160258 2025-08-26T19:43:55.1115572Z * [new tag] ciflow/trunk/160431 -> ciflow/trunk/160431 2025-08-26T19:43:55.1116351Z * [new tag] ciflow/trunk/160448 -> ciflow/trunk/160448 2025-08-26T19:43:55.1117045Z * [new tag] ciflow/trunk/160449 -> ciflow/trunk/160449 2025-08-26T19:43:55.1117822Z * [new tag] ciflow/trunk/160527 -> ciflow/trunk/160527 2025-08-26T19:43:55.1118810Z * [new tag] ciflow/trunk/160532 -> ciflow/trunk/160532 2025-08-26T19:43:55.1119538Z * [new tag] ciflow/trunk/160671 -> ciflow/trunk/160671 2025-08-26T19:43:55.1120291Z * [new tag] ciflow/trunk/160677 -> ciflow/trunk/160677 2025-08-26T19:43:55.1121346Z * [new tag] ciflow/trunk/160692 -> ciflow/trunk/160692 2025-08-26T19:43:55.1122246Z * [new tag] ciflow/trunk/160781 -> ciflow/trunk/160781 2025-08-26T19:43:55.1122978Z * [new tag] ciflow/trunk/160825 -> ciflow/trunk/160825 2025-08-26T19:43:55.1123732Z * [new tag] ciflow/trunk/160836 -> ciflow/trunk/160836 2025-08-26T19:43:55.1124787Z * [new tag] ciflow/trunk/160866 -> ciflow/trunk/160866 2025-08-26T19:43:55.1125735Z * [new tag] ciflow/trunk/160915 -> ciflow/trunk/160915 2025-08-26T19:43:55.1126434Z * [new tag] ciflow/trunk/160991 -> ciflow/trunk/160991 2025-08-26T19:43:55.1127357Z * [new tag] ciflow/trunk/160992 -> ciflow/trunk/160992 2025-08-26T19:43:55.1128108Z * [new tag] ciflow/trunk/161004 -> ciflow/trunk/161004 2025-08-26T19:43:55.1128845Z * [new tag] ciflow/trunk/161016 -> ciflow/trunk/161016 2025-08-26T19:43:55.1129902Z * [new tag] ciflow/trunk/161023 -> ciflow/trunk/161023 2025-08-26T19:43:55.1130635Z * [new tag] ciflow/trunk/161026 -> ciflow/trunk/161026 2025-08-26T19:43:55.1131388Z * [new tag] ciflow/trunk/161032 -> ciflow/trunk/161032 2025-08-26T19:43:55.1132377Z * [new tag] ciflow/trunk/161035 -> ciflow/trunk/161035 2025-08-26T19:43:55.1133092Z * [new tag] ciflow/trunk/161040 -> ciflow/trunk/161040 2025-08-26T19:43:55.1134079Z * [new tag] ciflow/trunk/161094 -> ciflow/trunk/161094 2025-08-26T19:43:55.1134824Z * [new tag] ciflow/trunk/161097 -> ciflow/trunk/161097 2025-08-26T19:43:55.1135593Z * [new tag] ciflow/trunk/161098 -> ciflow/trunk/161098 2025-08-26T19:43:55.1136365Z * [new tag] ciflow/trunk/161100 -> ciflow/trunk/161100 2025-08-26T19:43:55.1137146Z * [new tag] ciflow/trunk/161106 -> ciflow/trunk/161106 2025-08-26T19:43:55.1137932Z * [new tag] ciflow/trunk/161110 -> ciflow/trunk/161110 2025-08-26T19:43:55.1139052Z * [new tag] ciflow/trunk/161114 -> ciflow/trunk/161114 2025-08-26T19:43:55.1140287Z * [new tag] ciflow/trunk/161117 -> ciflow/trunk/161117 2025-08-26T19:43:55.1141246Z * [new tag] ciflow/trunk/161123 -> ciflow/trunk/161123 2025-08-26T19:43:55.1141945Z * [new tag] ciflow/trunk/161124 -> ciflow/trunk/161124 2025-08-26T19:43:55.1142727Z * [new tag] ciflow/trunk/161125 -> ciflow/trunk/161125 2025-08-26T19:43:55.1143762Z * [new tag] ciflow/trunk/161126 -> ciflow/trunk/161126 2025-08-26T19:43:55.1144487Z * [new tag] ciflow/trunk/161131 -> ciflow/trunk/161131 2025-08-26T19:43:55.1145550Z * [new tag] ciflow/trunk/161143 -> ciflow/trunk/161143 2025-08-26T19:43:55.1146374Z * [new tag] ciflow/trunk/161144 -> ciflow/trunk/161144 2025-08-26T19:43:55.1147245Z * [new tag] ciflow/trunk/161164 -> ciflow/trunk/161164 2025-08-26T19:43:55.1147916Z * [new tag] ciflow/trunk/161180 -> ciflow/trunk/161180 2025-08-26T19:43:55.1148815Z * [new tag] ciflow/trunk/161214 -> ciflow/trunk/161214 2025-08-26T19:43:55.1149513Z * [new tag] ciflow/trunk/161217 -> ciflow/trunk/161217 2025-08-26T19:43:55.1150385Z * [new tag] ciflow/trunk/161225 -> ciflow/trunk/161225 2025-08-26T19:43:55.1151103Z * [new tag] ciflow/trunk/161236 -> ciflow/trunk/161236 2025-08-26T19:43:55.1151969Z * [new tag] ciflow/trunk/161237 -> ciflow/trunk/161237 2025-08-26T19:43:55.1152658Z * [new tag] ciflow/trunk/161241 -> ciflow/trunk/161241 2025-08-26T19:43:55.1153642Z * [new tag] ciflow/trunk/161262 -> ciflow/trunk/161262 2025-08-26T19:43:55.1155011Z * [new tag] ciflow/trunk/161263 -> ciflow/trunk/161263 2025-08-26T19:43:55.1155872Z * [new tag] ciflow/trunk/161279 -> ciflow/trunk/161279 2025-08-26T19:43:55.1156807Z * [new tag] ciflow/trunk/161306 -> ciflow/trunk/161306 2025-08-26T19:43:55.1157682Z * [new tag] ciflow/trunk/161311 -> ciflow/trunk/161311 2025-08-26T19:43:55.1158583Z * [new tag] ciflow/trunk/161354 -> ciflow/trunk/161354 2025-08-26T19:43:55.1159269Z * [new tag] ciflow/trunk/161355 -> ciflow/trunk/161355 2025-08-26T19:43:55.1160167Z * [new tag] ciflow/trunk/161362 -> ciflow/trunk/161362 2025-08-26T19:43:55.1160865Z * [new tag] ciflow/trunk/161363 -> ciflow/trunk/161363 2025-08-26T19:43:55.1161921Z * [new tag] ciflow/trunk/161370 -> ciflow/trunk/161370 2025-08-26T19:43:55.1162827Z * [new tag] ciflow/trunk/161383 -> ciflow/trunk/161383 2025-08-26T19:43:55.1163521Z * [new tag] ciflow/trunk/161385 -> ciflow/trunk/161385 2025-08-26T19:43:55.1164488Z * [new tag] ciflow/trunk/161389 -> ciflow/trunk/161389 2025-08-26T19:43:55.1165330Z * [new tag] ciflow/trunk/161392 -> ciflow/trunk/161392 2025-08-26T19:43:55.1166030Z * [new tag] ciflow/trunk/161395 -> ciflow/trunk/161395 2025-08-26T19:43:55.1166902Z * [new tag] ciflow/trunk/161396 -> ciflow/trunk/161396 2025-08-26T19:43:55.1167619Z * [new tag] ciflow/trunk/161409 -> ciflow/trunk/161409 2025-08-26T19:43:55.1168591Z * [new tag] ciflow/trunk/161410 -> ciflow/trunk/161410 2025-08-26T19:43:55.1169275Z * [new tag] ciflow/trunk/161435 -> ciflow/trunk/161435 2025-08-26T19:43:55.1170288Z * [new tag] ciflow/trunk/161437 -> ciflow/trunk/161437 2025-08-26T19:43:55.1171309Z * [new tag] ciflow/trunk/161451 -> ciflow/trunk/161451 2025-08-26T19:43:55.1171970Z * [new tag] ciflow/trunk/161453 -> ciflow/trunk/161453 2025-08-26T19:43:55.1172966Z * [new tag] ciflow/trunk/161454 -> ciflow/trunk/161454 2025-08-26T19:43:55.1173861Z * [new tag] ciflow/trunk/161489 -> ciflow/trunk/161489 2025-08-26T19:43:55.1174907Z * [new tag] ciflow/trunk/161517 -> ciflow/trunk/161517 2025-08-26T19:43:55.1176055Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-08-26T19:43:55.1176985Z * [new tag] ciflow/win-arm64/158104 -> ciflow/win-arm64/158104 2025-08-26T19:43:55.1177737Z * [new tag] ciflow/win-arm64/159562 -> ciflow/win-arm64/159562 2025-08-26T19:43:55.1178423Z * [new tag] ciflow/win-arm64/160258 -> ciflow/win-arm64/160258 2025-08-26T19:43:55.1179493Z * [new tag] ciflow/win-arm64/161504 -> ciflow/win-arm64/161504 2025-08-26T19:43:55.1180514Z * [new tag] ciflow/xpu/143553 -> ciflow/xpu/143553 2025-08-26T19:43:55.1181352Z * [new tag] ciflow/xpu/158733 -> ciflow/xpu/158733 2025-08-26T19:43:55.1182216Z * [new tag] ciflow/xpu/159473 -> ciflow/xpu/159473 2025-08-26T19:43:55.1182915Z * [new tag] ciflow/xpu/159944 -> ciflow/xpu/159944 2025-08-26T19:43:55.1183685Z * [new tag] ciflow/xpu/160067 -> ciflow/xpu/160067 2025-08-26T19:43:55.1184667Z * [new tag] ciflow/xpu/160158 -> ciflow/xpu/160158 2025-08-26T19:43:55.1185423Z * [new tag] ciflow/xpu/160940 -> ciflow/xpu/160940 2025-08-26T19:43:55.1186370Z * [new tag] ciflow/xpu/161041 -> ciflow/xpu/161041 2025-08-26T19:43:55.1187221Z * [new tag] ciflow/xpu/161045 -> ciflow/xpu/161045 2025-08-26T19:43:55.1187874Z * [new tag] ciflow/xpu/161142 -> ciflow/xpu/161142 2025-08-26T19:43:55.1188948Z * [new tag] ciflow/xpu/161152 -> ciflow/xpu/161152 2025-08-26T19:43:55.1190051Z * [new tag] ciflow/xpu/161246 -> ciflow/xpu/161246 2025-08-26T19:43:55.1191232Z * [new tag] ciflow/xpu/161389 -> ciflow/xpu/161389 2025-08-26T19:43:55.1192217Z * [new tag] ciflow/xpu/161392 -> ciflow/xpu/161392 2025-08-26T19:43:55.1192963Z * [new tag] ciflow/xpu/161397 -> ciflow/xpu/161397 2025-08-26T19:43:55.1193753Z * [new tag] ciflow/xpu/161477 -> ciflow/xpu/161477 2025-08-26T19:43:55.1194782Z * [new tag] ciflow/xpu/161489 -> ciflow/xpu/161489 2025-08-26T19:43:55.1195518Z * [new tag] cslpull75 -> cslpull75 2025-08-26T19:43:55.1196498Z * [new tag] cslpull76 -> cslpull76 2025-08-26T19:43:55.1197286Z * [new tag] cslpull77 -> cslpull77 2025-08-26T19:43:55.1198268Z * [new tag] cslpull78 -> cslpull78 2025-08-26T19:43:55.1199319Z * [new tag] cslpull79 -> cslpull79 2025-08-26T19:43:55.1200483Z * [new tag] cslpull80 -> cslpull80 2025-08-26T19:43:55.1201608Z * [new tag] cslpull81 -> cslpull81 2025-08-26T19:43:55.1202593Z * [new tag] cslpull82 -> cslpull82 2025-08-26T19:43:55.1203377Z * [new tag] cslpull83 -> cslpull83 2025-08-26T19:43:55.1204344Z * [new tag] cslpull84 -> cslpull84 2025-08-26T19:43:55.1205284Z * [new tag] cslpull85 -> cslpull85 2025-08-26T19:43:55.1206310Z * [new tag] cslpull86 -> cslpull86 2025-08-26T19:43:55.1207176Z * [new tag] cslpull87 -> cslpull87 2025-08-26T19:43:55.1207976Z * [new tag] cslpull88 -> cslpull88 2025-08-26T19:43:55.1208961Z * [new tag] cslpull89 -> cslpull89 2025-08-26T19:43:55.1209653Z * [new tag] cslpull90 -> cslpull90 2025-08-26T19:43:55.1210933Z * [new tag] cslpull91 -> cslpull91 2025-08-26T19:43:55.1211728Z * [new tag] cslpull92 -> cslpull92 2025-08-26T19:43:55.1212690Z * [new tag] flight_5 -> flight_5 2025-08-26T19:43:55.1213780Z * [new tag] flight_5.1 -> flight_5.1 2025-08-26T19:43:55.1214675Z * [new tag] flight_5.2 -> flight_5.2 2025-08-26T19:43:55.1215410Z * [new tag] flight_5.3 -> flight_5.3 2025-08-26T19:43:55.1216429Z * [new tag] forpull1 -> forpull1 2025-08-26T19:43:55.1217548Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-08-26T19:43:55.1218338Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-08-26T19:43:55.1219280Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-08-26T19:43:55.1220267Z * [new tag] nightly-binary -> nightly-binary 2025-08-26T19:43:55.1221503Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-08-26T19:43:55.1222633Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-08-26T19:43:55.1223981Z * [new tag] trunk/00efeabc295e072fb9d6e68b008a31fb04201fd1 -> trunk/00efeabc295e072fb9d6e68b008a31fb04201fd1 2025-08-26T19:43:55.1224844Z * [new tag] trunk/037c43d3b24d4db733011cb904c385eaa6e11bcf -> trunk/037c43d3b24d4db733011cb904c385eaa6e11bcf 2025-08-26T19:43:55.1226452Z * [new tag] trunk/0533ff2ccba7e77622ac3c6758f1032bdc10feff -> trunk/0533ff2ccba7e77622ac3c6758f1032bdc10feff 2025-08-26T19:43:55.1227465Z * [new tag] trunk/05e8fac4f374c4dbf0cd0e85e925e9112cf234a2 -> trunk/05e8fac4f374c4dbf0cd0e85e925e9112cf234a2 2025-08-26T19:43:55.1228730Z * [new tag] trunk/089ad1d88bf31ddab769a4f87750b474ed1214c8 -> trunk/089ad1d88bf31ddab769a4f87750b474ed1214c8 2025-08-26T19:43:55.1229606Z * [new tag] trunk/0924304e728b9507a54eced28c812fbd5b13c397 -> trunk/0924304e728b9507a54eced28c812fbd5b13c397 2025-08-26T19:43:55.1230582Z * [new tag] trunk/0a5ab612dd2b9fc5bb2e1281ec7ca8730c5c3c89 -> trunk/0a5ab612dd2b9fc5bb2e1281ec7ca8730c5c3c89 2025-08-26T19:43:55.1231446Z * [new tag] trunk/0d19541284c38212235f78db24e3ac3ae4787e45 -> trunk/0d19541284c38212235f78db24e3ac3ae4787e45 2025-08-26T19:43:55.1232365Z * [new tag] trunk/0d9da384ef76e3ce2e7eaf951252ae9edb922863 -> trunk/0d9da384ef76e3ce2e7eaf951252ae9edb922863 2025-08-26T19:43:55.1233660Z * [new tag] trunk/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756 -> trunk/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756 2025-08-26T19:43:55.1234536Z * [new tag] trunk/0f801a510f5f185543388717241adb7237c3d46a -> trunk/0f801a510f5f185543388717241adb7237c3d46a 2025-08-26T19:43:55.1235263Z * [new tag] trunk/10e67f5ec3834da93fc2022caa7ac69cf97c01f0 -> trunk/10e67f5ec3834da93fc2022caa7ac69cf97c01f0 2025-08-26T19:43:55.1236204Z * [new tag] trunk/1113e7de30da95973c1eac7921601f9a0e94f2db -> trunk/1113e7de30da95973c1eac7921601f9a0e94f2db 2025-08-26T19:43:55.1237163Z * [new tag] trunk/117f11adb4b41a5485b570c4337c22ecc8e00aeb -> trunk/117f11adb4b41a5485b570c4337c22ecc8e00aeb 2025-08-26T19:43:55.1238101Z * [new tag] trunk/1471b20cb3fc502931ef12b1420414e32facd5b0 -> trunk/1471b20cb3fc502931ef12b1420414e32facd5b0 2025-08-26T19:43:55.1239640Z * [new tag] trunk/16e811e0b5073c7b42fe76f650ca2b79e339e053 -> trunk/16e811e0b5073c7b42fe76f650ca2b79e339e053 2025-08-26T19:43:55.1240347Z * [new tag] trunk/17b0263e86aec8aed068bb8b6744b129233e8084 -> trunk/17b0263e86aec8aed068bb8b6744b129233e8084 2025-08-26T19:43:55.1241170Z * [new tag] trunk/18271148d32da3d48897e9e7515de45066fce5bc -> trunk/18271148d32da3d48897e9e7515de45066fce5bc 2025-08-26T19:43:55.1242099Z * [new tag] trunk/19c70c2f3dc345a6555318f5f8b46cd55c42d0b4 -> trunk/19c70c2f3dc345a6555318f5f8b46cd55c42d0b4 2025-08-26T19:43:55.1243094Z * [new tag] trunk/1a566c4909ccf16ace1fbf1f65d90c995b362712 -> trunk/1a566c4909ccf16ace1fbf1f65d90c995b362712 2025-08-26T19:43:55.1243990Z * [new tag] trunk/1d458e294755ff2bfa314c67ddc5cb1dacc2aee8 -> trunk/1d458e294755ff2bfa314c67ddc5cb1dacc2aee8 2025-08-26T19:43:55.1244944Z * [new tag] trunk/1d46aa736fc8870dc88015c729a8c64470fa985c -> trunk/1d46aa736fc8870dc88015c729a8c64470fa985c 2025-08-26T19:43:55.1245875Z * [new tag] trunk/1de4540449ad6b9df8f452ab72da30ce8908af60 -> trunk/1de4540449ad6b9df8f452ab72da30ce8908af60 2025-08-26T19:43:55.1246762Z * [new tag] trunk/1e3fe78a104776cd708f150116348540346dae25 -> trunk/1e3fe78a104776cd708f150116348540346dae25 2025-08-26T19:43:55.1247653Z * [new tag] trunk/1ea918caf990c84bcb4e4ee5eee90f1102815b0a -> trunk/1ea918caf990c84bcb4e4ee5eee90f1102815b0a 2025-08-26T19:43:55.1248558Z * [new tag] trunk/1eccfb157ab9855b3f81872a23502fb15f455e0a -> trunk/1eccfb157ab9855b3f81872a23502fb15f455e0a 2025-08-26T19:43:55.1249499Z * [new tag] trunk/1fbe230b0d82251c6de8b5ae86c4da456b1db05c -> trunk/1fbe230b0d82251c6de8b5ae86c4da456b1db05c 2025-08-26T19:43:55.1250471Z * [new tag] trunk/209143ddeb99b0b075d16525088cee4893be7492 -> trunk/209143ddeb99b0b075d16525088cee4893be7492 2025-08-26T19:43:55.1251450Z * [new tag] trunk/22df59efc0a845b3ff37019029efd07c5a25c456 -> trunk/22df59efc0a845b3ff37019029efd07c5a25c456 2025-08-26T19:43:55.1252302Z * [new tag] trunk/23b033452fb1d4b404216279bbf5b6d06d8570c3 -> trunk/23b033452fb1d4b404216279bbf5b6d06d8570c3 2025-08-26T19:43:55.1253236Z * [new tag] trunk/24e7f3c21c9452c81d72bbd4b0c6b1f96f33536a -> trunk/24e7f3c21c9452c81d72bbd4b0c6b1f96f33536a 2025-08-26T19:43:55.1254253Z * [new tag] trunk/25df65afd8b5e2fffbcaf2b7ed63ef7a1e37ecb9 -> trunk/25df65afd8b5e2fffbcaf2b7ed63ef7a1e37ecb9 2025-08-26T19:43:55.1255217Z * [new tag] trunk/262640fd220236042fbf4443cc163c8838c84c3d -> trunk/262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:43:55.1256151Z * [new tag] trunk/266784ec6ae82f823abe406582e7a91f2ebb564a -> trunk/266784ec6ae82f823abe406582e7a91f2ebb564a 2025-08-26T19:43:55.1256932Z * [new tag] trunk/2835cc5e91eda8cbc4ac59de2ca990fa17107409 -> trunk/2835cc5e91eda8cbc4ac59de2ca990fa17107409 2025-08-26T19:43:55.1257775Z * [new tag] trunk/284b7190054686e68d9cc683b6ce43e45dd22338 -> trunk/284b7190054686e68d9cc683b6ce43e45dd22338 2025-08-26T19:43:55.1258733Z * [new tag] trunk/29afde20203ee6773641b4e3552942a37315316f -> trunk/29afde20203ee6773641b4e3552942a37315316f 2025-08-26T19:43:55.1259606Z * [new tag] trunk/2a7a7ad7116d930fde86cda02f668e624d26ec3e -> trunk/2a7a7ad7116d930fde86cda02f668e624d26ec3e 2025-08-26T19:43:55.1260852Z * [new tag] trunk/2b62ef74208792c7c4bf923f872e54b5f384efc8 -> trunk/2b62ef74208792c7c4bf923f872e54b5f384efc8 2025-08-26T19:43:55.1261680Z * [new tag] trunk/2beffb3311a41589021c121dac543994a7cbdff2 -> trunk/2beffb3311a41589021c121dac543994a7cbdff2 2025-08-26T19:43:55.1262529Z * [new tag] trunk/2c0650a00a0a0dd2bbf25ed22780fdd881bcda54 -> trunk/2c0650a00a0a0dd2bbf25ed22780fdd881bcda54 2025-08-26T19:43:55.1263577Z * [new tag] trunk/2cf69fe0e1bdb1413fe9e802c4b84d8958708421 -> trunk/2cf69fe0e1bdb1413fe9e802c4b84d8958708421 2025-08-26T19:43:55.1264474Z * [new tag] trunk/2cf7ac2fb7ab4067e17cc5ca71034b1c61a4fb10 -> trunk/2cf7ac2fb7ab4067e17cc5ca71034b1c61a4fb10 2025-08-26T19:43:55.1265498Z * [new tag] trunk/2f0cba934de7094a66c6ce68f5e937254f23142a -> trunk/2f0cba934de7094a66c6ce68f5e937254f23142a 2025-08-26T19:43:55.1266014Z * [new tag] trunk/2f0de0ff9361ca4f2b1e6f9edbc600b5fb6abcd6 -> trunk/2f0de0ff9361ca4f2b1e6f9edbc600b5fb6abcd6 2025-08-26T19:43:55.1266941Z * [new tag] trunk/2f50ae7d2022cb096c4156f5a207c291e36ddecf -> trunk/2f50ae7d2022cb096c4156f5a207c291e36ddecf 2025-08-26T19:43:55.1267899Z * [new tag] trunk/2fdd4f918cdc5fc8070e4c9c0d87b9045d316c06 -> trunk/2fdd4f918cdc5fc8070e4c9c0d87b9045d316c06 2025-08-26T19:43:55.1268827Z * [new tag] trunk/30384abcb1d181e774c0ac21b580aa34336a96c6 -> trunk/30384abcb1d181e774c0ac21b580aa34336a96c6 2025-08-26T19:43:55.1270127Z * [new tag] trunk/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d -> trunk/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d 2025-08-26T19:43:55.1270958Z * [new tag] trunk/332fa5b388521c05a19217649745c6edfdc2836d -> trunk/332fa5b388521c05a19217649745c6edfdc2836d 2025-08-26T19:43:55.1272208Z * [new tag] trunk/33346b58148c55592994a43385c321ae8c8808f2 -> trunk/33346b58148c55592994a43385c321ae8c8808f2 2025-08-26T19:43:55.1273178Z * [new tag] trunk/3373b074f5ea5277974fa6e945544fdfb16bb446 -> trunk/3373b074f5ea5277974fa6e945544fdfb16bb446 2025-08-26T19:43:55.1274011Z * [new tag] trunk/33c3794533844236a6e30ba377e0a6802b279fc8 -> trunk/33c3794533844236a6e30ba377e0a6802b279fc8 2025-08-26T19:43:55.1274936Z * [new tag] trunk/35e4d97e047bff8b38fee1dcf6ef6503f0fc9208 -> trunk/35e4d97e047bff8b38fee1dcf6ef6503f0fc9208 2025-08-26T19:43:55.1275909Z * [new tag] trunk/36ac916929ca67b533cc45932970297e9824324e -> trunk/36ac916929ca67b533cc45932970297e9824324e 2025-08-26T19:43:55.1276860Z * [new tag] trunk/371909cfd10e0da1bab1e12fb54a2403c37c5f76 -> trunk/371909cfd10e0da1bab1e12fb54a2403c37c5f76 2025-08-26T19:43:55.1277723Z * [new tag] trunk/373e25c2eb9f882356a9c7a2f18020935ff1d78b -> trunk/373e25c2eb9f882356a9c7a2f18020935ff1d78b 2025-08-26T19:43:55.1278638Z * [new tag] trunk/37a34022b59a6ff2757e5cec0fdc72278418f339 -> trunk/37a34022b59a6ff2757e5cec0fdc72278418f339 2025-08-26T19:43:55.1279537Z * [new tag] trunk/38a492d40d7ebb2856cb120df337c6cdac244528 -> trunk/38a492d40d7ebb2856cb120df337c6cdac244528 2025-08-26T19:43:55.1280694Z * [new tag] trunk/394728bab2de21e8002fc6a47aa4d3acb2d7a728 -> trunk/394728bab2de21e8002fc6a47aa4d3acb2d7a728 2025-08-26T19:43:55.1281656Z * [new tag] trunk/39862acb2e320783245d2a03acfd1b14cae28038 -> trunk/39862acb2e320783245d2a03acfd1b14cae28038 2025-08-26T19:43:55.1282913Z * [new tag] trunk/3a4140bf8e783db3f0094d2a2ce1d8534066432f -> trunk/3a4140bf8e783db3f0094d2a2ce1d8534066432f 2025-08-26T19:43:55.1283727Z * [new tag] trunk/3caddd4daa5b1a167663c07219e065e86247ad76 -> trunk/3caddd4daa5b1a167663c07219e065e86247ad76 2025-08-26T19:43:55.1284689Z * [new tag] trunk/3dacaf0e1eb3286e70bf8d572000ecebf2c1f4c9 -> trunk/3dacaf0e1eb3286e70bf8d572000ecebf2c1f4c9 2025-08-26T19:43:55.1285704Z * [new tag] trunk/3e210f90c2cbd5817aa23d430da10cad200a3ffa -> trunk/3e210f90c2cbd5817aa23d430da10cad200a3ffa 2025-08-26T19:43:55.1286464Z * [new tag] trunk/3e3e83418d0f6b1495f79380f3a3dbc8b2d23062 -> trunk/3e3e83418d0f6b1495f79380f3a3dbc8b2d23062 2025-08-26T19:43:55.1287310Z * [new tag] trunk/3e5b021f217a42ae55dc690083f67a28126808ed -> trunk/3e5b021f217a42ae55dc690083f67a28126808ed 2025-08-26T19:43:55.1288205Z * [new tag] trunk/3ea6cc8c2d443d6104159d50e8328c144f6caa39 -> trunk/3ea6cc8c2d443d6104159d50e8328c144f6caa39 2025-08-26T19:43:55.1289321Z * [new tag] trunk/3f1a97a99cad4cc682b20b43c1178ed9e1b81f24 -> trunk/3f1a97a99cad4cc682b20b43c1178ed9e1b81f24 2025-08-26T19:43:55.1290140Z * [new tag] trunk/3f5a8e2003f2234ca8be19fdc307ba7b995f9be3 -> trunk/3f5a8e2003f2234ca8be19fdc307ba7b995f9be3 2025-08-26T19:43:55.1291075Z * [new tag] trunk/40c0e700a488191cd8f541b30d8e3b9f2c0bc759 -> trunk/40c0e700a488191cd8f541b30d8e3b9f2c0bc759 2025-08-26T19:43:55.1291983Z * [new tag] trunk/419a2dbf5f69cee52382090200b532a81da92c69 -> trunk/419a2dbf5f69cee52382090200b532a81da92c69 2025-08-26T19:43:55.1292906Z * [new tag] trunk/431846a6323c6f1d02da49e311ac694324f386f4 -> trunk/431846a6323c6f1d02da49e311ac694324f386f4 2025-08-26T19:43:55.1294311Z * [new tag] trunk/44549c7146bd6c4166f97e856037babe1b7f4f49 -> trunk/44549c7146bd6c4166f97e856037babe1b7f4f49 2025-08-26T19:43:55.1295319Z * [new tag] trunk/447d34b5f80fb7350f79decd855cb599cab39083 -> trunk/447d34b5f80fb7350f79decd855cb599cab39083 2025-08-26T19:43:55.1296123Z * [new tag] trunk/46429be72323c1807a785234164bd91011f68d08 -> trunk/46429be72323c1807a785234164bd91011f68d08 2025-08-26T19:43:55.1296925Z * [new tag] trunk/4651aaac47ff855e08a74e2fdbfa605bc53afba8 -> trunk/4651aaac47ff855e08a74e2fdbfa605bc53afba8 2025-08-26T19:43:55.1297858Z * [new tag] trunk/47d267364cad407b5612bf4a5faa160d2f4a7121 -> trunk/47d267364cad407b5612bf4a5faa160d2f4a7121 2025-08-26T19:43:55.1298820Z * [new tag] trunk/49ff884b1edc3b872eeb2387ec60ef230cae7f24 -> trunk/49ff884b1edc3b872eeb2387ec60ef230cae7f24 2025-08-26T19:43:55.1299755Z * [new tag] trunk/4a1aca11c20cfa29a1513b9f289d75bfe32d05d4 -> trunk/4a1aca11c20cfa29a1513b9f289d75bfe32d05d4 2025-08-26T19:43:55.1300677Z * [new tag] trunk/4acdbb8311f760513556e2e4fdd7bfd88c225e52 -> trunk/4acdbb8311f760513556e2e4fdd7bfd88c225e52 2025-08-26T19:43:55.1301596Z * [new tag] trunk/4c36c8a99463c898190a462300ba7f05b5b3384e -> trunk/4c36c8a99463c898190a462300ba7f05b5b3384e 2025-08-26T19:43:55.1302459Z * [new tag] trunk/4e19c1906a830714c1d9d71361357ce616a034d6 -> trunk/4e19c1906a830714c1d9d71361357ce616a034d6 2025-08-26T19:43:55.1303401Z * [new tag] trunk/4ed3184dee1bf4f775839bfd1448a7a34fe5a898 -> trunk/4ed3184dee1bf4f775839bfd1448a7a34fe5a898 2025-08-26T19:43:55.1304349Z * [new tag] trunk/50cfe76231768ee2c784f68a1eba03369f386019 -> trunk/50cfe76231768ee2c784f68a1eba03369f386019 2025-08-26T19:43:55.1305236Z * [new tag] trunk/510825e5fed8b56eb5e9352c12f0df1feeadb810 -> trunk/510825e5fed8b56eb5e9352c12f0df1feeadb810 2025-08-26T19:43:55.1306151Z * [new tag] trunk/512fc768e94c937df350911aaa4ebce757d1f9df -> trunk/512fc768e94c937df350911aaa4ebce757d1f9df 2025-08-26T19:43:55.1307557Z * [new tag] trunk/517d38d3406abbba35d0694bff259a698cad3ec9 -> trunk/517d38d3406abbba35d0694bff259a698cad3ec9 2025-08-26T19:43:55.1308533Z * [new tag] trunk/5255e65c01bf48bbcd916ecf16ed81cf28d3c6e2 -> trunk/5255e65c01bf48bbcd916ecf16ed81cf28d3c6e2 2025-08-26T19:43:55.1309477Z * [new tag] trunk/543896fcf3312f2053018edf9ee74c0fbb1d28ed -> trunk/543896fcf3312f2053018edf9ee74c0fbb1d28ed 2025-08-26T19:43:55.1310396Z * [new tag] trunk/54c2b66592d168e4a7525f7a58f8ca020517a9cb -> trunk/54c2b66592d168e4a7525f7a58f8ca020517a9cb 2025-08-26T19:43:55.1311151Z * [new tag] trunk/54cc63b467f24242cf0d6538d3e1df39e553daf1 -> trunk/54cc63b467f24242cf0d6538d3e1df39e553daf1 2025-08-26T19:43:55.1312134Z * [new tag] trunk/56ebed627a23eea36190e1ced5024a18ffcedbd7 -> trunk/56ebed627a23eea36190e1ced5024a18ffcedbd7 2025-08-26T19:43:55.1313139Z * [new tag] trunk/576a0e64ed2470abd2c430205d1984a11951ce05 -> trunk/576a0e64ed2470abd2c430205d1984a11951ce05 2025-08-26T19:43:55.1314079Z * [new tag] trunk/5805c4210b477f0a7315d6038078dc4a8be1c8fa -> trunk/5805c4210b477f0a7315d6038078dc4a8be1c8fa 2025-08-26T19:43:55.1314965Z * [new tag] trunk/58f9a3dd6391397e439c5f5075837e8f983735aa -> trunk/58f9a3dd6391397e439c5f5075837e8f983735aa 2025-08-26T19:43:55.1315925Z * [new tag] trunk/595987d28d4c8aee68de83734af919c7710ad58b -> trunk/595987d28d4c8aee68de83734af919c7710ad58b 2025-08-26T19:43:55.1316869Z * [new tag] trunk/599f639ddb8bb45abb2dc305542f38288427183d -> trunk/599f639ddb8bb45abb2dc305542f38288427183d 2025-08-26T19:43:55.1317898Z * [new tag] trunk/5afa4187dfe1e99278f8e372ec09102d5b937572 -> trunk/5afa4187dfe1e99278f8e372ec09102d5b937572 2025-08-26T19:43:55.1318789Z * [new tag] trunk/5d9653d90ee003173dd03f93e09fed236500ef06 -> trunk/5d9653d90ee003173dd03f93e09fed236500ef06 2025-08-26T19:43:55.1319752Z * [new tag] trunk/5dad5b4f57ade4001c0f421dbdad2e418304870e -> trunk/5dad5b4f57ade4001c0f421dbdad2e418304870e 2025-08-26T19:43:55.1320748Z * [new tag] trunk/5ee464db5c4293ac09521f9069fa7d2106680a7f -> trunk/5ee464db5c4293ac09521f9069fa7d2106680a7f 2025-08-26T19:43:55.1321705Z * [new tag] trunk/6096d277c543f5dd40351431ef9a8d556134c74d -> trunk/6096d277c543f5dd40351431ef9a8d556134c74d 2025-08-26T19:43:55.1322965Z * [new tag] trunk/62db8ec39116544ae247f876b3e06753178db49b -> trunk/62db8ec39116544ae247f876b3e06753178db49b 2025-08-26T19:43:55.1323836Z * [new tag] trunk/639b8cc51ddebf10361f3840a6b0a244eb6092a1 -> trunk/639b8cc51ddebf10361f3840a6b0a244eb6092a1 2025-08-26T19:43:55.1324641Z * [new tag] trunk/6443ea337df843681bc558d99efa84a3e5559b7f -> trunk/6443ea337df843681bc558d99efa84a3e5559b7f 2025-08-26T19:43:55.1325662Z * [new tag] trunk/6598f00c18dfcc4fc50427305b6b5724e617246f -> trunk/6598f00c18dfcc4fc50427305b6b5724e617246f 2025-08-26T19:43:55.1326565Z * [new tag] trunk/65d21dae18a34e8bd1b2f0e5aec7144b9dd33611 -> trunk/65d21dae18a34e8bd1b2f0e5aec7144b9dd33611 2025-08-26T19:43:55.1327515Z * [new tag] trunk/660b5656a436dcccb0275ea5421d3eb4f1157b43 -> trunk/660b5656a436dcccb0275ea5421d3eb4f1157b43 2025-08-26T19:43:55.1328496Z * [new tag] trunk/66166cf1e7696bf25f6f7bb815a93df367db48dc -> trunk/66166cf1e7696bf25f6f7bb815a93df367db48dc 2025-08-26T19:43:55.1329424Z * [new tag] trunk/667245dc60242a35ae0a6b0072628eb8e15a6d03 -> trunk/667245dc60242a35ae0a6b0072628eb8e15a6d03 2025-08-26T19:43:55.1330359Z * [new tag] trunk/67b98da1b262317f9c0375d64a4b467c82712548 -> trunk/67b98da1b262317f9c0375d64a4b467c82712548 2025-08-26T19:43:55.1331251Z * [new tag] trunk/67d31f6b281d3b15b205756fc7ebc450cdde1dab -> trunk/67d31f6b281d3b15b205756fc7ebc450cdde1dab 2025-08-26T19:43:55.1332211Z * [new tag] trunk/67fc16c7447f4fc04e7d28bfe201a4a0c78f3ea4 -> trunk/67fc16c7447f4fc04e7d28bfe201a4a0c78f3ea4 2025-08-26T19:43:55.1333181Z * [new tag] trunk/6aef9f3a6906c011a57541c1de7a246222bc9ac9 -> trunk/6aef9f3a6906c011a57541c1de7a246222bc9ac9 2025-08-26T19:43:55.1333958Z * [new tag] trunk/6ea4be1e2eca952ea66090182bd2eede89799a45 -> trunk/6ea4be1e2eca952ea66090182bd2eede89799a45 2025-08-26T19:43:55.1335163Z * [new tag] trunk/7006fd0c8874cb0228d3f2bfd83a989bde4b7021 -> trunk/7006fd0c8874cb0228d3f2bfd83a989bde4b7021 2025-08-26T19:43:55.1336023Z * [new tag] trunk/710514a2a51facaba445d2c188541d778f9fdb59 -> trunk/710514a2a51facaba445d2c188541d778f9fdb59 2025-08-26T19:43:55.1336954Z * [new tag] trunk/7131bfab89c46ffe31b61ea4937a8727e9cf33c1 -> trunk/7131bfab89c46ffe31b61ea4937a8727e9cf33c1 2025-08-26T19:43:55.1337659Z * [new tag] trunk/726dce3c944cbda16e54d3b15cdb4b6ced05af72 -> trunk/726dce3c944cbda16e54d3b15cdb4b6ced05af72 2025-08-26T19:43:55.1338400Z * [new tag] trunk/72e4786d1635681b8d053d0168c7d16b980e5124 -> trunk/72e4786d1635681b8d053d0168c7d16b980e5124 2025-08-26T19:43:55.1339275Z * [new tag] trunk/7376111d59f3170c2814d565c09d09435189692a -> trunk/7376111d59f3170c2814d565c09d09435189692a 2025-08-26T19:43:55.1340204Z * [new tag] trunk/74124d1b46774f2a73aa1aadc2b0874cb523b1c1 -> trunk/74124d1b46774f2a73aa1aadc2b0874cb523b1c1 2025-08-26T19:43:55.1341739Z * [new tag] trunk/74280d091321343b47a2975e17584b973d7c22c4 -> trunk/74280d091321343b47a2975e17584b973d7c22c4 2025-08-26T19:43:55.1342307Z * [new tag] trunk/74c4c758afa8c28162f00a456c185552e1159fd3 -> trunk/74c4c758afa8c28162f00a456c185552e1159fd3 2025-08-26T19:43:55.1342942Z * [new tag] trunk/763053dc536341997641e920d8887b3010901b3b -> trunk/763053dc536341997641e920d8887b3010901b3b 2025-08-26T19:43:55.1343773Z * [new tag] trunk/774b4befa18741b3115802cae71000168a40c384 -> trunk/774b4befa18741b3115802cae71000168a40c384 2025-08-26T19:43:55.1344472Z * [new tag] trunk/77bc959fe122bfd131e339ca36cab445a1860806 -> trunk/77bc959fe122bfd131e339ca36cab445a1860806 2025-08-26T19:43:55.1345397Z * [new tag] trunk/78a8e6a671c5631bc0e89b0e674790a424540547 -> trunk/78a8e6a671c5631bc0e89b0e674790a424540547 2025-08-26T19:43:55.1346245Z * [new tag] trunk/7e4bfa74eafab994b01f8b5501d4d061cbf64808 -> trunk/7e4bfa74eafab994b01f8b5501d4d061cbf64808 2025-08-26T19:43:55.1347110Z * [new tag] trunk/7e6ce41555d595e3fa0d91059491f21cee3eb5ea -> trunk/7e6ce41555d595e3fa0d91059491f21cee3eb5ea 2025-08-26T19:43:55.1347916Z * [new tag] trunk/7f201baf414301b3312576893b7f6f2698acd9ba -> trunk/7f201baf414301b3312576893b7f6f2698acd9ba 2025-08-26T19:43:55.1348777Z * [new tag] trunk/7fcdd8d6afeda6a4c8630816e12bf7cca44b8f8a -> trunk/7fcdd8d6afeda6a4c8630816e12bf7cca44b8f8a 2025-08-26T19:43:55.1349674Z * [new tag] trunk/801851086d09506d081800108c9e214edb3f5b7d -> trunk/801851086d09506d081800108c9e214edb3f5b7d 2025-08-26T19:43:55.1350753Z * [new tag] trunk/8047cde0f3a27f3afa218792b8464d5e0c9d942f -> trunk/8047cde0f3a27f3afa218792b8464d5e0c9d942f 2025-08-26T19:43:55.1351493Z * [new tag] trunk/80df27a612be3433516d7e6dfc8d8be058425d3e -> trunk/80df27a612be3433516d7e6dfc8d8be058425d3e 2025-08-26T19:43:55.1352311Z * [new tag] trunk/818ba434c7de4cd604184b2857d544e0ad95735f -> trunk/818ba434c7de4cd604184b2857d544e0ad95735f 2025-08-26T19:43:55.1353566Z * [new tag] trunk/83283ce7f5a7847b4e561e22be9b0f4530b05527 -> trunk/83283ce7f5a7847b4e561e22be9b0f4530b05527 2025-08-26T19:43:55.1354371Z * [new tag] trunk/85adf80cf15538a7e010fa235036fe8e06f8bede -> trunk/85adf80cf15538a7e010fa235036fe8e06f8bede 2025-08-26T19:43:55.1355183Z * [new tag] trunk/8aad3a60ce16a4acab17a8e46e5df339db2ff740 -> trunk/8aad3a60ce16a4acab17a8e46e5df339db2ff740 2025-08-26T19:43:55.1356249Z * [new tag] trunk/8c442e4fd3310e15f57770944f883ac1d73e77e2 -> trunk/8c442e4fd3310e15f57770944f883ac1d73e77e2 2025-08-26T19:43:55.1357071Z * [new tag] trunk/8c506e6310b9b5295151fb725be479d0f80ce5e8 -> trunk/8c506e6310b9b5295151fb725be479d0f80ce5e8 2025-08-26T19:43:55.1358092Z * [new tag] trunk/8cfc119491f533c4edded4263a78eb0af782a2d5 -> trunk/8cfc119491f533c4edded4263a78eb0af782a2d5 2025-08-26T19:43:55.1358926Z * [new tag] trunk/8dbe7f99bd707ee28ae12ecb9cab54e1785bf13e -> trunk/8dbe7f99bd707ee28ae12ecb9cab54e1785bf13e 2025-08-26T19:43:55.1359754Z * [new tag] trunk/8e1770905565cd67d6c3a91c7afa462f4ef6e6aa -> trunk/8e1770905565cd67d6c3a91c7afa462f4ef6e6aa 2025-08-26T19:43:55.1360564Z * [new tag] trunk/8f31aa97a3e1e17bed29b6cedf9884f0c6b145e9 -> trunk/8f31aa97a3e1e17bed29b6cedf9884f0c6b145e9 2025-08-26T19:43:55.1361684Z * [new tag] trunk/8f766d68397736053883aa281cae0eb46bb233bb -> trunk/8f766d68397736053883aa281cae0eb46bb233bb 2025-08-26T19:43:55.1362622Z * [new tag] trunk/908b0ccb1f70ed2cfa830484e05ee32af13b1836 -> trunk/908b0ccb1f70ed2cfa830484e05ee32af13b1836 2025-08-26T19:43:55.1363289Z * [new tag] trunk/90ea9ccefe3e2d9a9e4840016d1af10c1814d48b -> trunk/90ea9ccefe3e2d9a9e4840016d1af10c1814d48b 2025-08-26T19:43:55.1364117Z * [new tag] trunk/9225c6199412f8a2ee99b7c29f533fb98b9ff62e -> trunk/9225c6199412f8a2ee99b7c29f533fb98b9ff62e 2025-08-26T19:43:55.1364932Z * [new tag] trunk/923bc46122d173a7964c646311a3bea3cd8dd561 -> trunk/923bc46122d173a7964c646311a3bea3cd8dd561 2025-08-26T19:43:55.1365759Z * [new tag] trunk/92ab18482459a63e97f1374e27e8411964da9762 -> trunk/92ab18482459a63e97f1374e27e8411964da9762 2025-08-26T19:43:55.1366630Z * [new tag] trunk/94b9569c4a86e12b944ca66e3125357a14d0eb9e -> trunk/94b9569c4a86e12b944ca66e3125357a14d0eb9e 2025-08-26T19:43:55.1367665Z * [new tag] trunk/957b170d8efe2a51147e0cdb7515acc345ba81da -> trunk/957b170d8efe2a51147e0cdb7515acc345ba81da 2025-08-26T19:43:55.1368576Z * [new tag] trunk/958f9ca88e9a1580de7c94a5a2ca8a750b1335ae -> trunk/958f9ca88e9a1580de7c94a5a2ca8a750b1335ae 2025-08-26T19:43:55.1371390Z * [new tag] trunk/96682103026b5ea27f19e6db9303e17572095b0e -> trunk/96682103026b5ea27f19e6db9303e17572095b0e 2025-08-26T19:43:55.1371987Z * [new tag] trunk/97200c971110d54030feaad999698c7341f8acc7 -> trunk/97200c971110d54030feaad999698c7341f8acc7 2025-08-26T19:43:55.1372385Z * [new tag] trunk/981ac533c6e69a77538aaa7a9747c3d840dfa8be -> trunk/981ac533c6e69a77538aaa7a9747c3d840dfa8be 2025-08-26T19:43:55.1373090Z * [new tag] trunk/995397d47a0e27394ee1010f158e181eb304100a -> trunk/995397d47a0e27394ee1010f158e181eb304100a 2025-08-26T19:43:55.1373809Z * [new tag] trunk/9a41570199155eee92ebd28452a556075e34e1b4 -> trunk/9a41570199155eee92ebd28452a556075e34e1b4 2025-08-26T19:43:55.1374755Z * [new tag] trunk/9b3ebd25acfd2ff4e9b7428079ba364d6f8a14da -> trunk/9b3ebd25acfd2ff4e9b7428079ba364d6f8a14da 2025-08-26T19:43:55.1375547Z * [new tag] trunk/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44 -> trunk/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44 2025-08-26T19:43:55.1376762Z * [new tag] trunk/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a -> trunk/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a 2025-08-26T19:43:55.1377730Z * [new tag] trunk/9d7cecdd6c44c5421d341bcc359be4097ea9a2f5 -> trunk/9d7cecdd6c44c5421d341bcc359be4097ea9a2f5 2025-08-26T19:43:55.1378629Z * [new tag] trunk/9d882fd9ffc6ad2a292fee548740aabfea745002 -> trunk/9d882fd9ffc6ad2a292fee548740aabfea745002 2025-08-26T19:43:55.1379496Z * [new tag] trunk/9d9cc9897ac44a1a8df38211b03d8342a8af48c3 -> trunk/9d9cc9897ac44a1a8df38211b03d8342a8af48c3 2025-08-26T19:43:55.1380305Z * [new tag] trunk/9e1c9541344b2aa1c946edb779d275072f3b8f4a -> trunk/9e1c9541344b2aa1c946edb779d275072f3b8f4a 2025-08-26T19:43:55.1381271Z * [new tag] trunk/9e491f753ee521a70e6a7e7dbb36f96c9350f5ea -> trunk/9e491f753ee521a70e6a7e7dbb36f96c9350f5ea 2025-08-26T19:43:55.1382207Z * [new tag] trunk/a03cc53e6f6e2fe67316cb8c74c25f5b953f445b -> trunk/a03cc53e6f6e2fe67316cb8c74c25f5b953f445b 2025-08-26T19:43:55.1382912Z * [new tag] trunk/a154c2093c0f2646346f032e1f30012779b3c51d -> trunk/a154c2093c0f2646346f032e1f30012779b3c51d 2025-08-26T19:43:55.1383977Z * [new tag] trunk/a391fa1c42dd32e32a2e5b1cb196bac56daaca88 -> trunk/a391fa1c42dd32e32a2e5b1cb196bac56daaca88 2025-08-26T19:43:55.1384851Z * [new tag] trunk/a3a82e3da85a53afc4bbf3d75bd3d3dcc2e06645 -> trunk/a3a82e3da85a53afc4bbf3d75bd3d3dcc2e06645 2025-08-26T19:43:55.1385658Z * [new tag] trunk/a3fe1ced409d186628ff2975f05ba529a86fae84 -> trunk/a3fe1ced409d186628ff2975f05ba529a86fae84 2025-08-26T19:43:55.1386488Z * [new tag] trunk/a43480d19cdd68e544163b1a07c328a9c54723b8 -> trunk/a43480d19cdd68e544163b1a07c328a9c54723b8 2025-08-26T19:43:55.1387462Z * [new tag] trunk/a445b41e4f11daa82a53a21ec413c15d5079ae77 -> trunk/a445b41e4f11daa82a53a21ec413c15d5079ae77 2025-08-26T19:43:55.1388224Z * [new tag] trunk/a44a0d3671b4ccf2fe915896a8a5204fe79b1e7b -> trunk/a44a0d3671b4ccf2fe915896a8a5204fe79b1e7b 2025-08-26T19:43:55.1389063Z * [new tag] trunk/a6401cb5aa51622045c3f9a03b2cebef236e4182 -> trunk/a6401cb5aa51622045c3f9a03b2cebef236e4182 2025-08-26T19:43:55.1389772Z * [new tag] trunk/a68f63e33161b4665e0f4c399bf8072135a35a57 -> trunk/a68f63e33161b4665e0f4c399bf8072135a35a57 2025-08-26T19:43:55.1390735Z * [new tag] trunk/a72803f1e3c69c780b7d7bcdd9b35360fd98148b -> trunk/a72803f1e3c69c780b7d7bcdd9b35360fd98148b 2025-08-26T19:43:55.1391536Z * [new tag] trunk/a7b5955ea8851d73e35f50a0de5bb0626bae24cb -> trunk/a7b5955ea8851d73e35f50a0de5bb0626bae24cb 2025-08-26T19:43:55.1392418Z * [new tag] trunk/a818fa77e3a72271f144514ef349c5a666313205 -> trunk/a818fa77e3a72271f144514ef349c5a666313205 2025-08-26T19:43:55.1393298Z * [new tag] trunk/a825557ed53507e85ac613862311a81eb88710a4 -> trunk/a825557ed53507e85ac613862311a81eb88710a4 2025-08-26T19:43:55.1394035Z * [new tag] trunk/a85711d565f37b0095af9f7dafa77f392c9aa31e -> trunk/a85711d565f37b0095af9f7dafa77f392c9aa31e 2025-08-26T19:43:55.1394902Z * [new tag] trunk/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88 -> trunk/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88 2025-08-26T19:43:55.1395732Z * [new tag] trunk/a9fabeb012a4b804836a2b8d4b3742b92c9a6b58 -> trunk/a9fabeb012a4b804836a2b8d4b3742b92c9a6b58 2025-08-26T19:43:55.1396636Z * [new tag] trunk/ab7787fb82dd777b2f777ef58bc20dbb7bd8289b -> trunk/ab7787fb82dd777b2f777ef58bc20dbb7bd8289b 2025-08-26T19:43:55.1397501Z * [new tag] trunk/ab8d60f4c86ca19ed00d6e79ae8e6939266f28e6 -> trunk/ab8d60f4c86ca19ed00d6e79ae8e6939266f28e6 2025-08-26T19:43:55.1398238Z * [new tag] trunk/ac8d9418aee4543fa193c86ae0bc3e63707bcd3b -> trunk/ac8d9418aee4543fa193c86ae0bc3e63707bcd3b 2025-08-26T19:43:55.1399094Z * [new tag] trunk/acb00d3ccf5f2d566225f07ed66bd579d5d3e44e -> trunk/acb00d3ccf5f2d566225f07ed66bd579d5d3e44e 2025-08-26T19:43:55.1399867Z * [new tag] trunk/adecb0c9e89e0dfe18d944d292c98c97b686fc83 -> trunk/adecb0c9e89e0dfe18d944d292c98c97b686fc83 2025-08-26T19:43:55.1400787Z * [new tag] trunk/ae8d319fd4a0b0fa7b1372aa07690a36ce823abc -> trunk/ae8d319fd4a0b0fa7b1372aa07690a36ce823abc 2025-08-26T19:43:55.1401714Z * [new tag] trunk/af3265d20f763e5366bfa37e3d4a6307036d0c18 -> trunk/af3265d20f763e5366bfa37e3d4a6307036d0c18 2025-08-26T19:43:55.1402794Z * [new tag] trunk/b0420d24386263f2727fd5714b63cfa6bc89f3e6 -> trunk/b0420d24386263f2727fd5714b63cfa6bc89f3e6 2025-08-26T19:43:55.1403633Z * [new tag] trunk/b1380f434da2fa2de0e5ff6fd70f73082dc08687 -> trunk/b1380f434da2fa2de0e5ff6fd70f73082dc08687 2025-08-26T19:43:55.1404380Z * [new tag] trunk/b2632e79828300302fd11e093d765196c3c0db58 -> trunk/b2632e79828300302fd11e093d765196c3c0db58 2025-08-26T19:43:55.1405270Z * [new tag] trunk/b2e06e0194c3fa8f7578a1b48751cc027394fb67 -> trunk/b2e06e0194c3fa8f7578a1b48751cc027394fb67 2025-08-26T19:43:55.1406119Z * [new tag] trunk/b3e215b864e6ca43b2c4e50ce666673f80feee27 -> trunk/b3e215b864e6ca43b2c4e50ce666673f80feee27 2025-08-26T19:43:55.1406943Z * [new tag] trunk/b708966201811b31ee765ec57715ac21d06ef652 -> trunk/b708966201811b31ee765ec57715ac21d06ef652 2025-08-26T19:43:55.1407698Z * [new tag] trunk/b9e9e92817fd7d1a778f074105603efb07e05004 -> trunk/b9e9e92817fd7d1a778f074105603efb07e05004 2025-08-26T19:43:55.1408464Z * [new tag] trunk/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84 -> trunk/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84 2025-08-26T19:43:55.1409310Z * [new tag] trunk/bcfe1b2d714cbb2716495e09ae010e7c34daf045 -> trunk/bcfe1b2d714cbb2716495e09ae010e7c34daf045 2025-08-26T19:43:55.1410355Z * [new tag] trunk/bd5857a1d6d5455d4f0057c182dff5e8ad2a4c8a -> trunk/bd5857a1d6d5455d4f0057c182dff5e8ad2a4c8a 2025-08-26T19:43:55.1411224Z * [new tag] trunk/be2e6b3158552405acc13ef7829a0217826fb271 -> trunk/be2e6b3158552405acc13ef7829a0217826fb271 2025-08-26T19:43:55.1412046Z * [new tag] trunk/be87f22dfba4488963fcc854699829e2782ee0f2 -> trunk/be87f22dfba4488963fcc854699829e2782ee0f2 2025-08-26T19:43:55.1412919Z * [new tag] trunk/becd6cd744bdf950578519437652a0d1f4b48781 -> trunk/becd6cd744bdf950578519437652a0d1f4b48781 2025-08-26T19:43:55.1413922Z * [new tag] trunk/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216 -> trunk/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216 2025-08-26T19:43:55.1414768Z * [new tag] trunk/c02e26bf31eb3da301158a061aa68527dbfb4d32 -> trunk/c02e26bf31eb3da301158a061aa68527dbfb4d32 2025-08-26T19:43:55.1415649Z * [new tag] trunk/c081481bbebdb568d07ee19cfe2cd3125de6cba7 -> trunk/c081481bbebdb568d07ee19cfe2cd3125de6cba7 2025-08-26T19:43:55.1416510Z * [new tag] trunk/c2390087c34c964ef648addf43efb8c6a34e30c2 -> trunk/c2390087c34c964ef648addf43efb8c6a34e30c2 2025-08-26T19:43:55.1417336Z * [new tag] trunk/c4670e40c9b741d50a79b714e3830149833be908 -> trunk/c4670e40c9b741d50a79b714e3830149833be908 2025-08-26T19:43:55.1418212Z * [new tag] trunk/c5cb255625deb4cdbc5780e6911b73498e17ed5a -> trunk/c5cb255625deb4cdbc5780e6911b73498e17ed5a 2025-08-26T19:43:55.1419024Z * [new tag] trunk/c60dea5261d9648d1da51528a07731966bb6823e -> trunk/c60dea5261d9648d1da51528a07731966bb6823e 2025-08-26T19:43:55.1419851Z * [new tag] trunk/c74e5f60611b7eac4321f53a9e4a15b077fb1bcc -> trunk/c74e5f60611b7eac4321f53a9e4a15b077fb1bcc 2025-08-26T19:43:55.1420640Z * [new tag] trunk/c7a77470c54b28e555319e34048af14d1d66198a -> trunk/c7a77470c54b28e555319e34048af14d1d66198a 2025-08-26T19:43:55.1421449Z * [new tag] trunk/c7fb031706330684fc3a2d8d169bebea874d4e95 -> trunk/c7fb031706330684fc3a2d8d169bebea874d4e95 2025-08-26T19:43:55.1422312Z * [new tag] trunk/c8bb0e4720ddddf3cd1b0b48b336978f763c71ca -> trunk/c8bb0e4720ddddf3cd1b0b48b336978f763c71ca 2025-08-26T19:43:55.1423256Z * [new tag] trunk/ca9fe0107e165a4a4147325ff6d34235ebde447f -> trunk/ca9fe0107e165a4a4147325ff6d34235ebde447f 2025-08-26T19:43:55.1424044Z * [new tag] trunk/cb579532150c9e87e7c143adcb020fb7de7cc6b1 -> trunk/cb579532150c9e87e7c143adcb020fb7de7cc6b1 2025-08-26T19:43:55.1424797Z * [new tag] trunk/cc2b65a91ae7773d4ecf9a600dda48fc3e69aa8f -> trunk/cc2b65a91ae7773d4ecf9a600dda48fc3e69aa8f 2025-08-26T19:43:55.1425532Z * [new tag] trunk/cc791d5857f4aa06b8d4e567b1fb2852e3ae963d -> trunk/cc791d5857f4aa06b8d4e567b1fb2852e3ae963d 2025-08-26T19:43:55.1426573Z * [new tag] trunk/cd31be28ec5cd0c4d9cdb6742efe151eee1406ec -> trunk/cd31be28ec5cd0c4d9cdb6742efe151eee1406ec 2025-08-26T19:43:55.1427328Z * [new tag] trunk/cd87f3029582cedb3b88747a3bd7d200b05c1138 -> trunk/cd87f3029582cedb3b88747a3bd7d200b05c1138 2025-08-26T19:43:55.1428251Z * [new tag] trunk/ce048de608180fa88335e5821070472539968b54 -> trunk/ce048de608180fa88335e5821070472539968b54 2025-08-26T19:43:55.1429104Z * [new tag] trunk/ce467df5d1d763d1648aee51c93ce3e9a4699936 -> trunk/ce467df5d1d763d1648aee51c93ce3e9a4699936 2025-08-26T19:43:55.1430044Z * [new tag] trunk/cee72119b2dec7776bc2550dd39a9b1349772751 -> trunk/cee72119b2dec7776bc2550dd39a9b1349772751 2025-08-26T19:43:55.1431085Z * [new tag] trunk/cf94cadbeee31a4d1d46a57f11bce7c9fd1cebc0 -> trunk/cf94cadbeee31a4d1d46a57f11bce7c9fd1cebc0 2025-08-26T19:43:55.1432128Z * [new tag] trunk/cfdaaaaa26d7f34427ba941569eca46f02f79f3e -> trunk/cfdaaaaa26d7f34427ba941569eca46f02f79f3e 2025-08-26T19:43:55.1433003Z * [new tag] trunk/d1faf2ef0476eb60b42c057baee9af0f48ae849a -> trunk/d1faf2ef0476eb60b42c057baee9af0f48ae849a 2025-08-26T19:43:55.1433920Z * [new tag] trunk/d228a776e90368bb693837ae23285ad8fc33def5 -> trunk/d228a776e90368bb693837ae23285ad8fc33def5 2025-08-26T19:43:55.1434772Z * [new tag] trunk/d2b8c0d431e00ad57354c5247e46c1bea0b8cd31 -> trunk/d2b8c0d431e00ad57354c5247e46c1bea0b8cd31 2025-08-26T19:43:55.1435593Z * [new tag] trunk/d2bd55d8de784df439b38378f161271dc43b744c -> trunk/d2bd55d8de784df439b38378f161271dc43b744c 2025-08-26T19:43:55.1436433Z * [new tag] trunk/d4703fb91c3510460d71f648da113177edf593c8 -> trunk/d4703fb91c3510460d71f648da113177edf593c8 2025-08-26T19:43:55.1437298Z * [new tag] trunk/d875d3ca1e5099636c766c9df70ac5888c25215a -> trunk/d875d3ca1e5099636c766c9df70ac5888c25215a 2025-08-26T19:43:55.1438179Z * [new tag] trunk/d8fcb2a4acb506f9c72a1f44fc8b857158bda892 -> trunk/d8fcb2a4acb506f9c72a1f44fc8b857158bda892 2025-08-26T19:43:55.1439051Z * [new tag] trunk/daeb3a6094c62d1881ea68091fcadb02d1dc687e -> trunk/daeb3a6094c62d1881ea68091fcadb02d1dc687e 2025-08-26T19:43:55.1439866Z * [new tag] trunk/db38c44ad639e7ada3e9df2ba026a2cb5e40feb0 -> trunk/db38c44ad639e7ada3e9df2ba026a2cb5e40feb0 2025-08-26T19:43:55.1441077Z * [new tag] trunk/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8 -> trunk/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8 2025-08-26T19:43:55.1442058Z * [new tag] trunk/dbef6066311a1ce6e60e1f2b6084249d1ad45769 -> trunk/dbef6066311a1ce6e60e1f2b6084249d1ad45769 2025-08-26T19:43:55.1443150Z * [new tag] trunk/df571ae7ad7dacf77ce42c00189cf369d7993387 -> trunk/df571ae7ad7dacf77ce42c00189cf369d7993387 2025-08-26T19:43:55.1443996Z * [new tag] trunk/df6073641079c781e66a905e4f15ee49ac257eb2 -> trunk/df6073641079c781e66a905e4f15ee49ac257eb2 2025-08-26T19:43:55.1444862Z * [new tag] trunk/e1a64b75ff3dc834774a9174c2e7b1c46dea35ec -> trunk/e1a64b75ff3dc834774a9174c2e7b1c46dea35ec 2025-08-26T19:43:55.1445647Z * [new tag] trunk/e20f6d798606f3245686e950c43635bbe526232d -> trunk/e20f6d798606f3245686e950c43635bbe526232d 2025-08-26T19:43:55.1446434Z * [new tag] trunk/e25ee0290ef16503f178e04890c15717f6e9ea44 -> trunk/e25ee0290ef16503f178e04890c15717f6e9ea44 2025-08-26T19:43:55.1447260Z * [new tag] trunk/e34b6a01039df5d8940acdccd8d8989f3cd827aa -> trunk/e34b6a01039df5d8940acdccd8d8989f3cd827aa 2025-08-26T19:43:55.1448210Z * [new tag] trunk/e3d68dfae2dee15e74d3b95beaed7149b6afb94a -> trunk/e3d68dfae2dee15e74d3b95beaed7149b6afb94a 2025-08-26T19:43:55.1448948Z * [new tag] trunk/e3ebf364e6d2fb8008da113a596d3cc426ba9c79 -> trunk/e3ebf364e6d2fb8008da113a596d3cc426ba9c79 2025-08-26T19:43:55.1449725Z * [new tag] trunk/e4839470470168648dee5997f57347bb8541ea2b -> trunk/e4839470470168648dee5997f57347bb8541ea2b 2025-08-26T19:43:55.1450533Z * [new tag] trunk/e63155751825ba026ced3a1fc89563231bc85ccc -> trunk/e63155751825ba026ced3a1fc89563231bc85ccc 2025-08-26T19:43:55.1451416Z * [new tag] trunk/e6aa7287f8c8cac76d792097f20ba1dae6dc8717 -> trunk/e6aa7287f8c8cac76d792097f20ba1dae6dc8717 2025-08-26T19:43:55.1452293Z * [new tag] trunk/e6e45e6ae8452f0bc5e3e258027c42eb9a1394fb -> trunk/e6e45e6ae8452f0bc5e3e258027c42eb9a1394fb 2025-08-26T19:43:55.1453152Z * [new tag] trunk/e795450a35bca909902e12de99245e1c0e7e2872 -> trunk/e795450a35bca909902e12de99245e1c0e7e2872 2025-08-26T19:43:55.1454065Z * [new tag] trunk/e7e270a33a3f368c3ef0c3339950a47fdbfadd71 -> trunk/e7e270a33a3f368c3ef0c3339950a47fdbfadd71 2025-08-26T19:43:55.1454887Z * [new tag] trunk/e836323a23f5750e800abe04ef8ca386b3066b58 -> trunk/e836323a23f5750e800abe04ef8ca386b3066b58 2025-08-26T19:43:55.1455843Z * [new tag] trunk/e83825f91cb2901567fedbf31ba7cc434a897271 -> trunk/e83825f91cb2901567fedbf31ba7cc434a897271 2025-08-26T19:43:55.1456915Z * [new tag] trunk/e9d42b3880dcdbd823bbdc9370c8b0b3af0ba2e3 -> trunk/e9d42b3880dcdbd823bbdc9370c8b0b3af0ba2e3 2025-08-26T19:43:55.1457739Z * [new tag] trunk/eb5549a43164cdf8689cd7d177c03b2508c699f4 -> trunk/eb5549a43164cdf8689cd7d177c03b2508c699f4 2025-08-26T19:43:55.1458720Z * [new tag] trunk/eba1ad09e47b66478f973e03cece7f314ac3b412 -> trunk/eba1ad09e47b66478f973e03cece7f314ac3b412 2025-08-26T19:43:55.1459555Z * [new tag] trunk/eba20d2d748cb17dce9aa26e5513e4567bfd8282 -> trunk/eba20d2d748cb17dce9aa26e5513e4567bfd8282 2025-08-26T19:43:55.1460387Z * [new tag] trunk/ec21cafd85d491d2d220e4e54080fe340a37c4c2 -> trunk/ec21cafd85d491d2d220e4e54080fe340a37c4c2 2025-08-26T19:43:55.1461271Z * [new tag] trunk/ed8bcccf31e1ba01a35e818a4afbb74c333e8dc3 -> trunk/ed8bcccf31e1ba01a35e818a4afbb74c333e8dc3 2025-08-26T19:43:55.1462115Z * [new tag] trunk/eddaaa6c2a66a84e17b17bf8af5131852067b259 -> trunk/eddaaa6c2a66a84e17b17bf8af5131852067b259 2025-08-26T19:43:55.1462931Z * [new tag] trunk/ef761c43538abae5bccc0c4b6ebaf42ff676db7a -> trunk/ef761c43538abae5bccc0c4b6ebaf42ff676db7a 2025-08-26T19:43:55.1463840Z * [new tag] trunk/f085f299584b06a2a7d8855eda2a411313e782ad -> trunk/f085f299584b06a2a7d8855eda2a411313e782ad 2025-08-26T19:43:55.1464658Z * [new tag] trunk/f09458c2e16b4fe7063d73d80fd3e7e354bad3f8 -> trunk/f09458c2e16b4fe7063d73d80fd3e7e354bad3f8 2025-08-26T19:43:55.1465539Z * [new tag] trunk/f0e0a6897ee5cb31ccee10ee8e2d3c01140ff999 -> trunk/f0e0a6897ee5cb31ccee10ee8e2d3c01140ff999 2025-08-26T19:43:55.1467074Z * [new tag] trunk/f30501937738a2440f90988d1d46920529309ba8 -> trunk/f30501937738a2440f90988d1d46920529309ba8 2025-08-26T19:43:55.1467915Z * [new tag] trunk/f391afe9bf8c542fdbb822423d2a1e454b3d9744 -> trunk/f391afe9bf8c542fdbb822423d2a1e454b3d9744 2025-08-26T19:43:55.1468647Z * [new tag] trunk/f521e82a4e80df502fa57e5852af14d8779dcbd1 -> trunk/f521e82a4e80df502fa57e5852af14d8779dcbd1 2025-08-26T19:43:55.1469372Z * [new tag] trunk/f5bf5147ad18994c9a6e0f565d7831362bf5a18a -> trunk/f5bf5147ad18994c9a6e0f565d7831362bf5a18a 2025-08-26T19:43:55.1470164Z * [new tag] trunk/f795e92802c55608ad4f4f198726d250056d0232 -> trunk/f795e92802c55608ad4f4f198726d250056d0232 2025-08-26T19:43:55.1471169Z * [new tag] trunk/f8bd85827d465a8a2a610c27ed9e62a4c27ac07d -> trunk/f8bd85827d465a8a2a610c27ed9e62a4c27ac07d 2025-08-26T19:43:55.1472038Z * [new tag] trunk/f90ccad1651b5a1698b2232acc3e92e2829b7935 -> trunk/f90ccad1651b5a1698b2232acc3e92e2829b7935 2025-08-26T19:43:55.1472773Z * [new tag] trunk/f912c93344caa74e24c8164a2e25fe84a8203073 -> trunk/f912c93344caa74e24c8164a2e25fe84a8203073 2025-08-26T19:43:55.1473706Z * [new tag] trunk/f9875166a953a51bbd454d963ee03d41818a27e8 -> trunk/f9875166a953a51bbd454d963ee03d41818a27e8 2025-08-26T19:43:55.1474545Z * [new tag] trunk/f9df4ec2af0ac19b42f658ae87acf12067e67b36 -> trunk/f9df4ec2af0ac19b42f658ae87acf12067e67b36 2025-08-26T19:43:55.1475418Z * [new tag] trunk/fab5dac734344105ae107e85c08151758a4a9b4d -> trunk/fab5dac734344105ae107e85c08151758a4a9b4d 2025-08-26T19:43:55.1476280Z * [new tag] trunk/fb241d0a448f1dd88471098ac149418124a7c4aa -> trunk/fb241d0a448f1dd88471098ac149418124a7c4aa 2025-08-26T19:43:55.1477187Z * [new tag] trunk/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1 -> trunk/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1 2025-08-26T19:43:55.1479820Z * [new tag] trunk/fc69c2bc67672c3b2d0c62c1821895f09288f1c0 -> trunk/fc69c2bc67672c3b2d0c62c1821895f09288f1c0 2025-08-26T19:43:55.1480670Z * [new tag] trunk/febfc3ec03004116dfd6d504e6853ff02a1dd6e0 -> trunk/febfc3ec03004116dfd6d504e6853ff02a1dd6e0 2025-08-26T19:43:55.1481701Z * [new tag] trunk/fecc5f600110209aaaedead11770a445b3c879e6 -> trunk/fecc5f600110209aaaedead11770a445b3c879e6 2025-08-26T19:43:55.1482683Z * [new tag] trunk/ff4f5dd8ed8e2aaee903c7d30cd4f8bd04d883c8 -> trunk/ff4f5dd8ed8e2aaee903c7d30cd4f8bd04d883c8 2025-08-26T19:43:55.1483426Z * [new tag] trunk/ffa1ce7650766c2ae6eaa96415dfc29e9eb0b3ec -> trunk/ffa1ce7650766c2ae6eaa96415dfc29e9eb0b3ec 2025-08-26T19:43:55.1483662Z * [new tag] v0.1.1 -> v0.1.1 2025-08-26T19:43:55.1484593Z * [new tag] v0.1.10 -> v0.1.10 2025-08-26T19:43:55.1485406Z * [new tag] v0.1.11 -> v0.1.11 2025-08-26T19:43:55.1486138Z * [new tag] v0.1.12 -> v0.1.12 2025-08-26T19:43:55.1486833Z * [new tag] v0.1.2 -> v0.1.2 2025-08-26T19:43:55.1487705Z * [new tag] v0.1.3 -> v0.1.3 2025-08-26T19:43:55.1488415Z * [new tag] v0.1.4 -> v0.1.4 2025-08-26T19:43:55.1489145Z * [new tag] v0.1.5 -> v0.1.5 2025-08-26T19:43:55.1489888Z * [new tag] v0.1.6 -> v0.1.6 2025-08-26T19:43:55.1490617Z * [new tag] v0.1.7 -> v0.1.7 2025-08-26T19:43:55.1491344Z * [new tag] v0.1.8 -> v0.1.8 2025-08-26T19:43:55.1492014Z * [new tag] v0.1.9 -> v0.1.9 2025-08-26T19:43:55.1492782Z * [new tag] v0.2.0 -> v0.2.0 2025-08-26T19:43:55.1493590Z * [new tag] v0.3.0 -> v0.3.0 2025-08-26T19:43:55.1494466Z * [new tag] v0.3.1 -> v0.3.1 2025-08-26T19:43:55.1495196Z * [new tag] v0.4.0 -> v0.4.0 2025-08-26T19:43:55.1495984Z * [new tag] v0.4.1 -> v0.4.1 2025-08-26T19:43:55.1496686Z * [new tag] v1.0.0 -> v1.0.0 2025-08-26T19:43:55.1497540Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-08-26T19:43:55.1498230Z * [new tag] v1.0.1 -> v1.0.1 2025-08-26T19:43:55.1499094Z * [new tag] v1.0rc0 -> v1.0rc0 2025-08-26T19:43:55.1499655Z * [new tag] v1.0rc1 -> v1.0rc1 2025-08-26T19:43:55.1500462Z * [new tag] v1.1.0 -> v1.1.0 2025-08-26T19:43:55.1501237Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-08-26T19:43:55.1502306Z * [new tag] v1.10.0 -> v1.10.0 2025-08-26T19:43:55.1503060Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-08-26T19:43:55.1503910Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-08-26T19:43:55.1504519Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-08-26T19:43:55.1505322Z * [new tag] v1.10.1 -> v1.10.1 2025-08-26T19:43:55.1505969Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-08-26T19:43:55.1506679Z * [new tag] v1.10.2 -> v1.10.2 2025-08-26T19:43:55.1507244Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-08-26T19:43:55.1508051Z * [new tag] v1.11.0 -> v1.11.0 2025-08-26T19:43:55.1508879Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-08-26T19:43:55.1509838Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-08-26T19:43:55.1510669Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-08-26T19:43:55.1511636Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-08-26T19:43:55.1512429Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-08-26T19:43:55.1513121Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-08-26T19:43:55.1513694Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-08-26T19:43:55.1514559Z * [new tag] v1.12.0 -> v1.12.0 2025-08-26T19:43:55.1515284Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-08-26T19:43:55.1516120Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-08-26T19:43:55.1516950Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-08-26T19:43:55.1517806Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-08-26T19:43:55.1518619Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-08-26T19:43:55.1519529Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-08-26T19:43:55.1520090Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-08-26T19:43:55.1520681Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-08-26T19:43:55.1521285Z * [new tag] v1.12.1 -> v1.12.1 2025-08-26T19:43:55.1522554Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-08-26T19:43:55.1523124Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-08-26T19:43:55.1524017Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-08-26T19:43:55.1524893Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-08-26T19:43:55.1525532Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-08-26T19:43:55.1526306Z * [new tag] v1.13.0 -> v1.13.0 2025-08-26T19:43:55.1527147Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-08-26T19:43:55.1527899Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-08-26T19:43:55.1528709Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-08-26T19:43:55.1529623Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-08-26T19:43:55.1530237Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-08-26T19:43:55.1530846Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-08-26T19:43:55.1532218Z * [new tag] v1.13.1 -> v1.13.1 2025-08-26T19:43:55.1532722Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-08-26T19:43:55.1533553Z * [new tag] v1.2.0 -> v1.2.0 2025-08-26T19:43:55.1534310Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-08-26T19:43:55.1535119Z * [new tag] v1.3.0 -> v1.3.0 2025-08-26T19:43:55.1535910Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-08-26T19:43:55.1536488Z * [new tag] v1.3.1 -> v1.3.1 2025-08-26T19:43:55.1537336Z * [new tag] v1.4.0 -> v1.4.0 2025-08-26T19:43:55.1538137Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-08-26T19:43:55.1538717Z * [new tag] v1.4.1 -> v1.4.1 2025-08-26T19:43:55.1539578Z * [new tag] v1.5.0 -> v1.5.0 2025-08-26T19:43:55.1540455Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-08-26T19:43:55.1541334Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-08-26T19:43:55.1542085Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-08-26T19:43:55.1542791Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-08-26T19:43:55.1543402Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-08-26T19:43:55.1544438Z * [new tag] v1.5.1 -> v1.5.1 2025-08-26T19:43:55.1545086Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-08-26T19:43:55.1545596Z * [new tag] v1.6.0 -> v1.6.0 2025-08-26T19:43:55.1546508Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-08-26T19:43:55.1547407Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-08-26T19:43:55.1548384Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-08-26T19:43:55.1549028Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-08-26T19:43:55.1549824Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-08-26T19:43:55.1550593Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-08-26T19:43:55.1551211Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-08-26T19:43:55.1552136Z * [new tag] v1.7.0 -> v1.7.0 2025-08-26T19:43:55.1552870Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-08-26T19:43:55.1553840Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-08-26T19:43:55.1554677Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-08-26T19:43:55.1555221Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-08-26T19:43:55.1556212Z * [new tag] v1.7.1 -> v1.7.1 2025-08-26T19:43:55.1557079Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-08-26T19:43:55.1557778Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-08-26T19:43:55.1558483Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-08-26T19:43:55.1559304Z * [new tag] v1.8.0 -> v1.8.0 2025-08-26T19:43:55.1559989Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-08-26T19:43:55.1560749Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-08-26T19:43:55.1561673Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-08-26T19:43:55.1562625Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-08-26T19:43:55.1563270Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-08-26T19:43:55.1563723Z * [new tag] v1.8.1 -> v1.8.1 2025-08-26T19:43:55.1564687Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-08-26T19:43:55.1565217Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-08-26T19:43:55.1565910Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-08-26T19:43:55.1567157Z * [new tag] v1.8.2 -> v1.8.2 2025-08-26T19:43:55.1567709Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-08-26T19:43:55.1568679Z * [new tag] v1.9.0 -> v1.9.0 2025-08-26T19:43:55.1569445Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-08-26T19:43:55.1570335Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-08-26T19:43:55.1571107Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-08-26T19:43:55.1571734Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-08-26T19:43:55.1572682Z * [new tag] v1.9.1 -> v1.9.1 2025-08-26T19:43:55.1573614Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-08-26T19:43:55.1574116Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-08-26T19:43:55.1575059Z * [new tag] v2.0.0 -> v2.0.0 2025-08-26T19:43:55.1575840Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-08-26T19:43:55.1576800Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-08-26T19:43:55.1577501Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-08-26T19:43:55.1578378Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-08-26T19:43:55.1579097Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-08-26T19:43:55.1579773Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-08-26T19:43:55.1580707Z * [new tag] v2.0.1 -> v2.0.1 2025-08-26T19:43:55.1584626Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-08-26T19:43:55.1585925Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-08-26T19:43:55.1586687Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-08-26T19:43:55.1587315Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-08-26T19:43:55.1588716Z * [new tag] v2.1.0 -> v2.1.0 2025-08-26T19:43:55.1589550Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-08-26T19:43:55.1590414Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-08-26T19:43:55.1591293Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-08-26T19:43:55.1592207Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-08-26T19:43:55.1593100Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-08-26T19:43:55.1593608Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-08-26T19:43:55.1594495Z * [new tag] v2.1.1 -> v2.1.1 2025-08-26T19:43:55.1595370Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-08-26T19:43:55.1596060Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-08-26T19:43:55.1597035Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-08-26T19:43:55.1597995Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-08-26T19:43:55.1598731Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-08-26T19:43:55.1599197Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-08-26T19:43:55.1600088Z * [new tag] v2.1.2 -> v2.1.2 2025-08-26T19:43:55.1600995Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-08-26T19:43:55.1601847Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-08-26T19:43:55.1602557Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-08-26T19:43:55.1603501Z * [new tag] v2.2.0 -> v2.2.0 2025-08-26T19:43:55.1604251Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-08-26T19:43:55.1604999Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-08-26T19:43:55.1605761Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-08-26T19:43:55.1606513Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-08-26T19:43:55.1607412Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-08-26T19:43:55.1608199Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-08-26T19:43:55.1608799Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-08-26T19:43:55.1609353Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-08-26T19:43:55.1610264Z * [new tag] v2.2.1 -> v2.2.1 2025-08-26T19:43:55.1611143Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-08-26T19:43:55.1611686Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-08-26T19:43:55.1612322Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-08-26T19:43:55.1612991Z * [new tag] v2.2.2 -> v2.2.2 2025-08-26T19:43:55.1613919Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-08-26T19:43:55.1614495Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-08-26T19:43:55.1615105Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-08-26T19:43:55.1615995Z * [new tag] v2.3.0 -> v2.3.0 2025-08-26T19:43:55.1616937Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-08-26T19:43:55.1617867Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-08-26T19:43:55.1618823Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-08-26T19:43:55.1619375Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-08-26T19:43:55.1620283Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-08-26T19:43:55.1621126Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-08-26T19:43:55.1621952Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-08-26T19:43:55.1622797Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-08-26T19:43:55.1623313Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-08-26T19:43:55.1624213Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-08-26T19:43:55.1625027Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-08-26T19:43:55.1625539Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-08-26T19:43:55.1626196Z * [new tag] v2.3.1 -> v2.3.1 2025-08-26T19:43:55.1627214Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-08-26T19:43:55.1627919Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-08-26T19:43:55.1628808Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-08-26T19:43:55.1629700Z * [new tag] v2.4.0 -> v2.4.0 2025-08-26T19:43:55.1630563Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-08-26T19:43:55.1631244Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-08-26T19:43:55.1632230Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-08-26T19:43:55.1633019Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-08-26T19:43:55.1633853Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-08-26T19:43:55.1634696Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-08-26T19:43:55.1635546Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-08-26T19:43:55.1636319Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-08-26T19:43:55.1637608Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-08-26T19:43:55.1638181Z * [new tag] v2.4.1 -> v2.4.1 2025-08-26T19:43:55.1639136Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-08-26T19:43:55.1640265Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-08-26T19:43:55.1641045Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-08-26T19:43:55.1641997Z * [new tag] v2.5.0 -> v2.5.0 2025-08-26T19:43:55.1642818Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-08-26T19:43:55.1643440Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-08-26T19:43:55.1644338Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-08-26T19:43:55.1645204Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-08-26T19:43:55.1646044Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-08-26T19:43:55.1646941Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-08-26T19:43:55.1647782Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-08-26T19:43:55.1648613Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-08-26T19:43:55.1649482Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-08-26T19:43:55.1650332Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-08-26T19:43:55.1650844Z * [new tag] v2.5.1 -> v2.5.1 2025-08-26T19:43:55.1651476Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-08-26T19:43:55.1652111Z * [new tag] v2.6.0 -> v2.6.0 2025-08-26T19:43:55.1653055Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-08-26T19:43:55.1653996Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-08-26T19:43:55.1654888Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-08-26T19:43:55.1655715Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-08-26T19:43:55.1656793Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-08-26T19:43:55.1657744Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-08-26T19:43:55.1658618Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-08-26T19:43:55.1659704Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-08-26T19:43:55.1660594Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-08-26T19:43:55.1661597Z * [new tag] v2.7.0 -> v2.7.0 2025-08-26T19:43:55.1662442Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-08-26T19:43:55.1663020Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-08-26T19:43:55.1664056Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-08-26T19:43:55.1664971Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-08-26T19:43:55.1665870Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-08-26T19:43:55.1666647Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-08-26T19:43:55.1667480Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-08-26T19:43:55.1668368Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-08-26T19:43:55.1669230Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-08-26T19:43:55.1670134Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-08-26T19:43:55.1670815Z * [new tag] v2.7.1 -> v2.7.1 2025-08-26T19:43:55.1671733Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-08-26T19:43:55.1672634Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-08-26T19:43:55.1673644Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-08-26T19:43:55.1674427Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-08-26T19:43:55.1675284Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-08-26T19:43:55.1676175Z * [new tag] v2.8.0 -> v2.8.0 2025-08-26T19:43:55.1676754Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-08-26T19:43:55.1677713Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-08-26T19:43:55.1678498Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-08-26T19:43:55.1679474Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-08-26T19:43:55.1680280Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-08-26T19:43:55.1681406Z * [new tag] v2.8.0-rc6 -> v2.8.0-rc6 2025-08-26T19:43:55.1682558Z * [new tag] v2.8.0-rc7 -> v2.8.0-rc7 2025-08-26T19:43:55.1683198Z * [new tag] v2.8.0-rc8 -> v2.8.0-rc8 2025-08-26T19:43:55.1683927Z * [new tag] whc_flight_1 -> whc_flight_1 2025-08-26T19:43:55.1684881Z * [new tag] whc_flight_2 -> whc_flight_2 2025-08-26T19:43:55.1685535Z * [new tag] whc_flight_4 -> whc_flight_4 2025-08-26T19:43:55.2250330Z [command]/usr/bin/git rev-parse --verify --quiet 262640fd220236042fbf4443cc163c8838c84c3d^{object} 2025-08-26T19:43:55.2271292Z 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:43:55.2275574Z ##[endgroup] 2025-08-26T19:43:55.2276048Z ##[group]Determining the checkout info 2025-08-26T19:43:55.2276946Z ##[endgroup] 2025-08-26T19:43:55.2281276Z [command]/usr/bin/git sparse-checkout disable 2025-08-26T19:43:55.2310851Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-26T19:43:55.2332469Z ##[group]Checking out the ref 2025-08-26T19:43:55.2336339Z [command]/usr/bin/git checkout --progress --force 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:43:56.2547403Z Updating files: 88% (17241/19395) 2025-08-26T19:43:56.2662736Z Updating files: 89% (17262/19395) 2025-08-26T19:43:56.2817982Z Updating files: 90% (17456/19395) 2025-08-26T19:43:56.2934332Z Updating files: 91% (17650/19395) 2025-08-26T19:43:56.3053547Z Updating files: 92% (17844/19395) 2025-08-26T19:43:56.3224139Z Updating files: 93% (18038/19395) 2025-08-26T19:43:56.3405688Z Updating files: 94% (18232/19395) 2025-08-26T19:43:56.3571918Z Updating files: 95% (18426/19395) 2025-08-26T19:43:56.3708702Z Updating files: 96% (18620/19395) 2025-08-26T19:43:56.3880434Z Updating files: 97% (18814/19395) 2025-08-26T19:43:56.4115822Z Updating files: 98% (19008/19395) 2025-08-26T19:43:56.4256602Z Updating files: 99% (19202/19395) 2025-08-26T19:43:56.4256916Z Updating files: 100% (19395/19395) 2025-08-26T19:43:56.4257203Z Updating files: 100% (19395/19395), done. 2025-08-26T19:43:56.4514401Z Note: switching to '262640fd220236042fbf4443cc163c8838c84c3d'. 2025-08-26T19:43:56.4514797Z 2025-08-26T19:43:56.4515030Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-26T19:43:56.4515551Z changes and commit them, and you can discard any commits you make in this 2025-08-26T19:43:56.4516086Z state without impacting any branches by switching back to a branch. 2025-08-26T19:43:56.4516396Z 2025-08-26T19:43:56.4516596Z If you want to create a new branch to retain commits you create, you may 2025-08-26T19:43:56.4517096Z do so (now or later) by using -c with the switch command. Example: 2025-08-26T19:43:56.4517381Z 2025-08-26T19:43:56.4517489Z git switch -c 2025-08-26T19:43:56.4517693Z 2025-08-26T19:43:56.4517796Z Or undo this operation with: 2025-08-26T19:43:56.4517978Z 2025-08-26T19:43:56.4518077Z git switch - 2025-08-26T19:43:56.4518201Z 2025-08-26T19:43:56.4518427Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-26T19:43:56.4518788Z 2025-08-26T19:43:56.4519009Z HEAD is now at 262640fd220 [ROCm][CI] restore test_flex_attention tests (#161519) 2025-08-26T19:43:56.4579962Z ##[endgroup] 2025-08-26T19:43:56.4616848Z [command]/usr/bin/git log -1 --format=%H 2025-08-26T19:43:56.4637952Z 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:43:56.4838529Z Prepare all required actions 2025-08-26T19:43:56.4839023Z Getting action download info 2025-08-26T19:43:56.6092836Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-08-26T19:43:56.8047754Z ##[group]Run ./.github/actions/setup-linux 2025-08-26T19:43:56.8048087Z ##[endgroup] 2025-08-26T19:43:56.8095320Z ##[group]Run set -euo pipefail 2025-08-26T19:43:56.8095658Z set -euo pipefail 2025-08-26T19:43:56.8095952Z function get_ec2_metadata() { 2025-08-26T19:43:56.8096320Z  # Pulled from instance metadata endpoint for EC2 2025-08-26T19:43:56.8096947Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-08-26T19:43:56.8097490Z  category=$1 2025-08-26T19:43:56.8097847Z  # If it is GCP runner (runner name contains gcp), do not run this 2025-08-26T19:43:56.8098262Z  runner_name_str=i-0bd2f78f362760036 2025-08-26T19:43:56.8098628Z  if [[ -f /.inarc ]]; then 2025-08-26T19:43:56.8098955Z  echo "ARC Runner, no info on ec2 metadata" 2025-08-26T19:43:56.8099335Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2025-08-26T19:43:56.8099784Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2025-08-26T19:43:56.8100206Z  else 2025-08-26T19:43:56.8101059Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-08-26T19:43:56.8101956Z  fi 2025-08-26T19:43:56.8102162Z } 2025-08-26T19:43:56.8102404Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-08-26T19:43:56.8102816Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-08-26T19:43:56.8103271Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-08-26T19:43:56.8103680Z echo "system info $(uname -a)" 2025-08-26T19:43:56.8109492Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:56.8109867Z ##[endgroup] 2025-08-26T19:43:56.8241806Z ami-id: ami-05ffe3c48a9991133 2025-08-26T19:43:56.8336031Z instance-id: i-0bd2f78f362760036 2025-08-26T19:43:56.8426172Z instance-type: c5.2xlarge 2025-08-26T19:43:56.8435693Z system info Linux ip-10-1-36-233.ec2.internal 6.1.141-155.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 17 10:29:47 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-08-26T19:43:56.8464125Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:43:56.8465047Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:43:56.8470843Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:56.8471217Z ##[endgroup] 2025-08-26T19:43:56.8526379Z ##[group]Run if systemctl is-active --quiet docker; then 2025-08-26T19:43:56.8526818Z if systemctl is-active --quiet docker; then 2025-08-26T19:43:56.8527187Z  echo "Docker daemon is running..."; 2025-08-26T19:43:56.8527506Z else 2025-08-26T19:43:56.8527851Z  echo "Starting docker daemon..." && sudo systemctl start docker; 2025-08-26T19:43:56.8528249Z fi 2025-08-26T19:43:56.8533287Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:56.8533658Z ##[endgroup] 2025-08-26T19:43:56.8601779Z Docker daemon is running... 2025-08-26T19:43:56.8647397Z ##[group]Run nick-fields/retry@v3.0.0 2025-08-26T19:43:56.8647697Z with: 2025-08-26T19:43:56.8647883Z shell: bash 2025-08-26T19:43:56.8648099Z timeout_minutes: 5 2025-08-26T19:43:56.8648325Z max_attempts: 3 2025-08-26T19:43:56.8648552Z retry_wait_seconds: 30 2025-08-26T19:43:56.8650992Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2025-08-26T19:43:56.8653268Z polling_interval_seconds: 1 2025-08-26T19:43:56.8653549Z warning_on_retry: true 2025-08-26T19:43:56.8653809Z continue_on_error: false 2025-08-26T19:43:56.8654045Z env: 2025-08-26T19:43:56.8654246Z AWS_RETRY_MODE: standard 2025-08-26T19:43:56.8654486Z AWS_MAX_ATTEMPTS: 5 2025-08-26T19:43:56.8654736Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T19:43:56.8654990Z ##[endgroup] 2025-08-26T19:43:57.9682485Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-08-26T19:43:57.9683278Z Configure a credential helper to remove this warning. See 2025-08-26T19:43:57.9683898Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-08-26T19:43:57.9684292Z 2025-08-26T19:43:57.9684380Z Login Succeeded 2025-08-26T19:43:58.4788663Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-08-26T19:43:58.4789449Z Configure a credential helper to remove this warning. See 2025-08-26T19:43:58.4790047Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-08-26T19:43:58.4790430Z 2025-08-26T19:43:58.4790543Z Login Succeeded 2025-08-26T19:43:58.9444049Z Command completed after 1 attempt(s). 2025-08-26T19:43:58.9515108Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-08-26T19:43:58.9515694Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-08-26T19:43:58.9516151Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-08-26T19:43:58.9522785Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:58.9523153Z ##[endgroup] 2025-08-26T19:43:58.9616255Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-08-26T19:43:58.9616819Z # ignore expansion of "docker ps -q" since it could be empty 2025-08-26T19:43:58.9617229Z # shellcheck disable=SC2046 2025-08-26T19:43:58.9617557Z docker stop $(docker ps -q) || true 2025-08-26T19:43:58.9618045Z # Prune all of the docker images 2025-08-26T19:43:58.9618368Z docker system prune -af 2025-08-26T19:43:58.9623622Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:58.9624003Z ##[endgroup] 2025-08-26T19:43:58.9842623Z "docker stop" requires at least 1 argument. 2025-08-26T19:43:58.9843253Z See 'docker stop --help'. 2025-08-26T19:43:58.9843532Z 2025-08-26T19:43:58.9843817Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-08-26T19:43:58.9844296Z 2025-08-26T19:43:58.9844478Z Stop one or more running containers 2025-08-26T19:43:59.0257279Z Total reclaimed space: 0B 2025-08-26T19:43:59.0293283Z ##[group]Run set +e 2025-08-26T19:43:59.0293581Z set +e 2025-08-26T19:43:59.0293807Z set -x 2025-08-26T19:43:59.0294008Z  2025-08-26T19:43:59.0294249Z PT_DOMAIN=download.pytorch.org 2025-08-26T19:43:59.0294806Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2025-08-26T19:43:59.0295565Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2025-08-26T19:43:59.0296080Z # one is returned at random 2025-08-26T19:43:59.0296451Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2025-08-26T19:43:59.0296821Z  2025-08-26T19:43:59.0297029Z if [ -z "${RESOLVED_IP}" ]; then 2025-08-26T19:43:59.0297579Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2025-08-26T19:43:59.0298095Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2025-08-26T19:43:59.0298463Z  2025-08-26T19:43:59.0298690Z  if [ -z "${RESOLVED_IP}" ]; then 2025-08-26T19:43:59.0299054Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2025-08-26T19:43:59.0299410Z  exit 1 2025-08-26T19:43:59.0299618Z  fi 2025-08-26T19:43:59.0299825Z fi 2025-08-26T19:43:59.0300020Z  2025-08-26T19:43:59.0300269Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2025-08-26T19:43:59.0300626Z  # Clean up any old records first 2025-08-26T19:43:59.0300961Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2025-08-26T19:43:59.0301276Z fi 2025-08-26T19:43:59.0301461Z  2025-08-26T19:43:59.0301754Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2025-08-26T19:43:59.0302127Z cat /etc/hosts 2025-08-26T19:43:59.0308081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:59.0308445Z ##[endgroup] 2025-08-26T19:43:59.0329912Z + PT_DOMAIN=download.pytorch.org 2025-08-26T19:43:59.0335065Z ++ dig -4 +short download.pytorch.org 2025-08-26T19:43:59.0335765Z ++ tail -n1 2025-08-26T19:43:59.0983205Z + RESOLVED_IP=18.160.10.22 2025-08-26T19:43:59.0983540Z + '[' -z 18.160.10.22 ']' 2025-08-26T19:43:59.0983815Z + grep -r download.pytorch.org /etc/hosts 2025-08-26T19:43:59.0997788Z + echo '18.160.10.22 download.pytorch.org' 2025-08-26T19:43:59.0998198Z + sudo tee -a /etc/hosts 2025-08-26T19:43:59.4081844Z 18.160.10.22 download.pytorch.org 2025-08-26T19:43:59.4097302Z + cat /etc/hosts 2025-08-26T19:43:59.4106281Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2025-08-26T19:43:59.4111503Z ::1 localhost6 localhost6.localdomain6 2025-08-26T19:43:59.4111882Z 18.160.10.22 download.pytorch.org 2025-08-26T19:43:59.4166738Z Prepare all required actions 2025-08-26T19:43:59.4206866Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-08-26T19:43:59.4207204Z with: 2025-08-26T19:43:59.4207851Z github-token: *** 2025-08-26T19:43:59.4208069Z ##[endgroup] 2025-08-26T19:43:59.4231390Z ##[group]Run set -eux 2025-08-26T19:43:59.4231670Z set -eux 2025-08-26T19:43:59.4232084Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-08-26T19:43:59.4238937Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:43:59.4239436Z env: 2025-08-26T19:43:59.4239851Z GITHUB_TOKEN: *** 2025-08-26T19:43:59.4240077Z ##[endgroup] 2025-08-26T19:43:59.4263923Z + python3 .github/scripts/get_workflow_job_id.py 17248463647 i-0bd2f78f362760036 2025-08-26T19:43:59.9868358Z Setting output job-id=48944796325 2025-08-26T19:43:59.9868777Z Setting output job-name=before-test / target-determination 2025-08-26T19:44:00.0009474Z Prepare all required actions 2025-08-26T19:44:00.0009862Z Getting action download info 2025-08-26T19:44:00.1171853Z ##[group]Run ./.github/actions/pytest-cache-download 2025-08-26T19:44:00.1172209Z with: 2025-08-26T19:44:00.1172426Z cache_dir: .pytest_cache 2025-08-26T19:44:00.1172678Z job_identifier: trunk 2025-08-26T19:44:00.1172932Z s3_bucket: gha-artifacts 2025-08-26T19:44:00.1173173Z ##[endgroup] 2025-08-26T19:44:00.1214042Z ##[group]Run nick-fields/retry@v3.0.0 2025-08-26T19:44:00.1214337Z with: 2025-08-26T19:44:00.1214525Z shell: bash 2025-08-26T19:44:00.1214739Z timeout_minutes: 5 2025-08-26T19:44:00.1214975Z max_attempts: 5 2025-08-26T19:44:00.1215199Z retry_wait_seconds: 30 2025-08-26T19:44:00.1215506Z command: set -eu python3 -m pip install boto3==1.35.42 2025-08-26T19:44:00.1215876Z polling_interval_seconds: 1 2025-08-26T19:44:00.1216134Z warning_on_retry: true 2025-08-26T19:44:00.1216384Z continue_on_error: false 2025-08-26T19:44:00.1216671Z ##[endgroup] 2025-08-26T19:44:00.4940247Z Defaulting to user installation because normal site-packages is not writeable 2025-08-26T19:44:01.5131514Z Collecting boto3==1.35.42 2025-08-26T19:44:01.5289742Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-08-26T19:44:02.7374045Z Collecting botocore<1.36.0,>=1.35.42 2025-08-26T19:44:02.7410213Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-08-26T19:44:02.9276613Z Collecting s3transfer<0.11.0,>=0.10.0 2025-08-26T19:44:02.9315856Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-08-26T19:44:02.9367064Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-08-26T19:44:02.9426442Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-08-26T19:44:02.9431726Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.8.1) 2025-08-26T19:44:03.1809327Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-08-26T19:44:03.2627841Z Installing collected packages: botocore, s3transfer, boto3 2025-08-26T19:44:03.8023062Z Successfully installed boto3-1.35.42 botocore-1.35.99 s3transfer-0.10.4 2025-08-26T19:44:04.1982183Z Command completed after 1 attempt(s). 2025-08-26T19:44:04.2044361Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-08-26T19:44:04.2044810Z python3 .github/scripts/pytest_cache.py \ 2025-08-26T19:44:04.2045195Z  --download \ 2025-08-26T19:44:04.2045483Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-08-26T19:44:04.2045846Z  --pr_identifier $GITHUB_REF \ 2025-08-26T19:44:04.2046171Z  --job_identifier $JOB_IDENTIFIER \ 2025-08-26T19:44:04.2046502Z  --temp_dir $RUNNER_TEMP \ 2025-08-26T19:44:04.2046797Z  --repo $REPO \ 2025-08-26T19:44:04.2047059Z  --bucket $BUCKET \ 2025-08-26T19:44:04.2053956Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:44:04.2054333Z env: 2025-08-26T19:44:04.2054539Z CACHE_DIR: .pytest_cache 2025-08-26T19:44:04.2054806Z JOB_IDENTIFIER: trunk 2025-08-26T19:44:04.2055064Z REPO: pytorch/pytorch 2025-08-26T19:44:04.2055299Z BUCKET: gha-artifacts 2025-08-26T19:44:04.2055542Z ##[endgroup] 2025-08-26T19:44:05.6976055Z PR identifier for `refs/heads/main` is `96e092540d6b3c4076e3d2bc6f1f9013` 2025-08-26T19:44:05.6977747Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='/home/ec2-user/actions-runner/_work/pytorch/pytorch/.pytest_cache', pr_identifier='refs/heads/main', job_identifier='trunk', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='/home/ec2-user/actions-runner/_work/_temp', bucket='gha-artifacts') 2025-08-26T19:44:05.6980322Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/4.zip 2025-08-26T19:44:05.6982620Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/4.zip 2025-08-26T19:44:05.6984741Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/5.zip 2025-08-26T19:44:05.6986871Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/5.zip 2025-08-26T19:44:05.6988994Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/1.zip 2025-08-26T19:44:05.6991149Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/1.zip 2025-08-26T19:44:05.6993300Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/2.zip 2025-08-26T19:44:05.6995451Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/2.zip 2025-08-26T19:44:05.6997599Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/3.zip 2025-08-26T19:44:05.6999779Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/3.zip 2025-08-26T19:44:05.7001973Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-26T19:44:05.7004117Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-26T19:44:05.7006266Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-26T19:44:05.7008419Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-26T19:44:05.7010674Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-26T19:44:05.7012906Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-26T19:44:05.7015066Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/1.zip 2025-08-26T19:44:05.7017221Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/1.zip 2025-08-26T19:44:05.7019374Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/3.zip 2025-08-26T19:44:05.7021538Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/3.zip 2025-08-26T19:44:05.7023689Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-26T19:44:05.7025788Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-26T19:44:05.7027901Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/3.zip 2025-08-26T19:44:05.7030015Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/3.zip 2025-08-26T19:44:05.7032105Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-26T19:44:05.7034207Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-26T19:44:05.7036331Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-26T19:44:05.7038472Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-26T19:44:05.7040574Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:05.7042786Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:05.7044946Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:07.2568545Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:07.2570715Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/4.zip 2025-08-26T19:44:07.2572880Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/4.zip 2025-08-26T19:44:07.2574983Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/5.zip 2025-08-26T19:44:07.2577094Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/5.zip 2025-08-26T19:44:07.2579196Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/distributed/3.zip 2025-08-26T19:44:07.2581530Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/distributed/3.zip 2025-08-26T19:44:07.2583663Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/2.zip 2025-08-26T19:44:07.2585756Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/2.zip 2025-08-26T19:44:07.2587879Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2beffb3311a41589021c121dac543994a7cbdff2/distributed/1.zip 2025-08-26T19:44:07.2590031Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2beffb3311a41589021c121dac543994a7cbdff2/distributed/1.zip 2025-08-26T19:44:07.2592136Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:07.2594239Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:07.2596558Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/2.zip 2025-08-26T19:44:07.2598763Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/2.zip 2025-08-26T19:44:07.2600849Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:07.2603038Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:07.2605147Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/4.zip 2025-08-26T19:44:07.2607240Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/4.zip 2025-08-26T19:44:07.2609339Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/5.zip 2025-08-26T19:44:07.2611444Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/5.zip 2025-08-26T19:44:07.2613571Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/distributed/1.zip 2025-08-26T19:44:07.2615705Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/distributed/1.zip 2025-08-26T19:44:07.2617850Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2fdd4f918cdc5fc8070e4c9c0d87b9045d316c06/distributed/1.zip 2025-08-26T19:44:07.2620002Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2fdd4f918cdc5fc8070e4c9c0d87b9045d316c06/distributed/1.zip 2025-08-26T19:44:07.2622142Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/2.zip 2025-08-26T19:44:07.2624298Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/2.zip 2025-08-26T19:44:07.2626455Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/3.zip 2025-08-26T19:44:07.2628711Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/3.zip 2025-08-26T19:44:07.2630844Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/2.zip 2025-08-26T19:44:07.2632927Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/2.zip 2025-08-26T19:44:07.2635011Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/5.zip 2025-08-26T19:44:07.2637089Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/5.zip 2025-08-26T19:44:08.4430539Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/1.zip 2025-08-26T19:44:08.4432723Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/1.zip 2025-08-26T19:44:08.4434908Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/2.zip 2025-08-26T19:44:08.4437047Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/2.zip 2025-08-26T19:44:08.4439179Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/3.zip 2025-08-26T19:44:08.4441322Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/3.zip 2025-08-26T19:44:08.4443518Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/1.zip 2025-08-26T19:44:08.4445651Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/1.zip 2025-08-26T19:44:08.4447793Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/2.zip 2025-08-26T19:44:08.4449938Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/2.zip 2025-08-26T19:44:08.4452338Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-26T19:44:08.4454460Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-26T19:44:08.4456567Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-26T19:44:08.4458664Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-26T19:44:08.4460795Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:08.4462882Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:08.4464979Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/46429be72323c1807a785234164bd91011f68d08/distributed/1.zip 2025-08-26T19:44:08.4467095Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/46429be72323c1807a785234164bd91011f68d08/distributed/1.zip 2025-08-26T19:44:08.4469234Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/1.zip 2025-08-26T19:44:08.4471388Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/1.zip 2025-08-26T19:44:08.4473528Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/2.zip 2025-08-26T19:44:08.4475689Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/2.zip 2025-08-26T19:44:08.4477826Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:08.4479928Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:08.4482259Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:08.4484542Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:08.4486649Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/4.zip 2025-08-26T19:44:08.4488741Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/4.zip 2025-08-26T19:44:08.4490861Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/5.zip 2025-08-26T19:44:08.4492969Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/5.zip 2025-08-26T19:44:08.4495098Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/distributed/1.zip 2025-08-26T19:44:08.4497227Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/distributed/1.zip 2025-08-26T19:44:08.4499354Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56218d85e2da09d9ede3809718ec989c2151632c/default/5.zip 2025-08-26T19:44:09.7264399Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56218d85e2da09d9ede3809718ec989c2151632c/default/5.zip 2025-08-26T19:44:09.7266605Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-26T19:44:09.7268740Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-26T19:44:09.7270867Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/default/2.zip 2025-08-26T19:44:09.7272996Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/default/2.zip 2025-08-26T19:44:09.7275129Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/1.zip 2025-08-26T19:44:09.7277281Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/1.zip 2025-08-26T19:44:09.7279715Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/2.zip 2025-08-26T19:44:09.7282143Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/2.zip 2025-08-26T19:44:09.7284334Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/3.zip 2025-08-26T19:44:09.7286483Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/3.zip 2025-08-26T19:44:09.7288621Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/default/5.zip 2025-08-26T19:44:09.7290724Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/default/5.zip 2025-08-26T19:44:09.7292855Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/1.zip 2025-08-26T19:44:09.7294989Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/1.zip 2025-08-26T19:44:09.7297135Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/2.zip 2025-08-26T19:44:09.7299273Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/2.zip 2025-08-26T19:44:09.7301392Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/3.zip 2025-08-26T19:44:09.7303548Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/3.zip 2025-08-26T19:44:09.7305674Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/5.zip 2025-08-26T19:44:09.7307775Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/5.zip 2025-08-26T19:44:09.7309891Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/639b8cc51ddebf10361f3840a6b0a244eb6092a1/distributed/1.zip 2025-08-26T19:44:09.7312226Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/639b8cc51ddebf10361f3840a6b0a244eb6092a1/distributed/1.zip 2025-08-26T19:44:09.7314360Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/default/4.zip 2025-08-26T19:44:09.7316451Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/default/4.zip 2025-08-26T19:44:09.7318577Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/1.zip 2025-08-26T19:44:09.7320725Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/1.zip 2025-08-26T19:44:09.7322952Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/2.zip 2025-08-26T19:44:09.7325096Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/2.zip 2025-08-26T19:44:09.7327240Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/3.zip 2025-08-26T19:44:09.7329393Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/3.zip 2025-08-26T19:44:09.7331519Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-26T19:44:09.7333662Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-26T19:44:10.6207177Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-26T19:44:10.6209381Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-26T19:44:10.6211539Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-26T19:44:10.6213659Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-26T19:44:10.6216050Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/default/1.zip 2025-08-26T19:44:10.6218141Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/default/1.zip 2025-08-26T19:44:10.6220226Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/1.zip 2025-08-26T19:44:10.6222357Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/1.zip 2025-08-26T19:44:10.6224479Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/2.zip 2025-08-26T19:44:10.6226606Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/2.zip 2025-08-26T19:44:10.6228715Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/3.zip 2025-08-26T19:44:10.6230842Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/3.zip 2025-08-26T19:44:10.6232957Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:10.6235044Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:10.6237155Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/774b4befa18741b3115802cae71000168a40c384/distributed/3.zip 2025-08-26T19:44:10.6239290Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/774b4befa18741b3115802cae71000168a40c384/distributed/3.zip 2025-08-26T19:44:10.6241593Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/2.zip 2025-08-26T19:44:10.6243744Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/2.zip 2025-08-26T19:44:10.6245979Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/3.zip 2025-08-26T19:44:10.6248191Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/3.zip 2025-08-26T19:44:10.6250303Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-26T19:44:10.6252395Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-26T19:44:10.6254511Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-26T19:44:10.6256635Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-26T19:44:10.6258762Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-26T19:44:10.6260890Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-26T19:44:10.6263032Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-26T19:44:10.6265157Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-26T19:44:10.6267291Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b3ebd25acfd2ff4e9b7428079ba364d6f8a14da/distributed/2.zip 2025-08-26T19:44:10.6269443Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b3ebd25acfd2ff4e9b7428079ba364d6f8a14da/distributed/2.zip 2025-08-26T19:44:10.6271585Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/1.zip 2025-08-26T19:44:10.6273749Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/1.zip 2025-08-26T19:44:10.6275915Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/3.zip 2025-08-26T19:44:11.6643391Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/3.zip 2025-08-26T19:44:11.6645836Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:11.6647972Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:11.6650092Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:11.6652303Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:11.6654573Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/4.zip 2025-08-26T19:44:11.6656683Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/4.zip 2025-08-26T19:44:11.6658777Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/5.zip 2025-08-26T19:44:11.6660900Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/5.zip 2025-08-26T19:44:11.6663030Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/distributed/1.zip 2025-08-26T19:44:11.6665158Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/distributed/1.zip 2025-08-26T19:44:11.6667327Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9e491f753ee521a70e6a7e7dbb36f96c9350f5ea/distributed/2.zip 2025-08-26T19:44:11.6669479Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9e491f753ee521a70e6a7e7dbb36f96c9350f5ea/distributed/2.zip 2025-08-26T19:44:11.6671617Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-26T19:44:11.6673739Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-26T19:44:11.6675996Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/1.zip 2025-08-26T19:44:11.6678188Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/1.zip 2025-08-26T19:44:11.6680306Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/2.zip 2025-08-26T19:44:11.6682702Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/2.zip 2025-08-26T19:44:11.6684859Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-26T19:44:11.6686988Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-26T19:44:11.6689106Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/1.zip 2025-08-26T19:44:11.6691257Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/1.zip 2025-08-26T19:44:11.6693406Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/2.zip 2025-08-26T19:44:11.6695534Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/2.zip 2025-08-26T19:44:11.6697679Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/3.zip 2025-08-26T19:44:11.6699827Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/3.zip 2025-08-26T19:44:11.6701957Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/1.zip 2025-08-26T19:44:11.6704097Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/1.zip 2025-08-26T19:44:11.6706235Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/2.zip 2025-08-26T19:44:11.6708507Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/2.zip 2025-08-26T19:44:11.6710625Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/1.zip 2025-08-26T19:44:11.6712741Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/1.zip 2025-08-26T19:44:12.8102795Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/4.zip 2025-08-26T19:44:12.8105009Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/4.zip 2025-08-26T19:44:12.8107181Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/1.zip 2025-08-26T19:44:12.8109343Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/1.zip 2025-08-26T19:44:12.8111485Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/2.zip 2025-08-26T19:44:12.8113640Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/2.zip 2025-08-26T19:44:12.8115784Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/3.zip 2025-08-26T19:44:12.8117922Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/3.zip 2025-08-26T19:44:12.8120050Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-26T19:44:12.8122230Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-26T19:44:12.8124330Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-26T19:44:12.8126411Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-26T19:44:12.8128681Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-26T19:44:12.8130879Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-26T19:44:12.8132991Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-26T19:44:12.8135120Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-26T19:44:12.8137268Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b6852778ffd4db1c507aeb098f0c2493a03816de/default/3.zip 2025-08-26T19:44:12.8139379Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b6852778ffd4db1c507aeb098f0c2493a03816de/default/3.zip 2025-08-26T19:44:12.8141476Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/5.zip 2025-08-26T19:44:12.8143592Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/5.zip 2025-08-26T19:44:12.8145727Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84/distributed/3.zip 2025-08-26T19:44:12.8147878Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84/distributed/3.zip 2025-08-26T19:44:12.8150025Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/be2e6b3158552405acc13ef7829a0217826fb271/distributed/1.zip 2025-08-26T19:44:12.8152162Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/be2e6b3158552405acc13ef7829a0217826fb271/distributed/1.zip 2025-08-26T19:44:12.8154291Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/2.zip 2025-08-26T19:44:12.8156439Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/2.zip 2025-08-26T19:44:12.8158583Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/3.zip 2025-08-26T19:44:12.8160837Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/3.zip 2025-08-26T19:44:12.8163027Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c4670e40c9b741d50a79b714e3830149833be908/distributed/2.zip 2025-08-26T19:44:12.8165154Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c4670e40c9b741d50a79b714e3830149833be908/distributed/2.zip 2025-08-26T19:44:12.8167294Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/1.zip 2025-08-26T19:44:12.8169425Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/1.zip 2025-08-26T19:44:12.8171567Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/3.zip 2025-08-26T19:44:13.9077411Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/3.zip 2025-08-26T19:44:13.9079685Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/1.zip 2025-08-26T19:44:13.9082063Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/1.zip 2025-08-26T19:44:13.9084203Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/2.zip 2025-08-26T19:44:13.9086352Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/2.zip 2025-08-26T19:44:13.9088494Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/3.zip 2025-08-26T19:44:13.9090635Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/3.zip 2025-08-26T19:44:13.9092759Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c7fb031706330684fc3a2d8d169bebea874d4e95/distributed/1.zip 2025-08-26T19:44:13.9094897Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c7fb031706330684fc3a2d8d169bebea874d4e95/distributed/1.zip 2025-08-26T19:44:13.9097356Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/1.zip 2025-08-26T19:44:13.9099499Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/1.zip 2025-08-26T19:44:13.9101643Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/2.zip 2025-08-26T19:44:13.9103792Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/2.zip 2025-08-26T19:44:13.9105938Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cc791d5857f4aa06b8d4e567b1fb2852e3ae963d/distributed/1.zip 2025-08-26T19:44:13.9108077Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cc791d5857f4aa06b8d4e567b1fb2852e3ae963d/distributed/1.zip 2025-08-26T19:44:13.9110220Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ce467df5d1d763d1648aee51c93ce3e9a4699936/distributed/3.zip 2025-08-26T19:44:13.9112375Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ce467df5d1d763d1648aee51c93ce3e9a4699936/distributed/3.zip 2025-08-26T19:44:13.9114490Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-26T19:44:13.9116605Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-26T19:44:13.9118733Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/1.zip 2025-08-26T19:44:13.9120886Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/1.zip 2025-08-26T19:44:13.9123091Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/3.zip 2025-08-26T19:44:13.9125251Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/3.zip 2025-08-26T19:44:13.9127462Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-26T19:44:13.9129608Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-26T19:44:13.9131733Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/2.zip 2025-08-26T19:44:13.9133884Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/2.zip 2025-08-26T19:44:13.9136018Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/3.zip 2025-08-26T19:44:13.9138171Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/3.zip 2025-08-26T19:44:13.9140296Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/dc200066cfd35a9d853bc6595e365687dbf2d745/default/4.zip 2025-08-26T19:44:13.9142417Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/dc200066cfd35a9d853bc6595e365687dbf2d745/default/4.zip 2025-08-26T19:44:13.9144534Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/1.zip 2025-08-26T19:44:14.9643379Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/1.zip 2025-08-26T19:44:14.9645617Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/2.zip 2025-08-26T19:44:14.9647795Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/2.zip 2025-08-26T19:44:14.9650040Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/3.zip 2025-08-26T19:44:14.9652186Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/3.zip 2025-08-26T19:44:14.9654335Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/default/4.zip 2025-08-26T19:44:14.9656623Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/default/4.zip 2025-08-26T19:44:14.9658844Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/1.zip 2025-08-26T19:44:14.9660981Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/1.zip 2025-08-26T19:44:14.9663165Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/2.zip 2025-08-26T19:44:14.9665366Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/2.zip 2025-08-26T19:44:14.9667484Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/3.zip 2025-08-26T19:44:14.9669617Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/3.zip 2025-08-26T19:44:14.9671738Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-26T19:44:14.9673839Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-26T19:44:14.9675960Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/1.zip 2025-08-26T19:44:14.9678107Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/1.zip 2025-08-26T19:44:14.9680258Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/2.zip 2025-08-26T19:44:14.9682685Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/2.zip 2025-08-26T19:44:14.9684889Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/3.zip 2025-08-26T19:44:14.9687048Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/3.zip 2025-08-26T19:44:14.9689269Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-26T19:44:14.9691456Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-26T19:44:14.9693578Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/2.zip 2025-08-26T19:44:14.9695701Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/2.zip 2025-08-26T19:44:14.9697840Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/3.zip 2025-08-26T19:44:14.9699981Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/3.zip 2025-08-26T19:44:14.9702122Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f5bf5147ad18994c9a6e0f565d7831362bf5a18a/distributed/2.zip 2025-08-26T19:44:14.9704249Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f5bf5147ad18994c9a6e0f565d7831362bf5a18a/distributed/2.zip 2025-08-26T19:44:14.9706393Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f8bd85827d465a8a2a610c27ed9e62a4c27ac07d/distributed/1.zip 2025-08-26T19:44:14.9708545Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f8bd85827d465a8a2a610c27ed9e62a4c27ac07d/distributed/1.zip 2025-08-26T19:44:14.9710677Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/2.zip 2025-08-26T19:44:16.5421259Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/2.zip 2025-08-26T19:44:16.5423523Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/3.zip 2025-08-26T19:44:16.5425725Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/3.zip 2025-08-26T19:44:16.5427890Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ff4f5dd8ed8e2aaee903c7d30cd4f8bd04d883c8/distributed/1.zip 2025-08-26T19:44:16.5430368Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ff4f5dd8ed8e2aaee903c7d30cd4f8bd04d883c8/distributed/1.zip 2025-08-26T19:44:16.5432437Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-26T19:44:16.5434434Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-26T19:44:16.5436427Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-26T19:44:16.5438414Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-26T19:44:16.5440469Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-26T19:44:16.5442506Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-26T19:44:16.5444572Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-26T19:44:16.5446561Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-26T19:44:16.5448542Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/2.zip 2025-08-26T19:44:16.5450513Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/2.zip 2025-08-26T19:44:16.5452511Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1eccfb157ab9855b3f81872a23502fb15f455e0a/default/1.zip 2025-08-26T19:44:16.5454511Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1eccfb157ab9855b3f81872a23502fb15f455e0a/default/1.zip 2025-08-26T19:44:16.5456479Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-26T19:44:16.5458435Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-26T19:44:16.5460407Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:16.5462514Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:16.5464474Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:16.5466450Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:16.5468427Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/1.zip 2025-08-26T19:44:16.5470399Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/1.zip 2025-08-26T19:44:16.5472375Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:16.5474360Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:16.5476335Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:16.5478321Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:16.5480293Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-26T19:44:16.5482534Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-26T19:44:16.5484499Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-26T19:44:16.5486486Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-26T19:44:16.5488464Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-26T19:44:16.5490447Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-26T19:44:18.0271636Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-26T19:44:18.0274029Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-26T19:44:18.0276048Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-26T19:44:18.0278034Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-26T19:44:18.0289789Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-26T19:44:18.0292072Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-26T19:44:18.0294072Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:18.0296175Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:18.0298155Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-26T19:44:18.0300138Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-26T19:44:18.0302113Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-26T19:44:18.0304092Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-26T19:44:18.0306061Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-26T19:44:18.0308062Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-26T19:44:18.0310029Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-26T19:44:18.0312003Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-26T19:44:18.0313972Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:18.0316206Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:18.0318198Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:18.0320176Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:18.0322242Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-26T19:44:18.0324232Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-26T19:44:18.0326194Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/56218d85e2da09d9ede3809718ec989c2151632c/default/3.zip 2025-08-26T19:44:18.0328186Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/56218d85e2da09d9ede3809718ec989c2151632c/default/3.zip 2025-08-26T19:44:18.0330157Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/2.zip 2025-08-26T19:44:18.0332150Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/2.zip 2025-08-26T19:44:18.0334126Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-26T19:44:18.0336120Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-26T19:44:18.0338119Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-26T19:44:18.0340116Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-26T19:44:18.0342105Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-26T19:44:18.0344104Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-26T19:44:18.0346165Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-26T19:44:18.0348204Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-26T19:44:18.0350182Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-26T19:44:19.8705403Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-26T19:44:19.8707513Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-26T19:44:19.8709510Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-26T19:44:19.8711499Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-26T19:44:19.8713501Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-26T19:44:19.8715501Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/72e4786d1635681b8d053d0168c7d16b980e5124/default/1.zip 2025-08-26T19:44:19.8717475Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/72e4786d1635681b8d053d0168c7d16b980e5124/default/1.zip 2025-08-26T19:44:19.8719447Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:19.8721481Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:19.8723447Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-26T19:44:19.8725487Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-26T19:44:19.8727465Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/1.zip 2025-08-26T19:44:19.8729525Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/1.zip 2025-08-26T19:44:19.8731701Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:19.8733788Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:19.8735765Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:19.8737759Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:19.8739776Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-26T19:44:19.8741778Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-26T19:44:19.8743765Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-26T19:44:19.8745747Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-26T19:44:19.8747732Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-26T19:44:19.8749703Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-26T19:44:19.8751687Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-26T19:44:19.8753668Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-26T19:44:19.8755645Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-26T19:44:19.8757639Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-26T19:44:19.8759628Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-26T19:44:19.8761661Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-26T19:44:19.8763719Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-26T19:44:19.8765817Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-26T19:44:19.8767804Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-26T19:44:19.8769773Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-26T19:44:19.8771763Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b6852778ffd4db1c507aeb098f0c2493a03816de/default/1.zip 2025-08-26T19:44:19.8773751Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b6852778ffd4db1c507aeb098f0c2493a03816de/default/1.zip 2025-08-26T19:44:21.5256444Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/1.zip 2025-08-26T19:44:21.5258510Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/1.zip 2025-08-26T19:44:21.5260534Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-26T19:44:21.5262572Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-26T19:44:21.5264554Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-26T19:44:21.5266541Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-26T19:44:21.5268526Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-26T19:44:21.5270511Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-26T19:44:21.5272488Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-26T19:44:21.5274457Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-26T19:44:21.5276759Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-26T19:44:21.5278842Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-26T19:44:21.5280816Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-26T19:44:21.5283246Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-26T19:44:21.5285245Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-26T19:44:21.5287367Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-26T19:44:21.5289349Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-26T19:44:21.5291335Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-26T19:44:21.5293304Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-26T19:44:21.5295288Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-26T19:44:21.5297264Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-26T19:44:21.5299242Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-26T19:44:21.5301206Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-26T19:44:21.5303181Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-26T19:44:21.5305304Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-26T19:44:21.5307284Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-26T19:44:21.5309346Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-26T19:44:21.5311404Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-26T19:44:21.5313372Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dc200066cfd35a9d853bc6595e365687dbf2d745/default/2.zip 2025-08-26T19:44:21.5315348Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dc200066cfd35a9d853bc6595e365687dbf2d745/default/2.zip 2025-08-26T19:44:21.5317333Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-26T19:44:21.5319312Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-26T19:44:21.5321297Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-26T19:44:21.5323369Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-26T19:44:21.5325348Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-26T19:44:22.1680559Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-26T19:44:22.1684814Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-26T19:44:22.1688626Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-26T19:44:22.1692681Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-26T19:44:22.1696993Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-26T19:44:22.1700847Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef761c43538abae5bccc0c4b6ebaf42ff676db7a/default/1.zip 2025-08-26T19:44:22.1704580Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef761c43538abae5bccc0c4b6ebaf42ff676db7a/default/1.zip 2025-08-26T19:44:22.1708600Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-26T19:44:22.1712483Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-26T19:44:22.1716279Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-26T19:44:22.1720112Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-26T19:44:22.1725143Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/4.zip 2025-08-26T19:44:22.1728503Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/985a2958d9b51d66e47e90598932377d/.pytest_cache 2025-08-26T19:44:22.1731826Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/4.zip 2025-08-26T19:44:22.1736965Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/5.zip 2025-08-26T19:44:22.1740327Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/29887cf4faf407b129a11f020f2ebb0d/.pytest_cache 2025-08-26T19:44:22.1743694Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/default/5.zip 2025-08-26T19:44:22.1748897Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/1.zip 2025-08-26T19:44:22.1752277Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f02e7d5d43876190b8a6143224f70a75/.pytest_cache 2025-08-26T19:44:22.1755717Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/1.zip 2025-08-26T19:44:22.1760871Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/2.zip 2025-08-26T19:44:22.1764342Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a1f59e6061d4a5c1ed86bb3a567206df/.pytest_cache 2025-08-26T19:44:22.1767771Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/2.zip 2025-08-26T19:44:22.1773225Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/3.zip 2025-08-26T19:44:22.1776631Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/cafe1c7c0f388c8fb05c57760ae72e70/.pytest_cache 2025-08-26T19:44:22.1780027Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0533ff2ccba7e77622ac3c6758f1032bdc10feff/distributed/3.zip 2025-08-26T19:44:22.1785536Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-26T19:44:22.1788878Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/42f8f4846c66e38f4c8701413abb920f/.pytest_cache 2025-08-26T19:44:22.1792314Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-26T19:44:22.1797542Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-26T19:44:22.1800950Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/05059254a5fabcf9d52d6ecf5663b185/.pytest_cache 2025-08-26T19:44:22.1804476Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-26T19:44:22.1809708Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-26T19:44:22.1813086Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c01e8575bdbc2af7f3f4144f8e44bdc0/.pytest_cache 2025-08-26T19:44:22.3109000Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-26T19:44:22.3114455Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/1.zip 2025-08-26T19:44:22.3118013Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b83ad88808e2aec326a4a6fe905d3333/.pytest_cache 2025-08-26T19:44:22.3121651Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/1.zip 2025-08-26T19:44:22.3127277Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/3.zip 2025-08-26T19:44:22.3130886Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b138aa17652f14eb3b0e193915becb71/.pytest_cache 2025-08-26T19:44:22.3134738Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/0dea191ff7b844352dc2cd5e3b5ef5ea13a76756/distributed/3.zip 2025-08-26T19:44:22.3140069Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-26T19:44:22.3143423Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9e7b4f1a3d75f9c4a0d7e8c913630d95/.pytest_cache 2025-08-26T19:44:22.3146757Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-26T19:44:22.3151669Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/3.zip 2025-08-26T19:44:22.3154912Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9360a7ae526e7e31270e08ae520475ad/.pytest_cache 2025-08-26T19:44:22.3158255Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/3.zip 2025-08-26T19:44:22.3163266Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-26T19:44:22.3166472Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/740b17dec090102f2247fb22598af608/.pytest_cache 2025-08-26T19:44:22.3169756Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-26T19:44:22.3174768Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-26T19:44:22.3178024Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/fa25eca197cb7c08df9b7c33677c1a4a/.pytest_cache 2025-08-26T19:44:22.3181642Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-26T19:44:22.3187045Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:22.3190212Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b247b90f9ebd0c7712092519e55fec1b/.pytest_cache 2025-08-26T19:44:22.3193474Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:22.3198380Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:22.3201636Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/aa62c96f01e2814a726ac8cca0928881/.pytest_cache 2025-08-26T19:44:22.3204879Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:22.3209803Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/4.zip 2025-08-26T19:44:22.3213001Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/cfb1299f7128f498e52c980a3bd509f3/.pytest_cache 2025-08-26T19:44:22.3216276Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/4.zip 2025-08-26T19:44:22.3221158Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/5.zip 2025-08-26T19:44:22.3224314Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3ac627e414a51e8002513bd99781b490/.pytest_cache 2025-08-26T19:44:22.3227523Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/5.zip 2025-08-26T19:44:22.3232423Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/distributed/3.zip 2025-08-26T19:44:22.3235643Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b6bf6200abbdb93a42a60a9e9951e89d/.pytest_cache 2025-08-26T19:44:22.4582466Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/23b033452fb1d4b404216279bbf5b6d06d8570c3/distributed/3.zip 2025-08-26T19:44:22.4588130Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/2.zip 2025-08-26T19:44:22.4591643Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d2d8ca5fdbb206293fbf41c3a0027a72/.pytest_cache 2025-08-26T19:44:22.4595189Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/2.zip 2025-08-26T19:44:22.4600433Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2beffb3311a41589021c121dac543994a7cbdff2/distributed/1.zip 2025-08-26T19:44:22.4603951Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/bb735a591df879263e126c4d2201b231/.pytest_cache 2025-08-26T19:44:22.4607582Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2beffb3311a41589021c121dac543994a7cbdff2/distributed/1.zip 2025-08-26T19:44:22.4613519Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:22.4616800Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9e69d71b4d47d1b7ad99141b7b683636/.pytest_cache 2025-08-26T19:44:22.4620180Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:22.4625264Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/2.zip 2025-08-26T19:44:22.4628522Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4d18ebc2999dba0cf7d6413ae362be45/.pytest_cache 2025-08-26T19:44:22.4631855Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/2.zip 2025-08-26T19:44:22.4636877Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:22.4640130Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ffa75cf9b40ded7b28ea7bde761ddbd4/.pytest_cache 2025-08-26T19:44:22.4643594Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:22.4648726Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/4.zip 2025-08-26T19:44:22.4652019Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/681602c350e525808668c34ec7c678a0/.pytest_cache 2025-08-26T19:44:22.4655310Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/4.zip 2025-08-26T19:44:22.4660320Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/5.zip 2025-08-26T19:44:22.4663519Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c01203489f79b0bfd617f0f5b27fd17d/.pytest_cache 2025-08-26T19:44:22.4666826Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/5.zip 2025-08-26T19:44:22.4671871Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/distributed/1.zip 2025-08-26T19:44:22.4675185Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e11b1a68b3c34f8a4291071d977f5dad/.pytest_cache 2025-08-26T19:44:22.4678518Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2f50ae7d2022cb096c4156f5a207c291e36ddecf/distributed/1.zip 2025-08-26T19:44:22.4682993Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2fdd4f918cdc5fc8070e4c9c0d87b9045d316c06/distributed/1.zip 2025-08-26T19:44:22.4684799Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/534afb240c69c46543d296d82227c23f/.pytest_cache 2025-08-26T19:44:22.4686611Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/2fdd4f918cdc5fc8070e4c9c0d87b9045d316c06/distributed/1.zip 2025-08-26T19:44:22.4689364Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/2.zip 2025-08-26T19:44:22.4691140Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0c6094644e36516960327fb9497660fc/.pytest_cache 2025-08-26T19:44:22.4692931Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/2.zip 2025-08-26T19:44:22.4695824Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/3.zip 2025-08-26T19:44:22.4697693Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b230bd0ea7db3b06cc14c002f0d5790f/.pytest_cache 2025-08-26T19:44:22.6153796Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/31a41daff49f2cde941d8b9e35cb2eaeeb606c0d/distributed/3.zip 2025-08-26T19:44:22.6156574Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/2.zip 2025-08-26T19:44:22.6158371Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c122356e8262ff0ffa5bc4ab84e153df/.pytest_cache 2025-08-26T19:44:22.6160168Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/2.zip 2025-08-26T19:44:22.6162865Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/5.zip 2025-08-26T19:44:22.6164607Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/44f9089784abcfbb15284ec315417f1a/.pytest_cache 2025-08-26T19:44:22.6166393Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/default/5.zip 2025-08-26T19:44:22.6169068Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/1.zip 2025-08-26T19:44:22.6170840Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f2f81b8f16af992fad554b0bbd42e883/.pytest_cache 2025-08-26T19:44:22.6172651Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/1.zip 2025-08-26T19:44:22.6175499Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/2.zip 2025-08-26T19:44:22.6177253Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/44557617dba71f86c12df51ea645cc5d/.pytest_cache 2025-08-26T19:44:22.6179051Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/2.zip 2025-08-26T19:44:22.6182030Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/3.zip 2025-08-26T19:44:22.6184036Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4e4a38997ddde3bcfb72c010e2da2ecf/.pytest_cache 2025-08-26T19:44:22.6185848Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/33346b58148c55592994a43385c321ae8c8808f2/distributed/3.zip 2025-08-26T19:44:22.6188557Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/1.zip 2025-08-26T19:44:22.6190319Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7c54c387ee877941f92cc9180f39629a/.pytest_cache 2025-08-26T19:44:22.6192134Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/1.zip 2025-08-26T19:44:22.6194879Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/2.zip 2025-08-26T19:44:22.6196657Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3daaaf4956c5bbcf54d4073656c3db03/.pytest_cache 2025-08-26T19:44:22.6198471Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/373e25c2eb9f882356a9c7a2f18020935ff1d78b/distributed/2.zip 2025-08-26T19:44:22.6201199Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-26T19:44:22.6203031Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/18908b3ed0e567f1059f9088e29b56ed/.pytest_cache 2025-08-26T19:44:22.6204815Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-26T19:44:22.6207528Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-26T19:44:22.6209296Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0631c9af095b135793cb68c40900cf58/.pytest_cache 2025-08-26T19:44:22.6211072Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-26T19:44:22.6213759Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:22.6215574Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f8ca5c8909369ccfdedcbec545803fa5/.pytest_cache 2025-08-26T19:44:22.6217418Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:22.6220119Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/46429be72323c1807a785234164bd91011f68d08/distributed/1.zip 2025-08-26T19:44:22.6221893Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2c9a866db1dc492c7883c1879a9b63d3/.pytest_cache 2025-08-26T19:44:22.7639175Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/46429be72323c1807a785234164bd91011f68d08/distributed/1.zip 2025-08-26T19:44:22.7641986Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/1.zip 2025-08-26T19:44:22.7643788Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/fbdc6e61b46faa21da3b1b42942c7698/.pytest_cache 2025-08-26T19:44:22.7645631Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/1.zip 2025-08-26T19:44:22.7648398Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/2.zip 2025-08-26T19:44:22.7650168Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/29c0dee51ee0244b181f74416b7a4273/.pytest_cache 2025-08-26T19:44:22.7651983Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/49ff884b1edc3b872eeb2387ec60ef230cae7f24/distributed/2.zip 2025-08-26T19:44:22.7654715Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:22.7656464Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8df1a121f3a401642b9e92f20ec359a7/.pytest_cache 2025-08-26T19:44:22.7658263Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:22.7660963Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:22.7662981Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/41e441900d467c8c557166cfc16253f9/.pytest_cache 2025-08-26T19:44:22.7664917Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:22.7667738Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/4.zip 2025-08-26T19:44:22.7669502Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/505f78fae50407e0065b02bf67f7d428/.pytest_cache 2025-08-26T19:44:22.7671306Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/4.zip 2025-08-26T19:44:22.7673993Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/5.zip 2025-08-26T19:44:22.7675745Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2afc18e2defb6a4737326010170b88fc/.pytest_cache 2025-08-26T19:44:22.7677555Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/default/5.zip 2025-08-26T19:44:22.7680271Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/distributed/1.zip 2025-08-26T19:44:22.7682275Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f22e32c4f335d758844a0620e1e77ad8/.pytest_cache 2025-08-26T19:44:22.7684089Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/517d38d3406abbba35d0694bff259a698cad3ec9/distributed/1.zip 2025-08-26T19:44:22.7686809Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56218d85e2da09d9ede3809718ec989c2151632c/default/5.zip 2025-08-26T19:44:22.7688555Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/57596e469125d1b370a0c68e6470d958/.pytest_cache 2025-08-26T19:44:22.7690339Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56218d85e2da09d9ede3809718ec989c2151632c/default/5.zip 2025-08-26T19:44:22.7693028Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-26T19:44:22.7694892Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3b5d1ce67562e4191cbbce958a91c041/.pytest_cache 2025-08-26T19:44:22.7696752Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-26T19:44:22.7699450Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/default/2.zip 2025-08-26T19:44:22.7701216Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0b3857799a9bc4a2ca1a2109940b9e7c/.pytest_cache 2025-08-26T19:44:22.7703007Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/default/2.zip 2025-08-26T19:44:22.7705736Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/1.zip 2025-08-26T19:44:22.7707520Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1367d59b3359e9dde9869a82f8ab554c/.pytest_cache 2025-08-26T19:44:22.8908406Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/1.zip 2025-08-26T19:44:22.8911193Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/2.zip 2025-08-26T19:44:22.8912982Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a7a96939ea648b298c85f0eb8d915848/.pytest_cache 2025-08-26T19:44:22.8914788Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/2.zip 2025-08-26T19:44:22.8917527Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/3.zip 2025-08-26T19:44:22.8919314Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e84b1068cef9614afd6f6fe307c34727/.pytest_cache 2025-08-26T19:44:22.8921127Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56ebed627a23eea36190e1ced5024a18ffcedbd7/distributed/3.zip 2025-08-26T19:44:22.8923917Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/default/5.zip 2025-08-26T19:44:22.8925822Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8484d0cfc052f7e7e12a0ad6aa27b74d/.pytest_cache 2025-08-26T19:44:22.8927700Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/default/5.zip 2025-08-26T19:44:22.8930522Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/1.zip 2025-08-26T19:44:22.8932402Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/575e9b429ab780660d1c8b07486aad99/.pytest_cache 2025-08-26T19:44:22.8934221Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/1.zip 2025-08-26T19:44:22.8936942Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/2.zip 2025-08-26T19:44:22.8938848Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8f3eae218847f147d1c2538371ea03d5/.pytest_cache 2025-08-26T19:44:22.8940666Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/2.zip 2025-08-26T19:44:22.8943399Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/3.zip 2025-08-26T19:44:22.8945167Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e5f60a8db371a38422f203feaa44f0bd/.pytest_cache 2025-08-26T19:44:22.8946982Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/595987d28d4c8aee68de83734af919c7710ad58b/distributed/3.zip 2025-08-26T19:44:22.8949690Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/5.zip 2025-08-26T19:44:22.8951441Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c73b453145bde0a098a7e1e413324862/.pytest_cache 2025-08-26T19:44:22.8953229Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/5.zip 2025-08-26T19:44:22.8955934Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/639b8cc51ddebf10361f3840a6b0a244eb6092a1/distributed/1.zip 2025-08-26T19:44:22.8957769Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8e749d7136825489d576a5959d62a996/.pytest_cache 2025-08-26T19:44:22.8959622Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/639b8cc51ddebf10361f3840a6b0a244eb6092a1/distributed/1.zip 2025-08-26T19:44:22.8962388Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/default/4.zip 2025-08-26T19:44:22.8964148Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/918b725949e3df3c45f71db344d235a8/.pytest_cache 2025-08-26T19:44:22.8965935Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/default/4.zip 2025-08-26T19:44:22.8968652Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/1.zip 2025-08-26T19:44:22.8970435Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/accbbf3eab6a8e3c4edcbbc218524967/.pytest_cache 2025-08-26T19:44:22.8972241Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/1.zip 2025-08-26T19:44:22.8974976Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/2.zip 2025-08-26T19:44:22.8976756Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ba19ecb3a93d6f915b7e45002b072b33/.pytest_cache 2025-08-26T19:44:23.0238035Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/2.zip 2025-08-26T19:44:23.0240776Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/3.zip 2025-08-26T19:44:23.0242608Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3dc54d1164e01c18878c0a7854c60dab/.pytest_cache 2025-08-26T19:44:23.0244424Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6aef9f3a6906c011a57541c1de7a246222bc9ac9/distributed/3.zip 2025-08-26T19:44:23.0247130Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-26T19:44:23.0249035Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/48cea8905b279ffaafc362f3bbdf7113/.pytest_cache 2025-08-26T19:44:23.0250940Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-26T19:44:23.0253677Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-26T19:44:23.0255439Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e455e9ee8ecf4fd76084a7ac78aa78ee/.pytest_cache 2025-08-26T19:44:23.0257243Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-26T19:44:23.0260103Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-26T19:44:23.0261865Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/50e2c0e54cce4360e436038fc4abe56a/.pytest_cache 2025-08-26T19:44:23.0263667Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-26T19:44:23.0266482Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/default/1.zip 2025-08-26T19:44:23.0268214Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/dbd3e642781e321894afb15f1662686d/.pytest_cache 2025-08-26T19:44:23.0269981Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/default/1.zip 2025-08-26T19:44:23.0272660Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/1.zip 2025-08-26T19:44:23.0274438Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/60f285ebd5edd8c191eba16f39c19762/.pytest_cache 2025-08-26T19:44:23.0276244Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/1.zip 2025-08-26T19:44:23.0278948Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/2.zip 2025-08-26T19:44:23.0280727Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/5a52fc2f3cd6ddec27835c1529d7374e/.pytest_cache 2025-08-26T19:44:23.0282908Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/2.zip 2025-08-26T19:44:23.0285619Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/3.zip 2025-08-26T19:44:23.0287392Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7ef3f7d95c5fece7977388f1c9bb76f4/.pytest_cache 2025-08-26T19:44:23.0289182Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74280d091321343b47a2975e17584b973d7c22c4/distributed/3.zip 2025-08-26T19:44:23.0291893Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:23.0293647Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/45bf3522805f8e24af3035238449ab50/.pytest_cache 2025-08-26T19:44:23.0295415Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:23.0298124Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/774b4befa18741b3115802cae71000168a40c384/distributed/3.zip 2025-08-26T19:44:23.0299888Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0497a5157c70ba60927a3a6455c64f01/.pytest_cache 2025-08-26T19:44:23.0301682Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/774b4befa18741b3115802cae71000168a40c384/distributed/3.zip 2025-08-26T19:44:23.0304404Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/2.zip 2025-08-26T19:44:23.0306208Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e8712393cb1acba0a41a2719ef1f95ea/.pytest_cache 2025-08-26T19:44:23.1595450Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/2.zip 2025-08-26T19:44:23.1598306Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/3.zip 2025-08-26T19:44:23.1600096Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e7fe4177e03f6ca102fff5629f1cdbc7/.pytest_cache 2025-08-26T19:44:23.1602341Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/8aad3a60ce16a4acab17a8e46e5df339db2ff740/distributed/3.zip 2025-08-26T19:44:23.1605057Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-26T19:44:23.1606810Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7d58fae630307293766772a08f854bbc/.pytest_cache 2025-08-26T19:44:23.1608574Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-26T19:44:23.1611274Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-26T19:44:23.1613046Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7ceb51fd5e8d0c328684f5a1c66bbc49/.pytest_cache 2025-08-26T19:44:23.1614839Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-26T19:44:23.1617572Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-26T19:44:23.1619351Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/deac0e86d3506f995e6cf11530e0a192/.pytest_cache 2025-08-26T19:44:23.1621175Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-26T19:44:23.1623913Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-26T19:44:23.1625677Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d1e38d6e0e7042e9d1b549599772e9b8/.pytest_cache 2025-08-26T19:44:23.1627488Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-26T19:44:23.1630214Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b3ebd25acfd2ff4e9b7428079ba364d6f8a14da/distributed/2.zip 2025-08-26T19:44:23.1631992Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d74bdb59445af5750a5db6ea8896bf3e/.pytest_cache 2025-08-26T19:44:23.1633863Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b3ebd25acfd2ff4e9b7428079ba364d6f8a14da/distributed/2.zip 2025-08-26T19:44:23.1636649Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/1.zip 2025-08-26T19:44:23.1638435Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/806dedb3afe88248e33880c98eaa7178/.pytest_cache 2025-08-26T19:44:23.1640246Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/1.zip 2025-08-26T19:44:23.1643038Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/3.zip 2025-08-26T19:44:23.1644829Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/35ade301b22ecbc155947167957c2bd3/.pytest_cache 2025-08-26T19:44:23.1646636Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9b4adc4db7494dbc4dbbac5dd85ccbf5babaef44/distributed/3.zip 2025-08-26T19:44:23.1649350Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:23.1651123Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8ae9c9d22f756c40702692c69f41edca/.pytest_cache 2025-08-26T19:44:23.1652910Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:23.1655603Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:23.1657363Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2a5496be1b1f57eaf9c119ada70c9c00/.pytest_cache 2025-08-26T19:44:23.1659139Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:23.1661819Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/4.zip 2025-08-26T19:44:23.1663561Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/860962cfbf3947a60591fc422c35c562/.pytest_cache 2025-08-26T19:44:23.2780469Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/4.zip 2025-08-26T19:44:23.2783464Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/5.zip 2025-08-26T19:44:23.2785233Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0f6dc911986119bce965f6212b3fd77a/.pytest_cache 2025-08-26T19:44:23.2787017Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/5.zip 2025-08-26T19:44:23.2789739Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/distributed/1.zip 2025-08-26T19:44:23.2791514Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6f0c3f88d79c697545d0a3feede2874f/.pytest_cache 2025-08-26T19:44:23.2793318Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/distributed/1.zip 2025-08-26T19:44:23.2796038Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9e491f753ee521a70e6a7e7dbb36f96c9350f5ea/distributed/2.zip 2025-08-26T19:44:23.2797800Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2be5b13892d6e47c415e9f57c8edd9fa/.pytest_cache 2025-08-26T19:44:23.2799612Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9e491f753ee521a70e6a7e7dbb36f96c9350f5ea/distributed/2.zip 2025-08-26T19:44:23.2802375Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-26T19:44:23.2804135Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a82e2f78154573e6ddb7d25dff23506c/.pytest_cache 2025-08-26T19:44:23.2805960Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-26T19:44:23.2808679Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/1.zip 2025-08-26T19:44:23.2810438Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/708ace7a45c64d31ec5c3dde97b55b9d/.pytest_cache 2025-08-26T19:44:23.2812250Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/1.zip 2025-08-26T19:44:23.2815163Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/2.zip 2025-08-26T19:44:23.2816934Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8392fde5ca50fc9207ea5f9c121345c7/.pytest_cache 2025-08-26T19:44:23.2818721Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a68f63e33161b4665e0f4c399bf8072135a35a57/distributed/2.zip 2025-08-26T19:44:23.2821438Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-26T19:44:23.2823199Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c21da79c141ff6af27cdca558c9afa3f/.pytest_cache 2025-08-26T19:44:23.2824981Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-26T19:44:23.2827693Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/1.zip 2025-08-26T19:44:23.2829478Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e7a85e54c3c671cfbb1636d4de89c887/.pytest_cache 2025-08-26T19:44:23.2831287Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/1.zip 2025-08-26T19:44:23.2834002Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/2.zip 2025-08-26T19:44:23.2835768Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8b3702121f130f105f0ca6e30d525efb/.pytest_cache 2025-08-26T19:44:23.2837582Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/2.zip 2025-08-26T19:44:23.2840293Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/3.zip 2025-08-26T19:44:23.2842110Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/551eac3bd9dcba3ccf44b9b0d5181caa/.pytest_cache 2025-08-26T19:44:23.2843915Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a84541c73f6d1fb4b026652dc7f0fcf487264af5/distributed/3.zip 2025-08-26T19:44:23.2846739Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/1.zip 2025-08-26T19:44:23.2848511Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f388d0cece141d842051f94523d427d7/.pytest_cache 2025-08-26T19:44:23.4347848Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/1.zip 2025-08-26T19:44:23.4350616Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/2.zip 2025-08-26T19:44:23.4352415Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/792ae1e8d67e61c235eacc0029fb3aa2/.pytest_cache 2025-08-26T19:44:23.4354210Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a85711d565f37b0095af9f7dafa77f392c9aa31e/distributed/2.zip 2025-08-26T19:44:23.4356912Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/1.zip 2025-08-26T19:44:23.4358669Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b09470e046a283a84825e1ae2c9531a1/.pytest_cache 2025-08-26T19:44:23.4360459Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/1.zip 2025-08-26T19:44:23.4363202Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/4.zip 2025-08-26T19:44:23.4364965Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d4c86be34660cc703c92f33666fed232/.pytest_cache 2025-08-26T19:44:23.4366759Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/default/4.zip 2025-08-26T19:44:23.4369455Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/1.zip 2025-08-26T19:44:23.4371234Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/07acb89f428c8eff0a02399a48916e2d/.pytest_cache 2025-08-26T19:44:23.4373047Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/1.zip 2025-08-26T19:44:23.4376040Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/2.zip 2025-08-26T19:44:23.4377818Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/25667eed28d03e649685462554f7e9a7/.pytest_cache 2025-08-26T19:44:23.4379623Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/2.zip 2025-08-26T19:44:23.4382520Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/3.zip 2025-08-26T19:44:23.4384299Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7c2f84e02c5b6411aef344b0c0fbcfdc/.pytest_cache 2025-08-26T19:44:23.4386121Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a941d7ffe54b5f256c1fbd3959ddbf608b7eea88/distributed/3.zip 2025-08-26T19:44:23.4388821Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-26T19:44:23.4390578Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3b9ceef455b715b25009c7c12ed0d050/.pytest_cache 2025-08-26T19:44:23.4392365Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-26T19:44:23.4395045Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-26T19:44:23.4396788Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b3a0e863eea8822b39971aada5061265/.pytest_cache 2025-08-26T19:44:23.4398560Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-26T19:44:23.4401235Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-26T19:44:23.4403138Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7e0e8dfde794e7f06127925a7f9638ab/.pytest_cache 2025-08-26T19:44:23.4404927Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-26T19:44:23.4407810Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-26T19:44:23.4409592Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/5ba2bed2423b9fadee91dab8eecd4d30/.pytest_cache 2025-08-26T19:44:23.4411390Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-26T19:44:23.4414081Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b6852778ffd4db1c507aeb098f0c2493a03816de/default/3.zip 2025-08-26T19:44:23.4415854Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3bc4e831451754a79c6fd4c0441442d1/.pytest_cache 2025-08-26T19:44:23.5532553Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b6852778ffd4db1c507aeb098f0c2493a03816de/default/3.zip 2025-08-26T19:44:23.5535260Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/5.zip 2025-08-26T19:44:23.5537046Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b5b79f9793762a9fc7800125c4d76b0a/.pytest_cache 2025-08-26T19:44:23.5538851Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/5.zip 2025-08-26T19:44:23.5541558Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84/distributed/3.zip 2025-08-26T19:44:23.5543343Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/895302630c31ed709a77d609216f4c8e/.pytest_cache 2025-08-26T19:44:23.5545162Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bc7eaa0d8a1f5ca8ec0eaac461d1df500dcaea84/distributed/3.zip 2025-08-26T19:44:23.5547896Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/be2e6b3158552405acc13ef7829a0217826fb271/distributed/1.zip 2025-08-26T19:44:23.5549655Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d75b23e9e265811c46a5597f29e3d4e4/.pytest_cache 2025-08-26T19:44:23.5551472Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/be2e6b3158552405acc13ef7829a0217826fb271/distributed/1.zip 2025-08-26T19:44:23.5554420Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/2.zip 2025-08-26T19:44:23.5556190Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/00a8e3e8c046560c8b175cb1d9b3b64a/.pytest_cache 2025-08-26T19:44:23.5557997Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/2.zip 2025-08-26T19:44:23.5560730Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/3.zip 2025-08-26T19:44:23.5562560Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/379a902b251fae93ba4e0daa62c0e6a1/.pytest_cache 2025-08-26T19:44:23.5564384Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/bf8431ba062efa9ff0cdd5032a3ddf2e007a3216/distributed/3.zip 2025-08-26T19:44:23.5567116Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c4670e40c9b741d50a79b714e3830149833be908/distributed/2.zip 2025-08-26T19:44:23.5568894Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e86df1fa011a6421487c721a3d72db68/.pytest_cache 2025-08-26T19:44:23.5570688Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c4670e40c9b741d50a79b714e3830149833be908/distributed/2.zip 2025-08-26T19:44:23.5573406Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/1.zip 2025-08-26T19:44:23.5575179Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c5770b903174349f0acccc9e14cbf439/.pytest_cache 2025-08-26T19:44:23.5576965Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/1.zip 2025-08-26T19:44:23.5579693Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/3.zip 2025-08-26T19:44:23.5581619Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4e4fb2c5c39fef94d712bf37ee44ccbd/.pytest_cache 2025-08-26T19:44:23.5583423Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c60dea5261d9648d1da51528a07731966bb6823e/distributed/3.zip 2025-08-26T19:44:23.5586230Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/1.zip 2025-08-26T19:44:23.5588077Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/fa624d4767f836025fe6abb8f9f8194c/.pytest_cache 2025-08-26T19:44:23.5589889Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/1.zip 2025-08-26T19:44:23.5592592Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/2.zip 2025-08-26T19:44:23.5594368Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1607adee4e781ea3560924ff3943d5f7/.pytest_cache 2025-08-26T19:44:23.5596187Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/2.zip 2025-08-26T19:44:23.5598902Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/3.zip 2025-08-26T19:44:23.5600685Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9d9a006b5a793c32d1cc4de8c99b25bc/.pytest_cache 2025-08-26T19:44:23.6644865Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c69966800955939ed0b0d2f39ede730a6bdc7c2e/distributed/3.zip 2025-08-26T19:44:23.6647613Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c7fb031706330684fc3a2d8d169bebea874d4e95/distributed/1.zip 2025-08-26T19:44:23.6649377Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9a73bda80fc25bfd4f9b18223e16806a/.pytest_cache 2025-08-26T19:44:23.6651183Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/c7fb031706330684fc3a2d8d169bebea874d4e95/distributed/1.zip 2025-08-26T19:44:23.6653929Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/1.zip 2025-08-26T19:44:23.6655692Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/14251e5fe81437ac21efe148810302a9/.pytest_cache 2025-08-26T19:44:23.6657491Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/1.zip 2025-08-26T19:44:23.6660354Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/2.zip 2025-08-26T19:44:23.6662211Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4f4c4c7ddea648c31978fd168768eefd/.pytest_cache 2025-08-26T19:44:23.6664005Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cb579532150c9e87e7c143adcb020fb7de7cc6b1/distributed/2.zip 2025-08-26T19:44:23.6666717Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cc791d5857f4aa06b8d4e567b1fb2852e3ae963d/distributed/1.zip 2025-08-26T19:44:23.6668494Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/29da5369aaa382143b0ff69c2d9dff1b/.pytest_cache 2025-08-26T19:44:23.6670291Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/cc791d5857f4aa06b8d4e567b1fb2852e3ae963d/distributed/1.zip 2025-08-26T19:44:23.6673031Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ce467df5d1d763d1648aee51c93ce3e9a4699936/distributed/3.zip 2025-08-26T19:44:23.6674804Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/88bd8879ae89786eaa480b0f011f7e05/.pytest_cache 2025-08-26T19:44:23.6676594Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ce467df5d1d763d1648aee51c93ce3e9a4699936/distributed/3.zip 2025-08-26T19:44:23.6679290Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-26T19:44:23.6681200Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f4579f655ea83b6ad5d4d5a1a19813cd/.pytest_cache 2025-08-26T19:44:23.6683034Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-26T19:44:23.6685747Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/1.zip 2025-08-26T19:44:23.6687532Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1910ae0b2478bee5a4bdeae9e170090d/.pytest_cache 2025-08-26T19:44:23.6689342Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/1.zip 2025-08-26T19:44:23.6692161Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/3.zip 2025-08-26T19:44:23.6694021Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c6cc92e6fab45b8fa1adc3a7bc8d8d33/.pytest_cache 2025-08-26T19:44:23.6695838Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1faf2ef0476eb60b42c057baee9af0f48ae849a/distributed/3.zip 2025-08-26T19:44:23.6698540Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-26T19:44:23.6700294Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3dfee0d5dc2204112616b50459a04980/.pytest_cache 2025-08-26T19:44:23.6702080Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-26T19:44:23.6704799Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/2.zip 2025-08-26T19:44:23.6706567Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/29ab31882985fa281b1d2a603ac8ef88/.pytest_cache 2025-08-26T19:44:23.6708375Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/2.zip 2025-08-26T19:44:23.6711114Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/3.zip 2025-08-26T19:44:23.6712869Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8b58ba656b27b33fe26c1a8792608dd0/.pytest_cache 2025-08-26T19:44:23.7954112Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db44de4c0d3e9f1fe5334ff4cc261fb8fe4390c8/distributed/3.zip 2025-08-26T19:44:23.7956867Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/dc200066cfd35a9d853bc6595e365687dbf2d745/default/4.zip 2025-08-26T19:44:23.7958631Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1eb2cc612805cd6090b5cb2ccc17c5ce/.pytest_cache 2025-08-26T19:44:23.7960421Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/dc200066cfd35a9d853bc6595e365687dbf2d745/default/4.zip 2025-08-26T19:44:23.7963165Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/1.zip 2025-08-26T19:44:23.7965145Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/449646318f67cb9076dfd366eccb6ffb/.pytest_cache 2025-08-26T19:44:23.7966943Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/1.zip 2025-08-26T19:44:23.7969667Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/2.zip 2025-08-26T19:44:23.7971447Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/87206b6c215b35a2c1a85b2d762d072d/.pytest_cache 2025-08-26T19:44:23.7973252Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/2.zip 2025-08-26T19:44:23.7975971Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/3.zip 2025-08-26T19:44:23.7977747Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a3ed0e00baf58906128dbeb4eb5aef2a/.pytest_cache 2025-08-26T19:44:23.7979545Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/de744ca4b19968807e01b4fee9f1e62da3eae222/distributed/3.zip 2025-08-26T19:44:23.7982413Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/default/4.zip 2025-08-26T19:44:23.7984175Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/aff8b1cb7b6e65ef76afb497ea2c9a1e/.pytest_cache 2025-08-26T19:44:23.7985969Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/default/4.zip 2025-08-26T19:44:23.7988660Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/1.zip 2025-08-26T19:44:23.7990433Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b77ae848d43c60ff87a4a89f3b88c109/.pytest_cache 2025-08-26T19:44:23.7992236Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/1.zip 2025-08-26T19:44:23.7994932Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/2.zip 2025-08-26T19:44:23.7996777Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4c209db8e381227c81943e1a15e5ecbc/.pytest_cache 2025-08-26T19:44:23.7998649Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/2.zip 2025-08-26T19:44:23.8001694Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/3.zip 2025-08-26T19:44:23.8003479Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/26aefab838583ce0372ef72173edf206/.pytest_cache 2025-08-26T19:44:23.8005289Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/df6073641079c781e66a905e4f15ee49ac257eb2/distributed/3.zip 2025-08-26T19:44:23.8007974Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-26T19:44:23.8009723Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d747d4d7fa5451120d383c62ee342a52/.pytest_cache 2025-08-26T19:44:23.8011508Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-26T19:44:23.8014206Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/1.zip 2025-08-26T19:44:23.8015983Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e48194311b1bfb8918bb202268bfc28a/.pytest_cache 2025-08-26T19:44:23.8017788Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/1.zip 2025-08-26T19:44:23.8020544Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/2.zip 2025-08-26T19:44:23.8022297Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ab497246d98c3e6605e0290d068af6a7/.pytest_cache 2025-08-26T19:44:23.9178486Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/2.zip 2025-08-26T19:44:23.9181388Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/3.zip 2025-08-26T19:44:23.9183338Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0b65ab57799fb6309b728d860a3c5c05/.pytest_cache 2025-08-26T19:44:23.9185235Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/eaa5d9d3d3dc642832b269b184f0c3ab8c990274/distributed/3.zip 2025-08-26T19:44:23.9187949Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-26T19:44:23.9189726Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/67d2bb00ebc827cd90b12ce862f478c5/.pytest_cache 2025-08-26T19:44:23.9191519Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-26T19:44:23.9194232Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/2.zip 2025-08-26T19:44:23.9196028Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/81b7e55aa900519189cc77d683daccfc/.pytest_cache 2025-08-26T19:44:23.9197833Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/2.zip 2025-08-26T19:44:23.9200546Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/3.zip 2025-08-26T19:44:23.9202403Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9f7ddaa759ecc3af09cdc2888f198882/.pytest_cache 2025-08-26T19:44:23.9204213Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f085f299584b06a2a7d8855eda2a411313e782ad/distributed/3.zip 2025-08-26T19:44:23.9206926Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f5bf5147ad18994c9a6e0f565d7831362bf5a18a/distributed/2.zip 2025-08-26T19:44:23.9208707Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b5191fa56ec55c42846056f9ff679e18/.pytest_cache 2025-08-26T19:44:23.9210514Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f5bf5147ad18994c9a6e0f565d7831362bf5a18a/distributed/2.zip 2025-08-26T19:44:23.9213238Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f8bd85827d465a8a2a610c27ed9e62a4c27ac07d/distributed/1.zip 2025-08-26T19:44:23.9215073Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b36d492a7e79f721e7667c226dc94c3e/.pytest_cache 2025-08-26T19:44:23.9216927Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/f8bd85827d465a8a2a610c27ed9e62a4c27ac07d/distributed/1.zip 2025-08-26T19:44:23.9219655Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/2.zip 2025-08-26T19:44:23.9221412Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/406c47bcf46052a17443dc972c728761/.pytest_cache 2025-08-26T19:44:23.9223225Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/2.zip 2025-08-26T19:44:23.9226036Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/3.zip 2025-08-26T19:44:23.9227799Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f11244482e3e0b947bbf3bc713abbd7e/.pytest_cache 2025-08-26T19:44:23.9229678Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/fc0683b1e75fdf3182e0855b3f79e80fe0124ef1/distributed/3.zip 2025-08-26T19:44:23.9232422Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ff4f5dd8ed8e2aaee903c7d30cd4f8bd04d883c8/distributed/1.zip 2025-08-26T19:44:23.9234221Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6d7a8e484ac8a2cb3aebb0eee6a66193/.pytest_cache 2025-08-26T19:44:23.9236026Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ff4f5dd8ed8e2aaee903c7d30cd4f8bd04d883c8/distributed/1.zip 2025-08-26T19:44:23.9238697Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-26T19:44:23.9240412Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6dcec47373fb9dcd946a6a4d957572c6/.pytest_cache 2025-08-26T19:44:23.9242196Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-26T19:44:23.9244761Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-26T19:44:23.9246537Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f5594e141c5b70ff95d965ba39ebed76/.pytest_cache 2025-08-26T19:44:24.1175126Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-26T19:44:24.1177747Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-26T19:44:24.1179450Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/07570539a4a81001d316181f437e8fd7/.pytest_cache 2025-08-26T19:44:24.1181294Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-26T19:44:24.1184089Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-26T19:44:24.1185789Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1ea51921618cc3dca3370e8c6b4fb5ff/.pytest_cache 2025-08-26T19:44:24.1187510Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-26T19:44:24.1190058Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/2.zip 2025-08-26T19:44:24.1191754Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f8a9c84dd8c7ca7fda157418aff23adf/.pytest_cache 2025-08-26T19:44:24.1193486Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1853f71b4ff28c7b81f8d57c5cb7281f1d50aa95/default/2.zip 2025-08-26T19:44:24.1196039Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1eccfb157ab9855b3f81872a23502fb15f455e0a/default/1.zip 2025-08-26T19:44:24.1197741Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/678f2358dbe73ff1998afa54468ddb6a/.pytest_cache 2025-08-26T19:44:24.1199465Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1eccfb157ab9855b3f81872a23502fb15f455e0a/default/1.zip 2025-08-26T19:44:24.1202058Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-26T19:44:24.1203780Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/026f7f94ef47c2e1866cb2a1c765aa22/.pytest_cache 2025-08-26T19:44:24.1205610Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-26T19:44:24.1208240Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:24.1209913Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8a914e98d7e092818e426306c73b03dd/.pytest_cache 2025-08-26T19:44:24.1211621Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/2.zip 2025-08-26T19:44:24.1214170Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:24.1215842Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/67a82c99c490792d5bedc0c5344e91af/.pytest_cache 2025-08-26T19:44:24.1217559Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/23b033452fb1d4b404216279bbf5b6d06d8570c3/default/3.zip 2025-08-26T19:44:24.1220110Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/1.zip 2025-08-26T19:44:24.1221796Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/77d76fc26353ffb850a2e7b263dbb1a7/.pytest_cache 2025-08-26T19:44:24.1223512Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2603e40be5fa4a66301e6654e34a82a67f2e4913/default/1.zip 2025-08-26T19:44:24.1226061Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:24.1227746Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/90b7ee4638e3ad8cbebb9a5a425bd123/.pytest_cache 2025-08-26T19:44:24.1229534Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/1.zip 2025-08-26T19:44:24.1232132Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:24.1233812Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ca1a39216313d20ad68767a8e7626781/.pytest_cache 2025-08-26T19:44:24.1235515Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2f50ae7d2022cb096c4156f5a207c291e36ddecf/default/3.zip 2025-08-26T19:44:24.1238203Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-26T19:44:24.1239899Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0b4f3f61ff54d02efdd90ec35cbf2ffc/.pytest_cache 2025-08-26T19:44:24.1241820Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-26T19:44:24.1244376Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-26T19:44:24.3054939Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d1cf61485ea023db42db4698904e5b7d/.pytest_cache 2025-08-26T19:44:24.3056697Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-26T19:44:24.3059279Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-26T19:44:24.3060975Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9f483a204270498f6315e8d920282d7e/.pytest_cache 2025-08-26T19:44:24.3062704Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-26T19:44:24.3065273Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-26T19:44:24.3066970Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e1e02bba2ab7c62d516e9d5c438019d3/.pytest_cache 2025-08-26T19:44:24.3068703Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-26T19:44:24.3071265Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-26T19:44:24.3072959Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3d3bab2d7233c795deb9f4cd81916f72/.pytest_cache 2025-08-26T19:44:24.3074688Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-26T19:44:24.3077243Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-26T19:44:24.3079094Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/903f3401c1c07ff0267ccc497fcf62ea/.pytest_cache 2025-08-26T19:44:24.3080899Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-26T19:44:24.3083655Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:24.3085341Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2d0d76aea8f63e78091d46eacd570bb0/.pytest_cache 2025-08-26T19:44:24.3087095Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/41b3e80a55d3693999525c97ebc8467c46188e1b/default/3.zip 2025-08-26T19:44:24.3089767Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-26T19:44:24.3091450Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/27ec62634406fa410823d4d3482c95b4/.pytest_cache 2025-08-26T19:44:24.3093173Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-26T19:44:24.3095738Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-26T19:44:24.3097410Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d85a87f1d815c434b2806cd388f86a46/.pytest_cache 2025-08-26T19:44:24.3099137Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-26T19:44:24.3101693Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-26T19:44:24.3103398Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d37b2f438c5b6d0d88c2229ac744816e/.pytest_cache 2025-08-26T19:44:24.3105118Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-26T19:44:24.3107667Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-26T19:44:24.3109360Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a52fe812553f3e3c6136e5041aff720d/.pytest_cache 2025-08-26T19:44:24.3111228Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-26T19:44:24.3113799Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:24.3115499Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/fb90733df4f1f9838ce7d3b6cfa4ff7f/.pytest_cache 2025-08-26T19:44:24.3117217Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/2.zip 2025-08-26T19:44:24.3119782Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:24.3121509Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8587499c7f7b0588574792b16ee6ef69/.pytest_cache 2025-08-26T19:44:24.3123216Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/517d38d3406abbba35d0694bff259a698cad3ec9/default/3.zip 2025-08-26T19:44:24.5159590Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-26T19:44:24.5161368Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6602cda26df584b4174e4875ba8454f0/.pytest_cache 2025-08-26T19:44:24.5163309Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-26T19:44:24.5165858Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/56218d85e2da09d9ede3809718ec989c2151632c/default/3.zip 2025-08-26T19:44:24.5167559Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2d335ac000b15ccdf12f8b0bc272255c/.pytest_cache 2025-08-26T19:44:24.5169284Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/56218d85e2da09d9ede3809718ec989c2151632c/default/3.zip 2025-08-26T19:44:24.5171828Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/2.zip 2025-08-26T19:44:24.5173535Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/08080ce68a0cc6dc2033ec5904b0c4ab/.pytest_cache 2025-08-26T19:44:24.5175261Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5cf6567c1ff211b818efc8419a22339357f1bdfe/default/2.zip 2025-08-26T19:44:24.5178099Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-26T19:44:24.5179808Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f5f88be9778715d77c3f2a32b0caf2bc/.pytest_cache 2025-08-26T19:44:24.5181704Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-26T19:44:24.5184274Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-26T19:44:24.5186001Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2e6db35144b5fb93f20c06078b393912/.pytest_cache 2025-08-26T19:44:24.5187741Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-26T19:44:24.5190477Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-26T19:44:24.5192173Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/90f95b0f8d37ec7fdc779878599abcae/.pytest_cache 2025-08-26T19:44:24.5193976Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-26T19:44:24.5196551Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-26T19:44:24.5198237Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e6db189cfc1c7c506a1f30a02b862e14/.pytest_cache 2025-08-26T19:44:24.5199961Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-26T19:44:24.5202620Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-26T19:44:24.5204300Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e3b22677aa373267f80cd2c0a03ba68c/.pytest_cache 2025-08-26T19:44:24.5206020Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-26T19:44:24.5208708Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-26T19:44:24.5210487Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1d0571a1e2d600a720ad118172a93dad/.pytest_cache 2025-08-26T19:44:24.5212209Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-26T19:44:24.5214766Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-26T19:44:24.5216465Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/60d506e4fe7665fec86152aef77a49a0/.pytest_cache 2025-08-26T19:44:24.5218179Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-26T19:44:24.5220740Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/72e4786d1635681b8d053d0168c7d16b980e5124/default/1.zip 2025-08-26T19:44:24.5222420Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/21b21e958281a201faa1972a36875cfd/.pytest_cache 2025-08-26T19:44:24.5224115Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/72e4786d1635681b8d053d0168c7d16b980e5124/default/1.zip 2025-08-26T19:44:24.5226661Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:24.5228341Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/cbc00065549268e0e3d4927354091162/.pytest_cache 2025-08-26T19:44:24.6865714Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/74871d4d46103d6893f11bf2922ffe9823c2582d/default/3.zip 2025-08-26T19:44:24.6868340Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-26T19:44:24.6870046Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0e3c598271182ef4208c08a34ad66e19/.pytest_cache 2025-08-26T19:44:24.6871752Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-26T19:44:24.6874303Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/1.zip 2025-08-26T19:44:24.6876155Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/5995cb958d3c4a89c86aa0b88bb603a3/.pytest_cache 2025-08-26T19:44:24.6877970Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/1.zip 2025-08-26T19:44:24.6880513Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:24.6882463Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/59e54546aa0a733b362f342d7522a161/.pytest_cache 2025-08-26T19:44:24.6884184Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/2.zip 2025-08-26T19:44:24.6886730Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:24.6888423Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6623b2f56c11e8dcefa687c6a40ad979/.pytest_cache 2025-08-26T19:44:24.6890141Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9d18bf01b1661d227f6af41ac07a1e9ef20a9e1a/default/3.zip 2025-08-26T19:44:24.6892688Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-26T19:44:24.6894399Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/5fe69e241575cf3a9a6b2d4399846066/.pytest_cache 2025-08-26T19:44:24.6896116Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-26T19:44:24.6898664Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-26T19:44:24.6900339Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a697ae1b62b78f454261a6391554db5b/.pytest_cache 2025-08-26T19:44:24.6902078Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-26T19:44:24.6904631Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-26T19:44:24.6906300Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/623e865493c37a36abcfb722a33e2398/.pytest_cache 2025-08-26T19:44:24.6908105Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-26T19:44:24.6910729Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-26T19:44:24.6912400Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4afdf4147a0f0a8f40f508eef654842f/.pytest_cache 2025-08-26T19:44:24.6914121Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-26T19:44:24.6916675Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-26T19:44:24.6918359Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/35044fcc471dceb01904489d29a5d72c/.pytest_cache 2025-08-26T19:44:24.6920085Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-26T19:44:24.6922696Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-26T19:44:24.6924396Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/11db1ad07f74b29ba40a2ab0a04e7983/.pytest_cache 2025-08-26T19:44:24.6926111Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-26T19:44:24.6928669Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-26T19:44:24.6930361Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/93a52fbecec64a6fdc2f8b8e99cee389/.pytest_cache 2025-08-26T19:44:24.6932081Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-26T19:44:24.6934800Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-26T19:44:24.8892272Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1f89436ec50b1ffe1b6b3399f6eba7bf/.pytest_cache 2025-08-26T19:44:24.8894082Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-26T19:44:24.8896937Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b6852778ffd4db1c507aeb098f0c2493a03816de/default/1.zip 2025-08-26T19:44:24.8898765Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f333a622508060ee59c4730e8b462543/.pytest_cache 2025-08-26T19:44:24.8900498Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b6852778ffd4db1c507aeb098f0c2493a03816de/default/1.zip 2025-08-26T19:44:24.8903079Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/1.zip 2025-08-26T19:44:24.8904781Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3cf5d8c3a97bab39f2c468af1026e6bb/.pytest_cache 2025-08-26T19:44:24.8906653Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bbc7c03e936ab0fce69dfda1fdf4798523a2fbf8/default/1.zip 2025-08-26T19:44:24.8909241Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-26T19:44:24.8910924Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e23fed28b9ed61badb35e30fe58403df/.pytest_cache 2025-08-26T19:44:24.8912662Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-26T19:44:24.8915216Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-26T19:44:24.8916889Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7d67148ffc9d811bf8e76e06bbfae2a1/.pytest_cache 2025-08-26T19:44:24.8918620Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-26T19:44:24.8921185Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-26T19:44:24.8922940Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ebb61ac276f957f700cd37587b1af318/.pytest_cache 2025-08-26T19:44:24.8924735Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-26T19:44:24.8927297Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-26T19:44:24.8929064Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/35fa3045325a1c12e993ab0fa7107ceb/.pytest_cache 2025-08-26T19:44:24.8930830Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-26T19:44:24.8933398Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-26T19:44:24.8935088Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/21fbc5e7f703e3de8154d43a37ac260a/.pytest_cache 2025-08-26T19:44:24.8936828Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-26T19:44:24.8939397Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-26T19:44:24.8941129Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e8a9ed103b521ed071b94ca9da0bb325/.pytest_cache 2025-08-26T19:44:24.8942854Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-26T19:44:24.8945416Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-26T19:44:24.8947107Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/26f42c893118977976a6eee1982532d2/.pytest_cache 2025-08-26T19:44:24.8948826Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-26T19:44:24.8951374Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-26T19:44:24.8953073Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a894aa7b7d2570350f89fe56d5b60ede/.pytest_cache 2025-08-26T19:44:24.8954804Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-26T19:44:24.8957355Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-26T19:44:24.8959054Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f7c4c38502b3fa5148c57834ba8bfb78/.pytest_cache 2025-08-26T19:44:24.8961049Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-26T19:44:25.0640899Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-26T19:44:25.0642705Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/39f0b5403395c3c6b3df098f478c1c03/.pytest_cache 2025-08-26T19:44:25.0644444Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-26T19:44:25.0647039Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-26T19:44:25.0648720Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/aed9459f290a250da747bad7dfdf8402/.pytest_cache 2025-08-26T19:44:25.0650446Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-26T19:44:25.0653009Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-26T19:44:25.0654713Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a26256388dee23b4b5126a7c972316fb/.pytest_cache 2025-08-26T19:44:25.0656436Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-26T19:44:25.0659014Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-26T19:44:25.0660709Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/42b1df7cb2718148ad077a3ad59be182/.pytest_cache 2025-08-26T19:44:25.0662425Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-26T19:44:25.0664984Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dc200066cfd35a9d853bc6595e365687dbf2d745/default/2.zip 2025-08-26T19:44:25.0666674Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a1832d23348c0150cc9e4244d1efe6c0/.pytest_cache 2025-08-26T19:44:25.0668567Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dc200066cfd35a9d853bc6595e365687dbf2d745/default/2.zip 2025-08-26T19:44:25.0671375Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-26T19:44:25.0673076Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a77674cd93f72f9edbf8f86c84e12ef2/.pytest_cache 2025-08-26T19:44:25.0674789Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-26T19:44:25.0677359Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-26T19:44:25.0679060Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a1f90bf8626ab753965427f3af1f87d0/.pytest_cache 2025-08-26T19:44:25.0680771Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-26T19:44:25.0683546Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-26T19:44:25.0685255Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2b993b1379ef7e3ac86eed58f7f2442d/.pytest_cache 2025-08-26T19:44:25.0686987Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-26T19:44:25.0689544Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-26T19:44:25.0691244Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d08d8efed23f73ac628c2de90443d227/.pytest_cache 2025-08-26T19:44:25.0692972Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-26T19:44:25.0695526Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-26T19:44:25.0704145Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1cb2fb577b53352a2af174df815f7d7b/.pytest_cache 2025-08-26T19:44:25.0705920Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-26T19:44:25.0708664Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef761c43538abae5bccc0c4b6ebaf42ff676db7a/default/1.zip 2025-08-26T19:44:25.0710466Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e43377ef24f40aef12d51cea5974d9dd/.pytest_cache 2025-08-26T19:44:25.0712209Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef761c43538abae5bccc0c4b6ebaf42ff676db7a/default/1.zip 2025-08-26T19:44:25.0714773Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-26T19:44:25.0716478Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/38d43094ee26a2bf977a2d5a6d38da5b/.pytest_cache 2025-08-26T19:44:25.0813291Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-26T19:44:25.0815852Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-26T19:44:25.0817716Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/02364a1cfa93736e70c6cc9272ab1ab5/.pytest_cache 2025-08-26T19:44:25.0819450Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-26T19:44:25.1368358Z ##[group]Run seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6 2025-08-26T19:44:25.1368860Z with: 2025-08-26T19:44:25.1369074Z name: llm_results 2025-08-26T19:44:25.1369329Z path: .additional_ci_files/llm_results 2025-08-26T19:44:25.1369637Z s3-bucket: gha-artifacts 2025-08-26T19:44:25.1369901Z region: us-east-1 2025-08-26T19:44:25.1370115Z ##[endgroup] 2025-08-26T19:44:25.6213447Z (node:38979) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-08-26T19:44:25.6214260Z 2025-08-26T19:44:25.6214546Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-08-26T19:44:25.6215358Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-08-26T19:44:25.6216298Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-08-26T19:44:25.8775675Z Found 1 objects with prefix pytorch/pytorch/17248463647/llm_results/ 2025-08-26T19:44:25.8779923Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-08-26T19:44:25.9404851Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-08-26T19:44:25.9410113Z Artifact download has finished successfully 2025-08-26T19:44:25.9574561Z ##[group]Run unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-08-26T19:44:25.9575432Z unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-08-26T19:44:25.9576003Z python3 -m pip install boto3==1.35.42 2025-08-26T19:44:25.9576427Z python3 tools/testing/do_target_determination_for_s3.py 2025-08-26T19:44:25.9585503Z shell: /usr/bin/bash -e {0} 2025-08-26T19:44:25.9585777Z env: 2025-08-26T19:44:25.9586239Z GITHUB_TOKEN: *** 2025-08-26T19:44:25.9586484Z GITHUB_REPOSITORY: pytorch/pytorch 2025-08-26T19:44:25.9586787Z GITHUB_WORKFLOW: trunk 2025-08-26T19:44:25.9587047Z GITHUB_JOB: target-determination 2025-08-26T19:44:25.9587336Z GITHUB_RUN_ID: 17248463647 2025-08-26T19:44:25.9587589Z GITHUB_RUN_NUMBER: 141812 2025-08-26T19:44:25.9587849Z GITHUB_RUN_ATTEMPT: 1 2025-08-26T19:44:25.9588085Z GITHUB_REF: refs/heads/main 2025-08-26T19:44:25.9588386Z JOB_ID: 48944796325 2025-08-26T19:44:25.9588644Z JOB_NAME: before-test / target-determination 2025-08-26T19:44:25.9588965Z PR_NUMBER: 2025-08-26T19:44:25.9589164Z ##[endgroup] 2025-08-26T19:44:25.9652677Z Archive: .additional_ci_files/llm_results/mappings.zip 2025-08-26T19:44:25.9653105Z creating: .additional_ci_files/llm_results/mappings/ 2025-08-26T19:44:25.9658300Z inflating: .additional_ci_files/llm_results/mappings/indexer-files-gitdiff-output.json 2025-08-26T19:44:26.2058665Z Defaulting to user installation because normal site-packages is not writeable 2025-08-26T19:44:26.2213777Z Requirement already satisfied: boto3==1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (1.35.42) 2025-08-26T19:44:26.2262697Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.4) 2025-08-26T19:44:26.2267069Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (1.35.99) 2025-08-26T19:44:26.2271500Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-08-26T19:44:26.2322127Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.8.1) 2025-08-26T19:44:26.2330848Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-08-26T19:44:26.2370764Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-08-26T19:44:27.9699078Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-times.json 2025-08-26T19:44:27.9701749Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-times.json 2025-08-26T19:44:27.9704424Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-file-ratings.json 2025-08-26T19:44:27.9706413Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_class_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-ratings.json 2025-08-26T19:44:27.9708353Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_historical_edited_files.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_historical_edited_files.json 2025-08-26T19:44:27.9710613Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_profiling.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_profiling.json 2025-08-26T19:44:27.9711714Z Received 773 tests to prioritize 2025-08-26T19:44:27.9712001Z backends/xeon/test_launch 2025-08-26T19:44:27.9712290Z benchmark_utils/test_benchmark_utils 2025-08-26T19:44:27.9712713Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic 2025-08-26T19:44:27.9713365Z cpp_extensions/python_agnostic_extension/test/test_python_agnostic 2025-08-26T19:44:27.9713831Z distributed/_composable/fsdp/test_fully_shard_autograd 2025-08-26T19:44:27.9714292Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 2025-08-26T19:44:27.9714739Z distributed/_composable/fsdp/test_fully_shard_comm 2025-08-26T19:44:27.9715136Z distributed/_composable/fsdp/test_fully_shard_compile 2025-08-26T19:44:27.9715568Z distributed/_composable/fsdp/test_fully_shard_extensions 2025-08-26T19:44:27.9715991Z distributed/_composable/fsdp/test_fully_shard_frozen 2025-08-26T19:44:27.9716422Z distributed/_composable/fsdp/test_fully_shard_grad_scaler 2025-08-26T19:44:27.9716874Z distributed/_composable/fsdp/test_fully_shard_ignore_params 2025-08-26T19:44:27.9717309Z distributed/_composable/fsdp/test_fully_shard_init 2025-08-26T19:44:27.9717713Z distributed/_composable/fsdp/test_fully_shard_logging 2025-08-26T19:44:27.9718113Z distributed/_composable/fsdp/test_fully_shard_memory 2025-08-26T19:44:27.9718565Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 2025-08-26T19:44:27.9719007Z distributed/_composable/fsdp/test_fully_shard_overlap 2025-08-26T19:44:27.9719418Z distributed/_composable/fsdp/test_fully_shard_state 2025-08-26T19:44:27.9719827Z distributed/_composable/fsdp/test_fully_shard_state_dict 2025-08-26T19:44:27.9720262Z distributed/_composable/fsdp/test_fully_shard_training 2025-08-26T19:44:27.9720823Z distributed/_composable/test_checkpoint 2025-08-26T19:44:27.9721240Z distributed/_composable/test_composability/test_2d_composability 2025-08-26T19:44:27.9721865Z distributed/_composable/test_composability/test_pp_composability 2025-08-26T19:44:27.9722281Z distributed/_composable/test_contract 2025-08-26T19:44:27.9722610Z distributed/_composable/test_replicate 2025-08-26T19:44:27.9722969Z distributed/_composable/test_replicate_with_compiler 2025-08-26T19:44:27.9723374Z distributed/_composable/test_replicate_with_fsdp 2025-08-26T19:44:27.9723766Z distributed/_shard/sharded_optim/test_sharded_optim 2025-08-26T19:44:27.9724179Z distributed/_shard/sharded_tensor/ops/test_binary_cmp 2025-08-26T19:44:27.9724599Z distributed/_shard/sharded_tensor/ops/test_embedding 2025-08-26T19:44:27.9725007Z distributed/_shard/sharded_tensor/ops/test_embedding_bag 2025-08-26T19:44:27.9725415Z distributed/_shard/sharded_tensor/ops/test_init 2025-08-26T19:44:27.9725800Z distributed/_shard/sharded_tensor/ops/test_tensor_ops 2025-08-26T19:44:27.9726192Z distributed/_shard/sharded_tensor/test_logger 2025-08-26T19:44:27.9726582Z distributed/_shard/sharded_tensor/test_sharded_tensor 2025-08-26T19:44:27.9727013Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard 2025-08-26T19:44:27.9727457Z distributed/_shard/sharding_plan/test_sharding_plan 2025-08-26T19:44:27.9727843Z distributed/_shard/sharding_spec/test_sharding_spec 2025-08-26T19:44:27.9728201Z distributed/_shard/test_sharder 2025-08-26T19:44:27.9728498Z distributed/_tools/test_fake_collectives 2025-08-26T19:44:27.9728829Z distributed/_tools/test_fsdp2_mem_tracker 2025-08-26T19:44:27.9729141Z distributed/_tools/test_mem_tracker 2025-08-26T19:44:27.9729453Z distributed/_tools/test_memory_tracker 2025-08-26T19:44:27.9729770Z distributed/_tools/test_mod_tracker 2025-08-26T19:44:27.9730074Z distributed/_tools/test_runtime_estimator 2025-08-26T19:44:27.9730411Z distributed/_tools/test_sac_estimator 2025-08-26T19:44:27.9730714Z distributed/_tools/test_sac_ilp 2025-08-26T19:44:27.9731172Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 2025-08-26T19:44:27.9731590Z distributed/algorithms/quantization/test_quantization 2025-08-26T19:44:27.9731970Z distributed/algorithms/test_join 2025-08-26T19:44:27.9732300Z distributed/checkpoint/_experimental/test_barriers 2025-08-26T19:44:27.9732698Z distributed/checkpoint/_experimental/test_builder 2025-08-26T19:44:27.9733143Z distributed/checkpoint/_experimental/test_checkpoint_process 2025-08-26T19:44:27.9733682Z distributed/checkpoint/_experimental/test_checkpoint_reader 2025-08-26T19:44:27.9734169Z distributed/checkpoint/_experimental/test_checkpoint_writer 2025-08-26T19:44:27.9734620Z distributed/checkpoint/_experimental/test_checkpointer 2025-08-26T19:44:27.9735035Z distributed/checkpoint/_experimental/test_staging 2025-08-26T19:44:27.9735415Z distributed/checkpoint/_experimental/test_types 2025-08-26T19:44:27.9735804Z distributed/checkpoint/e2e/test_e2e_save_and_load 2025-08-26T19:44:27.9736178Z distributed/checkpoint/e2e/test_fine_tuning 2025-08-26T19:44:27.9736512Z distributed/checkpoint/e2e/test_fsdp_ep 2025-08-26T19:44:27.9736848Z distributed/checkpoint/fsdp/test_fsdp_dsd 2025-08-26T19:44:27.9737208Z distributed/checkpoint/test_async_process_executor 2025-08-26T19:44:27.9737581Z distributed/checkpoint/test_checkpoint 2025-08-26T19:44:27.9737911Z distributed/checkpoint/test_compatibility 2025-08-26T19:44:27.9738298Z distributed/checkpoint/test_consolidate_hf_safetensors 2025-08-26T19:44:27.9738683Z distributed/checkpoint/test_dedup_tensors 2025-08-26T19:44:27.9739041Z distributed/checkpoint/test_dtensor_checkpoint 2025-08-26T19:44:27.9739418Z distributed/checkpoint/test_dtensor_resharding 2025-08-26T19:44:27.9739795Z distributed/checkpoint/test_file_system_checkpoint 2025-08-26T19:44:27.9740217Z distributed/checkpoint/test_file_system_checkpoint_cpu 2025-08-26T19:44:27.9740598Z distributed/checkpoint/test_format_utils 2025-08-26T19:44:27.9740949Z distributed/checkpoint/test_fsdp_model_state 2025-08-26T19:44:27.9741304Z distributed/checkpoint/test_fsdp_optim_state 2025-08-26T19:44:27.9741720Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion 2025-08-26T19:44:27.9742112Z distributed/checkpoint/test_fsspec 2025-08-26T19:44:27.9742448Z distributed/checkpoint/test_hf_safetensor_e2e 2025-08-26T19:44:27.9742801Z distributed/checkpoint/test_hf_storage 2025-08-26T19:44:27.9743129Z distributed/checkpoint/test_hsdp_checkpoint 2025-08-26T19:44:27.9743480Z distributed/checkpoint/test_nested_dict 2025-08-26T19:44:27.9743804Z distributed/checkpoint/test_pg_transport 2025-08-26T19:44:27.9744134Z distributed/checkpoint/test_planner 2025-08-26T19:44:27.9744448Z distributed/checkpoint/test_save_load_api 2025-08-26T19:44:27.9744781Z distributed/checkpoint/test_state_dict 2025-08-26T19:44:27.9745114Z distributed/checkpoint/test_state_dict_stager 2025-08-26T19:44:27.9745481Z distributed/checkpoint/test_state_dict_utils 2025-08-26T19:44:27.9745833Z distributed/checkpoint/test_tp_checkpoint 2025-08-26T19:44:27.9746158Z distributed/checkpoint/test_traverse 2025-08-26T19:44:27.9746473Z distributed/checkpoint/test_utils 2025-08-26T19:44:27.9746765Z distributed/elastic/events/lib_test 2025-08-26T19:44:27.9747079Z distributed/elastic/metrics/api_test 2025-08-26T19:44:27.9747408Z distributed/elastic/multiprocessing/api_test 2025-08-26T19:44:27.9747755Z distributed/elastic/test_control_plane 2025-08-26T19:44:27.9748065Z distributed/elastic/timer/api_test 2025-08-26T19:44:27.9748403Z distributed/elastic/timer/local_timer_example 2025-08-26T19:44:27.9748750Z distributed/elastic/timer/local_timer_test 2025-08-26T19:44:27.9749094Z distributed/elastic/utils/distributed_test 2025-08-26T19:44:27.9749428Z distributed/elastic/utils/logging_test 2025-08-26T19:44:27.9749737Z distributed/elastic/utils/util_test 2025-08-26T19:44:27.9750065Z distributed/flight_recorder/test_fr_analysis 2025-08-26T19:44:27.9750405Z distributed/fsdp/test_checkpoint_wrapper 2025-08-26T19:44:27.9750825Z distributed/fsdp/test_distributed_checkpoint 2025-08-26T19:44:27.9751162Z distributed/fsdp/test_fsdp_apply 2025-08-26T19:44:27.9751486Z distributed/fsdp/test_fsdp_backward_prefetch 2025-08-26T19:44:27.9751820Z distributed/fsdp/test_fsdp_checkpoint 2025-08-26T19:44:27.9752152Z distributed/fsdp/test_fsdp_clip_grad_norm 2025-08-26T19:44:27.9752477Z distributed/fsdp/test_fsdp_comm 2025-08-26T19:44:27.9752766Z distributed/fsdp/test_fsdp_comm_hooks 2025-08-26T19:44:27.9753139Z distributed/fsdp/test_fsdp_core 2025-08-26T19:44:27.9753449Z distributed/fsdp/test_fsdp_dtensor_state_dict 2025-08-26T19:44:27.9753799Z distributed/fsdp/test_fsdp_exec_order 2025-08-26T19:44:27.9754106Z distributed/fsdp/test_fsdp_fine_tune 2025-08-26T19:44:27.9754436Z distributed/fsdp/test_fsdp_flatten_params 2025-08-26T19:44:27.9754770Z distributed/fsdp/test_fsdp_freezing_weights 2025-08-26T19:44:27.9755105Z distributed/fsdp/test_fsdp_fx 2025-08-26T19:44:27.9755397Z distributed/fsdp/test_fsdp_grad_acc 2025-08-26T19:44:27.9755709Z distributed/fsdp/test_fsdp_hybrid_shard 2025-08-26T19:44:27.9756046Z distributed/fsdp/test_fsdp_ignored_modules 2025-08-26T19:44:27.9756363Z distributed/fsdp/test_fsdp_input 2025-08-26T19:44:27.9756669Z distributed/fsdp/test_fsdp_memory 2025-08-26T19:44:27.9756957Z distributed/fsdp/test_fsdp_meta 2025-08-26T19:44:27.9757251Z distributed/fsdp/test_fsdp_misc 2025-08-26T19:44:27.9757552Z distributed/fsdp/test_fsdp_mixed_precision 2025-08-26T19:44:27.9757905Z distributed/fsdp/test_fsdp_multiple_forward 2025-08-26T19:44:27.9758252Z distributed/fsdp/test_fsdp_multiple_wrapping 2025-08-26T19:44:27.9758601Z distributed/fsdp/test_fsdp_optim_state 2025-08-26T19:44:27.9758926Z distributed/fsdp/test_fsdp_overlap 2025-08-26T19:44:27.9759229Z distributed/fsdp/test_fsdp_pure_fp16 2025-08-26T19:44:27.9759570Z distributed/fsdp/test_fsdp_sharded_grad_scaler 2025-08-26T19:44:27.9759911Z distributed/fsdp/test_fsdp_state_dict 2025-08-26T19:44:27.9760242Z distributed/fsdp/test_fsdp_tp_integration 2025-08-26T19:44:27.9760566Z distributed/fsdp/test_fsdp_traversal 2025-08-26T19:44:27.9760883Z distributed/fsdp/test_fsdp_uneven 2025-08-26T19:44:27.9761188Z distributed/fsdp/test_fsdp_unshard_params 2025-08-26T19:44:27.9761612Z distributed/fsdp/test_fsdp_use_orig_params 2025-08-26T19:44:27.9761975Z distributed/fsdp/test_hsdp_dtensor_state_dict 2025-08-26T19:44:27.9762310Z distributed/fsdp/test_shard_utils 2025-08-26T19:44:27.9762619Z distributed/fsdp/test_utils 2025-08-26T19:44:27.9762891Z distributed/fsdp/test_wrap 2025-08-26T19:44:27.9763174Z distributed/launcher/test_run 2025-08-26T19:44:27.9763454Z distributed/nn/jit/test_instantiator 2025-08-26T19:44:27.9763811Z distributed/optim/test_apply_optimizer_in_backward 2025-08-26T19:44:27.9764167Z distributed/optim/test_named_optimizer 2025-08-26T19:44:27.9764523Z distributed/optim/test_zero_redundancy_optimizer 2025-08-26T19:44:27.9764901Z distributed/pipelining/test_backward 2025-08-26T19:44:27.9765218Z distributed/pipelining/test_microbatch 2025-08-26T19:44:27.9765550Z distributed/pipelining/test_pipe 2025-08-26T19:44:27.9765849Z distributed/pipelining/test_schedule 2025-08-26T19:44:27.9766202Z distributed/pipelining/test_schedule_multiproc 2025-08-26T19:44:27.9766546Z distributed/pipelining/test_stage 2025-08-26T19:44:27.9766863Z distributed/pipelining/test_transformer 2025-08-26T19:44:27.9767197Z distributed/pipelining/test_unflatten 2025-08-26T19:44:27.9767530Z distributed/rpc/cuda/test_tensorpipe_agent 2025-08-26T19:44:27.9767869Z distributed/rpc/test_faulty_agent 2025-08-26T19:44:27.9768167Z distributed/rpc/test_share_memory 2025-08-26T19:44:27.9768478Z distributed/rpc/test_tensorpipe_agent 2025-08-26T19:44:27.9768795Z distributed/tensor/debug/test_comm_mode 2025-08-26T19:44:27.9769156Z distributed/tensor/debug/test_comm_mode_features 2025-08-26T19:44:27.9769514Z distributed/tensor/debug/test_op_coverage 2025-08-26T19:44:27.9769878Z distributed/tensor/experimental/test_local_map 2025-08-26T19:44:27.9770397Z distributed/tensor/experimental/test_register_sharding 2025-08-26T19:44:27.9770813Z distributed/tensor/experimental/test_tp_transform 2025-08-26T19:44:27.9771221Z distributed/tensor/parallel/test_micro_pipeline_tp 2025-08-26T19:44:27.9771607Z distributed/tensor/parallel/test_parallelize_api 2025-08-26T19:44:27.9771991Z distributed/tensor/parallel/test_tp_examples 2025-08-26T19:44:27.9772351Z distributed/tensor/parallel/test_tp_random_state 2025-08-26T19:44:27.9772778Z distributed/tensor/parallel/test_tp_style 2025-08-26T19:44:27.9773090Z distributed/tensor/test_api 2025-08-26T19:44:27.9773374Z distributed/tensor/test_attention 2025-08-26T19:44:27.9773682Z distributed/tensor/test_common_rules 2025-08-26T19:44:27.9773993Z distributed/tensor/test_convolution_ops 2025-08-26T19:44:27.9774316Z distributed/tensor/test_dtensor 2025-08-26T19:44:27.9774608Z distributed/tensor/test_dtensor_compile 2025-08-26T19:44:27.9774965Z distributed/tensor/test_dtensor_dispatch_overhead 2025-08-26T19:44:27.9775317Z distributed/tensor/test_dtensor_ops 2025-08-26T19:44:27.9775631Z distributed/tensor/test_embedding_ops 2025-08-26T19:44:27.9775948Z distributed/tensor/test_experimental_ops 2025-08-26T19:44:27.9776271Z distributed/tensor/test_init 2025-08-26T19:44:27.9776562Z distributed/tensor/test_math_ops 2025-08-26T19:44:27.9776853Z distributed/tensor/test_matrix_ops 2025-08-26T19:44:27.9777164Z distributed/tensor/test_op_schema 2025-08-26T19:44:27.9777459Z distributed/tensor/test_op_strategy 2025-08-26T19:44:27.9777770Z distributed/tensor/test_optimizers 2025-08-26T19:44:27.9778069Z distributed/tensor/test_pointwise_ops 2025-08-26T19:44:27.9778388Z distributed/tensor/test_random_ops 2025-08-26T19:44:27.9778684Z distributed/tensor/test_redistribute 2025-08-26T19:44:27.9778995Z distributed/tensor/test_tensor_ops 2025-08-26T19:44:27.9779284Z distributed/tensor/test_utils 2025-08-26T19:44:27.9779571Z distributed/tensor/test_view_ops 2025-08-26T19:44:27.9779881Z distributed/tensor/test_xla_integration 2025-08-26T19:44:27.9780186Z distributed/test_backends 2025-08-26T19:44:27.9780458Z distributed/test_c10d_common 2025-08-26T19:44:27.9780739Z distributed/test_c10d_functional_native 2025-08-26T19:44:27.9781395Z distributed/test_c10d_gloo 2025-08-26T19:44:27.9781672Z distributed/test_c10d_logger 2025-08-26T19:44:27.9781957Z distributed/test_c10d_nccl 2025-08-26T19:44:27.9782243Z distributed/test_c10d_object_collectives 2025-08-26T19:44:27.9782582Z distributed/test_c10d_ops_nccl 2025-08-26T19:44:27.9782874Z distributed/test_c10d_pypg 2025-08-26T19:44:27.9783142Z distributed/test_c10d_spawn_gloo 2025-08-26T19:44:27.9783442Z distributed/test_c10d_spawn_nccl 2025-08-26T19:44:27.9783724Z distributed/test_c10d_spawn_ucc 2025-08-26T19:44:27.9784012Z distributed/test_c10d_ucc 2025-08-26T19:44:27.9784281Z distributed/test_collective_utils 2025-08-26T19:44:27.9784584Z distributed/test_composability 2025-08-26T19:44:27.9784881Z distributed/test_compute_comm_reordering 2025-08-26T19:44:27.9785216Z distributed/test_control_collectives 2025-08-26T19:44:27.9785516Z distributed/test_cupy_as_tensor 2025-08-26T19:44:27.9785809Z distributed/test_data_parallel 2025-08-26T19:44:27.9786097Z distributed/test_device_mesh 2025-08-26T19:44:27.9786360Z distributed/test_dist2 2025-08-26T19:44:27.9786629Z distributed/test_distributed_spawn 2025-08-26T19:44:27.9786927Z distributed/test_dynamo_distributed 2025-08-26T19:44:27.9787237Z distributed/test_fake_pg 2025-08-26T19:44:27.9787498Z distributed/test_functional_api 2025-08-26T19:44:27.9787800Z distributed/test_inductor_collectives 2025-08-26T19:44:27.9788096Z distributed/test_launcher 2025-08-26T19:44:27.9788372Z distributed/test_multi_threaded_pg 2025-08-26T19:44:27.9788652Z distributed/test_nccl 2025-08-26T19:44:27.9788903Z distributed/test_nvshmem 2025-08-26T19:44:27.9789174Z distributed/test_nvshmem_triton 2025-08-26T19:44:27.9789451Z distributed/test_p2p_ipc 2025-08-26T19:44:27.9789853Z distributed/test_pg_wrapper 2025-08-26T19:44:27.9790129Z distributed/test_serialization 2025-08-26T19:44:27.9790412Z distributed/test_store 2025-08-26T19:44:27.9790667Z distributed/test_symmetric_memory 2025-08-26T19:44:27.9790971Z distributions/test_constraints 2025-08-26T19:44:27.9791251Z distributions/test_distributions 2025-08-26T19:44:27.9791526Z doctests 2025-08-26T19:44:27.9791742Z dynamo/cpython/3_13/test_baseexception 2025-08-26T19:44:27.9792136Z dynamo/cpython/3_13/test_bool 2025-08-26T19:44:27.9792416Z dynamo/cpython/3_13/test_cmath 2025-08-26T19:44:27.9792700Z dynamo/cpython/3_13/test_collections 2025-08-26T19:44:27.9793011Z dynamo/cpython/3_13/test_complex 2025-08-26T19:44:27.9793297Z dynamo/cpython/3_13/test_contextlib 2025-08-26T19:44:27.9793606Z dynamo/cpython/3_13/test_defaultdict 2025-08-26T19:44:27.9793899Z dynamo/cpython/3_13/test_dict 2025-08-26T19:44:27.9794204Z dynamo/cpython/3_13/test_exception_variations 2025-08-26T19:44:27.9794534Z dynamo/cpython/3_13/test_exceptions 2025-08-26T19:44:27.9794838Z dynamo/cpython/3_13/test_float 2025-08-26T19:44:27.9795118Z dynamo/cpython/3_13/test_generator_stop 2025-08-26T19:44:27.9795438Z dynamo/cpython/3_13/test_generators 2025-08-26T19:44:27.9795738Z dynamo/cpython/3_13/test_heapq 2025-08-26T19:44:27.9796005Z dynamo/cpython/3_13/test_int 2025-08-26T19:44:27.9796289Z dynamo/cpython/3_13/test_int_literal 2025-08-26T19:44:27.9796579Z dynamo/cpython/3_13/test_iter 2025-08-26T19:44:27.9796866Z dynamo/cpython/3_13/test_itertools 2025-08-26T19:44:27.9797151Z dynamo/cpython/3_13/test_list 2025-08-26T19:44:27.9797428Z dynamo/cpython/3_13/test_math 2025-08-26T19:44:27.9797702Z dynamo/cpython/3_13/test_numeric_tower 2025-08-26T19:44:27.9798021Z dynamo/cpython/3_13/test_operator 2025-08-26T19:44:27.9798310Z dynamo/cpython/3_13/test_ordered_dict 2025-08-26T19:44:27.9798621Z dynamo/cpython/3_13/test_raise 2025-08-26T19:44:27.9798905Z dynamo/cpython/3_13/test_set 2025-08-26T19:44:27.9799169Z dynamo/cpython/3_13/test_sort 2025-08-26T19:44:27.9799451Z dynamo/cpython/3_13/test_sys 2025-08-26T19:44:27.9799718Z dynamo/cpython/3_13/test_tuple 2025-08-26T19:44:27.9800044Z dynamo/cpython/3_13/test_unittest/test_assertions 2025-08-26T19:44:27.9800390Z dynamo/cpython/3_13/test_userdict 2025-08-26T19:44:27.9800695Z dynamo/cpython/3_13/test_userlist 2025-08-26T19:44:27.9800972Z dynamo/cpython/3_13/test_with 2025-08-26T19:44:27.9801261Z dynamo/test_activation_checkpointing 2025-08-26T19:44:27.9801651Z dynamo/test_after_aot 2025-08-26T19:44:27.9801892Z dynamo/test_aot_autograd 2025-08-26T19:44:27.9802161Z dynamo/test_aot_autograd_cache 2025-08-26T19:44:27.9802437Z dynamo/test_autograd_function 2025-08-26T19:44:27.9802713Z dynamo/test_backends 2025-08-26T19:44:27.9802963Z dynamo/test_backward_higher_order_ops 2025-08-26T19:44:27.9803262Z dynamo/test_base_hop 2025-08-26T19:44:27.9803497Z dynamo/test_base_output 2025-08-26T19:44:27.9803759Z dynamo/test_buffers_override 2025-08-26T19:44:27.9804028Z dynamo/test_bytecode_utils 2025-08-26T19:44:27.9804290Z dynamo/test_callback 2025-08-26T19:44:27.9804517Z dynamo/test_compile 2025-08-26T19:44:27.9804766Z dynamo/test_compiler_bisector 2025-08-26T19:44:27.9805040Z dynamo/test_comptime 2025-08-26T19:44:27.9805265Z dynamo/test_config 2025-08-26T19:44:27.9805506Z dynamo/test_ctx_manager 2025-08-26T19:44:27.9805750Z dynamo/test_cudagraphs 2025-08-26T19:44:27.9806038Z dynamo/test_cudagraphs_expandable_segments 2025-08-26T19:44:27.9806352Z dynamo/test_debug_utils 2025-08-26T19:44:27.9806608Z dynamo/test_decorators 2025-08-26T19:44:27.9806858Z dynamo/test_deque_reconstruct 2025-08-26T19:44:27.9807138Z dynamo/test_deviceguard 2025-08-26T19:44:27.9807378Z dynamo/test_dicts 2025-08-26T19:44:27.9807616Z dynamo/test_dynamic_shapes 2025-08-26T19:44:27.9807881Z dynamo/test_einops 2025-08-26T19:44:27.9808111Z dynamo/test_error_messages 2025-08-26T19:44:27.9808369Z dynamo/test_exc 2025-08-26T19:44:27.9808585Z dynamo/test_exceptions 2025-08-26T19:44:27.9808917Z dynamo/test_export 2025-08-26T19:44:27.9809156Z dynamo/test_export_mutations 2025-08-26T19:44:27.9809437Z dynamo/test_fake_distributed 2025-08-26T19:44:27.9809699Z dynamo/test_flat_apply 2025-08-26T19:44:27.9809955Z dynamo/test_frame_init 2025-08-26T19:44:27.9810198Z dynamo/test_functions 2025-08-26T19:44:27.9810457Z dynamo/test_fx_graph_runnable 2025-08-26T19:44:27.9810728Z dynamo/test_fx_passes_pre_grad 2025-08-26T19:44:27.9811069Z dynamo/test_generator 2025-08-26T19:44:27.9811313Z dynamo/test_global 2025-08-26T19:44:27.9811552Z dynamo/test_graph_deduplication 2025-08-26T19:44:27.9811848Z dynamo/test_graph_region_tracker 2025-08-26T19:44:27.9812127Z dynamo/test_guard_manager 2025-08-26T19:44:27.9812399Z dynamo/test_guard_serialization 2025-08-26T19:44:27.9812683Z dynamo/test_higher_order_ops 2025-08-26T19:44:27.9812951Z dynamo/test_hooks 2025-08-26T19:44:27.9813180Z dynamo/test_inline_and_install 2025-08-26T19:44:27.9813464Z dynamo/test_input_attr_tracking 2025-08-26T19:44:27.9813745Z dynamo/test_install_free_tensors 2025-08-26T19:44:27.9814026Z dynamo/test_interop 2025-08-26T19:44:27.9814261Z dynamo/test_list 2025-08-26T19:44:27.9814473Z dynamo/test_logging 2025-08-26T19:44:27.9814720Z dynamo/test_metrics_context 2025-08-26T19:44:27.9814974Z dynamo/test_minifier 2025-08-26T19:44:27.9815210Z dynamo/test_misc 2025-08-26T19:44:27.9815429Z dynamo/test_model_output 2025-08-26T19:44:27.9815688Z dynamo/test_modes 2025-08-26T19:44:27.9815901Z dynamo/test_modules 2025-08-26T19:44:27.9816150Z dynamo/test_nested_graph_breaks 2025-08-26T19:44:27.9816415Z dynamo/test_nops 2025-08-26T19:44:27.9816646Z dynamo/test_optimizers 2025-08-26T19:44:27.9816883Z dynamo/test_package 2025-08-26T19:44:27.9817117Z dynamo/test_pgo 2025-08-26T19:44:27.9817347Z dynamo/test_pre_dispatch 2025-08-26T19:44:27.9817605Z dynamo/test_precompile_context 2025-08-26T19:44:27.9817883Z dynamo/test_profiler 2025-08-26T19:44:27.9818119Z dynamo/test_python_autograd 2025-08-26T19:44:27.9818402Z dynamo/test_python_dispatcher 2025-08-26T19:44:27.9818668Z dynamo/test_recompile_ux 2025-08-26T19:44:27.9818929Z dynamo/test_recompiles 2025-08-26T19:44:27.9819175Z dynamo/test_reconstruct 2025-08-26T19:44:27.9819436Z dynamo/test_reorder_logs 2025-08-26T19:44:27.9819680Z dynamo/test_repros 2025-08-26T19:44:27.9819918Z dynamo/test_resume 2025-08-26T19:44:27.9820155Z dynamo/test_sdpa 2025-08-26T19:44:27.9820374Z dynamo/test_sets 2025-08-26T19:44:27.9820616Z dynamo/test_skip_guard_eval_unsafe 2025-08-26T19:44:27.9820903Z dynamo/test_skip_non_tensor 2025-08-26T19:44:27.9821167Z dynamo/test_sources 2025-08-26T19:44:27.9821402Z dynamo/test_structured_trace 2025-08-26T19:44:27.9821673Z dynamo/test_subclasses 2025-08-26T19:44:27.9821911Z dynamo/test_subgraphs 2025-08-26T19:44:27.9822157Z dynamo/test_torchrec 2025-08-26T19:44:27.9822390Z dynamo/test_trace_rules 2025-08-26T19:44:27.9822651Z dynamo/test_unittest 2025-08-26T19:44:27.9822879Z dynamo/test_unspec 2025-08-26T19:44:27.9823124Z dynamo/test_utils 2025-08-26T19:44:27.9823368Z dynamo/test_verify_correctness 2025-08-26T19:44:27.9823631Z dynamo/test_view 2025-08-26T19:44:27.9823865Z export/test_converter 2025-08-26T19:44:27.9824106Z export/test_cpp_serdes 2025-08-26T19:44:27.9824358Z export/test_db 2025-08-26T19:44:27.9824584Z export/test_draft_export 2025-08-26T19:44:27.9824857Z export/test_experimental 2025-08-26T19:44:27.9825113Z export/test_export 2025-08-26T19:44:27.9825362Z export/test_export_opinfo 2025-08-26T19:44:27.9825622Z export/test_export_strict 2025-08-26T19:44:27.9825927Z export/test_export_training_ir_to_run_decomp 2025-08-26T19:44:27.9826277Z export/test_export_with_inline_and_install 2025-08-26T19:44:27.9826617Z export/test_functionalized_assertions 2025-08-26T19:44:27.9826919Z export/test_hop 2025-08-26T19:44:27.9827143Z export/test_lift_unlift 2025-08-26T19:44:27.9827401Z export/test_nativert 2025-08-26T19:44:27.9827639Z export/test_package 2025-08-26T19:44:27.9827962Z export/test_pass_infra 2025-08-26T19:44:27.9828206Z export/test_passes 2025-08-26T19:44:27.9828455Z export/test_retraceability 2025-08-26T19:44:27.9828711Z export/test_schema 2025-08-26T19:44:27.9828944Z export/test_serdes 2025-08-26T19:44:27.9829168Z export/test_serialize 2025-08-26T19:44:27.9829411Z export/test_sparse 2025-08-26T19:44:27.9829644Z export/test_swap 2025-08-26T19:44:27.9829856Z export/test_tools 2025-08-26T19:44:27.9830141Z export/test_torchbind 2025-08-26T19:44:27.9830376Z export/test_tree_utils 2025-08-26T19:44:27.9830625Z export/test_unflatten 2025-08-26T19:44:27.9830871Z export/test_unflatten_training_ir 2025-08-26T19:44:27.9831160Z export/test_upgrader 2025-08-26T19:44:27.9831391Z export/test_verifier 2025-08-26T19:44:27.9831631Z functorch/test_ac 2025-08-26T19:44:27.9831860Z functorch/test_ac_knapsack 2025-08-26T19:44:27.9832135Z functorch/test_ac_logging 2025-08-26T19:44:27.9832411Z functorch/test_aot_joint_with_descriptors 2025-08-26T19:44:27.9832737Z functorch/test_aotdispatch 2025-08-26T19:44:27.9833016Z functorch/test_control_flow 2025-08-26T19:44:27.9833275Z functorch/test_dims 2025-08-26T19:44:27.9833532Z functorch/test_eager_transforms 2025-08-26T19:44:27.9833803Z functorch/test_logging 2025-08-26T19:44:27.9834076Z functorch/test_memory_efficient_fusion 2025-08-26T19:44:27.9834373Z functorch/test_minifier 2025-08-26T19:44:27.9834630Z functorch/test_ops 2025-08-26T19:44:27.9834863Z functorch/test_parsing 2025-08-26T19:44:27.9835118Z functorch/test_rearrange 2025-08-26T19:44:27.9835365Z functorch/test_vmap 2025-08-26T19:44:27.9835620Z functorch/test_vmap_registrations 2025-08-26T19:44:27.9835927Z higher_order_ops/test_invoke_quant 2025-08-26T19:44:27.9836225Z higher_order_ops/test_invoke_subgraph 2025-08-26T19:44:27.9836540Z higher_order_ops/test_with_effects 2025-08-26T19:44:27.9836821Z inductor/test_alignment 2025-08-26T19:44:27.9837080Z inductor/test_analysis 2025-08-26T19:44:27.9837329Z inductor/test_aot_inductor 2025-08-26T19:44:27.9837610Z inductor/test_aot_inductor_arrayref 2025-08-26T19:44:27.9837910Z inductor/test_aot_inductor_custom_ops 2025-08-26T19:44:27.9838225Z inductor/test_aot_inductor_package 2025-08-26T19:44:27.9838515Z inductor/test_aot_inductor_utils 2025-08-26T19:44:27.9838810Z inductor/test_async_compile 2025-08-26T19:44:27.9839094Z inductor/test_auto_functionalize 2025-08-26T19:44:27.9839380Z inductor/test_autoheuristic 2025-08-26T19:44:27.9839653Z inductor/test_b2b_gemm 2025-08-26T19:44:27.9839905Z inductor/test_benchmark_fusion 2025-08-26T19:44:27.9840188Z inductor/test_benchmarking 2025-08-26T19:44:27.9840534Z inductor/test_best_config 2025-08-26T19:44:27.9840802Z inductor/test_binary_folding 2025-08-26T19:44:27.9841067Z inductor/test_block_analysis 2025-08-26T19:44:27.9841340Z inductor/test_ck_backend 2025-08-26T19:44:27.9841683Z inductor/test_codecache 2025-08-26T19:44:27.9841950Z inductor/test_codegen_triton 2025-08-26T19:44:27.9842237Z inductor/test_combo_kernels 2025-08-26T19:44:27.9842501Z inductor/test_compile 2025-08-26T19:44:27.9842766Z inductor/test_compile_subprocess 2025-08-26T19:44:27.9843050Z inductor/test_compile_worker 2025-08-26T19:44:27.9843333Z inductor/test_compiled_autograd 2025-08-26T19:44:27.9843618Z inductor/test_compiled_optimizers 2025-08-26T19:44:27.9843904Z inductor/test_config 2025-08-26T19:44:27.9844140Z inductor/test_control_flow 2025-08-26T19:44:27.9844431Z inductor/test_cooperative_reductions 2025-08-26T19:44:27.9844742Z inductor/test_coordinate_descent_tuner 2025-08-26T19:44:27.9845066Z inductor/test_cpp_wrapper_hipify 2025-08-26T19:44:27.9845364Z inductor/test_cpu_cpp_wrapper 2025-08-26T19:44:27.9845630Z inductor/test_cpu_repro 2025-08-26T19:44:27.9845904Z inductor/test_cpu_select_algorithm 2025-08-26T19:44:27.9846191Z inductor/test_cuda_repro 2025-08-26T19:44:27.9846464Z inductor/test_cudacodecache 2025-08-26T19:44:27.9846732Z inductor/test_cudagraph_trees 2025-08-26T19:44:27.9847161Z inductor/test_cudagraph_trees_expandable_segments 2025-08-26T19:44:27.9847507Z inductor/test_custom_lowering 2025-08-26T19:44:27.9847796Z inductor/test_custom_post_grad_passes 2025-08-26T19:44:27.9848101Z inductor/test_cutedsl_template 2025-08-26T19:44:27.9848391Z inductor/test_cutlass_backend 2025-08-26T19:44:27.9848667Z inductor/test_cutlass_evt 2025-08-26T19:44:27.9848917Z inductor/test_debug_trace 2025-08-26T19:44:27.9849257Z inductor/test_decompose_mem_bound_mm 2025-08-26T19:44:27.9849554Z inductor/test_dependencies 2025-08-26T19:44:27.9849838Z inductor/test_distributed_patterns 2025-08-26T19:44:27.9850137Z inductor/test_efficient_conv_bn_eval 2025-08-26T19:44:27.9850449Z inductor/test_extension_backend 2025-08-26T19:44:27.9850738Z inductor/test_external_callables 2025-08-26T19:44:27.9851038Z inductor/test_flex_attention 2025-08-26T19:44:27.9851306Z inductor/test_flex_decoding 2025-08-26T19:44:27.9851578Z inductor/test_foreach 2025-08-26T19:44:27.9851828Z inductor/test_fp8 2025-08-26T19:44:27.9852057Z inductor/test_fused_attention 2025-08-26T19:44:27.9852335Z inductor/test_fuzzer 2025-08-26T19:44:27.9852572Z inductor/test_fx_fusion 2025-08-26T19:44:27.9852836Z inductor/test_fxir_backend 2025-08-26T19:44:27.9853101Z inductor/test_gpu_cpp_wrapper 2025-08-26T19:44:27.9853403Z inductor/test_graph_transform_observer 2025-08-26T19:44:27.9853720Z inductor/test_group_batch_fusion 2025-08-26T19:44:27.9854018Z inductor/test_halide 2025-08-26T19:44:27.9854259Z inductor/test_helion_kernels 2025-08-26T19:44:27.9854533Z inductor/test_indexing 2025-08-26T19:44:27.9854799Z inductor/test_inductor_annotations 2025-08-26T19:44:27.9855090Z inductor/test_inductor_freezing 2025-08-26T19:44:27.9855385Z inductor/test_inductor_scheduler 2025-08-26T19:44:27.9855666Z inductor/test_inductor_utils 2025-08-26T19:44:27.9855944Z inductor/test_inplace_padding 2025-08-26T19:44:27.9856217Z inductor/test_inplacing_pass 2025-08-26T19:44:27.9856501Z inductor/test_kernel_benchmark 2025-08-26T19:44:27.9856779Z inductor/test_kernel_optimization 2025-08-26T19:44:27.9857073Z inductor/test_layout_optim 2025-08-26T19:44:27.9857335Z inductor/test_loop_ordering 2025-08-26T19:44:27.9857612Z inductor/test_max_autotune 2025-08-26T19:44:27.9857874Z inductor/test_memory 2025-08-26T19:44:27.9858115Z inductor/test_memory_planning 2025-08-26T19:44:27.9858386Z inductor/test_metrics 2025-08-26T19:44:27.9858623Z inductor/test_minifier 2025-08-26T19:44:27.9858881Z inductor/test_minifier_isolate 2025-08-26T19:44:27.9859152Z inductor/test_minifier_utils 2025-08-26T19:44:27.9859444Z inductor/test_mkldnn_pattern_matcher 2025-08-26T19:44:27.9859731Z inductor/test_mmdecomp 2025-08-26T19:44:27.9860007Z inductor/test_move_constructors_to_cuda 2025-08-26T19:44:27.9860313Z inductor/test_mps_basic 2025-08-26T19:44:27.9860576Z inductor/test_multi_kernel 2025-08-26T19:44:27.9860853Z inductor/test_needs_exact_strides 2025-08-26T19:44:27.9861136Z inductor/test_online_softmax 2025-08-26T19:44:27.9861424Z inductor/test_op_completeness 2025-08-26T19:44:27.9861694Z inductor/test_op_dtype_prop 2025-08-26T19:44:27.9861971Z inductor/test_ordered_set 2025-08-26T19:44:27.9862217Z inductor/test_pad_mm 2025-08-26T19:44:27.9862459Z inductor/test_padding 2025-08-26T19:44:27.9862699Z inductor/test_pattern_matcher 2025-08-26T19:44:27.9862967Z inductor/test_perf 2025-08-26T19:44:27.9863214Z inductor/test_profiler 2025-08-26T19:44:27.9863489Z inductor/test_provenance_tracing 2025-08-26T19:44:27.9863772Z inductor/test_quantization 2025-08-26T19:44:27.9864045Z inductor/test_remote_cache 2025-08-26T19:44:27.9864329Z inductor/test_scatter_optimization 2025-08-26T19:44:27.9864621Z inductor/test_segmented_tree 2025-08-26T19:44:27.9864905Z inductor/test_select_algorithm 2025-08-26T19:44:27.9865170Z inductor/test_smoke 2025-08-26T19:44:27.9865420Z inductor/test_snode_runtime 2025-08-26T19:44:27.9865695Z inductor/test_split_cat_fx_aten_passes 2025-08-26T19:44:27.9866089Z inductor/test_split_cat_fx_passes 2025-08-26T19:44:27.9866387Z inductor/test_static_cuda_launcher 2025-08-26T19:44:27.9866694Z inductor/test_subgraph_choice 2025-08-26T19:44:27.9866964Z inductor/test_torchbind 2025-08-26T19:44:27.9867231Z inductor/test_torchinductor 2025-08-26T19:44:27.9867566Z inductor/test_torchinductor_codegen_config_overrides 2025-08-26T19:44:27.9867963Z inductor/test_torchinductor_codegen_dynamic_shapes 2025-08-26T19:44:27.9868397Z inductor/test_torchinductor_dynamic_shapes 2025-08-26T19:44:27.9868719Z inductor/test_torchinductor_opinfo 2025-08-26T19:44:27.9869042Z inductor/test_torchinductor_strided_blocks 2025-08-26T19:44:27.9869360Z inductor/test_triton_cpu_backend 2025-08-26T19:44:27.9869663Z inductor/test_triton_extension_backend 2025-08-26T19:44:27.9869973Z inductor/test_triton_heuristics 2025-08-26T19:44:27.9870268Z inductor/test_triton_kernels 2025-08-26T19:44:27.9870549Z inductor/test_triton_syntax 2025-08-26T19:44:27.9870818Z inductor/test_triton_wrapper 2025-08-26T19:44:27.9871100Z inductor/test_unbacked_symints 2025-08-26T19:44:27.9871363Z inductor/test_utils 2025-08-26T19:44:27.9871604Z inductor/test_xpu_basic 2025-08-26T19:44:27.9871844Z lazy/test_bindings 2025-08-26T19:44:27.9872077Z lazy/test_debug_util 2025-08-26T19:44:27.9872314Z lazy/test_functionalization 2025-08-26T19:44:27.9872582Z lazy/test_generator 2025-08-26T19:44:27.9872802Z lazy/test_reuse_ir 2025-08-26T19:44:27.9873043Z lazy/test_step_closures 2025-08-26T19:44:27.9873280Z lazy/test_ts_opinfo 2025-08-26T19:44:27.9873512Z nn/test_convolution 2025-08-26T19:44:27.9873744Z nn/test_dropout 2025-08-26T19:44:27.9873951Z nn/test_embedding 2025-08-26T19:44:27.9874171Z nn/test_init 2025-08-26T19:44:27.9874380Z nn/test_lazy_modules 2025-08-26T19:44:27.9874626Z nn/test_load_state_dict 2025-08-26T19:44:27.9874866Z nn/test_module_hooks 2025-08-26T19:44:27.9875122Z nn/test_multihead_attention 2025-08-26T19:44:27.9875383Z nn/test_packed_sequence 2025-08-26T19:44:27.9875642Z nn/test_parametrization 2025-08-26T19:44:27.9875880Z nn/test_pooling 2025-08-26T19:44:27.9876099Z nn/test_pruning 2025-08-26T19:44:27.9876315Z onnx/exporter/test_api 2025-08-26T19:44:27.9876576Z onnx/exporter/test_building 2025-08-26T19:44:27.9876861Z onnx/exporter/test_capture_strategies 2025-08-26T19:44:27.9877157Z onnx/exporter/test_core 2025-08-26T19:44:27.9877425Z onnx/exporter/test_dynamic_shapes 2025-08-26T19:44:27.9877726Z onnx/exporter/test_hf_models_e2e 2025-08-26T19:44:27.9878024Z onnx/exporter/test_ir_passes 2025-08-26T19:44:27.9878301Z onnx/exporter/test_small_models_e2e 2025-08-26T19:44:27.9878608Z onnx/exporter/test_tensors 2025-08-26T19:44:27.9878879Z onnx/exporter/test_verification 2025-08-26T19:44:27.9879177Z onnx/internal/test_registraion 2025-08-26T19:44:27.9879457Z onnx/ops/test_ops 2025-08-26T19:44:27.9879684Z onnx/test_autograd_funs 2025-08-26T19:44:27.9879942Z onnx/test_custom_ops 2025-08-26T19:44:27.9880186Z onnx/test_fx_type_promotion 2025-08-26T19:44:27.9880465Z onnx/test_lazy_import 2025-08-26T19:44:27.9880712Z onnx/test_models_onnxruntime 2025-08-26T19:44:27.9881185Z onnx/test_models_quantized_onnxruntime 2025-08-26T19:44:27.9881584Z onnx/test_onnx_opset 2025-08-26T19:44:27.9881844Z onnx/test_onnxscript_runtime 2025-08-26T19:44:27.9882221Z onnx/test_op_consistency 2025-08-26T19:44:27.9882488Z onnx/test_pytorch_jit_onnx 2025-08-26T19:44:27.9882828Z onnx/test_pytorch_onnx_no_runtime 2025-08-26T19:44:27.9883134Z onnx/test_pytorch_onnx_onnxruntime 2025-08-26T19:44:27.9883455Z onnx/test_pytorch_onnx_shape_inference 2025-08-26T19:44:27.9883760Z onnx/test_symbolic_helper 2025-08-26T19:44:27.9884024Z onnx/test_utility_funs 2025-08-26T19:44:27.9884263Z onnx/test_verification 2025-08-26T19:44:27.9884514Z onnx/torchlib/test_ops 2025-08-26T19:44:27.9884753Z optim/test_lrscheduler 2025-08-26T19:44:27.9885001Z optim/test_optim 2025-08-26T19:44:27.9885218Z optim/test_swa_utils 2025-08-26T19:44:27.9885597Z profiler/test_cpp_thread 2025-08-26T19:44:27.9885860Z profiler/test_execution_trace 2025-08-26T19:44:27.9886135Z profiler/test_kineto 2025-08-26T19:44:27.9886389Z profiler/test_memory_profiler 2025-08-26T19:44:27.9886652Z profiler/test_profiler 2025-08-26T19:44:27.9886917Z profiler/test_profiler_tree 2025-08-26T19:44:27.9887187Z profiler/test_python_tracer 2025-08-26T19:44:27.9887468Z profiler/test_record_function 2025-08-26T19:44:27.9887803Z profiler/test_torch_tidy 2025-08-26T19:44:27.9888057Z test_accelerator 2025-08-26T19:44:27.9888269Z test_ao_sparsity 2025-08-26T19:44:27.9888508Z test_appending_byte_serializer 2025-08-26T19:44:27.9888770Z test_autocast 2025-08-26T19:44:27.9888992Z test_autograd 2025-08-26T19:44:27.9889203Z test_autograd_fallback 2025-08-26T19:44:27.9889448Z test_autoload 2025-08-26T19:44:27.9889671Z test_autoload_disable 2025-08-26T19:44:27.9889902Z test_autoload_enable 2025-08-26T19:44:27.9890143Z test_binary_ufuncs 2025-08-26T19:44:27.9890371Z test_bundled_inputs 2025-08-26T19:44:27.9890614Z test_ci_sanity_check_fail 2025-08-26T19:44:27.9890866Z test_comparison_utils 2025-08-26T19:44:27.9891120Z test_compile_benchmark_util 2025-08-26T19:44:27.9891371Z test_complex 2025-08-26T19:44:27.9891591Z test_content_store 2025-08-26T19:44:27.9891817Z test_cpp_api_parity 2025-08-26T19:44:27.9892067Z test_cpp_extensions_aot_ninja 2025-08-26T19:44:27.9892342Z test_cpp_extensions_aot_no_ninja 2025-08-26T19:44:27.9892636Z test_cpp_extensions_jit 2025-08-26T19:44:27.9892904Z test_cpp_extensions_mtia_backend 2025-08-26T19:44:27.9893196Z test_cpp_extensions_stream_and_event 2025-08-26T19:44:27.9893485Z test_cuda 2025-08-26T19:44:27.9893692Z test_cuda_expandable_segments 2025-08-26T19:44:27.9893960Z test_cuda_multigpu 2025-08-26T19:44:27.9894190Z test_cuda_nvml_based_avail 2025-08-26T19:44:27.9894454Z test_cuda_primary_ctx 2025-08-26T19:44:27.9894683Z test_cuda_sanitizer 2025-08-26T19:44:27.9894915Z test_cuda_trace 2025-08-26T19:44:27.9895128Z test_custom_ops 2025-08-26T19:44:27.9895347Z test_dataloader 2025-08-26T19:44:27.9895562Z test_datapipe 2025-08-26T19:44:27.9895762Z test_decomp 2025-08-26T19:44:27.9895970Z test_dispatch 2025-08-26T19:44:27.9896168Z test_dlpack 2025-08-26T19:44:27.9896384Z test_dynamic_shapes 2025-08-26T19:44:27.9896611Z test_expanded_weights 2025-08-26T19:44:27.9896859Z test_extension_utils 2025-08-26T19:44:27.9897083Z test_fake_tensor 2025-08-26T19:44:27.9897306Z test_file_check 2025-08-26T19:44:27.9897511Z test_flop_counter 2025-08-26T19:44:27.9897729Z test_foreach 2025-08-26T19:44:27.9897932Z test_function_schema 2025-08-26T19:44:27.9898191Z test_functional_autograd_benchmark 2025-08-26T19:44:27.9898475Z test_functional_optim 2025-08-26T19:44:27.9898727Z test_functionalization 2025-08-26T19:44:27.9898999Z test_functionalization_of_rng_ops 2025-08-26T19:44:27.9899270Z test_futures 2025-08-26T19:44:27.9899481Z test_fx 2025-08-26T19:44:27.9899674Z test_fx_experimental 2025-08-26T19:44:27.9899913Z test_fx_passes 2025-08-26T19:44:27.9900132Z test_fx_reinplace_pass 2025-08-26T19:44:27.9900385Z test_hop_infra 2025-08-26T19:44:27.9900592Z test_hub 2025-08-26T19:44:27.9900800Z test_import_stats 2025-08-26T19:44:27.9901015Z test_indexing 2025-08-26T19:44:27.9901226Z test_itt 2025-08-26T19:44:27.9901407Z test_jit 2025-08-26T19:44:27.9912232Z test_jit_autocast 2025-08-26T19:44:27.9912607Z test_jit_disabled 2025-08-26T19:44:27.9912871Z test_jit_fuser_legacy 2025-08-26T19:44:27.9913109Z test_jit_fuser_te 2025-08-26T19:44:27.9913333Z test_jit_legacy 2025-08-26T19:44:27.9913546Z test_jit_llga_fuser 2025-08-26T19:44:27.9913789Z test_jit_profiling 2025-08-26T19:44:27.9914023Z test_jiterator 2025-08-26T19:44:27.9914233Z test_legacy_vmap 2025-08-26T19:44:27.9914456Z test_license 2025-08-26T19:44:27.9914657Z test_linalg 2025-08-26T19:44:27.9914865Z test_logging 2025-08-26T19:44:27.9915062Z test_masked 2025-08-26T19:44:27.9915346Z test_maskedtensor 2025-08-26T19:44:27.9915685Z test_matmul_cuda 2025-08-26T19:44:27.9915908Z test_meta 2025-08-26T19:44:27.9916097Z test_metal 2025-08-26T19:44:27.9916310Z test_mkl_verbose 2025-08-26T19:44:27.9916517Z test_mkldnn 2025-08-26T19:44:27.9916717Z test_mkldnn_fusion 2025-08-26T19:44:27.9916967Z test_mkldnn_verbose 2025-08-26T19:44:27.9917189Z test_mobile_optimizer 2025-08-26T19:44:27.9917443Z test_model_exports_to_core_aten 2025-08-26T19:44:27.9917788Z test_module_tracker 2025-08-26T19:44:27.9918022Z test_modules 2025-08-26T19:44:27.9918217Z test_monitor 2025-08-26T19:44:27.9918426Z test_mps 2025-08-26T19:44:27.9918627Z test_multiprocessing 2025-08-26T19:44:27.9918888Z test_multiprocessing_spawn 2025-08-26T19:44:27.9919143Z test_namedtensor 2025-08-26T19:44:27.9919382Z test_namedtuple_return_api 2025-08-26T19:44:27.9919641Z test_native_functions 2025-08-26T19:44:27.9919882Z test_native_mha 2025-08-26T19:44:27.9920092Z test_nestedtensor 2025-08-26T19:44:27.9920313Z test_nn 2025-08-26T19:44:27.9920524Z test_numa_binding 2025-08-26T19:44:27.9920744Z test_numba_integration 2025-08-26T19:44:27.9920997Z test_numpy_interop 2025-08-26T19:44:27.9921215Z test_openmp 2025-08-26T19:44:27.9921523Z test_openreg 2025-08-26T19:44:27.9921725Z test_ops 2025-08-26T19:44:27.9921940Z test_ops_fwd_gradients 2025-08-26T19:44:27.9922179Z test_ops_gradients 2025-08-26T19:44:27.9922411Z test_ops_jit 2025-08-26T19:44:27.9922613Z test_optim 2025-08-26T19:44:27.9922823Z test_out_dtype_op 2025-08-26T19:44:27.9923034Z test_overrides 2025-08-26T19:44:27.9923252Z test_package 2025-08-26T19:44:27.9923470Z test_per_overload_api 2025-08-26T19:44:27.9923693Z test_prims 2025-08-26T19:44:27.9923901Z test_proxy_tensor 2025-08-26T19:44:27.9924114Z test_pruning_op 2025-08-26T19:44:27.9924341Z test_public_bindings 2025-08-26T19:44:27.9924570Z test_python_dispatch 2025-08-26T19:44:27.9924805Z test_pytree 2025-08-26T19:44:27.9925005Z test_quantization 2025-08-26T19:44:27.9925236Z test_reductions 2025-08-26T19:44:27.9925486Z test_rename_privateuse1_to_existing_device 2025-08-26T19:44:27.9925814Z test_scatter_gather_ops 2025-08-26T19:44:27.9926055Z test_schema_check 2025-08-26T19:44:27.9926289Z test_segment_reductions 2025-08-26T19:44:27.9926547Z test_serialization 2025-08-26T19:44:27.9926816Z test_set_default_mobile_cpu_allocator 2025-08-26T19:44:27.9927248Z test_shape_ops 2025-08-26T19:44:27.9927537Z test_show_pickle 2025-08-26T19:44:27.9927778Z test_sort_and_select 2025-08-26T19:44:27.9928002Z test_sparse 2025-08-26T19:44:27.9928213Z test_sparse_csr 2025-08-26T19:44:27.9928437Z test_sparse_semi_structured 2025-08-26T19:44:27.9928707Z test_spectral_ops 2025-08-26T19:44:27.9928915Z test_stateless 2025-08-26T19:44:27.9929131Z test_subclass 2025-08-26T19:44:27.9929333Z test_sympy_utils 2025-08-26T19:44:27.9929566Z test_tensor_creation_ops 2025-08-26T19:44:27.9929819Z test_tensorboard 2025-08-26T19:44:27.9930027Z test_tensorexpr 2025-08-26T19:44:27.9930265Z test_tensorexpr_pybind 2025-08-26T19:44:27.9930498Z test_testing 2025-08-26T19:44:27.9930710Z test_torch 2025-08-26T19:44:27.9930902Z test_transformers 2025-08-26T19:44:27.9931146Z test_transformers_privateuse1 2025-08-26T19:44:27.9931404Z test_type_hints 2025-08-26T19:44:27.9931630Z test_type_info 2025-08-26T19:44:27.9931845Z test_type_promotion 2025-08-26T19:44:29.9491163Z test_typing 2025-08-26T19:44:29.9491610Z test_unary_ufuncs 2025-08-26T19:44:29.9492001Z test_utils 2025-08-26T19:44:29.9492350Z test_utils_config_module 2025-08-26T19:44:29.9492771Z test_utils_filelock 2025-08-26T19:44:29.9493156Z test_view_ops 2025-08-26T19:44:29.9493567Z test_vulkan 2025-08-26T19:44:29.9493882Z test_weak 2025-08-26T19:44:29.9494214Z test_xnnpack_integration 2025-08-26T19:44:29.9494744Z test_xpu 2025-08-26T19:44:29.9495076Z torch_np/numpy_tests/core/test_dlpack 2025-08-26T19:44:29.9495458Z torch_np/numpy_tests/core/test_dtype 2025-08-26T19:44:29.9496000Z torch_np/numpy_tests/core/test_einsum 2025-08-26T19:44:29.9496315Z torch_np/numpy_tests/core/test_getlimits 2025-08-26T19:44:29.9496644Z torch_np/numpy_tests/core/test_indexing 2025-08-26T19:44:29.9496963Z torch_np/numpy_tests/core/test_multiarray 2025-08-26T19:44:29.9497292Z torch_np/numpy_tests/core/test_numeric 2025-08-26T19:44:29.9497617Z torch_np/numpy_tests/core/test_numerictypes 2025-08-26T19:44:29.9497967Z torch_np/numpy_tests/core/test_scalar_ctors 2025-08-26T19:44:29.9498477Z torch_np/numpy_tests/core/test_scalar_methods 2025-08-26T19:44:29.9498824Z torch_np/numpy_tests/core/test_scalarinherit 2025-08-26T19:44:29.9499178Z torch_np/numpy_tests/core/test_scalarmath 2025-08-26T19:44:29.9499503Z torch_np/numpy_tests/core/test_shape_base 2025-08-26T19:44:29.9499834Z torch_np/numpy_tests/fft/test_helper 2025-08-26T19:44:29.9500137Z torch_np/numpy_tests/fft/test_pocketfft 2025-08-26T19:44:29.9500458Z torch_np/numpy_tests/lib/test_arraypad 2025-08-26T19:44:29.9500919Z torch_np/numpy_tests/lib/test_arraysetops 2025-08-26T19:44:29.9501264Z torch_np/numpy_tests/lib/test_function_base 2025-08-26T19:44:29.9501601Z torch_np/numpy_tests/lib/test_histograms 2025-08-26T19:44:29.9501919Z torch_np/numpy_tests/lib/test_index_tricks 2025-08-26T19:44:29.9502253Z torch_np/numpy_tests/lib/test_shape_base_ 2025-08-26T19:44:29.9502567Z torch_np/numpy_tests/lib/test_twodim_base 2025-08-26T19:44:29.9502895Z torch_np/numpy_tests/lib/test_type_check 2025-08-26T19:44:29.9503274Z torch_np/numpy_tests/linalg/test_linalg 2025-08-26T19:44:29.9503630Z torch_np/test_basic 2025-08-26T19:44:29.9503864Z torch_np/test_binary_ufuncs 2025-08-26T19:44:29.9504133Z torch_np/test_dtype 2025-08-26T19:44:29.9504378Z torch_np/test_function_base 2025-08-26T19:44:29.9504635Z torch_np/test_indexing 2025-08-26T19:44:29.9505007Z torch_np/test_ndarray_methods 2025-08-26T19:44:29.9505274Z torch_np/test_nep50_examples 2025-08-26T19:44:29.9505546Z torch_np/test_random 2025-08-26T19:44:29.9505783Z torch_np/test_reductions 2025-08-26T19:44:29.9506061Z torch_np/test_scalars_0D_arrays 2025-08-26T19:44:29.9506340Z torch_np/test_ufuncs_basic 2025-08-26T19:44:29.9506616Z torch_np/test_unary_ufuncs 2025-08-26T19:44:29.9506872Z typing/test_python_operators 2025-08-26T19:44:29.9507134Z xpu/test_conv 2025-08-26T19:44:29.9507351Z xpu/test_fusion 2025-08-26T19:44:29.9507554Z xpu/test_gemm 2025-08-26T19:44:29.9518704Z additional failures: {'dynamo/test_logging', 'distributed/fsdp/test_fsdp_input', 'distributed/fsdp/test_fsdp_uneven', 'dynamo/test_functions', 'distributed/pipelining/test_schedule', 'inductor/test_pattern_matcher', 'doctests', 'dynamo/test_trace_rules', 'inductor/test_minifier', 'inductor/test_compiled_autograd', 'distributed/fsdp/test_fsdp_clip_grad_norm', 'distributed/fsdp/test_hsdp_dtensor_state_dict', 'inductor/test_torchinductor', 'dynamo/test_repros', 'inductor/test_aot_inductor', 'export/test_draft_export', 'inductor/test_split_cat_fx_passes', 'distributed/fsdp/test_fsdp_core', 'distributed/fsdp/test_fsdp_exec_order', 'distributed/test_distributed_spawn', 'inductor/test_cudagraph_trees', 'inductor/test_torchinductor_dynamic_shapes', 'distributed/fsdp/test_fsdp_apply', 'dynamo/test_aot_autograd_cache', 'inductor/test_compiled_optimizers', 'distributed/test_device_mesh', 'distributed/tensor/test_math_ops', 'higher_order_ops/test_with_effects', 'distributed/fsdp/test_distributed_checkpoint', 'inductor/test_inplace_padding', 'inductor/test_aot_inductor_arrayref', 'inductor/test_cuda_repro', 'distributed/fsdp/test_fsdp_pure_fp16', 'inductor/test_gpu_cpp_wrapper', 'test_nestedtensor', 'distributed/fsdp/test_fsdp_multiple_wrapping', 'inductor/test_inductor_freezing', 'distributed/test_c10d_functional_native', 'inductor/test_torchbind', 'distributed/fsdp/test_fsdp_comm', 'inductor/test_compile_subprocess', 'test_type_hints', 'distributed/fsdp/test_fsdp_overlap', 'distributed/tensor/test_dtensor_compile', 'inductor/test_split_cat_fx_aten_passes', 'inductor/test_torchinductor_codegen_dynamic_shapes', 'inductor/test_codecache', 'distributed/tensor/parallel/test_tp_examples', 'distributed/fsdp/test_fsdp_traversal', 'inductor/test_extension_backend', 'dynamo/test_structured_trace', 'distributed/_composable/fsdp/test_fully_shard_frozen', 'dynamo/test_package', 'distributed/pipelining/test_transformer', 'distributed/tensor/test_dtensor', 'distributed/pipelining/test_unflatten', 'distributed/_composable/fsdp/test_fully_shard_init', 'distributed/test_functional_api', 'test_sparse', 'inductor/test_cpu_repro', 'dynamo/test_pgo', 'distributed/fsdp/test_fsdp_dtensor_state_dict', 'distributed/fsdp/test_fsdp_fine_tune', 'test_dataloader', 'distributed/_composable/fsdp/test_fully_shard_training', 'inductor/test_padding', 'inductor/test_cudagraph_trees_expandable_segments', 'inductor/test_kernel_benchmark', 'inductor/test_torchinductor_opinfo', 'distributed/pipelining/test_microbatch', 'dynamo/test_subclasses', 'distributed/_composable/fsdp/test_fully_shard_extensions', 'export/test_torchbind', 'functorch/test_aotdispatch', 'dynamo/test_dynamic_shapes', 'dynamo/test_modes'} 2025-08-26T19:44:29.9529724Z Results from PreviouslyFailedInPR 2025-08-26T19:44:29.9530100Z distributed/_composable/fsdp/test_fully_shard_extensions (1) 2025-08-26T19:44:29.9530561Z distributed/_composable/fsdp/test_fully_shard_frozen (1) 2025-08-26T19:44:29.9530991Z distributed/_composable/fsdp/test_fully_shard_init (1) 2025-08-26T19:44:29.9531415Z distributed/_composable/fsdp/test_fully_shard_training (1) 2025-08-26T19:44:29.9531843Z distributed/fsdp/test_distributed_checkpoint (1) 2025-08-26T19:44:29.9532189Z distributed/fsdp/test_fsdp_apply (1) 2025-08-26T19:44:29.9532521Z distributed/fsdp/test_fsdp_clip_grad_norm (1) 2025-08-26T19:44:29.9532904Z distributed/fsdp/test_fsdp_comm (1) 2025-08-26T19:44:29.9533209Z distributed/fsdp/test_fsdp_core (1) 2025-08-26T19:44:29.9533591Z distributed/fsdp/test_fsdp_dtensor_state_dict (1) 2025-08-26T19:44:29.9533955Z distributed/fsdp/test_fsdp_exec_order (1) 2025-08-26T19:44:29.9534295Z distributed/fsdp/test_fsdp_fine_tune (1) 2025-08-26T19:44:29.9534659Z distributed/fsdp/test_fsdp_input (1) 2025-08-26T19:44:29.9535011Z distributed/fsdp/test_fsdp_multiple_wrapping (1) 2025-08-26T19:44:29.9535366Z distributed/fsdp/test_fsdp_overlap (1) 2025-08-26T19:44:29.9535699Z distributed/fsdp/test_fsdp_pure_fp16 (1) 2025-08-26T19:44:29.9536021Z distributed/fsdp/test_fsdp_traversal (1) 2025-08-26T19:44:29.9536346Z distributed/fsdp/test_fsdp_uneven (1) 2025-08-26T19:44:29.9536686Z distributed/fsdp/test_hsdp_dtensor_state_dict (1) 2025-08-26T19:44:29.9537058Z distributed/pipelining/test_microbatch (1) 2025-08-26T19:44:29.9537399Z distributed/pipelining/test_schedule (1) 2025-08-26T19:44:29.9537726Z distributed/pipelining/test_transformer (1) 2025-08-26T19:44:29.9538069Z distributed/pipelining/test_unflatten (1) 2025-08-26T19:44:29.9538417Z distributed/tensor/parallel/test_tp_examples (1) 2025-08-26T19:44:29.9538772Z distributed/tensor/test_dtensor (1) 2025-08-26T19:44:29.9539090Z distributed/tensor/test_dtensor_compile (1) 2025-08-26T19:44:29.9539422Z distributed/tensor/test_math_ops (1) 2025-08-26T19:44:29.9539736Z distributed/test_c10d_functional_native (1) 2025-08-26T19:44:29.9540064Z distributed/test_device_mesh (1) 2025-08-26T19:44:29.9540370Z distributed/test_distributed_spawn (1) 2025-08-26T19:44:29.9540680Z distributed/test_functional_api (1) 2025-08-26T19:44:29.9541031Z doctests (1) 2025-08-26T19:44:29.9541251Z dynamo/test_aot_autograd_cache (1) 2025-08-26T19:44:29.9541616Z dynamo/test_dynamic_shapes (1) 2025-08-26T19:44:29.9541891Z dynamo/test_functions (1) 2025-08-26T19:44:29.9542159Z dynamo/test_logging (1) 2025-08-26T19:44:29.9542401Z dynamo/test_modes (1) 2025-08-26T19:44:29.9542647Z dynamo/test_package (1) 2025-08-26T19:44:29.9542888Z dynamo/test_pgo (1) 2025-08-26T19:44:29.9543132Z dynamo/test_repros (1) 2025-08-26T19:44:29.9543400Z dynamo/test_structured_trace (1) 2025-08-26T19:44:29.9543675Z dynamo/test_subclasses (1) 2025-08-26T19:44:29.9544052Z dynamo/test_trace_rules (1) 2025-08-26T19:44:29.9544316Z export/test_draft_export (1) 2025-08-26T19:44:29.9544606Z export/test_torchbind (1) 2025-08-26T19:44:29.9544869Z functorch/test_aotdispatch (1) 2025-08-26T19:44:29.9545177Z higher_order_ops/test_with_effects (1) 2025-08-26T19:44:29.9545480Z inductor/test_aot_inductor (1) 2025-08-26T19:44:29.9545782Z inductor/test_aot_inductor_arrayref (1) 2025-08-26T19:44:29.9546098Z inductor/test_codecache (1) 2025-08-26T19:44:29.9546445Z inductor/test_compile_subprocess (1) 2025-08-26T19:44:29.9546765Z inductor/test_compiled_autograd (1) 2025-08-26T19:44:29.9547067Z inductor/test_compiled_optimizers (1) 2025-08-26T19:44:29.9547382Z inductor/test_cpu_repro (1) 2025-08-26T19:44:29.9547650Z inductor/test_cuda_repro (1) 2025-08-26T19:44:29.9547935Z inductor/test_cudagraph_trees (1) 2025-08-26T19:44:29.9548277Z inductor/test_cudagraph_trees_expandable_segments (1) 2025-08-26T19:44:29.9548721Z inductor/test_extension_backend (1) 2025-08-26T19:44:29.9549044Z inductor/test_gpu_cpp_wrapper (1) 2025-08-26T19:44:29.9549337Z inductor/test_inductor_freezing (1) 2025-08-26T19:44:29.9549645Z inductor/test_inplace_padding (1) 2025-08-26T19:44:29.9549989Z inductor/test_kernel_benchmark (1) 2025-08-26T19:44:29.9550384Z inductor/test_minifier (1) 2025-08-26T19:44:29.9550645Z inductor/test_padding (1) 2025-08-26T19:44:29.9550928Z inductor/test_pattern_matcher (1) 2025-08-26T19:44:29.9551233Z inductor/test_split_cat_fx_aten_passes (1) 2025-08-26T19:44:29.9551565Z inductor/test_split_cat_fx_passes (1) 2025-08-26T19:44:29.9551857Z inductor/test_torchbind (1) 2025-08-26T19:44:29.9552136Z inductor/test_torchinductor (1) 2025-08-26T19:44:29.9552486Z inductor/test_torchinductor_codegen_dynamic_shapes (1) 2025-08-26T19:44:29.9552877Z inductor/test_torchinductor_dynamic_shapes (1) 2025-08-26T19:44:29.9553227Z inductor/test_torchinductor_opinfo (1) 2025-08-26T19:44:29.9553525Z test_ci_sanity_check_fail (1) 2025-08-26T19:44:29.9553785Z test_cuda (1) 2025-08-26T19:44:29.9553995Z test_dataloader (1) 2025-08-26T19:44:29.9554235Z test_nestedtensor (1) 2025-08-26T19:44:29.9554461Z test_sparse (1) 2025-08-26T19:44:29.9554682Z test_type_hints (1) 2025-08-26T19:44:29.9554906Z base_commit: HEAD^ 2025-08-26T19:44:29.9555274Z Changed files: ['test/inductor/test_flex_attention.py', 'test/run_test.py'] 2025-08-26T19:44:29.9555714Z Results from EditedByPR 2025-08-26T19:44:29.9555962Z inductor/test_flex_attention (1) 2025-08-26T19:44:29.9556262Z Results from MentionedInPR 2025-08-26T19:44:29.9556600Z inductor/test_flex_attention (1) 2025-08-26T19:44:29.9556931Z base_commit: HEAD^ 2025-08-26T19:44:29.9557405Z Changed files: ['test/inductor/test_flex_attention.py', 'test/run_test.py'] 2025-08-26T19:44:29.9558004Z Results from HistoricalClassFailurCorrelation 2025-08-26T19:44:29.9558412Z inductor/test_cudagraph_trees, CudaGraphTreeTests (0.25) 2025-08-26T19:44:29.9558868Z inductor/test_cpu_repro, CPUReproTests (0.24536528073844502) 2025-08-26T19:44:29.9559384Z distributed/test_c10d_functional_native, CompileTest (0.1991253671515928) 2025-08-26T19:44:29.9559912Z inductor/test_cpu_cpp_wrapper, TestCppWrapper (0.17910202058526753) 2025-08-26T19:44:29.9560392Z inductor/test_torchinductor, CpuTests (0.17606036720478405) 2025-08-26T19:44:29.9560910Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmCPU (0.16654784564473554) 2025-08-26T19:44:29.9561469Z test_foreach, TestForeachCUDA (0.15249920026809907) 2025-08-26T19:44:29.9562029Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmDynamicShapesCPU (0.1332091828747903) 2025-08-26T19:44:29.9562715Z inductor/test_mkldnn_pattern_matcher, TestPatternMatcher (0.1217173331253731) 2025-08-26T19:44:29.9563260Z test_autograd, TestAutogradDeviceTypeCPU (0.12041443109194394) 2025-08-26T19:44:29.9563825Z inductor/test_cpu_cpp_wrapper, DynamicShapesCppWrapperCpuTests (0.10061721699808591) 2025-08-26T19:44:29.9564834Z inductor/test_aot_inductor_arrayref, AOTInductorTestABICompatibleCpuWithStackAllocation (0.09540829753193497) 2025-08-26T19:44:29.9565661Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCUDA (0.09274523344313411) 2025-08-26T19:44:29.9566347Z inductor/test_max_autotune, TestMaxAutotune (0.0907537328200541) 2025-08-26T19:44:29.9566822Z inductor/test_torchinductor, GPUTests (0.08744554674688619) 2025-08-26T19:44:29.9567441Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenCpuTests (0.08359700890142129) 2025-08-26T19:44:29.9568124Z dynamo/test_repros, ReproTests (0.07931814894629065) 2025-08-26T19:44:29.9568583Z inductor/test_flex_attention, TestFlexAttentionCUDA (0.07793621114166008) 2025-08-26T19:44:29.9569181Z inductor/test_aot_inductor, AOTInductorTestABICompatibleGpu (0.07755902780179537) 2025-08-26T19:44:29.9569718Z test_autograd, TestAutogradFunctional (0.07381873039161953) 2025-08-26T19:44:29.9570220Z distributed/test_nvshmem_triton, NVSHMEMTritonTest (0.07233119487646392) 2025-08-26T19:44:29.9570702Z test_cuda, TestCudaMallocAsync (0.07008611736987065) 2025-08-26T19:44:29.9571196Z distributed/fsdp/test_fsdp_unshard_params, TestUnshardParams (0.06915431274007529) 2025-08-26T19:44:29.9571755Z inductor/test_compile_subprocess, CpuTests (0.06583541484492027) 2025-08-26T19:44:29.9572301Z distributed/test_distributed_spawn, TestDistBackendWithSpawn (0.0636650065334589) 2025-08-26T19:44:29.9573098Z inductor/test_cudagraph_trees_expandable_segments, CudaGraphTreeTests (0.06183579286809204) 2025-08-26T19:44:29.9573684Z test_transformers, TestSDPACudaOnlyCUDA (0.05744189599791256) 2025-08-26T19:44:29.9574315Z dynamo/test_fx_graph_runnable, FxGraphRunnableTest (0.055191190004823046) 2025-08-26T19:44:29.9574921Z distributed/pipelining/test_schedule_multiproc, ScheduleTest (0.054888261173574454) 2025-08-26T19:44:29.9575536Z distributed/test_c10d_nccl, ProcessGroupNCCLGroupTest (0.05381603518598378) 2025-08-26T19:44:29.9576191Z inductor/test_torchinductor_strided_blocks, TritonBlockPointerTestCPU (0.05037291295883215) 2025-08-26T19:44:29.9576731Z test_fx, TestVisionTracing (0.04633654633689124) 2025-08-26T19:44:29.9577197Z inductor/test_compiled_autograd, TestCompiledAutograd (0.04559634100976528) 2025-08-26T19:44:29.9577693Z test_cuda_multigpu, TestCudaMultiGPU (0.044805911341952144) 2025-08-26T19:44:29.9578181Z inductor/test_flex_decoding, TestFlexDecodingCUDA (0.04272393166492162) 2025-08-26T19:44:29.9578770Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCpu (0.03869242487124848) 2025-08-26T19:44:29.9579369Z distributed/test_dynamo_distributed, TestSingleProc (0.036238646367316045) 2025-08-26T19:44:29.9579919Z test_quantization, TestQuantizedFunctionalOps (0.03483160715018007) 2025-08-26T19:44:29.9580405Z dynamo/test_decorators, DecoratorTests (0.033475350892684094) 2025-08-26T19:44:29.9580937Z distributed/test_c10d_gloo, LargeCommTest (0.033362563322290956) 2025-08-26T19:44:29.9582205Z test_dataloader, TestIndividualWorkerQueue (0.033159545695583305) 2025-08-26T19:44:29.9582843Z inductor/test_provenance_tracing, TestProvenanceTracingArtifact (0.03252793530138172) 2025-08-26T19:44:29.9583389Z test_mps, TestAdvancedIndexing (0.03252793530138172) 2025-08-26T19:44:29.9583838Z inductor/test_torchinductor, TritonCodeGenTests (0.031107676607568958) 2025-08-26T19:44:29.9584383Z test_quantization, TestFXNumericSuiteNShadows (0.028804898995796187) 2025-08-26T19:44:29.9584809Z test_jit, TestScript (0.027250306894480623) 2025-08-26T19:44:29.9585278Z distributed/tensor/test_dtensor_ops, TestDTensorOpsCPU (0.025759230342335526) 2025-08-26T19:44:29.9585765Z test_custom_ops, TestCustomOp (0.02556159200690832) 2025-08-26T19:44:29.9586226Z inductor/test_pattern_matcher, TestPatternMatcher (0.02547863327938359) 2025-08-26T19:44:29.9586673Z test_cuda, TestMemPool (0.024547687908719584) 2025-08-26T19:44:29.9587213Z distributed/tensor/parallel/test_micro_pipeline_tp, MicroPipelineTPTest (0.024438690668650974) 2025-08-26T19:44:29.9587841Z inductor/test_codecache, TestFxGraphCache (0.024159097578210696) 2025-08-26T19:44:29.9588419Z test_autograd, TestAutograd (0.02378472403692689) 2025-08-26T19:44:29.9588886Z inductor/test_flex_attention, TestFlexAttentionCPU (0.023063794352325175) 2025-08-26T19:44:29.9589476Z test_linalg, TestLinalgCUDA (0.022737974191257122) 2025-08-26T19:44:29.9590009Z inductor/test_mkldnn_pattern_matcher, TestPatternMatcherGenericCPU (0.02232244103717713) 2025-08-26T19:44:29.9590806Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesGPUTests (0.02230993012005159) 2025-08-26T19:44:29.9591511Z inductor/test_torchinductor, SweepInputsCpuTest (0.022212684880079474) 2025-08-26T19:44:29.9592037Z test_autograd, TestAutogradDeviceTypeCUDA (0.02205801295202798) 2025-08-26T19:44:29.9592552Z test_nestedtensor, TestNestedTensorSubclassCUDA (0.021790558599954747) 2025-08-26T19:44:29.9593018Z test_utils, TestCheckpoint (0.02147475340285395) 2025-08-26T19:44:29.9593360Z test_hub, TestHub (0.02107999690647796) 2025-08-26T19:44:29.9593919Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenGPUTests (0.020558918331261652) 2025-08-26T19:44:29.9594618Z functorch/test_vmap, TestVmapOperatorsOpInfoCUDA (0.02023484204566536) 2025-08-26T19:44:29.9595162Z inductor/test_inplace_padding, InplacePaddingTest (0.020211532614450776) 2025-08-26T19:44:29.9595696Z functorch/test_aotdispatch, TestAOTAutograd (0.02013258131517558) 2025-08-26T19:44:29.9596104Z test_cuda, TestCuda (0.019670152276563706) 2025-08-26T19:44:29.9596542Z inductor/test_inductor_freezing, FreezingCpuTests (0.019362722865281134) 2025-08-26T19:44:29.9597181Z distributed/test_c10d_gloo, ProcessGroupGlooTest (0.019327278062568554) 2025-08-26T19:44:29.9597692Z functorch/test_control_flow, TestHopSchema (0.019180859289367278) 2025-08-26T19:44:29.9598235Z distributed/test_dynamo_distributed, TestMultiProc (0.01914352713268343) 2025-08-26T19:44:29.9598799Z inductor/test_compile_subprocess, GPUTests (0.018979892345757685) 2025-08-26T19:44:29.9599511Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_, TestClipGradNormWorldSize4 (0.01879040922749721) 2025-08-26T19:44:29.9600291Z inductor/test_compiled_autograd, TestAutogradWithCompiledAutograd (0.018376898903434146) 2025-08-26T19:44:29.9601053Z distributed/fsdp/test_distributed_checkpoint, TestDistributedCheckpointCUDA (0.018316701431846015) 2025-08-26T19:44:29.9601829Z dynamo/test_guard_serialization, TestGuardSerialization (0.01802371146235835) 2025-08-26T19:44:29.9602412Z inductor/test_extension_backend, ExtensionBackendTests (0.01782945912774765) 2025-08-26T19:44:29.9603035Z higher_order_ops/test_invoke_subgraph, TestInvokeSubgraphCompile (0.01757025278415323) 2025-08-26T19:44:29.9603590Z test_quantization, TestNumericDebugger (0.01742560075331336) 2025-08-26T19:44:29.9604210Z distributed/_composable/fsdp/test_fully_shard_overlap, TestFullyShardOverlap (0.017369285840543636) 2025-08-26T19:44:29.9605002Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShardNDTraining (0.017369285840543636) 2025-08-26T19:44:29.9605799Z distributed/elastic/test_control_plane, WorkerServerTest (0.017369285840543636) 2025-08-26T19:44:29.9606458Z distributed/fsdp/test_fsdp_apply, TestApplyCUDA (0.017369285840543636) 2025-08-26T19:44:29.9606983Z distributed/fsdp/test_fsdp_core, TestHooksCUDA (0.017369285840543636) 2025-08-26T19:44:29.9607672Z distributed/fsdp/test_fsdp_misc, TestFSDPMiscMultiThread (0.017369285840543636) 2025-08-26T19:44:29.9608262Z distributed/fsdp/test_fsdp_pure_fp16, TestPureFP16CUDA (0.017369285840543636) 2025-08-26T19:44:29.9608893Z distributed/pipelining/test_transformer, TransformerTestsCUDA (0.017369285840543636) 2025-08-26T19:44:29.9609549Z distributed/pipelining/test_unflatten, UnflattenTestsCUDA (0.017369285840543636) 2025-08-26T19:44:29.9610201Z distributed/rpc/cuda/test_tensorpipe_agent, TensorPipeCudaRpcTest (0.017369285840543636) 2025-08-26T19:44:29.9610954Z distributed/rpc/test_tensorpipe_agent, TensorPipeDdpUnderDistAutogradTest (0.017369285840543636) 2025-08-26T19:44:29.9611769Z distributed/rpc/test_tensorpipe_agent, TensorPipeRpcTest (0.017369285840543636) 2025-08-26T19:44:29.9612338Z dynamo/test_backends, TestOptimizationsCUDA (0.017369285840543636) 2025-08-26T19:44:29.9612891Z dynamo/test_ctx_manager, ContextlibContextManagerTests (0.017369285840543636) 2025-08-26T19:44:29.9613544Z dynamo/test_misc, MiscTestsDeviceCUDA (0.017369285840543636) 2025-08-26T19:44:29.9613966Z functorch/test_dims, TestMin (0.017369285840543636) 2025-08-26T19:44:29.9614443Z functorch/test_ops, TestOperatorsCUDA (0.017369285840543636) 2025-08-26T19:44:29.9615178Z inductor/test_benchmark_fusion, BenchmarkMultiTemplateFusionCudaTest (0.017369285840543636) 2025-08-26T19:44:29.9615826Z inductor/test_kernel_benchmark, TestKernelBenchmark (0.017369285840543636) 2025-08-26T19:44:29.9616469Z inductor/test_torchinductor_strided_blocks, TritonBlockPointerTestGPU (0.017369285840543636) 2025-08-26T19:44:29.9617130Z nn/test_convolution, TestConvolutionNNDeviceTypeCUDA (0.017369285840543636) 2025-08-26T19:44:29.9617688Z nn/test_parametrization, TestNNParametrization (0.017369285840543636) 2025-08-26T19:44:29.9618253Z profiler/test_kineto, SimpleKinetoInitializationTest (0.017369285840543636) 2025-08-26T19:44:29.9618825Z profiler/test_memory_profiler, TestIdentifyGradients (0.017369285840543636) 2025-08-26T19:44:29.9619338Z profiler/test_profiler, TestProfiler (0.017369285840543636) 2025-08-26T19:44:29.9619792Z profiler/test_profiler, TestProfilerCUDA (0.017369285840543636) 2025-08-26T19:44:29.9620227Z test_decomp, TestDecompCUDA (0.017369285840543636) 2025-08-26T19:44:29.9620608Z test_modules, TestModuleCUDA (0.017369285840543636) 2025-08-26T19:44:29.9620987Z test_optim, TestOptimRenewedCUDA (0.017369285840543636) 2025-08-26T19:44:29.9621553Z test_overrides, TestTorchFunctionWarning (0.017369285840543636) 2025-08-26T19:44:29.9622008Z test_quantization, TestQuantizePT2E (0.017369285840543636) 2025-08-26T19:44:29.9622518Z test_schema_check, TestSchemaCheckModeOpInfoCUDA (0.017369285840543636) 2025-08-26T19:44:29.9623100Z test_testing, TestTestingCUDA (0.017369285840543636) 2025-08-26T19:44:29.9623462Z test_torch, TestTorch (0.017369285840543636) 2025-08-26T19:44:29.9623824Z test_type_hints, TestTypeHints (0.017369285840543636) 2025-08-26T19:44:29.9624363Z distributed/checkpoint/e2e/test_e2e_save_and_load, TestE2ESaveAndLoad (0.017053480643442843) 2025-08-26T19:44:29.9624947Z distributed/test_c10d_nccl, CommTest (0.017053480643442843) 2025-08-26T19:44:29.9625412Z test_autograd_fallback, TestAutogradFallback (0.017053480643442843) 2025-08-26T19:44:29.9625894Z inductor/test_cudagraph_trees, TestSAC (0.016968312944090458) 2025-08-26T19:44:29.9626400Z functorch/test_aotdispatch, TestAOTAutogradWithCache (0.01669809164423969) 2025-08-26T19:44:29.9626970Z inductor/test_inductor_scheduler, TestSchedulerCUDA (0.01651286496704996) 2025-08-26T19:44:29.9627462Z test_jit_fuser_te, TestNNCOpInfoCPU (0.016421870249241254) 2025-08-26T19:44:29.9627882Z test_mobile_optimizer, TestOptimizer (0.016421870249241254) 2025-08-26T19:44:29.9628371Z profiler/test_torch_tidy, TestTorchTidyProfiler (0.016350096340809257) 2025-08-26T19:44:29.9628941Z inductor/test_fused_attention, SDPAPatternRewriterCpuTests (0.016244572174966224) 2025-08-26T19:44:29.9629653Z distributed/test_launcher, TestDistributedLaunch (0.01617894317454834) 2025-08-26T19:44:29.9630150Z test_ops_gradients, TestBwdGradientsCUDA (0.016162379964910187) 2025-08-26T19:44:29.9630963Z distributed/_tools/test_fsdp2_mem_tracker, TestTrackerFullyShard1DTrainingCompose (0.016106065052140465) 2025-08-26T19:44:29.9631793Z distributed/_tools/test_fsdp2_mem_tracker, TestTrackerFullyShard1DTrainingCore (0.016106065052140465) 2025-08-26T19:44:29.9632464Z distributed/tensor/test_dtensor, DTensorMeshTest (0.016106065052140465) 2025-08-26T19:44:29.9633040Z distributed/test_c10d_gloo, DistributedDataParallelTest (0.016106065052140465) 2025-08-26T19:44:29.9633634Z distributed/test_c10d_gloo, ProcessGroupGlooLazyInitTest (0.016106065052140465) 2025-08-26T19:44:29.9634322Z distributed/test_device_mesh, DeviceMeshCollectiveTest (0.016106065052140465) 2025-08-26T19:44:29.9634877Z dynamo/test_export, ExportTestsDeviceCUDA (0.016106065052140465) 2025-08-26T19:44:29.9635303Z dynamo/test_hooks, HooksTests (0.016106065052140465) 2025-08-26T19:44:29.9635738Z dynamo/test_modes, TorchFunctionModeTests (0.016106065052140465) 2025-08-26T19:44:29.9636179Z dynamo/test_utils, TestDynamoTimed (0.016106065052140465) 2025-08-26T19:44:29.9636702Z export/test_torchbind, TestCompileTorchbind (0.016106065052140465) 2025-08-26T19:44:29.9637301Z higher_order_ops/test_invoke_subgraph, TestInvokeSubgraphExportStrict (0.016106065052140465) 2025-08-26T19:44:29.9638065Z inductor/test_inductor_freezing, FreezingGpuTests (0.016106065052140465) 2025-08-26T19:44:29.9638734Z inductor/test_memory, TestOperatorReorderForPeakMemory (0.016106065052140465) 2025-08-26T19:44:29.9639250Z inductor/test_perf, InplacingTests (0.016106065052140465) 2025-08-26T19:44:29.9639683Z test_matmul_cuda, TestFP8MatmulCUDA (0.016106065052140465) 2025-08-26T19:44:29.9640107Z test_matmul_cuda, TestMatmulCudaCUDA (0.016106065052140465) 2025-08-26T19:44:29.9640512Z test_openreg, TestOpenReg (0.016106065052140465) 2025-08-26T19:44:29.9640859Z test_ops_jit, TestJitCPU (0.016106065052140465) 2025-08-26T19:44:29.9641213Z test_ops_jit, TestJitCUDA (0.016106065052140465) 2025-08-26T19:44:29.9641701Z test_quantization, TestQuantizedOps (0.016106065052140465) 2025-08-26T19:44:29.9642318Z inductor/test_mkldnn_pattern_matcher, TestDynamicPatternMatcherGenericCPU (0.01325941169408773) 2025-08-26T19:44:29.9642968Z inductor/test_max_autotune, TestPrologueFusion (0.01309007771162823) 2025-08-26T19:44:29.9643635Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShard1DTrainingCore (0.01302478163903174) 2025-08-26T19:44:29.9644399Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesCpuTests (0.01168273821365116) 2025-08-26T19:44:29.9645011Z distributed/test_composability, ComposabilityTest (0.011274245536498324) 2025-08-26T19:44:29.9645548Z test_mps, TestSDPA (0.00991277424233046) 2025-08-26T19:44:29.9646081Z distributed/test_symmetric_memory, SymmetricMemoryTest (0.009316253314473406) 2025-08-26T19:44:29.9646716Z distributed/_composable/test_replicate_with_compiler, ReplicateTest (0.009204322358538946) 2025-08-26T19:44:29.9647450Z inductor/test_flex_attention, TestLearnableBiasesCUDA (0.009000448117372613) 2025-08-26T19:44:29.9648020Z test_expanded_weights, TestExpandedWeightModuleCPU (0.00873624200561595) 2025-08-26T19:44:29.9648605Z inductor/test_benchmark_fusion, BenchmarkFusionCpuTest (0.008649553453927285) 2025-08-26T19:44:29.9649054Z test_mps, TestMPS (0.008608414079592315) 2025-08-26T19:44:29.9649529Z distributed/tensor/test_dtensor_compile, TestDTensorCompile (0.008075194294287831) 2025-08-26T19:44:29.9650215Z dynamo/test_dynamic_shapes, DynamicShapesAotAutogradFallbackTests (0.008053032526070232) 2025-08-26T19:44:29.9650816Z inductor/test_analysis, TestAnalysisCUDA (0.008053032526070232) 2025-08-26T19:44:29.9651308Z inductor/test_mps_basic, MPSBasicTestsAOTI (0.008053032526070232) 2025-08-26T19:44:29.9651815Z inductor/test_flex_decoding, TestFlexDecodingCPU (0.007247729273463208) 2025-08-26T19:44:29.9652290Z test_nn, TestNNDeviceTypeCUDA (0.006723943796557464) 2025-08-26T19:44:29.9652759Z inductor/test_flex_attention, TestPagedAttentionCUDA (0.006316103942015868) 2025-08-26T19:44:29.9653341Z dynamo/test_dynamic_shapes, DynamicShapesMiscTests (0.0062911611686701984) 2025-08-26T19:44:29.9654070Z distributed/test_dynamo_distributed, TestFakeDistributedSingleProc (0.00625003993137462) 2025-08-26T19:44:29.9654759Z inductor/test_compiled_optimizers, CompiledOptimizerTests (0.006171277666149101) 2025-08-26T19:44:29.9655429Z functorch/test_aotdispatch, TestAOTModuleSimplified (0.005965209278570542) 2025-08-26T19:44:29.9655945Z test_binary_ufuncs, TestBinaryUfuncsCUDA (0.005506347026372808) 2025-08-26T19:44:29.9656680Z distributed/_composable/fsdp/test_fully_shard_comm, TestFullyShardForceSumReduction (0.005368688350713488) 2025-08-26T19:44:29.9657530Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShardForwardInputs (0.005368688350713488) 2025-08-26T19:44:29.9658266Z distributed/_tools/test_runtime_estimator, TestRuntimeEstimator (0.005368688350713488) 2025-08-26T19:44:29.9658847Z distributed/_tools/test_sac_ilp, TestSACILP (0.005368688350713488) 2025-08-26T19:44:29.9659397Z test_quantization, TestXNNPACKQuantizer (0.005368688350713488) 2025-08-26T19:44:29.9659827Z test_ops, TestFakeTensorCUDA (0.00511069314771747) 2025-08-26T19:44:29.9660279Z test_dataloader, TestDataLoaderPersistentWorkers (0.005027618737844631) 2025-08-26T19:44:29.9660828Z inductor/test_flex_attention, TestBlockMaskCUDA (0.004973931854337497) 2025-08-26T19:44:29.9661644Z distributed/_composable/test_composability/test_2d_composability, TestFullyShard2DTraining (0.004484433798831266) 2025-08-26T19:44:29.9662276Z test_ops, TestCommonCUDA (0.004484433798831266) 2025-08-26T19:44:29.9662605Z test_nn, TestNN (0.004417325194447347) 2025-08-26T19:44:29.9663039Z torch_np/numpy_tests/core/test_numeric, TestCreationFuncs (0.004240552712513892) 2025-08-26T19:44:29.9663656Z test_mkldnn_fusion, TestMkldnnFusion (0.004168628601730473) 2025-08-26T19:44:29.9664146Z dynamo/test_aot_autograd_cache, AOTAutogradCacheTests (0.004026516263035116) 2025-08-26T19:44:29.9664709Z inductor/test_memory_planning, TestMemoryPlanning (0.0039962417046664304) 2025-08-26T19:44:29.9665259Z inductor/test_triton_cpu_backend, CpuTritonTests (0.0039008407489272423) 2025-08-26T19:44:29.9665814Z dynamo/test_dynamic_shapes, DynamicShapesFunctionTests (0.0038859077586116675) 2025-08-26T19:44:29.9666412Z inductor/test_max_autotune, TestMaxAutotuneRemoteCache (0.003309707873351942) 2025-08-26T19:44:29.9666980Z distributed/test_c10d_gloo, ProcessGroupGlooFRTest (0.003221213010428093) 2025-08-26T19:44:29.9667512Z test_ops_fwd_gradients, TestFwdGradientsCUDA (0.003221213010428093) 2025-08-26T19:44:29.9668101Z distributed/test_inductor_collectives, TestCollectivesMultiProc (0.0028422467739071403) 2025-08-26T19:44:29.9668750Z dynamo/test_dynamic_shapes, DynamicShapesCtxManagerTests (0.0028422467739071403) 2025-08-26T19:44:29.9669418Z dynamo/test_dynamic_shapes, DynamicShapesExportTests (0.002684344175356744) 2025-08-26T19:44:29.9670047Z test_binary_ufuncs, TestBinaryUfuncsCPU (0.002474130062376233) 2025-08-26T19:44:29.9670576Z test_jit_fuser_te, TestTEFuserDynamic (0.002438066382392199) 2025-08-26T19:44:29.9671138Z distributed/launcher/test_run, ElasticLaunchTest (0.002388877720457992) 2025-08-26T19:44:29.9671765Z distributed/tensor/test_attention, RingFlexAttentionTest (0.002300866436020066) 2025-08-26T19:44:29.9672444Z inductor/test_mps_basic, MPSBasicTests (0.0022043358326697994) 2025-08-26T19:44:29.9672890Z test_torch, TestTorchDeviceTypeCUDA (0.002110908422726356) 2025-08-26T19:44:29.9673365Z inductor/test_multi_kernel, MultiKernelTest (0.002105367980671956) 2025-08-26T19:44:29.9673841Z test_public_bindings, TestPublicBindings (0.002019569285534854) 2025-08-26T19:44:29.9674306Z dynamo/test_after_aot, TestAfterAot (0.0017895627835711626) 2025-08-26T19:44:29.9674706Z dynamo/test_misc, MiscTests (0.0017895627835711626) 2025-08-26T19:44:29.9675100Z dynamo/test_logging, LoggingTests (0.00163598831230924) 2025-08-26T19:44:29.9675543Z test_ops, TestCompositeComplianceCUDA (0.0015346809929678688) 2025-08-26T19:44:29.9675973Z inductor/test_perf, NoopTests (0.0013956265604343936) 2025-08-26T19:44:29.9676474Z distributed/fsdp/test_fsdp_core, TestParityWithDDPCUDA (0.0013512320728410996) 2025-08-26T19:44:29.9677246Z distributed/fsdp/test_fsdp_clip_grad_norm, TestClipGradNormCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9677887Z distributed/fsdp/test_fsdp_comm, TestCommunicationCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9678625Z distributed/fsdp/test_fsdp_comm, TestExplicitUnshardCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9679309Z distributed/fsdp/test_fsdp_core, TestAutogradCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9679872Z distributed/fsdp/test_fsdp_core, TestNoGradCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9680417Z distributed/fsdp/test_fsdp_core, TestParamInitCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9681485Z distributed/fsdp/test_fsdp_dtensor_state_dict, TestFSDPWithDeviceMeshAndDTensorCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9682360Z distributed/fsdp/test_fsdp_exec_order, TestFSDPExecOrderCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9683001Z distributed/fsdp/test_fsdp_fine_tune, TestFSDPFineTuneCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9683579Z distributed/fsdp/test_fsdp_input, TestInputCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9684231Z distributed/fsdp/test_fsdp_multiple_wrapping, TestMultipleWrappingCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9684991Z distributed/fsdp/test_fsdp_overlap, TestForwardOverlapWorldSizeOneCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9685669Z distributed/fsdp/test_fsdp_traversal, TestTraversalCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9686294Z distributed/fsdp/test_fsdp_uneven, TestUnevenParamShardCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9687210Z distributed/fsdp/test_hsdp_dtensor_state_dict, TestHSDPWithDeviceMeshAndDTensorCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9687985Z distributed/pipelining/test_microbatch, MicrobatchTestsCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9688624Z distributed/test_c10d_ops_nccl, ProcessGroupNCCLOpTest (0.0012632207884031735) 2025-08-26T19:44:29.9689143Z distributed/test_p2p_ipc, P2PIpcTest (0.0012632207884031735) 2025-08-26T19:44:29.9689839Z distributed/test_symmetric_memory, SymmMemCollectiveTest (0.0012632207884031735) 2025-08-26T19:44:29.9690420Z dynamo/test_structured_trace, StructuredTraceTest (0.0012632207884031735) 2025-08-26T19:44:29.9690958Z inductor/test_async_compile, TestAsyncCompile (0.0012632207884031735) 2025-08-26T19:44:29.9691482Z inductor/test_cudacodecache, TestCUDACodeCache (0.0012632207884031735) 2025-08-26T19:44:29.9691983Z test_cuda_expandable_segments, TestCuda (0.0012632207884031735) 2025-08-26T19:44:29.9692489Z test_cuda_expandable_segments, TestCudaMallocAsync (0.0012632207884031735) 2025-08-26T19:44:29.9693042Z test_nestedtensor, TestNestedTensorDeviceTypeCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9693601Z test_nestedtensor, TestNestedTensorOpInfoCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9694192Z test_transformers, TestTransformersCUDA (0.0012632207884031735) 2025-08-26T19:44:29.9694742Z inductor/test_halide, HalideCpuTests (0.001151289832468715) 2025-08-26T19:44:29.9695255Z inductor/test_triton_heuristics, TestTritonHeuristics (0.001128916445217138) 2025-08-26T19:44:29.9695799Z profiler/test_profiler, TestExperimentalUtils (0.001116164110403289) 2025-08-26T19:44:29.9696285Z inductor/test_padding, PaddingTest (0.0010737376701426976) 2025-08-26T19:44:29.9696703Z test_dataloader, TestDataLoader (0.0009721678905346045) 2025-08-26T19:44:29.9697212Z distributed/test_c10d_nccl, DistributedDataParallelTest (0.0009474155913023802) 2025-08-26T19:44:29.9698020Z distributed/test_compute_comm_reordering, TestComputeCommReorderingMultiProc (0.0009474155913023802) 2025-08-26T19:44:29.9698721Z distributed/test_cupy_as_tensor, CupyAsTensorTest (0.0009474155913023802) 2025-08-26T19:44:29.9699279Z distributed/test_data_parallel, TestDataParallel (0.0009474155913023802) 2025-08-26T19:44:29.9699836Z dynamo/test_dynamic_shapes, DynamicShapesReproTests (0.0009474155913023802) 2025-08-26T19:44:29.9700404Z inductor/test_compile_subprocess, TestSubprocess (0.0009474155913023802) 2025-08-26T19:44:29.9701044Z inductor/test_compiled_optimizers, CompiledOptimizerParityTestsCUDA (0.0009474155913023802) 2025-08-26T19:44:29.9701665Z inductor/test_control_flow, WhileLoopTests (0.0009474155913023802) 2025-08-26T19:44:29.9702157Z inductor/test_fxir_backend, AOTFxirTestCase (0.0009474155913023802) 2025-08-26T19:44:29.9702774Z inductor/test_triton_kernels, CustomOpTests (0.0009474155913023802) 2025-08-26T19:44:29.9703339Z test_cuda, TestBlockStateAbsorption (0.0009474155913023802) 2025-08-26T19:44:29.9703787Z test_cuda, TestCudaOptimsCUDA (0.0009474155913023802) 2025-08-26T19:44:29.9704190Z test_indexing, TestIndexingCUDA (0.0009474155913023802) 2025-08-26T19:44:29.9704604Z test_mps, TestMemoryLeak (0.0009474155913023802) 2025-08-26T19:44:29.9705108Z export/test_serdes, SerDesExportTestExport (0.0008947813917855813) 2025-08-26T19:44:29.9705542Z test_jit_legacy, TestScript (0.0008947813917855813) 2025-08-26T19:44:29.9706004Z test_nestedtensor, TestNestedTensorSubclassCPU (0.0008947813917855813) 2025-08-26T19:44:29.9706743Z inductor/test_torchinductor, test.inductor.test_torchinductor.GPUTests (0.0008476876343231823) 2025-08-26T19:44:29.9707577Z distributed/rpc/cuda/test_tensorpipe_agent, TensorPipeTensorPipeCudaDistAutogradTest (0.0008206423621804903) 2025-08-26T19:44:29.9708458Z distributed/_composable/fsdp/test_fully_shard_comm, TestFullyShardCollectiveOps (0.0006442426020856185) 2025-08-26T19:44:29.9709253Z inductor/test_compiled_autograd, HigherOrderOpTestsWithCompiledAutograd (0.0006442426020856185) 2025-08-26T19:44:29.9709888Z test_jit, TestRecursiveScript (0.0005368688350713488) 2025-08-26T19:44:29.9710369Z dynamo/test_aot_autograd, AotAutogradFallbackTests (0.0005195504855529182) 2025-08-26T19:44:29.9711077Z functorch/test_aotdispatch, TestAOTAutogradWithDynamo (0.0005195504855529182) 2025-08-26T19:44:29.9711815Z distributed/_tools/test_fake_collectives, TestFakeCollectives (0.00048806257733758984) 2025-08-26T19:44:29.9712328Z test_decomp, HasDecompTest (0.00048806257733758984) 2025-08-26T19:44:29.9712838Z inductor/test_fused_attention, SDPAPatternRewriterGpuTests (0.0004751463751199447) 2025-08-26T19:44:29.9713480Z dynamo/test_dynamic_shapes, DynamicShapesHigherOrderOpTests (0.0004282388034319803) 2025-08-26T19:44:29.9714161Z inductor/test_mkldnn_pattern_matcher, TestDynamicPatternMatcher (0.00041297602697796057) 2025-08-26T19:44:29.9715001Z distributed/checkpoint/test_consolidate_hf_safetensors, TestConsolidateHFSafeTensors (0.00031580519710079337) 2025-08-26T19:44:29.9715964Z distributed/checkpoint/test_hf_safetensor_e2e, TestDistributedHFSafetensorsConsolidation (0.00031580519710079337) 2025-08-26T19:44:29.9716854Z inductor/test_torchinductor_strided_blocks, TritonTensorDescriptorTestCUDA (0.00031580519710079337) 2025-08-26T19:44:29.9717444Z test_cuda, TestCudaAutocast (0.00031580519710079337) 2025-08-26T19:44:29.9717835Z test_jit, TestPythonBuiltinOP (0.00031580519710079337) 2025-08-26T19:44:29.9718287Z test_quantization, TestQuantizationDocs (0.00031580519710079337) 2025-08-26T19:44:29.9718797Z torch_np/numpy_tests/linalg/test_linalg, TestSolve (0.00031580519710079337) 2025-08-26T19:44:29.9719398Z inductor/test_fxir_backend, FxirTestCase (0.00029448096096924863) 2025-08-26T19:44:29.9719893Z inductor/test_fp8, TestFP8Types (0.0002656087920879304) 2025-08-26T19:44:29.9720336Z functorch/test_ops, TestOperatorsCPU (0.00016953752686463646) 2025-08-26T19:44:29.9720733Z test_ops, TestCommonCPU (0.00016953752686463646) 2025-08-26T19:44:29.9721111Z test_spectral_ops, TestFFTCPU (0.00016953752686463646) 2025-08-26T19:44:29.9721722Z inductor/test_fused_attention, SDPAPatternRewriterCpuDynamicTests (0.0001542913875331543) 2025-08-26T19:44:29.9722460Z distributed/tensor/parallel/test_tp_style, TensorParallelStyleTest (0.00014147599270307332) 2025-08-26T19:44:29.9723194Z export/test_export_opinfo, TestExportOpInfoCPU (0.00012109823347474033) 2025-08-26T19:44:29.9723739Z dynamo/test_functions, FunctionTests (0.00011587097159813284) 2025-08-26T19:44:29.9724519Z distributed/tensor/parallel/test_tp_random_state, TensorParallelRandomStateTests (0.00010956506838190791) 2025-08-26T19:44:29.9725174Z inductor/test_foreach, ForeachTests (0.00010809439632309035) 2025-08-26T19:44:29.9725726Z inductor/test_distributed_patterns, DistributedPatternTests (0.00010458483800091211) 2025-08-26T19:44:29.9726628Z export/test_export_training_ir_to_run_decomp, TrainingIRToRunDecompExportNonStrictTestExport (9.363991309383991e-05) 2025-08-26T19:44:29.9727529Z distributed/_composable/fsdp/test_fully_shard_init, TestFullyShardProcessGroupInit (9.203465744080265e-05) 2025-08-26T19:44:29.9728284Z dynamo/test_aot_autograd_cache, AOTAutogradCacheBundledTests (9.203465744080265e-05) 2025-08-26T19:44:29.9729053Z distributed/tensor/test_optimizers, TestDTensorOptimizer (7.422149793613116e-05) 2025-08-26T19:44:29.9729700Z distributed/test_store, TestClientProtocol (7.287812240787541e-05) 2025-08-26T19:44:29.9730301Z distributed/test_c10d_spawn_nccl, TestDistributedNNFunctionsNccl (6.942269419026061e-05) 2025-08-26T19:44:29.9730882Z inductor/test_config, TestInductorConfig (6.942269419026061e-05) 2025-08-26T19:44:29.9731400Z inductor/test_cutlass_backend, TestCutlassBackend (5.63149127697219e-05) 2025-08-26T19:44:29.9732083Z inductor/test_select_algorithm, TestSelectAlgorithm (5.63149127697219e-05) 2025-08-26T19:44:29.9732647Z higher_order_ops/test_with_effects, TestWithEffects (5.611869356146503e-05) 2025-08-26T19:44:29.9733395Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion, TestFsdpTpCheckpointConversion (5.5347302584675134e-05) 2025-08-26T19:44:29.9734181Z distributed/tensor/test_redistribute, RedistributeTest (5.5347302584675134e-05) 2025-08-26T19:44:30.4035522Z inductor/test_compiled_autograd, TestDTensorCompileWithCompiledAutograd (5.5347302584675134e-05) 2025-08-26T19:44:30.4036661Z base_commit: HEAD^ 2025-08-26T19:44:30.4037351Z Changed files: ['test/inductor/test_flex_attention.py', 'test/run_test.py'] 2025-08-26T19:44:30.4038252Z Results from CorrelatedWithHistoricalFailures 2025-08-26T19:44:30.4038979Z inductor/test_max_autotune (0.25) 2025-08-26T19:44:30.4039591Z inductor/test_aot_inductor (0.22759666436965312) 2025-08-26T19:44:30.4040288Z inductor/test_flex_attention (0.2117863598269298) 2025-08-26T19:44:30.4040938Z test_autograd (0.16469288288752754) 2025-08-26T19:44:30.4041700Z inductor/test_aot_inductor_arrayref (0.12761472934066764) 2025-08-26T19:44:30.4042396Z inductor/test_perf (0.1170348603398033) 2025-08-26T19:44:30.4043039Z inductor/test_torchinductor (0.10756007372842366) 2025-08-26T19:44:30.4043643Z test_utils (0.08681718159748744) 2025-08-26T19:44:30.4044216Z inductor/test_flex_decoding (0.06893263374379135) 2025-08-26T19:44:30.4044983Z distributed/test_dynamo_distributed (0.061312487941473356) 2025-08-26T19:44:30.4045724Z test_dataloader (0.057999713756304645) 2025-08-26T19:44:30.4046528Z distributed/pipelining/test_schedule_multiproc (0.05654060146054855) 2025-08-26T19:44:30.4047441Z inductor/test_compiled_autograd (0.052655903003032974) 2025-08-26T19:44:30.4048266Z distributed/test_c10d_functional_native (0.050412329818372965) 2025-08-26T19:44:30.4049008Z test_nestedtensor (0.050339374203585155) 2025-08-26T19:44:30.4049711Z inductor/test_torchinductor_opinfo (0.049828258674472936) 2025-08-26T19:44:30.4050414Z test_cuda (0.049427429018737604) 2025-08-26T19:44:30.4051014Z inductor/test_inplace_padding (0.04596203731631689) 2025-08-26T19:44:30.4051852Z inductor/test_torchinductor_dynamic_shapes (0.045656165634234656) 2025-08-26T19:44:30.4052608Z test_mps (0.04335801828077837) 2025-08-26T19:44:30.4053121Z test_jit_fuser_te (0.042839653113130614) 2025-08-26T19:44:30.4053715Z inductor/test_halide (0.04278523586226565) 2025-08-26T19:44:30.4054327Z test_overrides (0.04140860066921598) 2025-08-26T19:44:30.4054869Z test_decomp (0.04125308399819495) 2025-08-26T19:44:30.4055491Z inductor/test_extension_backend (0.04118865566305767) 2025-08-26T19:44:30.4056233Z inductor/test_pattern_matcher (0.04096294484599066) 2025-08-26T19:44:30.4056903Z functorch/test_ops (0.04051724459162705) 2025-08-26T19:44:30.4057447Z test_ops (0.04051724459162705) 2025-08-26T19:44:30.4058167Z distributed/fsdp/test_distributed_checkpoint (0.04012558813329252) 2025-08-26T19:44:30.4059323Z distributed/fsdp/test_fsdp_apply (0.04012558813329252) 2025-08-26T19:44:30.4060108Z distributed/fsdp/test_fsdp_core (0.04012558813329252) 2025-08-26T19:44:30.4060861Z distributed/fsdp/test_fsdp_misc (0.04012558813329252) 2025-08-26T19:44:30.4061646Z distributed/fsdp/test_fsdp_pure_fp16 (0.04012558813329252) 2025-08-26T19:44:30.4062555Z distributed/rpc/cuda/test_tensorpipe_agent (0.04012558813329252) 2025-08-26T19:44:30.4063520Z distributed/rpc/test_tensorpipe_agent (0.04012558813329252) 2025-08-26T19:44:30.4064601Z distributed/tensor/test_dtensor_ops (0.04012558813329252) 2025-08-26T19:44:30.4065457Z distributed/test_distributed_spawn (0.04012558813329252) 2025-08-26T19:44:30.4066202Z dynamo/test_backends (0.04012558813329252) 2025-08-26T19:44:30.4066819Z dynamo/test_ctx_manager (0.04012558813329252) 2025-08-26T19:44:30.4067462Z dynamo/test_decorators (0.04012558813329252) 2025-08-26T19:44:30.4068072Z functorch/test_dims (0.04012558813329252) 2025-08-26T19:44:30.4068740Z inductor/test_kernel_benchmark (0.04012558813329252) 2025-08-26T19:44:30.4069439Z nn/test_parametrization (0.04012558813329252) 2025-08-26T19:44:30.4070082Z profiler/test_kineto (0.04012558813329252) 2025-08-26T19:44:30.4070754Z profiler/test_memory_profiler (0.04012558813329252) 2025-08-26T19:44:30.4071443Z profiler/test_profiler (0.04012558813329252) 2025-08-26T19:44:30.4072102Z test_ci_sanity_check_fail (0.04012558813329252) 2025-08-26T19:44:30.4072726Z test_cuda_multigpu (0.04012558813329252) 2025-08-26T19:44:30.4073308Z test_jit (0.04012558813329252) 2025-08-26T19:44:30.4073898Z test_model_exports_to_core_aten (0.04012558813329252) 2025-08-26T19:44:30.4074557Z test_modules (0.04012558813329252) 2025-08-26T19:44:30.4075102Z test_quantization (0.04012558813329252) 2025-08-26T19:44:30.4075673Z test_testing (0.04012558813329252) 2025-08-26T19:44:30.4076211Z test_torch (0.04012558813329252) 2025-08-26T19:44:30.4076732Z test_type_hints (0.04012558813329252) 2025-08-26T19:44:30.4077338Z inductor/test_mps_basic (0.03831319815607626) 2025-08-26T19:44:30.4078064Z inductor/test_provenance_tracing (0.03793691968965838) 2025-08-26T19:44:30.4078739Z test_fx (0.03793691968965838) 2025-08-26T19:44:30.4079238Z test_reductions (0.03782137795762965) 2025-08-26T19:44:30.4079864Z distributed/test_c10d_gloo (0.037207363541780336) 2025-08-26T19:44:30.4080569Z distributed/test_device_mesh (0.037207363541780336) 2025-08-26T19:44:30.4081618Z higher_order_ops/test_invoke_subgraph (0.037207363541780336) 2025-08-26T19:44:30.4082405Z profiler/test_torch_tidy (0.037207363541780336) 2025-08-26T19:44:30.4083041Z test_ao_sparsity (0.037207363541780336) 2025-08-26T19:44:30.4083621Z test_datapipe (0.037207363541780336) 2025-08-26T19:44:30.4084174Z test_matmul_cuda (0.037207363541780336) 2025-08-26T19:44:30.4084753Z test_ops_jit (0.037207363541780336) 2025-08-26T19:44:30.4085548Z inductor/test_torchinductor_codegen_dynamic_shapes (0.02073384975869863) 2025-08-26T19:44:30.4086575Z distributed/tensor/test_dtensor_compile (0.018654878693548274) 2025-08-26T19:44:30.4087324Z inductor/test_analysis (0.018603681770890168) 2025-08-26T19:44:30.4087990Z inductor/test_codecache (0.018603681770890168) 2025-08-26T19:44:30.4088595Z test_nn (0.016486632758622815) 2025-08-26T19:44:30.4089272Z inductor/test_torchinductor_strided_blocks (0.015320679105438962) 2025-08-26T19:44:30.4090025Z test_openreg (0.014124681005503043) 2025-08-26T19:44:30.4090740Z distributed/_tools/test_runtime_estimator (0.012402454513926778) 2025-08-26T19:44:30.4091626Z distributed/_tools/test_sac_ilp (0.012402454513926778) 2025-08-26T19:44:30.4092512Z distributed/flight_recorder/test_fr_analysis (0.012402454513926778) 2025-08-26T19:44:30.4093386Z functorch/test_aotdispatch (0.012402454513926778) 2025-08-26T19:44:30.4094035Z test_binary_ufuncs (0.012402454513926778) 2025-08-26T19:44:30.4094617Z test_linalg (0.012402454513926778) 2025-08-26T19:44:30.4095207Z inductor/test_memory_planning (0.00923190223217106) 2025-08-26T19:44:30.4096140Z inductor/test_triton_cpu_backend (0.009011512085295954) 2025-08-26T19:44:30.4096973Z distributed/test_inductor_collectives (0.006566005330902412) 2025-08-26T19:44:30.4097748Z dynamo/test_dynamic_shapes (0.006566005330902412) 2025-08-26T19:44:30.4098465Z distributed/tensor/test_attention (0.005315337648825762) 2025-08-26T19:44:30.4099140Z test_public_bindings (0.004665500130630763) 2025-08-26T19:44:30.4100007Z distributed/tensor/parallel/test_micro_pipeline_tp (0.004146950735306787) 2025-08-26T19:44:30.4101042Z dynamo/test_logging (0.0037793720371260982) 2025-08-26T19:44:30.4101806Z distributed/fsdp/test_fsdp_clip_grad_norm (0.002918224591512183) 2025-08-26T19:44:30.4102678Z distributed/fsdp/test_fsdp_comm (0.002918224591512183) 2025-08-26T19:44:30.4103517Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.002918224591512183) 2025-08-26T19:44:30.4104474Z distributed/fsdp/test_fsdp_exec_order (0.002918224591512183) 2025-08-26T19:44:30.4105334Z distributed/fsdp/test_fsdp_fine_tune (0.002918224591512183) 2025-08-26T19:44:30.4106178Z distributed/fsdp/test_fsdp_input (0.002918224591512183) 2025-08-26T19:44:30.4107083Z distributed/fsdp/test_fsdp_multiple_wrapping (0.002918224591512183) 2025-08-26T19:44:30.4108001Z distributed/fsdp/test_fsdp_overlap (0.002918224591512183) 2025-08-26T19:44:30.4108863Z distributed/fsdp/test_fsdp_traversal (0.002918224591512183) 2025-08-26T19:44:30.4109683Z distributed/fsdp/test_fsdp_uneven (0.002918224591512183) 2025-08-26T19:44:30.4110595Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.002918224591512183) 2025-08-26T19:44:30.4111557Z distributed/pipelining/test_microbatch (0.002918224591512183) 2025-08-26T19:44:30.4112496Z distributed/pipelining/test_transformer (0.002918224591512183) 2025-08-26T19:44:30.4113407Z distributed/pipelining/test_unflatten (0.002918224591512183) 2025-08-26T19:44:30.4114235Z distributed/test_c10d_ops_nccl (0.002918224591512183) 2025-08-26T19:44:30.4114978Z dynamo/test_structured_trace (0.002918224591512183) 2025-08-26T19:44:30.4115691Z inductor/test_async_compile (0.002918224591512183) 2025-08-26T19:44:30.4116409Z inductor/test_cudacodecache (0.002918224591512183) 2025-08-26T19:44:30.4117118Z test_cuda_expandable_segments (0.002918224591512183) 2025-08-26T19:44:30.4117853Z test_transformers_privateuse1 (0.0027519253418145143) 2025-08-26T19:44:30.4118780Z distributed/_composable/test_replicate_with_compiler (0.002659647728973129) 2025-08-26T19:44:30.4119749Z inductor/test_triton_heuristics (0.002607961935426689) 2025-08-26T19:44:30.4120463Z inductor/test_indexing (0.002529071945812258) 2025-08-26T19:44:30.4121097Z inductor/test_padding (0.0024804909027853557) 2025-08-26T19:44:30.4121971Z distributed/test_compute_comm_reordering (0.0021886684436341376) 2025-08-26T19:44:30.4122871Z dynamo/test_fx_graph_runnable (0.0021886684436341376) 2025-08-26T19:44:30.4123651Z inductor/test_compile_subprocess (0.0021886684436341376) 2025-08-26T19:44:30.4124458Z inductor/test_compiled_optimizers (0.0021886684436341376) 2025-08-26T19:44:30.4125227Z inductor/test_control_flow (0.0021886684436341376) 2025-08-26T19:44:30.4125928Z inductor/test_fxir_backend (0.0021886684436341376) 2025-08-26T19:44:30.4126631Z inductor/test_triton_kernels (0.0021886684436341376) 2025-08-26T19:44:30.4127266Z test_hub (0.0021886684436341376) 2025-08-26T19:44:30.4127853Z inductor/test_compile_worker (0.0013780505015474197) 2025-08-26T19:44:30.4128663Z inductor/test_triton_extension_backend (0.0013288344122064405) 2025-08-26T19:44:30.4129417Z test_transformers (0.0013288344122064405) 2025-08-26T19:44:30.4130017Z dynamo/test_base_hop (0.00128301253592346) 2025-08-26T19:44:30.4130771Z export/test_export_with_inline_and_install (0.0012402454513926779) 2025-08-26T19:44:30.4131621Z export/test_functionalized_assertions (0.0012402454513926779) 2025-08-26T19:44:30.4132344Z functorch/test_parsing (0.0012402454513926779) 2025-08-26T19:44:30.4132974Z functorch/test_rearrange (0.0012402454513926779) 2025-08-26T19:44:30.4133723Z dynamo/test_utils (0.0011627301106806355) 2025-08-26T19:44:30.4134358Z distributed/test_nvshmem_triton (0.0007295561478780458) 2025-08-26T19:44:30.4135169Z inductor/test_mkldnn_pattern_matcher (0.0007295561478780458) 2025-08-26T19:44:30.4135903Z test_mobile_optimizer (0.0007295561478780458) 2025-08-26T19:44:30.4136658Z torch_np/numpy_tests/linalg/test_linalg (0.0007295561478780458) 2025-08-26T19:44:30.4137404Z dynamo/test_repros (0.0004709792853389916) 2025-08-26T19:44:30.4138153Z inductor/test_cpu_repro (0.0004709792853389916) 2025-08-26T19:44:30.4138870Z inductor/test_inductor_freezing (0.0004709792853389916) 2025-08-26T19:44:30.4139540Z test_spectral_ops (0.0003916564583345298) 2025-08-26T19:44:30.4140165Z distributed/test_nvshmem (0.0002416062567648074) 2025-08-26T19:44:30.4140976Z export/test_export_training_ir_to_run_decomp (0.00021632188105686243) 2025-08-26T19:44:30.4141751Z doctests (0.0002126135059530305) 2025-08-26T19:44:30.4142368Z test_cpp_extensions_aot_no_ninja (0.00015063709935943457) 2025-08-26T19:44:30.4143133Z inductor/test_triton_syntax (0.00014823650813458302) 2025-08-26T19:44:30.4143878Z inductor/test_fused_attention (0.00013935342150479528) 2025-08-26T19:44:30.4144615Z inductor/test_cutlass_backend (0.00013009567671951167) 2025-08-26T19:44:30.4145376Z inductor/test_select_algorithm (0.00013009567671951167) 2025-08-26T19:44:30.4146356Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.00012786035581367812) 2025-08-26T19:44:30.4147475Z distributed/tensor/parallel/test_tp_style (0.00012786035581367812) 2025-08-26T19:44:30.4148414Z distributed/tensor/test_redistribute (0.00012786035581367812) 2025-08-26T19:44:30.4149202Z inductor/test_profiler (0.0001240245451392678) 2025-08-26T19:44:30.4149772Z test_autocast (0.0001240245451392678) 2025-08-26T19:44:30.4150300Z base_commit: HEAD^ 2025-08-26T19:44:31.0923339Z Changed files: ['test/inductor/test_flex_attention.py', 'test/run_test.py'] 2025-08-26T19:44:31.0924092Z Results from HistorialEditedFiles 2025-08-26T19:44:31.0924625Z inductor/test_flex_attention (0.25) 2025-08-26T19:44:31.0925264Z inductor/test_flex_decoding (0.022343645515623883) 2025-08-26T19:44:31.0925709Z functorch/test_aotdispatch (0.007184102311439745) 2025-08-26T19:44:31.0926158Z inductor/test_torchinductor (0.006514127770655572) 2025-08-26T19:44:31.0926532Z inductor/test_best_config (0.0064779768316239675) 2025-08-26T19:44:31.0926883Z inductor/test_cpu_repro (0.003720271949378343) 2025-08-26T19:44:31.0927307Z distributed/test_inductor_collectives (0.003502594399436508) 2025-08-26T19:44:31.0927706Z test_transformers (0.0033421873540820106) 2025-08-26T19:44:31.0928101Z inductor/test_torchinductor_dynamic_shapes (0.003320484770028416) 2025-08-26T19:44:31.0928517Z inductor/test_perf (0.00321933399026498) 2025-08-26T19:44:31.0928814Z test_openreg (0.0031703980728889068) 2025-08-26T19:44:31.0929104Z test_nn (0.0031200194247168076) 2025-08-26T19:44:31.0929499Z inductor/test_torchinductor_codegen_dynamic_shapes (0.003109428879179505) 2025-08-26T19:44:31.0929978Z functorch/test_control_flow (0.00286482639801647) 2025-08-26T19:44:31.0930327Z inductor/test_mps_basic (0.002591190732649587) 2025-08-26T19:44:31.0930729Z higher_order_ops/test_invoke_subgraph (0.002429035229343585) 2025-08-26T19:44:31.0931179Z inductor/test_torchinductor_opinfo (0.0023550719479884805) 2025-08-26T19:44:31.0931573Z inductor/test_aot_inductor (0.0021755443131679306) 2025-08-26T19:44:31.0931965Z inductor/test_select_algorithm (0.0021515442569898222) 2025-08-26T19:44:31.0932518Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic (0.0021223086000748998) 2025-08-26T19:44:31.0933134Z distributed/_tools/test_runtime_estimator (0.002014384576409097) 2025-08-26T19:44:31.0933577Z inductor/test_triton_heuristics (0.0018898581678023578) 2025-08-26T19:44:31.0933984Z test_transformers_privateuse1 (0.0018290758112820612) 2025-08-26T19:44:31.0934396Z inductor/test_aot_inductor_arrayref (0.001745903127099603) 2025-08-26T19:44:31.0935176Z distributed/tensor/parallel/test_micro_pipeline_tp (0.001727460488433058) 2025-08-26T19:44:31.0935651Z test_extension_utils (0.001727460488433058) 2025-08-26T19:44:31.0935954Z test_utils (0.001727460488433058) 2025-08-26T19:44:31.0936298Z inductor/test_compiled_autograd (0.0014169912981342651) 2025-08-26T19:44:31.0936671Z inductor/test_codecache (0.001416005304704794) 2025-08-26T19:44:31.0937005Z test_matmul_cuda (0.0013881378924908501) 2025-08-26T19:44:31.0937421Z dynamo/test_callback (0.0012955953663247935) 2025-08-26T19:44:31.0937736Z dynamo/test_einops (0.0012955953663247935) 2025-08-26T19:44:31.0938047Z dynamo/test_misc (0.0012955953663247935) 2025-08-26T19:44:31.0938359Z dynamo/test_ctx_manager (0.0011674595608640996) 2025-08-26T19:44:31.0938709Z dynamo/test_exceptions (0.0011674595608640996) 2025-08-26T19:44:31.0939042Z dynamo/test_generator (0.0011674595608640996) 2025-08-26T19:44:31.0939388Z dynamo/test_recompiles (0.0011149972243522466) 2025-08-26T19:44:31.0939706Z test_autograd (0.0010714284608699127) 2025-08-26T19:44:31.0940017Z dynamo/test_base_hop (0.0010364762930598348) 2025-08-26T19:44:31.0940353Z test_public_bindings (0.0010364762930598348) 2025-08-26T19:44:31.0940663Z test_native_mha (0.0010179677878266234) 2025-08-26T19:44:31.0940980Z dynamo/test_repros (0.0010132427024308471) 2025-08-26T19:44:31.0941274Z test_optim (0.0009559480436028677) 2025-08-26T19:44:31.0941574Z test_nestedtensor (0.000898998796731448) 2025-08-26T19:44:31.0941946Z distributed/tensor/test_matrix_ops (0.0008668572519499939) 2025-08-26T19:44:31.0942334Z functorch/test_ops (0.000815732094866418) 2025-08-26T19:44:31.0942639Z dynamo/test_logging (0.000797289456199873) 2025-08-26T19:44:31.0942957Z test_ops_gradients (0.000797289456199873) 2025-08-26T19:44:31.0943263Z test_linalg (0.0007587828479949984) 2025-08-26T19:44:31.0943579Z test_sparse_semi_structured (0.0007587828479949984) 2025-08-26T19:44:31.0943921Z test_testing (0.0007587828479949984) 2025-08-26T19:44:31.0944202Z test_mps (0.0007447612531213536) 2025-08-26T19:44:31.0944483Z test_view_ops (0.0007447612531213536) 2025-08-26T19:44:31.0944811Z dynamo/test_higher_order_ops (0.0007263186144548084) 2025-08-26T19:44:31.0945163Z nn/test_pooling (0.0007263186144548084) 2025-08-26T19:44:31.0945530Z distributed/fsdp/test_fsdp_grad_acc (0.0007187892100843032) 2025-08-26T19:44:31.0946054Z distributed/_composable/fsdp/test_fully_shard_compile (0.0006477976831623967) 2025-08-26T19:44:31.0946671Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.0006477976831623967) 2025-08-26T19:44:31.0947268Z distributed/_composable/test_replicate_with_compiler (0.0006477976831623967) 2025-08-26T19:44:31.0947734Z nn/test_convolution (0.0006477976831623967) 2025-08-26T19:44:31.0948042Z nn/test_dropout (0.0006477976831623967) 2025-08-26T19:44:31.0948383Z nn/test_multihead_attention (0.0006477976831623967) 2025-08-26T19:44:31.0948734Z test_tensor_creation_ops (0.0005942628014775645) 2025-08-26T19:44:31.0949109Z inductor/test_loop_ordering (0.0005571517306934863) 2025-08-26T19:44:31.0949512Z inductor/test_inductor_scheduler (0.0005387090920269411) 2025-08-26T19:44:31.0949929Z inductor/test_scatter_optimization (0.0005387090920269411) 2025-08-26T19:44:31.0950337Z inductor/test_snode_runtime (0.0005387090920269411) 2025-08-26T19:44:31.0950707Z dynamo/test_compiler_bisector (0.0005182381465299174) 2025-08-26T19:44:31.0951073Z export/test_converter (0.0004880788936883881) 2025-08-26T19:44:31.0951391Z test_dataloader (0.0004787823842105194) 2025-08-26T19:44:31.0951710Z dynamo/test_modules (0.00046963625502184295) 2025-08-26T19:44:31.0952023Z test_tensorboard (0.0004170873667664816) 2025-08-26T19:44:31.0952380Z inductor/test_extension_backend (0.0003986447280999365) 2025-08-26T19:44:31.0952792Z inductor/test_cudagraph_trees (0.0003770922978129663) 2025-08-26T19:44:31.0953157Z dynamo/test_unittest (0.0003701701046642267) 2025-08-26T19:44:31.0953495Z inductor/test_max_autotune (0.000369562893442461) 2025-08-26T19:44:31.0953951Z inductor/test_pattern_matcher (0.000369562893442461) 2025-08-26T19:44:31.0954375Z inductor/test_aot_inductor_custom_ops (0.00029857136652055455) 2025-08-26T19:44:31.0954837Z inductor/test_aot_inductor_package (0.00029857136652055455) 2025-08-26T19:44:31.0955246Z inductor/test_cuda_repro (0.00029857136652055455) 2025-08-26T19:44:31.0955606Z inductor/test_multi_kernel (0.00029857136652055455) 2025-08-26T19:44:31.0956057Z inductor/test_triton_kernels (0.00029857136652055455) 2025-08-26T19:44:31.0956456Z inductor/test_auto_functionalize (0.0002801287278540094) 2025-08-26T19:44:31.0956858Z inductor/test_control_flow (0.0002801287278540094) 2025-08-26T19:44:31.0957255Z inductor/test_cpu_select_algorithm (0.0002801287278540094) 2025-08-26T19:44:31.0957706Z inductor/test_mkldnn_pattern_matcher (0.0002801287278540094) 2025-08-26T19:44:31.0958103Z test_serialization (0.0002667093353690586) 2025-08-26T19:44:31.0958415Z test_type_hints (0.0002667093353690586) 2025-08-26T19:44:31.0958840Z distributed/flight_recorder/test_fr_analysis (0.0002482666967025135) 2025-08-26T19:44:31.0959351Z dynamo/test_cudagraphs_expandable_segments (0.0002482666967025135) 2025-08-26T19:44:31.0959888Z inductor/test_cudagraph_trees_expandable_segments (0.0002482666967025135) 2025-08-26T19:44:31.0960354Z test_cuda_expandable_segments (0.0002482666967025135) 2025-08-26T19:44:31.0960756Z inductor/test_cutlass_backend (0.00022949852951545632) 2025-08-26T19:44:31.0961120Z inductor/test_fp8 (0.00022949852951545632) 2025-08-26T19:44:31.0961565Z inductor/test_group_batch_fusion (0.00022949852951545632) 2025-08-26T19:44:31.0962069Z distributed/tensor/debug/test_comm_mode_features (0.00021905956878759714) 2025-08-26T19:44:31.0962719Z distributed/tensor/experimental/test_tp_transform (0.00021905956878759714) 2025-08-26T19:44:31.0963262Z distributed/tensor/test_pointwise_ops (0.00021905956878759714) 2025-08-26T19:44:31.0963707Z distributed/tensor/test_view_ops (0.00021905956878759714) 2025-08-26T19:44:31.0964176Z distributed/tensor/test_xla_integration (0.00021905956878759714) 2025-08-26T19:44:31.0964603Z inductor/test_mmdecomp (0.0002110558908489112) 2025-08-26T19:44:31.0964937Z inductor/test_padding (0.0002110558908489112) 2025-08-26T19:44:31.0965272Z test_jit_fuser_te (0.00018909534761343572) 2025-08-26T19:44:31.0965630Z onnx/test_pytorch_onnx_no_runtime (0.00016795509688086334) 2025-08-26T19:44:31.0965996Z test_foreach (0.0001586585874029946) 2025-08-26T19:44:31.0966303Z inductor/test_indexing (0.0001585070025935498) 2025-08-26T19:44:31.0966685Z inductor/test_kernel_benchmark (0.0001585070025935498) 2025-08-26T19:44:31.0967061Z inductor/test_ordered_set (0.0001585070025935498) 2025-08-26T19:44:31.0967413Z inductor/test_pad_mm (0.0001585070025935498) 2025-08-26T19:44:31.0967804Z onnx/test_pytorch_onnx_onnxruntime (0.00015112918303248937) 2025-08-26T19:44:31.0968244Z dynamo/test_activation_checkpointing (0.00014951245821431821) 2025-08-26T19:44:31.0968666Z dynamo/test_subclasses (0.00014951245821431821) 2025-08-26T19:44:31.0969076Z distributed/tensor/debug/test_comm_mode (0.0001480680418656907) 2025-08-26T19:44:31.0969575Z distributed/tensor/debug/test_op_coverage (0.0001480680418656907) 2025-08-26T19:44:31.0970101Z distributed/tensor/experimental/test_local_map (0.0001480680418656907) 2025-08-26T19:44:31.0970698Z distributed/tensor/experimental/test_register_sharding (0.0001480680418656907) 2025-08-26T19:44:31.0971221Z distributed/tensor/test_api (0.0001480680418656907) 2025-08-26T19:44:31.0971619Z distributed/tensor/test_attention (0.0001480680418656907) 2025-08-26T19:44:31.0972071Z distributed/tensor/test_common_rules (0.0001480680418656907) 2025-08-26T19:44:31.0972532Z distributed/tensor/test_convolution_ops (0.0001480680418656907) 2025-08-26T19:44:31.0972986Z distributed/tensor/test_dtensor (0.0001480680418656907) 2025-08-26T19:44:31.0973423Z distributed/tensor/test_dtensor_compile (0.0001480680418656907) 2025-08-26T19:44:31.0973968Z distributed/tensor/test_dtensor_ops (0.0001480680418656907) 2025-08-26T19:44:31.0974426Z distributed/tensor/test_embedding_ops (0.0001480680418656907) 2025-08-26T19:44:31.0974921Z distributed/tensor/test_experimental_ops (0.0001480680418656907) 2025-08-26T19:44:31.0975376Z distributed/tensor/test_init (0.0001480680418656907) 2025-08-26T19:44:31.0975774Z distributed/tensor/test_math_ops (0.0001480680418656907) 2025-08-26T19:44:31.0976217Z distributed/tensor/test_op_strategy (0.0001480680418656907) 2025-08-26T19:44:31.0976719Z distributed/tensor/test_optimizers (0.0001480680418656907) 2025-08-26T19:44:31.0977163Z distributed/tensor/test_random_ops (0.0001480680418656907) 2025-08-26T19:44:31.0977605Z distributed/tensor/test_redistribute (0.0001480680418656907) 2025-08-26T19:44:31.0978059Z distributed/tensor/test_tensor_ops (0.0001480680418656907) 2025-08-26T19:44:31.0978482Z distributed/tensor/test_utils (0.0001480680418656907) 2025-08-26T19:44:31.0978874Z inductor/test_benchmark_fusion (0.0001400643639270047) 2025-08-26T19:44:31.0979264Z inductor/test_ck_backend (0.0001400643639270047) 2025-08-26T19:44:31.0979614Z inductor/test_debug_trace (0.0001400643639270047) 2025-08-26T19:44:31.0980016Z inductor/test_distributed_patterns (0.0001400643639270047) 2025-08-26T19:44:31.0980430Z inductor/test_external_callables (0.0001400643639270047) 2025-08-26T19:44:31.0980823Z inductor/test_fxir_backend (0.0001400643639270047) 2025-08-26T19:44:31.0981409Z inductor/test_gpu_cpp_wrapper (0.0001400643639270047) 2025-08-26T19:44:31.0981797Z inductor/test_memory_planning (0.0001400643639270047) 2025-08-26T19:44:31.0982168Z inductor/test_metrics (0.0001400643639270047) 2025-08-26T19:44:31.0982502Z inductor/test_minifier (0.0001400643639270047) 2025-08-26T19:44:31.0982842Z inductor/test_utils (0.0001400643639270047) 2025-08-26T19:44:31.0983146Z test_dispatch (0.00011810382069152923) 2025-08-26T19:44:31.0983515Z inductor/test_compiled_optimizers (9.696356995895682e-05) 2025-08-26T19:44:31.0983899Z test_autograd_fallback (9.696356995895682e-05) 2025-08-26T19:44:31.0984229Z test_custom_ops (9.696356995895682e-05) 2025-08-26T19:44:31.0984556Z test_functional_optim (9.696356995895682e-05) 2025-08-26T19:44:31.0984930Z test_functionalization_of_rng_ops (9.696356995895682e-05) 2025-08-26T19:44:31.0985299Z test_indexing (9.696356995895682e-05) 2025-08-26T19:44:31.0985592Z test_maskedtensor (9.696356995895682e-05) 2025-08-26T19:44:31.0985901Z test_modules (9.696356995895682e-05) 2025-08-26T19:44:31.0986201Z test_numpy_interop (9.696356995895682e-05) 2025-08-26T19:44:31.0986506Z test_ops (9.696356995895682e-05) 2025-08-26T19:44:31.0986784Z test_proxy_tensor (9.696356995895682e-05) 2025-08-26T19:44:31.0987112Z test_segment_reductions (9.696356995895682e-05) 2025-08-26T19:44:31.0987440Z test_sparse (9.696356995895682e-05) 2025-08-26T19:44:31.0987726Z test_unary_ufuncs (9.696356995895682e-05) 2025-08-26T19:44:31.0988060Z export/test_draft_export (8.943416558845159e-05) 2025-08-26T19:44:31.0988404Z export/test_passes (8.943416558845159e-05) 2025-08-26T19:44:31.0988782Z higher_order_ops/test_with_effects (8.943416558845159e-05) 2025-08-26T19:44:31.0989188Z inductor/test_inplacing_pass (8.943416558845159e-05) 2025-08-26T19:44:31.0989640Z inductor/test_torchinductor_strided_blocks (8.943416558845159e-05) 2025-08-26T19:44:31.0990041Z test_datapipe (8.943416558845159e-05) 2025-08-26T19:44:31.0990335Z test_fx (8.943416558845159e-05) 2025-08-26T19:44:31.0990631Z test_fx_experimental (8.943416558845159e-05) 2025-08-26T19:44:31.0999270Z test_jit_autocast (8.943416558845159e-05) 2025-08-26T19:44:31.0999704Z torch_np/numpy_tests/core/test_scalar_methods (8.943416558845159e-05) 2025-08-26T19:44:31.1000247Z distributed/pipelining/test_schedule_multiproc (7.852093129241173e-05) 2025-08-26T19:44:31.1000745Z distributed/test_data_parallel (7.852093129241173e-05) 2025-08-26T19:44:31.1001160Z distributions/test_distributions (7.852093129241173e-05) 2025-08-26T19:44:31.1001809Z dynamo/test_aot_autograd (7.852093129241173e-05) 2025-08-26T19:44:31.1002188Z dynamo/test_autograd_function (7.852093129241173e-05) 2025-08-26T19:44:31.1002640Z dynamo/test_pre_dispatch (7.852093129241173e-05) 2025-08-26T19:44:31.1003051Z functorch/test_memory_efficient_fusion (7.852093129241173e-05) 2025-08-26T19:44:31.1003456Z nn/test_embedding (7.852093129241173e-05) 2025-08-26T19:44:31.1003799Z nn/test_parametrization (7.852093129241173e-05) 2025-08-26T19:44:31.1004209Z test_torch (7.852093129241173e-05) 2025-08-26T19:44:31.1004576Z benchmark_utils/test_benchmark_utils (7.099152692190648e-05) 2025-08-26T19:44:31.1005091Z distributed/_composable/fsdp/test_fully_shard_autograd (7.099152692190648e-05) 2025-08-26T19:44:31.1005680Z distributed/_composable/fsdp/test_fully_shard_comm (7.099152692190648e-05) 2025-08-26T19:44:31.1006261Z distributed/_composable/fsdp/test_fully_shard_extensions (7.099152692190648e-05) 2025-08-26T19:44:31.1006867Z distributed/_composable/fsdp/test_fully_shard_frozen (7.099152692190648e-05) 2025-08-26T19:44:31.1007452Z distributed/_composable/fsdp/test_fully_shard_init (7.099152692190648e-05) 2025-08-26T19:44:31.1008048Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (7.099152692190648e-05) 2025-08-26T19:44:31.1008684Z distributed/_composable/fsdp/test_fully_shard_state_dict (7.099152692190648e-05) 2025-08-26T19:44:31.1009277Z distributed/_composable/fsdp/test_fully_shard_training (7.099152692190648e-05) 2025-08-26T19:44:31.1009829Z distributed/_composable/test_checkpoint (7.099152692190648e-05) 2025-08-26T19:44:31.1010420Z distributed/_composable/test_composability/test_2d_composability (7.099152692190648e-05) 2025-08-26T19:44:31.1010996Z distributed/_composable/test_contract (7.099152692190648e-05) 2025-08-26T19:44:31.1011524Z distributed/_shard/sharded_tensor/test_sharded_tensor (7.099152692190648e-05) 2025-08-26T19:44:31.1012097Z distributed/_shard/sharding_spec/test_sharding_spec (7.099152692190648e-05) 2025-08-26T19:44:31.1012618Z distributed/_tools/test_mem_tracker (7.099152692190648e-05) 2025-08-26T19:44:31.1013042Z distributed/_tools/test_sac_ilp (7.099152692190648e-05) 2025-08-26T19:44:31.1013539Z distributed/checkpoint/e2e/test_e2e_save_and_load (7.099152692190648e-05) 2025-08-26T19:44:31.1014080Z distributed/checkpoint/test_checkpoint (7.099152692190648e-05) 2025-08-26T19:44:31.1014592Z distributed/checkpoint/test_dtensor_checkpoint (7.099152692190648e-05) 2025-08-26T19:44:31.1015168Z distributed/checkpoint/test_file_system_checkpoint (7.099152692190648e-05) 2025-08-26T19:44:31.1015753Z distributed/checkpoint/test_file_system_checkpoint_cpu (7.099152692190648e-05) 2025-08-26T19:44:31.1016293Z distributed/checkpoint/test_fsspec (7.099152692190648e-05) 2025-08-26T19:44:31.1016751Z distributed/checkpoint/test_state_dict (7.099152692190648e-05) 2025-08-26T19:44:31.1017273Z distributed/elastic/multiprocessing/api_test (7.099152692190648e-05) 2025-08-26T19:44:31.1017790Z distributed/elastic/test_control_plane (7.099152692190648e-05) 2025-08-26T19:44:31.1018253Z distributed/elastic/utils/util_test (7.099152692190648e-05) 2025-08-26T19:44:31.1018746Z distributed/fsdp/test_fsdp_backward_prefetch (7.099152692190648e-05) 2025-08-26T19:44:31.1019210Z distributed/fsdp/test_fsdp_comm (7.099152692190648e-05) 2025-08-26T19:44:31.1019624Z distributed/fsdp/test_fsdp_core (7.099152692190648e-05) 2025-08-26T19:44:31.1020061Z distributed/fsdp/test_fsdp_hybrid_shard (7.099152692190648e-05) 2025-08-26T19:44:31.1020519Z distributed/fsdp/test_fsdp_misc (7.099152692190648e-05) 2025-08-26T19:44:31.1020984Z distributed/fsdp/test_fsdp_mixed_precision (7.099152692190648e-05) 2025-08-26T19:44:31.1021468Z distributed/fsdp/test_fsdp_optim_state (7.099152692190648e-05) 2025-08-26T19:44:31.1021972Z distributed/fsdp/test_fsdp_sharded_grad_scaler (7.099152692190648e-05) 2025-08-26T19:44:31.1022466Z distributed/fsdp/test_fsdp_state_dict (7.099152692190648e-05) 2025-08-26T19:44:31.1022954Z distributed/fsdp/test_fsdp_tp_integration (7.099152692190648e-05) 2025-08-26T19:44:31.1023504Z distributed/fsdp/test_fsdp_unshard_params (7.099152692190648e-05) 2025-08-26T19:44:31.1024014Z distributed/fsdp/test_fsdp_use_orig_params (7.099152692190648e-05) 2025-08-26T19:44:31.1024468Z distributed/fsdp/test_utils (7.099152692190648e-05) 2025-08-26T19:44:31.1024886Z distributed/nn/jit/test_instantiator (7.099152692190648e-05) 2025-08-26T19:44:31.1025404Z distributed/optim/test_zero_redundancy_optimizer (7.099152692190648e-05) 2025-08-26T19:44:31.1025970Z distributed/pipelining/test_schedule (7.099152692190648e-05) 2025-08-26T19:44:31.1026482Z distributed/tensor/parallel/test_tp_examples (7.099152692190648e-05) 2025-08-26T19:44:31.1026946Z distributed/test_c10d_common (7.099152692190648e-05) 2025-08-26T19:44:31.1027384Z distributed/test_c10d_functional_native (7.099152692190648e-05) 2025-08-26T19:44:31.1027805Z distributed/test_c10d_nccl (7.099152692190648e-05) 2025-08-26T19:44:31.1028212Z distributed/test_c10d_spawn_gloo (7.099152692190648e-05) 2025-08-26T19:44:31.1028637Z distributed/test_c10d_spawn_nccl (7.099152692190648e-05) 2025-08-26T19:44:31.1029047Z distributed/test_c10d_spawn_ucc (7.099152692190648e-05) 2025-08-26T19:44:31.1029479Z distributed/test_dynamo_distributed (7.099152692190648e-05) 2025-08-26T19:44:31.1029858Z dynamo/test_export (7.099152692190648e-05) 2025-08-26T19:44:31.1030191Z dynamo/test_functions (7.099152692190648e-05) 2025-08-26T19:44:31.1030545Z dynamo/test_python_autograd (7.099152692190648e-05) 2025-08-26T19:44:31.1030917Z dynamo/test_reconstruct (7.099152692190648e-05) 2025-08-26T19:44:31.1031272Z dynamo/test_trace_rules (7.099152692190648e-05) 2025-08-26T19:44:31.1031608Z export/test_lift_unlift (7.099152692190648e-05) 2025-08-26T19:44:31.1031962Z functorch/test_parsing (7.099152692190648e-05) 2025-08-26T19:44:31.1032310Z functorch/test_rearrange (7.099152692190648e-05) 2025-08-26T19:44:31.1032723Z inductor/test_cooperative_reductions (7.099152692190648e-05) 2025-08-26T19:44:31.1033117Z inductor/test_fuzzer (7.099152692190648e-05) 2025-08-26T19:44:31.1033581Z inductor/test_torchinductor_codegen_config_overrides (7.099152692190648e-05) 2025-08-26T19:44:31.1034065Z onnx/test_models_onnxruntime (7.099152692190648e-05) 2025-08-26T19:44:31.1034442Z onnx/test_op_consistency (7.099152692190648e-05) 2025-08-26T19:44:31.1034837Z onnx/exporter/test_hf_models_e2e (6.169501744403778e-05) 2025-08-26T19:44:31.1035223Z export/test_experimental (1.8442638666545103e-05) 2025-08-26T19:44:31.1035585Z export/test_export (1.8442638666545103e-05) 2025-08-26T19:44:31.1035915Z export/test_torchbind (1.8442638666545103e-05) 2025-08-26T19:44:31.1036264Z export/test_unflatten (1.8442638666545103e-05) 2025-08-26T19:44:31.1036592Z functorch/test_ac (1.8442638666545103e-05) 2025-08-26T19:44:31.1036919Z functorch/test_dims (1.8442638666545103e-05) 2025-08-26T19:44:31.1037300Z functorch/test_eager_transforms (1.8442638666545103e-05) 2025-08-26T19:44:31.1037673Z functorch/test_vmap (1.8442638666545103e-05) 2025-08-26T19:44:31.1038043Z inductor/test_cudacodecache (1.8442638666545103e-05) 2025-08-26T19:44:31.1038462Z inductor/test_decompose_mem_bound_mm (1.8442638666545103e-05) 2025-08-26T19:44:31.1038889Z inductor/test_dependencies (1.8442638666545103e-05) 2025-08-26T19:44:31.1039306Z inductor/test_move_constructors_to_cuda (1.8442638666545103e-05) 2025-08-26T19:44:31.1039729Z inductor/test_profiler (1.8442638666545103e-05) 2025-08-26T19:44:31.1040221Z inductor/test_split_cat_fx_passes (1.8442638666545103e-05) 2025-08-26T19:44:31.1040641Z inductor/test_triton_wrapper (1.8442638666545103e-05) 2025-08-26T19:44:31.1041046Z inductor/test_unbacked_symints (1.8442638666545103e-05) 2025-08-26T19:44:31.1041512Z lazy/test_debug_util (1.8442638666545103e-05) 2025-08-26T19:44:31.1041864Z lazy/test_generator (1.8442638666545103e-05) 2025-08-26T19:44:31.1042186Z lazy/test_reuse_ir (1.8442638666545103e-05) 2025-08-26T19:44:31.1042528Z lazy/test_step_closures (1.8442638666545103e-05) 2025-08-26T19:44:31.1042945Z lazy/test_ts_opinfo (1.8442638666545103e-05) 2025-08-26T19:44:31.1043295Z nn/test_load_state_dict (1.8442638666545103e-05) 2025-08-26T19:44:31.1043651Z nn/test_packed_sequence (1.8442638666545103e-05) 2025-08-26T19:44:31.1043995Z onnx/test_autograd_funs (1.8442638666545103e-05) 2025-08-26T19:44:31.1044348Z onnx/test_custom_ops (1.8442638666545103e-05) 2025-08-26T19:44:31.1044748Z onnx/test_pytorch_onnx_shape_inference (1.8442638666545103e-05) 2025-08-26T19:44:31.1045240Z onnx/test_utility_funs (1.8442638666545103e-05) 2025-08-26T19:44:31.1045610Z profiler/test_execution_trace (1.8442638666545103e-05) 2025-08-26T19:44:31.1046024Z profiler/test_memory_profiler (1.8442638666545103e-05) 2025-08-26T19:44:31.1046397Z profiler/test_profiler (1.8442638666545103e-05) 2025-08-26T19:44:31.1046785Z profiler/test_record_function (1.8442638666545103e-05) 2025-08-26T19:44:31.1047172Z profiler/test_torch_tidy (1.8442638666545103e-05) 2025-08-26T19:44:31.1047517Z test_binary_ufuncs (1.8442638666545103e-05) 2025-08-26T19:44:31.1047828Z test_cuda (1.8442638666545103e-05) 2025-08-26T19:44:31.1048118Z test_cuda_multigpu (1.8442638666545103e-05) 2025-08-26T19:44:31.1048450Z test_cuda_sanitizer (1.8442638666545103e-05) 2025-08-26T19:44:31.1048761Z test_cuda_trace (1.8442638666545103e-05) 2025-08-26T19:44:31.1049067Z test_dlpack (1.8442638666545103e-05) 2025-08-26T19:44:31.1049364Z test_dynamic_shapes (1.8442638666545103e-05) 2025-08-26T19:44:31.1049692Z test_fake_tensor (1.8442638666545103e-05) 2025-08-26T19:44:31.1049998Z test_file_check (1.8442638666545103e-05) 2025-08-26T19:44:31.1050315Z test_flop_counter (1.8442638666545103e-05) 2025-08-26T19:44:31.1050631Z test_function_schema (1.8442638666545103e-05) 2025-08-26T19:44:31.1050980Z test_functionalization (1.8442638666545103e-05) 2025-08-26T19:44:31.1051303Z test_fx_passes (1.8442638666545103e-05) 2025-08-26T19:44:31.1051629Z test_fx_reinplace_pass (1.8442638666545103e-05) 2025-08-26T19:44:31.1051945Z test_jit (1.8442638666545103e-05) 2025-08-26T19:44:31.1052243Z test_jit_llga_fuser (1.8442638666545103e-05) 2025-08-26T19:44:31.1052548Z test_jiterator (1.8442638666545103e-05) 2025-08-26T19:44:31.1052860Z test_legacy_vmap (1.8442638666545103e-05) 2025-08-26T19:44:31.1053163Z test_meta (1.8442638666545103e-05) 2025-08-26T19:44:31.1053434Z test_metal (1.8442638666545103e-05) 2025-08-26T19:44:31.1053720Z test_mkldnn (1.8442638666545103e-05) 2025-08-26T19:44:31.1054026Z test_mobile_optimizer (1.8442638666545103e-05) 2025-08-26T19:44:31.1054366Z test_module_tracker (1.8442638666545103e-05) 2025-08-26T19:44:31.1054670Z test_monitor (1.8442638666545103e-05) 2025-08-26T19:44:31.1054991Z test_multiprocessing (1.8442638666545103e-05) 2025-08-26T19:44:31.1055345Z test_multiprocessing_spawn (1.8442638666545103e-05) 2025-08-26T19:44:31.1055697Z test_namedtensor (1.8442638666545103e-05) 2025-08-26T19:44:31.1056027Z test_numba_integration (1.8442638666545103e-05) 2025-08-26T19:44:31.1056345Z test_openmp (1.8442638666545103e-05) 2025-08-26T19:44:31.1056639Z test_ops_jit (1.8442638666545103e-05) 2025-08-26T19:44:31.1056924Z test_overrides (1.8442638666545103e-05) 2025-08-26T19:44:31.1057226Z test_prims (1.8442638666545103e-05) 2025-08-26T19:44:31.1057527Z test_python_dispatch (1.8442638666545103e-05) 2025-08-26T19:44:31.1057848Z test_pytree (1.8442638666545103e-05) 2025-08-26T19:44:31.1058137Z test_reductions (1.8442638666545103e-05) 2025-08-26T19:44:31.1058454Z test_schema_check (1.8442638666545103e-05) 2025-08-26T19:44:31.1058764Z test_shape_ops (1.8442638666545103e-05) 2025-08-26T19:44:31.1059070Z test_sort_and_select (1.8442638666545103e-05) 2025-08-26T19:44:31.1059394Z test_sparse_csr (1.8442638666545103e-05) 2025-08-26T19:44:31.1059765Z test_spectral_ops (1.8442638666545103e-05) 2025-08-26T19:44:31.1060079Z test_stateless (1.8442638666545103e-05) 2025-08-26T19:44:31.1060372Z test_subclass (1.8442638666545103e-05) 2025-08-26T19:44:31.1060679Z test_tensorexpr (1.8442638666545103e-05) 2025-08-26T19:44:31.1061053Z test_type_promotion (1.8442638666545103e-05) 2025-08-26T19:44:31.1061378Z test_typing (1.8442638666545103e-05) 2025-08-26T19:44:31.1061668Z test_vulkan (1.8442638666545103e-05) 2025-08-26T19:44:31.1061942Z test_weak (1.8442638666545103e-05) 2025-08-26T19:44:31.1062259Z test_xnnpack_integration (1.8442638666545103e-05) 2025-08-26T19:44:31.1062658Z torch_np/numpy_tests/core/test_dtype (1.8442638666545103e-05) 2025-08-26T19:44:31.1063170Z torch_np/numpy_tests/core/test_einsum (1.8442638666545103e-05) 2025-08-26T19:44:31.1063627Z torch_np/numpy_tests/core/test_indexing (1.8442638666545103e-05) 2025-08-26T19:44:31.1064109Z torch_np/numpy_tests/core/test_multiarray (1.8442638666545103e-05) 2025-08-26T19:44:31.1064578Z torch_np/numpy_tests/core/test_numeric (1.8442638666545103e-05) 2025-08-26T19:44:31.1065056Z torch_np/numpy_tests/core/test_scalarmath (1.8442638666545103e-05) 2025-08-26T19:44:31.1065542Z torch_np/numpy_tests/core/test_shape_base (1.8442638666545103e-05) 2025-08-26T19:44:31.1066027Z torch_np/numpy_tests/lib/test_function_base (1.8442638666545103e-05) 2025-08-26T19:44:31.1066525Z torch_np/numpy_tests/lib/test_histograms (1.8442638666545103e-05) 2025-08-26T19:44:31.1066994Z torch_np/numpy_tests/lib/test_twodim_base (1.8442638666545103e-05) 2025-08-26T19:44:31.1067474Z torch_np/numpy_tests/linalg/test_linalg (1.8442638666545103e-05) 2025-08-26T19:44:31.1067866Z torch_np/test_basic (1.8442638666545103e-05) 2025-08-26T19:44:32.5926060Z torch_np/test_reductions (1.8442638666545103e-05) 2025-08-26T19:44:32.5926629Z base_commit: HEAD^ 2025-08-26T19:44:32.5927191Z Changed files: ['test/inductor/test_flex_attention.py', 'test/run_test.py'] 2025-08-26T19:44:32.5927877Z Results from Profiling 2025-08-26T19:44:32.5928115Z 2025-08-26T19:44:32.5928240Z Results from LLM 2025-08-26T19:44:32.5928642Z dynamo/cpython/3_13/test_generator_stop (0.25) 2025-08-26T19:44:32.5931709Z functorch/test_rearrange (0.24914530917021596) 2025-08-26T19:44:32.5932092Z functorch/test_parsing (0.2482345727289836) 2025-08-26T19:44:32.5932504Z dynamo/cpython/3_13/test_exception_variations (0.24599980853771478) 2025-08-26T19:44:32.5932999Z dynamo/cpython/3_13/test_int_literal (0.24511820518607713) 2025-08-26T19:44:32.5933430Z dynamo/cpython/3_13/test_itertools (0.2444060292551639) 2025-08-26T19:44:32.5933842Z dynamo/cpython/3_13/test_contextlib (0.2442826643806586) 2025-08-26T19:44:32.5934275Z dynamo/cpython/3_13/test_numeric_tower (0.243880437952137) 2025-08-26T19:44:32.5934724Z dynamo/cpython/3_13/test_ordered_dict (0.24357870644830856) 2025-08-26T19:44:32.5935140Z dynamo/cpython/3_13/test_with (0.2435347885529847) 2025-08-26T19:44:32.5935544Z dynamo/cpython/3_13/test_baseexception (0.24352769032789776) 2025-08-26T19:44:32.5935987Z dynamo/cpython/3_13/test_exceptions (0.243310302439808) 2025-08-26T19:44:32.5936392Z dynamo/cpython/3_13/test_raise (0.24316761672803405) 2025-08-26T19:44:32.5936782Z dynamo/cpython/3_13/test_userlist (0.24314941566424164) 2025-08-26T19:44:32.5937210Z dynamo/cpython/3_13/test_generators (0.2430113229216416) 2025-08-26T19:44:32.5937598Z dynamo/cpython/3_13/test_int (0.24253693753114014) 2025-08-26T19:44:32.5937994Z dynamo/cpython/3_13/test_userdict (0.24243012252903004) 2025-08-26T19:44:32.5938407Z dynamo/cpython/3_13/test_defaultdict (0.24233765581078545) 2025-08-26T19:44:32.5938850Z dynamo/cpython/3_13/test_collections (0.24227937065238458) 2025-08-26T19:44:32.5939268Z dynamo/cpython/3_13/test_heapq (0.24227937065238458) 2025-08-26T19:44:32.5939677Z dynamo/cpython/3_13/test_cmath (0.24222040224237107) 2025-08-26T19:44:32.5940143Z dynamo/cpython/3_13/test_operator (0.2422023340330589) 2025-08-26T19:44:32.5940518Z dynamo/cpython/3_13/test_set (0.24202924362452227) 2025-08-26T19:44:32.5940889Z dynamo/cpython/3_13/test_math (0.2419297735772481) 2025-08-26T19:44:32.5941252Z dynamo/cpython/3_13/test_sort (0.24190720729481935) 2025-08-26T19:44:32.5941626Z dynamo/cpython/3_13/test_iter (0.24186568078013973) 2025-08-26T19:44:32.5942280Z dynamo/cpython/3_13/test_sys (0.24157108545982112) 2025-08-26T19:44:32.5942653Z dynamo/cpython/3_13/test_bool (0.24123568483485847) 2025-08-26T19:44:32.5943027Z dynamo/cpython/3_13/test_list (0.24100001996613046) 2025-08-26T19:44:32.5943383Z dynamo/cpython/3_13/test_float (0.240763064511023) 2025-08-26T19:44:32.5943765Z dynamo/cpython/3_13/test_tuple (0.24065395302432596) 2025-08-26T19:44:32.5944131Z dynamo/cpython/3_13/test_dict (0.2405281588107535) 2025-08-26T19:44:32.5944623Z dynamo/cpython/3_13/test_complex (0.24039268519933524) 2025-08-26T19:44:32.5944964Z test_package (0.23891953778483907) 2025-08-26T19:44:32.5945308Z inductor/test_external_callables (0.23824549108975368) 2025-08-26T19:44:32.5945876Z inductor/test_triton_syntax (0.2335333704263042) 2025-08-26T19:44:32.5946212Z inductor/test_pad_mm (0.2292187693469337) 2025-08-26T19:44:32.5946570Z dynamo/test_deque_reconstruct (0.22897141328394488) 2025-08-26T19:44:32.5947004Z distributed/tensor/debug/test_op_coverage (0.22858201680237183) 2025-08-26T19:44:32.5947464Z inductor/test_cpp_wrapper_hipify (0.22847573321818265) 2025-08-26T19:44:32.5947848Z inductor/test_segmented_tree (0.22713775574772133) 2025-08-26T19:44:32.5948230Z inductor/test_inductor_utils (0.22699841037716476) 2025-08-26T19:44:32.5948698Z export/test_retraceability (0.22612073572229982) 2025-08-26T19:44:32.5949057Z inductor/test_b2b_gemm (0.22593929446071975) 2025-08-26T19:44:32.5949399Z test_comparison_utils (0.2251660813857436) 2025-08-26T19:44:32.5949757Z inductor/test_inductor_annotations (0.2250452976839972) 2025-08-26T19:44:32.5950291Z inductor/test_triton_extension_backend (0.22495463399084153) 2025-08-26T19:44:32.5950683Z inductor/test_analysis (0.22402563954818241) 2025-08-26T19:44:32.5951020Z inductor/test_fx_fusion (0.22376148688304942) 2025-08-26T19:44:32.5951423Z export/test_export_training_ir_to_run_decomp (0.22317459272699916) 2025-08-26T19:44:32.5951857Z inductor/test_async_compile (0.22264524354010273) 2025-08-26T19:44:32.5952217Z inductor/test_indexing (0.22255368782400836) 2025-08-26T19:44:32.5952576Z export/test_unflatten_training_ir (0.22240346736528385) 2025-08-26T19:44:32.5952976Z dynamo/test_fx_passes_pre_grad (0.22239319961188272) 2025-08-26T19:44:32.5953335Z functorch/test_ac_logging (0.22214669761340972) 2025-08-26T19:44:32.5953668Z test_mkl_verbose (0.2218474713654943) 2025-08-26T19:44:32.5953977Z inductor/test_ck_backend (0.22146784917782436) 2025-08-26T19:44:32.5954381Z export/test_functionalized_assertions (0.2213790644266035) 2025-08-26T19:44:32.5954773Z inductor/test_flex_decoding (0.22026898932738206) 2025-08-26T19:44:32.5955148Z inductor/test_op_completeness (0.21960306573480257) 2025-08-26T19:44:32.5955505Z inductor/test_metrics (0.21933845756859446) 2025-08-26T19:44:32.5955827Z dynamo/test_base_output (0.21903122209344195) 2025-08-26T19:44:32.5956210Z distributed/_tools/test_mod_tracker (0.21883884880605955) 2025-08-26T19:44:32.5956615Z inductor/test_extension_backend (0.21823217831166553) 2025-08-26T19:44:32.5956994Z inductor/test_autoheuristic (0.21816501088230028) 2025-08-26T19:44:32.5957331Z onnx/test_lazy_import (0.21794699668023224) 2025-08-26T19:44:32.5957681Z dynamo/test_inline_and_install (0.21719234527406628) 2025-08-26T19:44:32.5958016Z test_mkldnn_verbose (0.2169051898046409) 2025-08-26T19:44:32.5958342Z test_utils_config_module (0.21690118519102236) 2025-08-26T19:44:32.5958703Z onnx/test_fx_type_promotion (0.21675261592369507) 2025-08-26T19:44:32.5959061Z inductor/test_compile_worker (0.21643205704209598) 2025-08-26T19:44:32.5959448Z inductor/test_provenance_tracing (0.2163888413775962) 2025-08-26T19:44:32.5959862Z inductor/test_move_constructors_to_cuda (0.2161501398350342) 2025-08-26T19:44:32.5960344Z distributed/flight_recorder/test_fr_analysis (0.21594785939926847) 2025-08-26T19:44:32.5960778Z test_cpp_api_parity (0.21591289969175484) 2025-08-26T19:44:32.5961195Z export/test_tree_utils (0.21583117520719794) 2025-08-26T19:44:32.5961703Z inductor/test_remote_cache (0.21581724446598458) 2025-08-26T19:44:32.5962156Z inductor/test_minifier_utils (0.21572834583949493) 2025-08-26T19:44:32.5962512Z inductor/test_xpu_basic (0.2157215702610029) 2025-08-26T19:44:32.5962843Z export/test_export_strict (0.21526734079307444) 2025-08-26T19:44:32.5963217Z inductor/test_subgraph_choice (0.21519852217231195) 2025-08-26T19:44:32.5963551Z inductor/test_utils (0.21513868071857117) 2025-08-26T19:44:32.5963941Z test_transformers (0.21507906701536791) 2025-08-26T19:44:32.5964285Z inductor/test_triton_cpu_backend (0.2146491878757457) 2025-08-26T19:44:32.5964644Z export/test_serdes (0.21448727622276037) 2025-08-26T19:44:32.5964996Z test_appending_byte_serializer (0.21376536395636694) 2025-08-26T19:44:32.5965347Z dynamo/test_recompiles (0.21358806016288567) 2025-08-26T19:44:32.5965676Z test_ao_sparsity (0.21343072249986278) 2025-08-26T19:44:32.5966039Z inductor/test_cooperative_reductions (0.21338507749629582) 2025-08-26T19:44:32.5966474Z dynamo/test_skip_guard_eval_unsafe (0.21329160487984375) 2025-08-26T19:44:32.5966854Z onnx/exporter/test_tensors (0.21277297894742356) 2025-08-26T19:44:32.5967199Z inductor/test_smoke (0.2126877622879576) 2025-08-26T19:44:32.5967530Z test_transformers_privateuse1 (0.21263909958976815) 2025-08-26T19:44:32.5967982Z dynamo/cpython/3_13/test_unittest/test_assertions (0.212601862376879) 2025-08-26T19:44:32.5968483Z distributed/checkpoint/test_nested_dict (0.21259700369874465) 2025-08-26T19:44:32.5968876Z inductor/test_foreach (0.212468533416356) 2025-08-26T19:44:32.5969319Z distributed/tensor/parallel/test_micro_pipeline_tp (0.21234389693468275) 2025-08-26T19:44:32.5969813Z inductor/test_aot_inductor_arrayref (0.21225406832683144) 2025-08-26T19:44:32.5970180Z test_hop_infra (0.21224983596267533) 2025-08-26T19:44:32.5970484Z inductor/test_debug_trace (0.211962149075329) 2025-08-26T19:44:32.5970822Z dynamo/test_frame_init (0.21171669093348644) 2025-08-26T19:44:32.5971186Z inductor/test_benchmark_fusion (0.21170169735643118) 2025-08-26T19:44:32.5971531Z dynamo/test_interop (0.21160890799159177) 2025-08-26T19:44:32.5971929Z export/test_export_with_inline_and_install (0.21151780777657248) 2025-08-26T19:44:32.5972368Z distributed/tensor/test_op_schema (0.21145553698376449) 2025-08-26T19:44:32.5972732Z xpu/test_fusion (0.21121053434299703) 2025-08-26T19:44:32.5973017Z test_license (0.2109724021767789) 2025-08-26T19:44:32.5973345Z dynamo/test_skip_non_tensor (0.21088688184992954) 2025-08-26T19:44:32.5973675Z inductor/test_fp8 (0.21075992990445788) 2025-08-26T19:44:32.5974034Z inductor/test_aot_inductor_package (0.2107107737467704) 2025-08-26T19:44:32.5974455Z inductor/test_kernel_optimization (0.2105584845539965) 2025-08-26T19:44:32.5974874Z inductor/test_coordinate_descent_tuner (0.21037047648525045) 2025-08-26T19:44:32.5975290Z inductor/test_cutlass_backend (0.2102124745498264) 2025-08-26T19:44:32.5975658Z inductor/test_gpu_cpp_wrapper (0.20988597517503957) 2025-08-26T19:44:32.5976040Z inductor/test_cudacodecache (0.20945355282108138) 2025-08-26T19:44:32.5976403Z dynamo/test_buffers_override (0.20860077889165504) 2025-08-26T19:44:32.5976776Z inductor/test_triton_wrapper (0.20791783094639382) 2025-08-26T19:44:32.5977148Z inductor/test_kernel_benchmark (0.20786518261379727) 2025-08-26T19:44:32.5977522Z inductor/test_combo_kernels (0.20767425174648602) 2025-08-26T19:44:32.5977907Z onnx/exporter/test_verification (0.2073028285781678) 2025-08-26T19:44:32.5978249Z test_autoload (0.20713304055242562) 2025-08-26T19:44:32.5978570Z inductor/test_aot_inductor (0.20690405636613238) 2025-08-26T19:44:32.5978945Z inductor/test_static_cuda_launcher (0.2068983056650593) 2025-08-26T19:44:32.5979303Z dynamo/test_sdpa (0.20684353166077893) 2025-08-26T19:44:32.5979627Z inductor/test_codegen_triton (0.20634995828748906) 2025-08-26T19:44:32.5980049Z test_rename_privateuse1_to_existing_device (0.20626280574845393) 2025-08-26T19:44:32.5980680Z distributed/checkpoint/test_consolidate_hf_safetensors (0.20581368168840888) 2025-08-26T19:44:32.5981329Z inductor/test_triton_kernels (0.20525425045134463) 2025-08-26T19:44:32.5981757Z inductor/test_torchinductor_strided_blocks (0.2051689199166099) 2025-08-26T19:44:32.5982144Z export/test_tools (0.20472099154688697) 2025-08-26T19:44:32.5982473Z dynamo/test_pre_dispatch (0.20436782637999554) 2025-08-26T19:44:32.5982789Z dynamo/test_nops (0.20427981977644463) 2025-08-26T19:44:32.5983229Z inductor/test_cutlass_evt (0.20422041484456746) 2025-08-26T19:44:32.5983558Z test_extension_utils (0.20419877854350038) 2025-08-26T19:44:32.5983903Z inductor/test_quantization (0.20393532810919152) 2025-08-26T19:44:32.5984304Z inductor/test_decompose_mem_bound_mm (0.20387324710849816) 2025-08-26T19:44:32.5984694Z inductor/test_helion_kernels (0.2038341499328857) 2025-08-26T19:44:32.5985155Z distributed/pipelining/test_schedule_multiproc (0.20369116055372835) 2025-08-26T19:44:32.5985673Z distributed/_shard/sharded_tensor/test_logger (0.20336500280474787) 2025-08-26T19:44:32.5986160Z dynamo/test_view (0.20332152143128762) 2025-08-26T19:44:32.5986460Z dynamo/test_utils (0.20330284588720868) 2025-08-26T19:44:32.5986810Z inductor/test_cutedsl_template (0.20329589949581345) 2025-08-26T19:44:32.5987198Z inductor/test_cudagraph_trees (0.20313793551881232) 2025-08-26T19:44:32.5987553Z torch_np/test_binary_ufuncs (0.20291166535975816) 2025-08-26T19:44:32.5987924Z typing/test_python_operators (0.20271082734406357) 2025-08-26T19:44:32.5988269Z dynamo/test_subgraphs (0.2026882231032119) 2025-08-26T19:44:32.5988609Z torch_np/test_unary_ufuncs (0.20250258743589866) 2025-08-26T19:44:32.5988976Z inductor/test_triton_heuristics (0.20249994932550539) 2025-08-26T19:44:32.5989382Z inductor/test_compiled_optimizers (0.20241617508611057) 2025-08-26T19:44:32.5989765Z inductor/test_inplacing_pass (0.20233464039366833) 2025-08-26T19:44:32.5990108Z test_proxy_tensor (0.20214382340162584) 2025-08-26T19:44:32.5990453Z dynamo/test_fx_graph_runnable (0.20180804319243395) 2025-08-26T19:44:32.5990807Z inductor/test_multi_kernel (0.20159615927566826) 2025-08-26T19:44:32.5991178Z inductor/test_select_algorithm (0.2015748266419846) 2025-08-26T19:44:32.5991543Z inductor/test_pattern_matcher (0.2015052488527636) 2025-08-26T19:44:32.5991889Z onnx/ops/test_ops (0.20144745715386075) 2025-08-26T19:44:32.5992247Z inductor/test_aot_inductor_custom_ops (0.20139477086284127) 2025-08-26T19:44:32.5992635Z torch_np/test_dtype (0.20128216720123512) 2025-08-26T19:44:32.5992979Z inductor/test_inductor_scheduler (0.2009752923311004) 2025-08-26T19:44:32.5993391Z inductor/test_torchinductor_opinfo (0.20094431825799383) 2025-08-26T19:44:32.5993794Z inductor/test_memory_planning (0.20090571454187942) 2025-08-26T19:44:32.5994174Z inductor/test_split_cat_fx_passes (0.2006792356114992) 2025-08-26T19:44:32.5994561Z inductor/test_block_analysis (0.20050069816927285) 2025-08-26T19:44:32.5994910Z inductor/test_best_config (0.20046452379222562) 2025-08-26T19:44:32.5995274Z onnx/test_onnxscript_runtime (0.20026683632563377) 2025-08-26T19:44:32.5995631Z inductor/test_op_dtype_prop (0.20019281740093062) 2025-08-26T19:44:32.5995984Z export/test_cpp_serdes (0.20010181208196864) 2025-08-26T19:44:32.5996353Z inductor/test_group_batch_fusion (0.19983261094658666) 2025-08-26T19:44:32.5996723Z inductor/test_online_softmax (0.1997995681394307) 2025-08-26T19:44:32.5997056Z test_foreach (0.19969262028284035) 2025-08-26T19:44:32.5997361Z dynamo/test_metrics_context (0.1996248455187083) 2025-08-26T19:44:32.5997737Z inductor/test_compiled_autograd (0.1993486030958738) 2025-08-26T19:44:32.5998111Z inductor/test_cpu_cpp_wrapper (0.19934661027867023) 2025-08-26T19:44:32.5998455Z test_flop_counter (0.19929286115180886) 2025-08-26T19:44:32.5998770Z inductor/test_cuda_repro (0.19925985630307583) 2025-08-26T19:44:32.5999121Z inductor/test_snode_runtime (0.19921005485219864) 2025-08-26T19:44:32.5999491Z inductor/test_inplace_padding (0.19916881302569095) 2025-08-26T19:44:32.6000005Z distributed/pipelining/test_transformer (0.19915469249236295) 2025-08-26T19:44:32.6000422Z test_expanded_weights (0.19896977803508528) 2025-08-26T19:44:32.6000843Z inductor/test_torchinductor_codegen_dynamic_shapes (0.1988382900580741) 2025-08-26T19:44:32.6001423Z inductor/test_custom_post_grad_passes (0.19879575764518698) 2025-08-26T19:44:32.6001807Z dynamo/test_reconstruct (0.1984997958216431) 2025-08-26T19:44:32.6002601Z test_file_check (0.19842270226468303) 2025-08-26T19:44:32.6002911Z inductor/test_benchmarking (0.1984221139091277) 2025-08-26T19:44:32.6003296Z dynamo/test_graph_region_tracker (0.19832235917368157) 2025-08-26T19:44:32.6003666Z inductor/test_profiler (0.19817659882965072) 2025-08-26T19:44:32.6003984Z inductor/test_fuzzer (0.19811368274365304) 2025-08-26T19:44:32.6004351Z inductor/test_cpu_select_algorithm (0.1978992556125514) 2025-08-26T19:44:32.6004775Z inductor/test_graph_transform_observer (0.19779638828642546) 2025-08-26T19:44:32.6005167Z inductor/test_perf (0.197717472725165) 2025-08-26T19:44:32.6005466Z dynamo/test_config (0.19770621805276783) 2025-08-26T19:44:32.6005791Z export/test_package (0.19766491928862576) 2025-08-26T19:44:32.6006111Z dynamo/test_modules (0.19755865468364806) 2025-08-26T19:44:32.6006482Z distributed/_composable/test_contract (0.19753912507505328) 2025-08-26T19:44:32.6006897Z inductor/test_flex_attention (0.1974246424715124) 2025-08-26T19:44:32.6007244Z test_functionalization (0.19711201690030455) 2025-08-26T19:44:32.6007589Z dynamo/test_dynamic_shapes (0.1971052982594469) 2025-08-26T19:44:32.6007912Z dynamo/test_global (0.19681093068966582) 2025-08-26T19:44:32.6008230Z inductor/test_minifier (0.19659340994709582) 2025-08-26T19:44:32.6008587Z onnx/exporter/test_hf_models_e2e (0.19658872208186462) 2025-08-26T19:44:32.6008972Z onnx/exporter/test_building (0.19649431948405088) 2025-08-26T19:44:32.6009316Z dynamo/test_resume (0.19635102643751015) 2025-08-26T19:44:32.6009623Z dynamo/test_pgo (0.19624686852500478) 2025-08-26T19:44:32.6009947Z backends/xeon/test_launch (0.19599825983405944) 2025-08-26T19:44:32.6010295Z dynamo/test_export_mutations (0.1959709107903422) 2025-08-26T19:44:32.6010683Z distributed/_tools/test_sac_ilp (0.19583291294379945) 2025-08-26T19:44:32.6011075Z inductor/test_aot_inductor_utils (0.19583118583555637) 2025-08-26T19:44:32.6011521Z inductor/test_torchinductor_dynamic_shapes (0.19553659051523775) 2025-08-26T19:44:32.6011924Z inductor/test_config (0.19552017349732284) 2025-08-26T19:44:32.6012239Z test_openmp (0.19548041204930922) 2025-08-26T19:44:32.6012532Z test_show_pickle (0.19518179313616058) 2025-08-26T19:44:32.6012848Z inductor/test_ordered_set (0.19511265186880325) 2025-08-26T19:44:32.6013310Z distributed/checkpoint/_experimental/test_barriers (0.195001111043039) 2025-08-26T19:44:32.6013747Z test_fx_experimental (0.19478844897860337) 2025-08-26T19:44:32.6014064Z export/test_db (0.19458791463029218) 2025-08-26T19:44:32.6014392Z torch_np/test_nep50_examples (0.19448715399663855) 2025-08-26T19:44:32.6014746Z dynamo/test_compile (0.1943344852196354) 2025-08-26T19:44:32.6015116Z distributed/_tools/test_sac_estimator (0.1942127905157388) 2025-08-26T19:44:32.6015497Z dynamo/test_unittest (0.1940918739595122) 2025-08-26T19:44:32.6015847Z inductor/test_custom_lowering (0.19379033224779835) 2025-08-26T19:44:32.6016204Z inductor/test_dependencies (0.19372938999979275) 2025-08-26T19:44:32.6016583Z inductor/test_fused_attention (0.19368442824783844) 2025-08-26T19:44:32.6016916Z dynamo/test_dicts (0.19356732651311573) 2025-08-26T19:44:32.6017233Z test_module_tracker (0.19353107621922264) 2025-08-26T19:44:32.6017547Z inductor/test_control_flow (0.193217843313248) 2025-08-26T19:44:32.6017889Z test_tensorexpr_pybind (0.19297124641871768) 2025-08-26T19:44:32.6018225Z inductor/test_alignment (0.1929643379857454) 2025-08-26T19:44:32.6018577Z dynamo/test_guard_serialization (0.19292508897644126) 2025-08-26T19:44:32.6019090Z torch_np/numpy_tests/core/test_scalarinherit (0.19283254634135083) 2025-08-26T19:44:32.6019521Z dynamo/test_autograd_function (0.19282514444888052) 2025-08-26T19:44:32.6019909Z dynamo/test_install_free_tensors (0.1928196594567679) 2025-08-26T19:44:32.6020240Z test_xpu (0.19246040196299707) 2025-08-26T19:44:32.6020540Z functorch/test_minifier (0.19234014967917162) 2025-08-26T19:44:32.6020865Z inductor/test_compile (0.19231665341538123) 2025-08-26T19:44:32.6021251Z profiler/test_kineto (0.19215711416382872) 2025-08-26T19:44:32.6021577Z dynamo/test_after_aot (0.19213401646347902) 2025-08-26T19:44:32.6021921Z inductor/test_compile_subprocess (0.19177737810089) 2025-08-26T19:44:32.6022282Z test_native_functions (0.19164144898839663) 2025-08-26T19:44:32.6022642Z distributed/pipelining/test_pipe (0.19137139378849885) 2025-08-26T19:44:32.6023019Z inductor/test_memory (0.1912717149698986) 2025-08-26T19:44:32.6023382Z onnx/test_models_quantized_onnxruntime (0.19118983865165) 2025-08-26T19:44:32.6023857Z distributed/checkpoint/test_dedup_tensors (0.19116824030900587) 2025-08-26T19:44:32.6024308Z inductor/test_scatter_optimization (0.19103487339005992) 2025-08-26T19:44:32.6024678Z test_namedtensor (0.19101428094562325) 2025-08-26T19:44:32.6024978Z xpu/test_gemm (0.19094352644529164) 2025-08-26T19:44:32.6025286Z inductor/test_layout_optim (0.19079575430484577) 2025-08-26T19:44:32.6025677Z onnx/exporter/test_dynamic_shapes (0.19035526578601608) 2025-08-26T19:44:32.6026041Z inductor/test_halide (0.1900871654448989) 2025-08-26T19:44:32.6026349Z test_custom_ops (0.1899535328169925) 2025-08-26T19:44:32.6026763Z inductor/test_torchinductor_codegen_config_overrides (0.18994641561269412) 2025-08-26T19:44:32.6027215Z export/test_passes (0.18955240718273572) 2025-08-26T19:44:32.6027511Z test_tensorexpr (0.18937681151828606) 2025-08-26T19:44:32.6027813Z dynamo/test_list (0.18928064385380633) 2025-08-26T19:44:32.6028123Z dynamo/test_sources (0.18903051682594402) 2025-08-26T19:44:32.6028445Z dynamo/test_model_output (0.1889146677191778) 2025-08-26T19:44:32.6028783Z dynamo/test_profiler (0.18890236919015022) 2025-08-26T19:44:32.6029091Z torch_np/test_basic (0.1888494931070161) 2025-08-26T19:44:32.6029391Z test_mps (0.18884936025253587) 2025-08-26T19:44:32.6029686Z export/test_export_opinfo (0.18877860575220423) 2025-08-26T19:44:32.6030059Z distributed/fsdp/test_fsdp_fx (0.18871542395724605) 2025-08-26T19:44:32.6030445Z inductor/test_needs_exact_strides (0.1886789079543925) 2025-08-26T19:44:32.6030803Z test_typing (0.18866269970780364) 2025-08-26T19:44:32.6031150Z inductor/test_mkldnn_pattern_matcher (0.1885590732132192) 2025-08-26T19:44:32.6031583Z distributed/pipelining/test_backward (0.18841578016667848) 2025-08-26T19:44:32.6031958Z test_openreg (0.18829325037747754) 2025-08-26T19:44:32.6032280Z distributed/test_nvshmem_triton (0.1882634150570587) 2025-08-26T19:44:32.6032636Z test_utils_filelock (0.18821131712159456) 2025-08-26T19:44:32.6032933Z test_fx_passes (0.1881523107531581) 2025-08-26T19:44:32.6033265Z inductor/test_torchinductor (0.18793589080485293) 2025-08-26T19:44:32.6033594Z lazy/test_bindings (0.1878914604708196) 2025-08-26T19:44:32.6033982Z distributed/tensor/test_dtensor_compile (0.18788128761347575) 2025-08-26T19:44:32.6034432Z higher_order_ops/test_with_effects (0.18776807661710285) 2025-08-26T19:44:32.6034855Z inductor/test_split_cat_fx_aten_passes (0.18776545748592102) 2025-08-26T19:44:32.6035237Z test_optim (0.1874676926372882) 2025-08-26T19:44:32.6035549Z inductor/test_minifier_isolate (0.18716345587754674) 2025-08-26T19:44:32.6035892Z test_pytree (0.18696704001812287) 2025-08-26T19:44:32.6036219Z inductor/test_auto_functionalize (0.18688969973141378) 2025-08-26T19:44:32.6036588Z functorch/test_logging (0.1867072715508377) 2025-08-26T19:44:32.6036933Z nn/test_multihead_attention (0.18656359892006769) 2025-08-26T19:44:32.6037255Z test_jiterator (0.1863689481273098) 2025-08-26T19:44:32.6037545Z test_complex (0.18636847364702325) 2025-08-26T19:44:32.6037884Z dynamo/test_modes (0.1863252959409464) 2025-08-26T19:44:32.6038254Z higher_order_ops/test_invoke_subgraph (0.1862442926664251) 2025-08-26T19:44:32.6038623Z inductor/test_padding (0.18621104108794306) 2025-08-26T19:44:32.6038985Z inductor/test_inductor_freezing (0.1861708431180658) 2025-08-26T19:44:32.6039342Z inductor/test_codecache (0.18588271970885586) 2025-08-26T19:44:32.6039766Z functorch/test_ac_knapsack (0.1858778610307215) 2025-08-26T19:44:32.6040217Z higher_order_ops/test_invoke_quant (0.18557994434839697) 2025-08-26T19:44:32.6040578Z torch_np/test_random (0.18531632310118493) 2025-08-26T19:44:32.6040922Z xpu/test_conv (0.1851395507256246) 2025-08-26T19:44:32.6041213Z export/test_upgrader (0.1850741673421368) 2025-08-26T19:44:32.6041614Z test_weak (0.18483531396588312) 2025-08-26T19:44:32.6041928Z export/test_export (0.18469445025840955) 2025-08-26T19:44:32.6042272Z inductor/test_binary_folding (0.18461120743693568) 2025-08-26T19:44:32.6042689Z distributed/checkpoint/test_hf_storage (0.18441841660690114) 2025-08-26T19:44:32.6043129Z distributed/tensor/test_dtensor (0.18437812374096657) 2025-08-26T19:44:32.6043551Z dynamo/test_backward_higher_order_ops (0.18436878596892708) 2025-08-26T19:44:32.6043938Z dynamo/test_deviceguard (0.18431570111446688) 2025-08-26T19:44:32.6044265Z export/test_swap (0.18406549816975873) 2025-08-26T19:44:32.6044586Z test_compile_benchmark_util (0.18364038281221354) 2025-08-26T19:44:32.6044921Z test_fx (0.1836322786889191) 2025-08-26T19:44:32.6045190Z dynamo/test_base_hop (0.18362808428318592) 2025-08-26T19:44:32.6045509Z dynamo/test_export (0.18330627277363032) 2025-08-26T19:44:32.6045889Z distributed/tensor/test_experimental_ops (0.183275678284753) 2025-08-26T19:44:32.6046302Z test_per_overload_api (0.18326051389479459) 2025-08-26T19:44:32.6046638Z dynamo/test_debug_utils (0.183118663268325) 2025-08-26T19:44:32.6046963Z dynamo/test_flat_apply (0.18303847609989654) 2025-08-26T19:44:32.6047294Z test_legacy_vmap (0.1830079005902307) 2025-08-26T19:44:32.6047600Z dynamo/test_optimizers (0.182979260960134) 2025-08-26T19:44:32.6048002Z distributed/_tools/test_fake_collectives (0.18272577461184286) 2025-08-26T19:44:32.6048428Z dynamo/test_verify_correctness (0.18260510478536524) 2025-08-26T19:44:32.6048817Z lazy/test_functionalization (0.18258891551798784) 2025-08-26T19:44:32.6049241Z distributed/checkpoint/test_format_utils (0.18258267135741674) 2025-08-26T19:44:32.6049709Z torch_np/numpy_tests/core/test_einsum (0.1824667083753818) 2025-08-26T19:44:32.6050106Z test_ci_sanity_check_fail (0.18244378148793525) 2025-08-26T19:44:32.6050488Z test_set_default_mobile_cpu_allocator (0.18239005134028535) 2025-08-26T19:44:32.6050873Z test_binary_ufuncs (0.1822579370492959) 2025-08-26T19:44:32.6051184Z export/test_torchbind (0.18223358672098972) 2025-08-26T19:44:32.6051500Z test_meta (0.1820920966995379) 2025-08-26T19:44:32.6051842Z onnx/exporter/test_capture_strategies (0.18202124730314895) 2025-08-26T19:44:32.6052310Z distributed/pipelining/test_unflatten (0.18200528578630912) 2025-08-26T19:44:32.6052700Z dynamo/test_sets (0.1818417988587724) 2025-08-26T19:44:32.6053102Z distributed/checkpoint/_experimental/test_types (0.1818256285706065) 2025-08-26T19:44:32.6053532Z test_content_store (0.18169913212620994) 2025-08-26T19:44:32.6053867Z inductor/test_unbacked_symints (0.18163075002731108) 2025-08-26T19:44:32.6054259Z onnx/internal/test_registraion (0.18140937650481423) 2025-08-26T19:44:32.6054635Z dynamo/test_python_dispatcher (0.18140419518008502) 2025-08-26T19:44:32.6054992Z dynamo/test_cudagraphs (0.18136999464102985) 2025-08-26T19:44:32.6055294Z test_utils (0.18121161312137654) 2025-08-26T19:44:32.6055576Z test_stateless (0.18119145719880353) 2025-08-26T19:44:32.6055877Z functorch/test_ac (0.18116260879738075) 2025-08-26T19:44:32.6056216Z distributed/test_cupy_as_tensor (0.18089462233153236) 2025-08-26T19:44:32.6056574Z test_numpy_interop (0.18076305843767534) 2025-08-26T19:44:32.6056952Z test_hub (0.18073502614234546) 2025-08-26T19:44:32.6057418Z distributed/_composable/test_composability/test_pp_composability (0.18068042295096828) 2025-08-26T19:44:32.6057933Z test_namedtuple_return_api (0.18060596750440147) 2025-08-26T19:44:32.6058334Z distributed/tensor/test_common_rules (0.1805511555416982) 2025-08-26T19:44:32.6058730Z inductor/test_loop_ordering (0.18049657132953248) 2025-08-26T19:44:32.6059083Z onnx/test_custom_ops (0.18045969472166112) 2025-08-26T19:44:32.6059463Z dynamo/test_backends (0.18044238568080748) 2025-08-26T19:44:32.6059777Z export/test_unflatten (0.18036857552743038) 2025-08-26T19:44:32.6060141Z distributions/test_constraints (0.18033803797618747) 2025-08-26T19:44:32.6060543Z inductor/test_efficient_conv_bn_eval (0.1803241072349741) 2025-08-26T19:44:32.6061127Z cpp_extensions/python_agnostic_extension/test/test_python_agnostic (0.18026902956331037) 2025-08-26T19:44:32.6061640Z onnx/exporter/test_core (0.18014976419848094) 2025-08-26T19:44:32.6061996Z torch_np/test_ufuncs_basic (0.18004748522791034) 2025-08-26T19:44:32.6062394Z distributed/tensor/test_dtensor_ops (0.1800089384494303) 2025-08-26T19:44:32.6062761Z dynamo/test_package (0.17994695234479427) 2025-08-26T19:44:32.6063154Z distributed/_tools/test_runtime_estimator (0.17993419831469157) 2025-08-26T19:44:32.6063553Z dynamo/test_functions (0.17977665188034261) 2025-08-26T19:44:32.6063879Z export/test_nativert (0.17962166763954104) 2025-08-26T19:44:32.6064180Z test_decomp (0.1793953025844296) 2025-08-26T19:44:32.6064547Z distributed/pipelining/test_microbatch (0.1792562229228335) 2025-08-26T19:44:32.6064946Z dynamo/test_aot_autograd (0.1791335602791523) 2025-08-26T19:44:32.6065277Z test_out_dtype_op (0.17903204047704022) 2025-08-26T19:44:32.6065666Z distributed/tensor/test_xla_integration (0.17901795790213515) 2025-08-26T19:44:32.6066044Z test_ops_jit (0.17897646934587844) 2025-08-26T19:44:32.6066449Z distributed/_composable/test_replicate_with_fsdp (0.17882966514521717) 2025-08-26T19:44:32.6066993Z distributed/checkpoint/_experimental/test_builder (0.17847854973316368) 2025-08-26T19:44:32.6067462Z inductor/test_max_autotune (0.17845017581202746) 2025-08-26T19:44:32.6067801Z test_ops_fwd_gradients (0.17844393165145633) 2025-08-26T19:44:32.6068242Z distributed/tensor/test_dtensor_dispatch_overhead (0.17823498951246733) 2025-08-26T19:44:32.6068762Z distributed/checkpoint/e2e/test_fsdp_ep (0.17816556355693805) 2025-08-26T19:44:32.6069197Z onnx/test_pytorch_onnx_onnxruntime (0.178137360448705) 2025-08-26T19:44:32.6069583Z onnx/exporter/test_ir_passes (0.1780583689705987) 2025-08-26T19:44:32.6069914Z test_ops_gradients (0.1779238253405421) 2025-08-26T19:44:32.6070238Z inductor/test_mmdecomp (0.17792001051903816) 2025-08-26T19:44:32.6070566Z inductor/test_torchbind (0.17779005985815544) 2025-08-26T19:44:32.6070913Z onnx/test_pytorch_jit_onnx (0.1777835879470468) 2025-08-26T19:44:32.6071248Z lazy/test_step_closures (0.17777491444740848) 2025-08-26T19:44:32.6071582Z dynamo/test_repros (0.17774898884455093) 2025-08-26T19:44:32.6071894Z dynamo/test_unspec (0.17774403527035926) 2025-08-26T19:44:32.6072216Z inductor/test_fxir_backend (0.17771564237001158) 2025-08-26T19:44:32.6072719Z distributed/checkpoint/_experimental/test_checkpoint_reader (0.17770203427539308) 2025-08-26T19:44:32.6073218Z dynamo/test_higher_order_ops (0.1774503129937679) 2025-08-26T19:44:32.6073560Z test_nestedtensor (0.17740324454934128) 2025-08-26T19:44:32.6073918Z onnx/exporter/test_small_models_e2e (0.1773932045464777) 2025-08-26T19:44:32.6074366Z distributed/test_compute_comm_reordering (0.17733526101388314) 2025-08-26T19:44:32.6074917Z distributed/tensor/experimental/test_register_sharding (0.17730026334794657) 2025-08-26T19:44:32.6075443Z distributed/_tools/test_memory_tracker (0.17703804656238273) 2025-08-26T19:44:32.6075837Z test_multiprocessing (0.1769442512993358) 2025-08-26T19:44:32.6076179Z test_model_exports_to_core_aten (0.17675461101840398) 2025-08-26T19:44:32.6076622Z distributed/tensor/test_api (0.1766842740607245) 2025-08-26T19:44:32.6076990Z distributed/tensor/test_init (0.17647092874467624) 2025-08-26T19:44:32.6077379Z dynamo/test_graph_deduplication (0.17635418761497132) 2025-08-26T19:44:32.6077729Z dynamo/test_callback (0.17631484370960987) 2025-08-26T19:44:32.6078148Z distributed/checkpoint/test_fsdp_optim_state (0.17630013482072654) 2025-08-26T19:44:32.6078591Z dynamo/test_bytecode_utils (0.17616741319497034) 2025-08-26T19:44:32.6079068Z dynamo/test_cudagraphs_expandable_segments (0.17611541015556348) 2025-08-26T19:44:32.6079469Z test_type_hints (0.17609941068030072) 2025-08-26T19:44:32.6079778Z nn/test_packed_sequence (0.17607181490683446) 2025-08-26T19:44:32.6080133Z test_sparse_semi_structured (0.1759774692466551) 2025-08-26T19:44:32.6080487Z dynamo/test_compiler_bisector (0.175882762981458) 2025-08-26T19:44:32.6080908Z distributed/test_c10d_functional_native (0.17576940015139336) 2025-08-26T19:44:32.6081499Z export/test_schema (0.17575596286967804) 2025-08-26T19:44:32.6081962Z distributed/_composable/test_checkpoint (0.17573550327972162) 2025-08-26T19:44:32.6082367Z dynamo/test_decorators (0.17553838518947365) 2025-08-26T19:44:32.6082707Z dynamo/test_structured_trace (0.1755130479421714) 2025-08-26T19:44:32.6083125Z distributed/tensor/test_convolution_ops (0.1754388582045651) 2025-08-26T19:44:32.6083584Z distributed/optim/test_named_optimizer (0.17541483052285375) 2025-08-26T19:44:32.6083986Z dynamo/test_logging (0.17494338691012895) 2025-08-26T19:44:32.6084306Z test_autograd_fallback (0.17483879247575995) 2025-08-26T19:44:32.6084672Z dynamo/test_input_attr_tracking (0.17465180928443286) 2025-08-26T19:44:32.6085063Z profiler/test_record_function (0.1746081760772809) 2025-08-26T19:44:32.6085396Z nn/test_pruning (0.1744963885217677) 2025-08-26T19:44:32.6085796Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.17447027312679547) 2025-08-26T19:44:32.6086199Z nn/test_lazy_modules (0.1744192000687503) 2025-08-26T19:44:32.6086542Z dynamo/test_error_messages (0.1743157064286461) 2025-08-26T19:44:32.6086865Z test_modules (0.17419329051471394) 2025-08-26T19:44:32.6087188Z distributed/test_backends (0.17417000302224964) 2025-08-26T19:44:32.6087511Z test_pruning_op (0.17416806714268046) 2025-08-26T19:44:32.6087901Z distributed/_tools/test_fsdp2_mem_tracker (0.17385502402882047) 2025-08-26T19:44:32.6088324Z nn/test_parametrization (0.17382501789549848) 2025-08-26T19:44:32.6088664Z test_fx_reinplace_pass (0.17369049324465335) 2025-08-26T19:44:32.6088992Z test_matmul_cuda (0.17338974865982093) 2025-08-26T19:44:32.6089310Z profiler/test_cpp_thread (0.17336881458957798) 2025-08-26T19:44:32.6089649Z export/test_hop (0.1733432875501611) 2025-08-26T19:44:32.6089955Z inductor/test_mps_basic (0.17322491420827044) 2025-08-26T19:44:32.6090293Z dynamo/test_torchrec (0.17309619719613276) 2025-08-26T19:44:32.6090690Z distributed/tensor/parallel/test_tp_style (0.17303753245350265) 2025-08-26T19:44:32.6091147Z dynamo/test_aot_autograd_cache (0.17296543042915716) 2025-08-26T19:44:32.6091510Z export/test_converter (0.17277337978836965) 2025-08-26T19:44:32.6091831Z dynamo/test_exceptions (0.17272771580559124) 2025-08-26T19:44:32.6092278Z distributed/checkpoint/test_async_process_executor (0.1726857337898365) 2025-08-26T19:44:32.6092726Z distributed/test_nvshmem (0.17258561844937262) 2025-08-26T19:44:32.6093140Z distributed/checkpoint/test_save_load_api (0.1724211256236284) 2025-08-26T19:44:32.6093545Z test_numba_integration (0.1724078401756048) 2025-08-26T19:44:32.6093877Z profiler/test_profiler (0.17233862299140157) 2025-08-26T19:44:32.6094222Z functorch/test_control_flow (0.172277927473145) 2025-08-26T19:44:32.6094598Z distributed/tensor/test_random_ops (0.1721594022975626) 2025-08-26T19:44:32.6094977Z onnx/exporter/test_api (0.17213805068466745) 2025-08-26T19:44:32.6095291Z dynamo/test_einops (0.17206938389759668) 2025-08-26T19:44:32.6095617Z test_segment_reductions (0.17201060527969778) 2025-08-26T19:44:32.6096070Z export/test_experimental (0.17195704594495104) 2025-08-26T19:44:32.6096468Z distributed/tensor/test_tensor_ops (0.17189635042669443) 2025-08-26T19:44:32.6096951Z distributed/tensor/debug/test_comm_mode_features (0.17182954360234695) 2025-08-26T19:44:32.6097401Z export/test_pass_infra (0.17171380837084954) 2025-08-26T19:44:32.6097724Z test_fake_tensor (0.1716896857930809) 2025-08-26T19:44:32.6098147Z distributed/tensor/test_attention (0.17153477746912518) 2025-08-26T19:44:32.6098535Z dynamo/test_guard_manager (0.1715286282046114) 2025-08-26T19:44:32.6098868Z dynamo/test_trace_rules (0.17150173466196925) 2025-08-26T19:44:32.6099357Z distributed/checkpoint/_experimental/test_checkpoint_writer (0.17147193729997334) 2025-08-26T19:44:32.6099846Z inductor/test_cpu_repro (0.17146821737452672) 2025-08-26T19:44:32.6100183Z dynamo/test_minifier (0.17131076583623506) 2025-08-26T19:44:32.6100493Z test_logging (0.17105147184923644) 2025-08-26T19:44:32.6100842Z dynamo/test_activation_checkpointing (0.17094490357687533) 2025-08-26T19:44:32.6101305Z functorch/test_aot_joint_with_descriptors (0.17083081953677515) 2025-08-26T19:44:32.6101739Z test_functionalization_of_rng_ops (0.1707514484744396) 2025-08-26T19:44:32.6102164Z test_python_dispatch (0.1707461532744416) 2025-08-26T19:44:32.6102455Z test_itt (0.1707092007497244) 2025-08-26T19:44:32.6102744Z dynamo/test_recompile_ux (0.1707040573834181) 2025-08-26T19:44:32.6103061Z test_subclass (0.17070166600277384) 2025-08-26T19:44:32.6103438Z torch_np/numpy_tests/core/test_multiarray (0.17053151737201389) 2025-08-26T19:44:32.6103896Z torch_np/numpy_tests/core/test_numeric (0.17038811045020436) 2025-08-26T19:44:32.6104299Z test_cuda_expandable_segments (0.17017827628827661) 2025-08-26T19:44:32.6104702Z distributed/tensor/test_matrix_ops (0.1701457079614072) 2025-08-26T19:44:32.6105058Z dynamo/test_misc (0.17011921298220578) 2025-08-26T19:44:32.6105377Z onnx/torchlib/test_ops (0.16992196203747756) 2025-08-26T19:44:32.6105699Z test_bundled_inputs (0.16983158303249385) 2025-08-26T19:44:32.6106125Z inductor/test_cudagraph_trees_expandable_segments (0.16978941122462451) 2025-08-26T19:44:32.6106601Z distributed/_tools/test_mem_tracker (0.1694739957093317) 2025-08-26T19:44:32.6107040Z distributed/checkpoint/test_traverse (0.16945283388855117) 2025-08-26T19:44:32.6107417Z test_masked (0.16939705398606333) 2025-08-26T19:44:32.6107688Z test_monitor (0.1692304734470583) 2025-08-26T19:44:32.6108038Z distributed/checkpoint/test_fsspec (0.16915969996751518) 2025-08-26T19:44:32.6108399Z test_sympy_utils (0.16910830426287513) 2025-08-26T19:44:32.6108836Z distributed/tensor/experimental/test_tp_transform (0.16907793752453537) 2025-08-26T19:44:32.6109271Z test_jit_fuser_te (0.1690766279589445) 2025-08-26T19:44:32.6109609Z onnx/test_models_onnxruntime (0.16907250947005714) 2025-08-26T19:44:32.6110033Z torch_np/numpy_tests/lib/test_function_base (0.1690366387603933) 2025-08-26T19:44:32.6110445Z distributed/test_p2p_ipc (0.16884589768519667) 2025-08-26T19:44:32.6110878Z distributed/checkpoint/e2e/test_fine_tuning (0.16871006346876063) 2025-08-26T19:44:32.6111421Z distributed/checkpoint/_experimental/test_checkpointer (0.1686561435289961) 2025-08-26T19:44:32.6111990Z distributed/checkpoint/test_dtensor_resharding (0.16862551108169585) 2025-08-26T19:44:32.6112399Z dynamo/test_exc (0.16855635083512707) 2025-08-26T19:44:32.6112751Z functorch/test_vmap_registrations (0.16846631345594967) 2025-08-26T19:44:32.6113106Z test_autocast (0.16836367388036128) 2025-08-26T19:44:32.6113412Z torch_np/test_indexing (0.16806076566542216) 2025-08-26T19:44:32.6113774Z dynamo/test_precompile_context (0.1679284615823181) 2025-08-26T19:44:32.6114126Z export/test_lift_unlift (0.16774060534726376) 2025-08-26T19:44:32.6114455Z test_cuda_sanitizer (0.16765432585195592) 2025-08-26T19:44:32.6114762Z optim/test_swa_utils (0.16741926831799472) 2025-08-26T19:44:32.6115299Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.16741522574595324) 2025-08-26T19:44:32.6115776Z export/test_serialize (0.16737825424202457) 2025-08-26T19:44:32.6116111Z optim/test_lrscheduler (0.16735880055027566) 2025-08-26T19:44:32.6116438Z test_jit_disabled (0.16722099249584754) 2025-08-26T19:44:32.6116737Z functorch/test_dims (0.16687604532751932) 2025-08-26T19:44:32.6117109Z inductor/test_distributed_patterns (0.16675116211609706) 2025-08-26T19:44:32.6117673Z distributed/checkpoint/_experimental/test_staging (0.16673119598563865) 2025-08-26T19:44:32.6118120Z dynamo/test_hooks (0.16653403993696775) 2025-08-26T19:44:32.6118452Z dynamo/test_fake_distributed (0.16650259138357465) 2025-08-26T19:44:32.6118948Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.16649729618357664) 2025-08-26T19:44:32.6119451Z test_cpp_extensions_mtia_backend (0.16630693469260927) 2025-08-26T19:44:32.6119937Z distributed/_composable/fsdp/test_fully_shard_logging (0.16626011297793167) 2025-08-26T19:44:32.6120410Z test_tensor_creation_ops (0.16600480462534012) 2025-08-26T19:44:32.6120731Z test_mkldnn_fusion (0.16592940021820018) 2025-08-26T19:44:32.6121159Z distributed/tensor/experimental/test_local_map (0.16566866381113043) 2025-08-26T19:44:32.6121703Z dynamo/test_reorder_logs (0.1656535943172293) 2025-08-26T19:44:32.6122137Z distributed/checkpoint/test_hf_safetensor_e2e (0.1654141525854203) 2025-08-26T19:44:32.6122615Z functorch/test_memory_efficient_fusion (0.16530338990732601) 2025-08-26T19:44:32.6123009Z test_import_stats (0.165298872854998) 2025-08-26T19:44:32.6123447Z distributed/_composable/fsdp/test_fully_shard_overlap (0.16526888570088746) 2025-08-26T19:44:32.6123957Z distributed/tensor/test_redistribute (0.1650706668163747) 2025-08-26T19:44:32.6124545Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic (0.16505844420419294) 2025-08-26T19:44:32.6125070Z dynamo/test_ctx_manager (0.164791995054473) 2025-08-26T19:44:32.6125468Z distributed/tensor/test_embedding_ops (0.16463477126671888) 2025-08-26T19:44:32.6125859Z dynamo/test_generator (0.16456786954631408) 2025-08-26T19:44:32.6126195Z export/test_verifier (0.16446779216427312) 2025-08-26T19:44:32.6126520Z onnx/test_onnx_opset (0.164242262194466) 2025-08-26T19:44:32.6126823Z test_tensorboard (0.16397108722109194) 2025-08-26T19:44:32.6127133Z nn/test_embedding (0.1639596617357916) 2025-08-26T19:44:32.6127448Z dynamo/test_subclasses (0.16384988597669337) 2025-08-26T19:44:32.6127881Z distributed/checkpoint/test_hsdp_checkpoint (0.16363519313663127) 2025-08-26T19:44:32.6128353Z distributed/test_dynamo_distributed (0.16345561183777452) 2025-08-26T19:44:32.6128754Z onnx/test_symbolic_helper (0.16345511837827648) 2025-08-26T19:44:32.6129155Z torch_np/numpy_tests/lib/test_type_check (0.1634208798807984) 2025-08-26T19:44:32.6129662Z distributed/_composable/fsdp/test_fully_shard_state (0.1633557052686367) 2025-08-26T19:44:32.6130154Z distributed/fsdp/test_shard_utils (0.1633097755768978) 2025-08-26T19:44:32.6130629Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.16330711848729307) 2025-08-26T19:44:32.6131131Z torch_np/numpy_tests/core/test_indexing (0.163190206544685) 2025-08-26T19:44:32.6131565Z torch_np/numpy_tests/lib/test_histograms (0.16315646150670493) 2025-08-26T19:44:32.6131985Z distributed/test_device_mesh (0.1631127334034957) 2025-08-26T19:44:32.6132318Z test_maskedtensor (0.16308876265941874) 2025-08-26T19:44:32.6132675Z distributed/tensor/test_math_ops (0.16301117564296064) 2025-08-26T19:44:32.6133041Z nn/test_dropout (0.16300899303364247) 2025-08-26T19:44:32.6133421Z distributed/checkpoint/test_tp_checkpoint (0.16297171786233042) 2025-08-26T19:44:32.6133890Z distributed/checkpoint/test_planner (0.16295046114549258) 2025-08-26T19:44:32.6134309Z test_cpp_extensions_stream_and_event (0.1629091244229276) 2025-08-26T19:44:32.6134672Z test_datapipe (0.16279779236848943) 2025-08-26T19:44:32.6135025Z distributed/test_inductor_collectives (0.16261215670117618) 2025-08-26T19:44:32.6135481Z lazy/test_ts_opinfo (0.16203683986411796) 2025-08-26T19:44:32.6135776Z test_cuda (0.16191282969642296) 2025-08-26T19:44:32.6136108Z distributed/test_symmetric_memory (0.161881551955933) 2025-08-26T19:44:32.6136504Z distributed/tensor/test_utils (0.16126510716763587) 2025-08-26T19:44:32.6136837Z test_schema_check (0.1611508523146325) 2025-08-26T19:44:32.6137197Z distributed/pipelining/test_stage (0.1611379084924152) 2025-08-26T19:44:32.6137668Z distributed/tensor/test_optimizers (0.16048639012133561) 2025-08-26T19:44:32.6138122Z distributed/elastic/test_control_plane (0.16042094980021343) 2025-08-26T19:44:32.6138516Z test_functional_optim (0.16039669436796455) 2025-08-26T19:44:32.6138878Z profiler/test_execution_trace (0.1603175320769551) 2025-08-26T19:44:32.6139283Z distributed/tensor/test_pointwise_ops (0.1602963133185402) 2025-08-26T19:44:32.6139667Z test_futures (0.16029593373431092) 2025-08-26T19:44:32.6139956Z test_dispatch (0.16000409039965435) 2025-08-26T19:44:32.6140310Z onnx/test_pytorch_onnx_shape_inference (0.1599827008283363) 2025-08-26T19:44:32.6140800Z distributed/checkpoint/test_dtensor_checkpoint (0.15972826551947203) 2025-08-26T19:44:32.6141340Z distributed/tensor/parallel/test_tp_random_state (0.15957312944497878) 2025-08-26T19:44:32.6141792Z onnx/test_op_consistency (0.159441945135351) 2025-08-26T19:44:32.6142141Z distributed/launcher/test_run (0.1594109331038215) 2025-08-26T19:44:32.6142498Z export/test_sparse (0.1592160166021032) 2025-08-26T19:44:32.6142861Z distributed/fsdp/test_fsdp_memory (0.15917750778204606) 2025-08-26T19:44:32.6143272Z benchmark_utils/test_benchmark_utils (0.1587622616144613) 2025-08-26T19:44:32.6143649Z optim/test_optim (0.15875506849331708) 2025-08-26T19:44:32.6144023Z torch_np/numpy_tests/core/test_scalarmath (0.15854838488049208) 2025-08-26T19:44:32.6144412Z test_autograd (0.15850987606043498) 2025-08-26T19:44:32.6144694Z test_vulkan (0.15847495431134426) 2025-08-26T19:44:32.6145079Z distributed/checkpoint/test_compatibility (0.1584735972977247) 2025-08-26T19:44:32.6145540Z distributed/test_control_collectives (0.15837192566192088) 2025-08-26T19:44:32.6145936Z nn/test_load_state_dict (0.15796369231297144) 2025-08-26T19:44:32.6146261Z test_indexing (0.1578391507273555) 2025-08-26T19:44:32.6146621Z torch_np/numpy_tests/core/test_shape_base (0.15778047649511964) 2025-08-26T19:44:32.6147008Z test_native_mha (0.15773505924209025) 2025-08-26T19:44:32.6147308Z test_public_bindings (0.15759908268156822) 2025-08-26T19:44:32.6147619Z test_shape_ops (0.1574160661454368) 2025-08-26T19:44:32.6147899Z test_dataloader (0.15718377957634908) 2025-08-26T19:44:32.6148301Z distributed/checkpoint/test_fsdp_model_state (0.15704950165525294) 2025-08-26T19:44:32.6148762Z torch_np/numpy_tests/core/test_dtype (0.15660189593212487) 2025-08-26T19:44:32.6149309Z distributed/_composable/test_composability/test_2d_composability (0.15657906394073567) 2025-08-26T19:44:32.6149922Z distributed/tensor/parallel/test_tp_examples (0.15655526400956188) 2025-08-26T19:44:32.6150322Z test_jit (0.15624398596236785) 2025-08-26T19:44:32.6150594Z test_testing (0.15571875526435877) 2025-08-26T19:44:32.6150879Z nn/test_module_hooks (0.15568677529304473) 2025-08-26T19:44:32.6151263Z distributed/pipelining/test_schedule (0.15560781228375561) 2025-08-26T19:44:32.6151644Z test_sort_and_select (0.1555686676601145) 2025-08-26T19:44:32.6151957Z test_dynamic_shapes (0.15511256873985704) 2025-08-26T19:44:32.6152410Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.1551054894939816) 2025-08-26T19:44:32.6152876Z export/test_draft_export (0.15510273750831954) 2025-08-26T19:44:32.6153232Z distributed/fsdp/test_utils (0.15497898355997927) 2025-08-26T19:44:32.6153687Z distributed/_composable/fsdp/test_fully_shard_autograd (0.1548636848503455) 2025-08-26T19:44:32.6154150Z onnx/test_autograd_funs (0.15484091928619642) 2025-08-26T19:44:32.6154525Z distributed/fsdp/test_fsdp_overlap (0.15475607272135397) 2025-08-26T19:44:32.6155110Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.15471828511133243) 2025-08-26T19:44:32.6155723Z distributed/_composable/fsdp/test_fully_shard_compile (0.15461874863681813) 2025-08-26T19:44:32.6156164Z functorch/test_ops (0.15458995717302976) 2025-08-26T19:44:32.6156522Z distributed/test_functional_api (0.15456846321604864) 2025-08-26T19:44:32.6156861Z test_torch (0.15449093313722495) 2025-08-26T19:44:32.6157200Z distributed/test_collective_utils (0.15422190281474613) 2025-08-26T19:44:32.6157688Z torch_np/numpy_tests/lib/test_twodim_base (0.15420307543697548) 2025-08-26T19:44:32.6158089Z test_jit_llga_fuser (0.15412603881764977) 2025-08-26T19:44:32.6158390Z test_type_info (0.15392339777686628) 2025-08-26T19:44:32.6158763Z distributed/fsdp/test_fsdp_pure_fp16 (0.15372107938267762) 2025-08-26T19:44:32.6159247Z distributed/fsdp/test_fsdp_backward_prefetch (0.15371938074325173) 2025-08-26T19:44:32.6159662Z distributed/test_dist2 (0.1533809719132723) 2025-08-26T19:44:32.6160007Z distributed/test_fake_pg (0.15329862111473716) 2025-08-26T19:44:32.6160326Z test_sparse_csr (0.15305290675353983) 2025-08-26T19:44:32.6160698Z torch_np/numpy_tests/linalg/test_linalg (0.15305250819009913) 2025-08-26T19:44:32.6161076Z lazy/test_generator (0.1529981612180767) 2025-08-26T19:44:32.6161451Z test_serialization (0.15294769549479828) 2025-08-26T19:44:32.6161747Z test_ops (0.15281691923821697) 2025-08-26T19:44:32.6162109Z distributed/_composable/test_replicate (0.15262563725549366) 2025-08-26T19:44:32.6162511Z lazy/test_debug_util (0.15256651701178844) 2025-08-26T19:44:32.6162946Z distributed/_composable/test_replicate_with_compiler (0.1525380481945949) 2025-08-26T19:44:32.6163405Z onnx/test_verification (0.15251859450284602) 2025-08-26T19:44:32.6163720Z test_numa_binding (0.1523034082032859) 2025-08-26T19:44:32.6164159Z distributed/_composable/fsdp/test_fully_shard_frozen (0.15198527866075395) 2025-08-26T19:44:32.6164681Z distributed/tensor/debug/test_comm_mode (0.15192196401131555) 2025-08-26T19:44:32.6165200Z distributed/optim/test_apply_optimizer_in_backward (0.15186143930596213) 2025-08-26T19:44:32.6165718Z distributed/fsdp/test_fsdp_optim_state (0.15152178733763189) 2025-08-26T19:44:32.6166160Z torch_np/numpy_tests/fft/test_pocketfft (0.151427213926915) 2025-08-26T19:44:32.6166592Z distributed/fsdp/test_fsdp_apply (0.15136543659360505) 2025-08-26T19:44:32.6167063Z distributed/_composable/fsdp/test_fully_shard_init (0.15119566754707434) 2025-08-26T19:44:32.6167537Z torch_np/test_ndarray_methods (0.1511590661377692) 2025-08-26T19:44:32.6167945Z torch_np/numpy_tests/lib/test_shape_base_ (0.1510797425234623) 2025-08-26T19:44:32.6168336Z test_view_ops (0.15106536577077956) 2025-08-26T19:44:32.6168720Z distributed/checkpoint/test_checkpoint (0.15097948483891244) 2025-08-26T19:44:32.6169119Z onnx/test_utility_funs (0.15089344258374787) 2025-08-26T19:44:32.6169524Z torch_np/numpy_tests/core/test_getlimits (0.15053086372797111) 2025-08-26T19:44:32.6169956Z distributed/tensor/test_view_ops (0.1503185432893418) 2025-08-26T19:44:32.6170332Z test_scatter_gather_ops (0.14966821111897863) 2025-08-26T19:44:32.6170656Z functorch/test_vmap (0.14947379756636403) 2025-08-26T19:44:32.6170972Z test_mkldnn (0.14946845491833738) 2025-08-26T19:44:32.6171378Z distributed/tensor/parallel/test_parallelize_api (0.14939047882804432) 2025-08-26T19:44:32.6171857Z profiler/test_memory_profiler (0.1493405255434754) 2025-08-26T19:44:32.6172267Z torch_np/numpy_tests/core/test_dlpack (0.1492761765270123) 2025-08-26T19:44:32.6172624Z test_unary_ufuncs (0.14907701817153213) 2025-08-26T19:44:32.6172962Z functorch/test_aotdispatch (0.14905479351490972) 2025-08-26T19:44:32.6173306Z test_cpp_extensions_jit (0.14883599167556602) 2025-08-26T19:44:32.6173683Z distributed/checkpoint/test_utils (0.1487839981257649) 2025-08-26T19:44:32.6174119Z distributed/checkpoint/test_pg_transport (0.14857108933158025) 2025-08-26T19:44:32.6174656Z distributed/fsdp/test_fsdp_state_dict (0.14834532212162987) 2025-08-26T19:44:32.6175112Z distributed/fsdp/test_fsdp_flatten_params (0.1483447242764688) 2025-08-26T19:44:32.6175667Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.1483054183295303) 2025-08-26T19:44:32.6176225Z distributed/test_c10d_object_collectives (0.1481300029675895) 2025-08-26T19:44:32.6176621Z test_xnnpack_integration (0.14803562883859298) 2025-08-26T19:44:32.6176987Z nn/test_pooling (0.14792269304078626) 2025-08-26T19:44:32.6177501Z distributed/checkpoint/_experimental/test_checkpoint_process (0.14790093337484467) 2025-08-26T19:44:32.6178066Z torch_np/numpy_tests/lib/test_index_tricks (0.1476710951240356) 2025-08-26T19:44:32.6178500Z distributed/rpc/test_share_memory (0.14739745285317143) 2025-08-26T19:44:32.6178972Z distributed/checkpoint/test_state_dict_stager (0.14733932901806798) 2025-08-26T19:44:32.6179491Z distributed/fsdp/test_fsdp_freezing_weights (0.14722067098800537) 2025-08-26T19:44:32.6179954Z distributed/fsdp/test_fsdp_uneven (0.14718526526902234) 2025-08-26T19:44:32.6180382Z distributed/fsdp/test_fsdp_grad_acc (0.14717941967189194) 2025-08-26T19:44:32.6180773Z distributed/test_c10d_logger (0.1471338031371422) 2025-08-26T19:44:32.6181309Z distributed/tensor/test_op_strategy (0.14699298687769727) 2025-08-26T19:44:32.6181665Z test_nn (0.1466092082427171) 2025-08-26T19:44:32.6181936Z test_linalg (0.14581676922652956) 2025-08-26T19:44:32.6182219Z nn/test_init (0.14576902702009603) 2025-08-26T19:44:32.6182557Z distributed/fsdp/test_fsdp_input (0.14559120129829953) 2025-08-26T19:44:32.6182982Z distributed/test_distributed_spawn (0.14557011539436485) 2025-08-26T19:44:32.6183437Z distributed/fsdp/test_fsdp_ignored_modules (0.14548321907468448) 2025-08-26T19:44:32.6183913Z distributed/fsdp/test_fsdp_exec_order (0.14535587805537784) 2025-08-26T19:44:32.6184313Z test_multiprocessing_spawn (0.14509022603253932) 2025-08-26T19:44:32.6184670Z distributed/test_nccl (0.14501751667342705) 2025-08-26T19:44:32.6184991Z test_cuda_primary_ctx (0.14499396347200227) 2025-08-26T19:44:32.6185310Z test_accelerator (0.14495245593653414) 2025-08-26T19:44:32.6185687Z distributed/fsdp/test_fsdp_traversal (0.14476207546635528) 2025-08-26T19:44:32.6186140Z torch_np/numpy_tests/core/test_numerictypes (0.1447257018075877) 2025-08-26T19:44:32.6186542Z nn/test_convolution (0.1445261448886668) 2025-08-26T19:44:32.6186927Z distributed/fsdp/test_checkpoint_wrapper (0.14447702668940224) 2025-08-26T19:44:32.6187426Z distributed/fsdp/test_fsdp_multiple_wrapping (0.1444009105618325) 2025-08-26T19:44:32.6187880Z torch_np/numpy_tests/fft/test_helper (0.14420981837122382) 2025-08-26T19:44:32.6188258Z test_function_schema (0.14396993062794544) 2025-08-26T19:44:32.6188617Z distributed/test_serialization (0.14386876194124537) 2025-08-26T19:44:32.6188984Z torch_np/test_function_base (0.14378741704091774) 2025-08-26T19:44:32.6189397Z distributed/checkpoint/test_state_dict (0.14320986065690694) 2025-08-26T19:44:32.6189783Z test_cuda_multigpu (0.14319978269562045) 2025-08-26T19:44:32.6190139Z onnx/test_pytorch_onnx_no_runtime (0.14312548857235108) 2025-08-26T19:44:32.6190481Z test_cuda_trace (0.14300114626845548) 2025-08-26T19:44:32.6190871Z torch_np/numpy_tests/core/test_scalar_methods (0.1428148653079525) 2025-08-26T19:44:32.6191333Z distributed/fsdp/test_fsdp_checkpoint (0.1426818115459957) 2025-08-26T19:44:32.6191725Z test_mobile_optimizer (0.14241158553319475) 2025-08-26T19:44:32.6192164Z distributed/_composable/fsdp/test_fully_shard_comm (0.14224565977698517) 2025-08-26T19:44:32.6192584Z test_overrides (0.14166504773992894) 2025-08-26T19:44:32.6192980Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.14156458128405297) 2025-08-26T19:44:32.6193521Z distributed/_composable/fsdp/test_fully_shard_extensions (0.14152858720951464) 2025-08-26T19:44:32.6194042Z distributed/fsdp/test_fsdp_fine_tune (0.14149259313497628) 2025-08-26T19:44:32.6194414Z dynamo/test_comptime (0.14130295285404448) 2025-08-26T19:44:32.6194852Z test_cuda_nvml_based_avail (0.1411975138447654) 2025-08-26T19:44:32.6195310Z distributed/checkpoint/test_file_system_checkpoint (0.1410301361788789) 2025-08-26T19:44:32.6195870Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.14096327241689705) 2025-08-26T19:44:32.6196418Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.1408519118936417) 2025-08-26T19:44:32.6196810Z test_metal (0.14081400091874566) 2025-08-26T19:44:32.6197207Z test_type_promotion (0.14075186298041795) 2025-08-26T19:44:32.6197659Z distributed/algorithms/quantization/test_quantization (0.14065379739479197) 2025-08-26T19:44:32.6198119Z test_sparse (0.14033864758845963) 2025-08-26T19:44:32.6198438Z distributed/fsdp/test_wrap (0.14020818448886743) 2025-08-26T19:44:32.6198870Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.1400718093649047) 2025-08-26T19:44:32.6199358Z distributed/fsdp/test_fsdp_comm_hooks (0.14003326258642468) 2025-08-26T19:44:32.6199773Z torch_np/test_scalars_0D_arrays (0.13995367326315733) 2025-08-26T19:44:32.6200277Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.13984395444169348) 2025-08-26T19:44:32.6200860Z distributed/_composable/fsdp/test_fully_shard_training (0.1391647074426674) 2025-08-26T19:44:32.6201471Z distributed/fsdp/test_fsdp_tp_integration (0.13914728452654498) 2025-08-26T19:44:32.6201937Z distributed/test_multi_threaded_pg (0.13895874503987798) 2025-08-26T19:44:32.6202382Z distributed/fsdp/test_fsdp_clip_grad_norm (0.13877531096109436) 2025-08-26T19:44:32.6202864Z distributed/fsdp/test_fsdp_hybrid_shard (0.13876617247077525) 2025-08-26T19:44:32.6203289Z distributed/fsdp/test_fsdp_meta (0.13833116894405817) 2025-08-26T19:44:32.6203648Z test_jit_autocast (0.13830155188457116) 2025-08-26T19:44:32.6203991Z distributed/fsdp/test_fsdp_comm (0.13820262274482367) 2025-08-26T19:44:32.6204423Z torch_np/numpy_tests/lib/test_arraysetops (0.1380213902545697) 2025-08-26T19:44:32.6213575Z distributed/nn/jit/test_instantiator (0.1378996670818559) 2025-08-26T19:44:32.6214190Z functorch/test_eager_transforms (0.13786677610839165) 2025-08-26T19:44:32.6214559Z test_dlpack (0.13773748971991012) 2025-08-26T19:44:32.6214890Z distributed/_shard/test_sharder (0.13759633183465889) 2025-08-26T19:44:32.6215341Z distributed/fsdp/test_fsdp_unshard_params (0.13758981247552157) 2025-08-26T19:44:32.6215876Z distributed/_shard/sharding_plan/test_sharding_plan (0.13751727392931246) 2025-08-26T19:44:32.6216357Z distributed/test_data_parallel (0.1374117495135818) 2025-08-26T19:44:32.6216802Z distributed/fsdp/test_fsdp_multiple_forward (0.1373901701501491) 2025-08-26T19:44:32.6217337Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.13733774956809008) 2025-08-26T19:44:32.6217844Z distributed/fsdp/test_fsdp_misc (0.13691405765140457) 2025-08-26T19:44:32.6218189Z test_reductions (0.13690759522990165) 2025-08-26T19:44:32.6218612Z distributed/_shard/sharded_optim/test_sharded_optim (0.13679464045288348) 2025-08-26T19:44:32.6219185Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.13659589015044973) 2025-08-26T19:44:32.6219648Z distributed/test_c10d_pypg (0.13647758323579917) 2025-08-26T19:44:32.6220101Z distributed/_shard/sharding_spec/test_sharding_spec (0.13599083288903) 2025-08-26T19:44:32.6220567Z distributed/algorithms/test_join (0.13590031153996032) 2025-08-26T19:44:32.6220961Z distributed/test_pg_wrapper (0.13506679202056254) 2025-08-26T19:44:32.6221324Z profiler/test_profiler_tree (0.13489993628299127) 2025-08-26T19:44:32.6221804Z distributed/_composable/fsdp/test_fully_shard_memory (0.13464898365943034) 2025-08-26T19:44:32.6222341Z distributed/checkpoint/test_state_dict_utils (0.134513054546937) 2025-08-26T19:44:32.6222866Z distributed/optim/test_zero_redundancy_optimizer (0.1344842251247257) 2025-08-26T19:44:32.6223421Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.1336617799752162) 2025-08-26T19:44:32.6223937Z torch_np/numpy_tests/core/test_scalar_ctors (0.13344952596382698) 2025-08-26T19:44:32.6224509Z distributed/fsdp/test_fsdp_core (0.13334964786350637) 2025-08-26T19:44:32.6224880Z profiler/test_torch_tidy (0.133214107824848) 2025-08-26T19:44:32.6225305Z distributed/rpc/cuda/test_tensorpipe_agent (0.1331999493330971) 2025-08-26T19:44:32.6225724Z torch_np/test_reductions (0.13318340895030764) 2025-08-26T19:44:32.6226108Z distributed/test_composability (0.13273565139348786) 2025-08-26T19:44:32.6226476Z lazy/test_reuse_ir (0.13262686255338568) 2025-08-26T19:44:32.6226943Z distributed/_shard/sharded_tensor/ops/test_init (0.13255197058495524) 2025-08-26T19:44:32.6227492Z distributed/_shard/sharded_tensor/ops/test_embedding (0.13172289220103964) 2025-08-26T19:44:32.6228065Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.13172289220103964) 2025-08-26T19:44:32.6228594Z torch_np/numpy_tests/lib/test_arraypad (0.13157548066561156) 2025-08-26T19:44:32.6228993Z dynamo/test_python_autograd (0.13117373820698228) 2025-08-26T19:44:32.6229449Z distributed/fsdp/test_distributed_checkpoint (0.1310574051303238) 2025-08-26T19:44:32.6229922Z test_functional_autograd_benchmark (0.13092582225725533) 2025-08-26T19:44:32.6230282Z test_spectral_ops (0.13052213442945113) 2025-08-26T19:44:32.6230652Z distributed/rpc/test_faulty_agent (0.13049673075490875) 2025-08-26T19:44:32.6231004Z test_prims (0.13022402795501198) 2025-08-26T19:44:32.6231453Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.12994400866909647) 2025-08-26T19:44:32.6232001Z distributed/rpc/test_tensorpipe_agent (0.12974901625053228) 2025-08-26T19:44:32.6232478Z distributed/fsdp/test_fsdp_use_orig_params (0.12971640996523995) 2025-08-26T19:44:32.6232933Z distributed/test_c10d_spawn_gloo (0.1282833940933809) 2025-08-26T19:44:32.6233298Z distributed/test_c10d_ucc (0.12786649673439893) 2025-08-26T19:44:32.6233680Z distributed/test_c10d_spawn_nccl (0.12697407523222773) 2025-08-26T19:44:32.6234051Z distributed/test_c10d_gloo (0.12656682880227435) 2025-08-26T19:44:32.6234428Z distributed/test_c10d_common (0.12569023596246276) 2025-08-26T19:44:32.6234854Z distributed/fsdp/test_fsdp_mixed_precision (0.12528139527874654) 2025-08-26T19:44:32.6235303Z distributed/test_c10d_spawn_ucc (0.125122880904613) 2025-08-26T19:44:32.6235771Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.12232757519240935) 2025-08-26T19:44:32.6236253Z profiler/test_python_tracer (0.12155349856331166) 2025-08-26T19:44:32.6236624Z distributed/test_launcher (0.1210656569118834) 2025-08-26T19:44:32.6236976Z distributed/test_c10d_nccl (0.1171164341219803) 2025-08-26T19:44:32.6237329Z distributed/test_store (0.11674048441172834) 2025-08-26T19:44:32.6237647Z test_quantization (0.0909388537634296) 2025-08-26T19:44:32.6238011Z distributions/test_distributions (0.0704436540615095) 2025-08-26T19:44:32.6238370Z test_jit_fuser_legacy (0.07021494032897958) 2025-08-26T19:44:32.6238696Z test_jit_profiling (0.06632116530536375) 2025-08-26T19:44:32.6239003Z test_jit_legacy (0.06439057619139912) 2025-08-26T19:44:33.1958012Z distributed/test_c10d_ops_nccl (0.062465865888184965) 2025-08-26T19:44:33.1958581Z base_commit: HEAD^ 2025-08-26T19:44:33.1959194Z Changed files: ['test/inductor/test_flex_attention.py', 'test/run_test.py'] 2025-08-26T19:44:33.1960011Z Results from Filepath 2025-08-26T19:44:33.1960467Z inductor/test_flex_attention (0.25) 2025-08-26T19:44:33.1961100Z dynamo/test_fx_graph_runnable (0.20833333333333331) 2025-08-26T19:44:33.1961675Z export/test_export_training_ir_to_run_decomp (0.20833333333333331) 2025-08-26T19:44:33.1962128Z inductor/test_flex_decoding (0.20833333333333331) 2025-08-26T19:44:33.1962494Z inductor/test_fused_attention (0.20833333333333331) 2025-08-26T19:44:33.1962869Z inductor/test_snode_runtime (0.20833333333333331) 2025-08-26T19:44:33.1963297Z distributed/_tools/test_runtime_estimator (0.16666666666666666) 2025-08-26T19:44:33.1963720Z distributed/launcher/test_run (0.16666666666666666) 2025-08-26T19:44:33.1964127Z distributed/tensor/test_attention (0.16666666666666666) 2025-08-26T19:44:33.1964758Z distributed/test_dynamo_distributed (0.16666666666666666) 2025-08-26T19:44:33.1965210Z distributed/test_inductor_collectives (0.16666666666666666) 2025-08-26T19:44:33.1965656Z dynamo/cpython/3_13/test_baseexception (0.16666666666666666) 2025-08-26T19:44:33.1966078Z dynamo/cpython/3_13/test_bool (0.16666666666666666) 2025-08-26T19:44:33.1966450Z dynamo/cpython/3_13/test_cmath (0.16666666666666666) 2025-08-26T19:44:33.1966968Z dynamo/cpython/3_13/test_collections (0.16666666666666666) 2025-08-26T19:44:33.1967394Z dynamo/cpython/3_13/test_complex (0.16666666666666666) 2025-08-26T19:44:33.1967798Z dynamo/cpython/3_13/test_contextlib (0.16666666666666666) 2025-08-26T19:44:33.1968235Z dynamo/cpython/3_13/test_defaultdict (0.16666666666666666) 2025-08-26T19:44:33.1968634Z dynamo/cpython/3_13/test_dict (0.16666666666666666) 2025-08-26T19:44:33.1969077Z dynamo/cpython/3_13/test_exception_variations (0.16666666666666666) 2025-08-26T19:44:33.1969620Z dynamo/cpython/3_13/test_exceptions (0.16666666666666666) 2025-08-26T19:44:33.1970031Z dynamo/cpython/3_13/test_float (0.16666666666666666) 2025-08-26T19:44:33.1970458Z dynamo/cpython/3_13/test_generator_stop (0.16666666666666666) 2025-08-26T19:44:33.1970889Z dynamo/cpython/3_13/test_generators (0.16666666666666666) 2025-08-26T19:44:33.1971301Z dynamo/cpython/3_13/test_heapq (0.16666666666666666) 2025-08-26T19:44:33.1971669Z dynamo/cpython/3_13/test_int (0.16666666666666666) 2025-08-26T19:44:33.1972078Z dynamo/cpython/3_13/test_int_literal (0.16666666666666666) 2025-08-26T19:44:33.1972470Z dynamo/cpython/3_13/test_iter (0.16666666666666666) 2025-08-26T19:44:33.1972872Z dynamo/cpython/3_13/test_itertools (0.16666666666666666) 2025-08-26T19:44:33.1973269Z dynamo/cpython/3_13/test_list (0.16666666666666666) 2025-08-26T19:44:33.1973631Z dynamo/cpython/3_13/test_math (0.16666666666666666) 2025-08-26T19:44:33.1974040Z dynamo/cpython/3_13/test_numeric_tower (0.16666666666666666) 2025-08-26T19:44:33.1974460Z dynamo/cpython/3_13/test_operator (0.16666666666666666) 2025-08-26T19:44:33.1974887Z dynamo/cpython/3_13/test_ordered_dict (0.16666666666666666) 2025-08-26T19:44:33.1975291Z dynamo/cpython/3_13/test_raise (0.16666666666666666) 2025-08-26T19:44:33.1975672Z dynamo/cpython/3_13/test_set (0.16666666666666666) 2025-08-26T19:44:33.1976040Z dynamo/cpython/3_13/test_sort (0.16666666666666666) 2025-08-26T19:44:33.1976411Z dynamo/cpython/3_13/test_sys (0.16666666666666666) 2025-08-26T19:44:33.1976778Z dynamo/cpython/3_13/test_tuple (0.16666666666666666) 2025-08-26T19:44:33.1977238Z dynamo/cpython/3_13/test_unittest/test_assertions (0.16666666666666666) 2025-08-26T19:44:33.1977711Z dynamo/cpython/3_13/test_userdict (0.16666666666666666) 2025-08-26T19:44:33.1978105Z dynamo/cpython/3_13/test_userlist (0.16666666666666666) 2025-08-26T19:44:33.1978495Z dynamo/cpython/3_13/test_with (0.16666666666666666) 2025-08-26T19:44:33.1978887Z dynamo/test_activation_checkpointing (0.16666666666666666) 2025-08-26T19:44:33.1979278Z dynamo/test_after_aot (0.16666666666666666) 2025-08-26T19:44:33.1979601Z dynamo/test_aot_autograd (0.16666666666666666) 2025-08-26T19:44:33.1979967Z dynamo/test_aot_autograd_cache (0.16666666666666666) 2025-08-26T19:44:33.1980346Z dynamo/test_autograd_function (0.16666666666666666) 2025-08-26T19:44:33.1980684Z dynamo/test_backends (0.16666666666666666) 2025-08-26T19:44:33.1981288Z dynamo/test_backward_higher_order_ops (0.16666666666666666) 2025-08-26T19:44:33.1981678Z dynamo/test_base_hop (0.16666666666666666) 2025-08-26T19:44:33.1982013Z dynamo/test_base_output (0.16666666666666666) 2025-08-26T19:44:33.1982362Z dynamo/test_buffers_override (0.16666666666666666) 2025-08-26T19:44:33.1982729Z dynamo/test_bytecode_utils (0.16666666666666666) 2025-08-26T19:44:33.1983059Z dynamo/test_callback (0.16666666666666666) 2025-08-26T19:44:33.1983380Z dynamo/test_compile (0.16666666666666666) 2025-08-26T19:44:33.1983727Z dynamo/test_compiler_bisector (0.16666666666666666) 2025-08-26T19:44:33.1984198Z dynamo/test_comptime (0.16666666666666666) 2025-08-26T19:44:33.1984519Z dynamo/test_config (0.16666666666666666) 2025-08-26T19:44:33.1984832Z dynamo/test_ctx_manager (0.16666666666666666) 2025-08-26T19:44:33.1985174Z dynamo/test_cudagraphs (0.16666666666666666) 2025-08-26T19:44:33.1985577Z dynamo/test_cudagraphs_expandable_segments (0.16666666666666666) 2025-08-26T19:44:33.1985996Z dynamo/test_debug_utils (0.16666666666666666) 2025-08-26T19:44:33.1986403Z dynamo/test_decorators (0.16666666666666666) 2025-08-26T19:44:33.1986757Z dynamo/test_deque_reconstruct (0.16666666666666666) 2025-08-26T19:44:33.1987120Z dynamo/test_deviceguard (0.16666666666666666) 2025-08-26T19:44:33.1987435Z dynamo/test_dicts (0.16666666666666666) 2025-08-26T19:44:33.1987767Z dynamo/test_dynamic_shapes (0.16666666666666666) 2025-08-26T19:44:33.1988096Z dynamo/test_einops (0.16666666666666666) 2025-08-26T19:44:33.1988428Z dynamo/test_error_messages (0.16666666666666666) 2025-08-26T19:44:33.1988750Z dynamo/test_exc (0.16666666666666666) 2025-08-26T19:44:33.1989063Z dynamo/test_exceptions (0.16666666666666666) 2025-08-26T19:44:33.1989373Z dynamo/test_export (0.16666666666666666) 2025-08-26T19:44:33.1989711Z dynamo/test_export_mutations (0.16666666666666666) 2025-08-26T19:44:33.1990079Z dynamo/test_fake_distributed (0.16666666666666666) 2025-08-26T19:44:33.1990419Z dynamo/test_flat_apply (0.16666666666666666) 2025-08-26T19:44:33.1990785Z dynamo/test_frame_init (0.16666666666666666) 2025-08-26T19:44:33.1991102Z dynamo/test_functions (0.16666666666666666) 2025-08-26T19:44:33.1991456Z dynamo/test_fx_passes_pre_grad (0.16666666666666666) 2025-08-26T19:44:33.1991800Z dynamo/test_generator (0.16666666666666666) 2025-08-26T19:44:33.1992120Z dynamo/test_global (0.16666666666666666) 2025-08-26T19:44:33.1992458Z dynamo/test_graph_deduplication (0.16666666666666666) 2025-08-26T19:44:33.1992856Z dynamo/test_graph_region_tracker (0.16666666666666666) 2025-08-26T19:44:33.1993236Z dynamo/test_guard_manager (0.16666666666666666) 2025-08-26T19:44:33.1993596Z dynamo/test_guard_serialization (0.16666666666666666) 2025-08-26T19:44:33.1993979Z dynamo/test_higher_order_ops (0.16666666666666666) 2025-08-26T19:44:33.1994308Z dynamo/test_hooks (0.16666666666666666) 2025-08-26T19:44:33.1994650Z dynamo/test_inline_and_install (0.16666666666666666) 2025-08-26T19:44:33.1995023Z dynamo/test_input_attr_tracking (0.16666666666666666) 2025-08-26T19:44:33.1995418Z dynamo/test_install_free_tensors (0.16666666666666666) 2025-08-26T19:44:33.1995775Z dynamo/test_interop (0.16666666666666666) 2025-08-26T19:44:33.1996070Z dynamo/test_list (0.16666666666666666) 2025-08-26T19:44:33.1996378Z dynamo/test_logging (0.16666666666666666) 2025-08-26T19:44:33.1996698Z dynamo/test_metrics_context (0.16666666666666666) 2025-08-26T19:44:33.1997046Z dynamo/test_minifier (0.16666666666666666) 2025-08-26T19:44:33.1997344Z dynamo/test_misc (0.16666666666666666) 2025-08-26T19:44:33.1997667Z dynamo/test_model_output (0.16666666666666666) 2025-08-26T19:44:33.1997983Z dynamo/test_modes (0.16666666666666666) 2025-08-26T19:44:33.1998292Z dynamo/test_modules (0.16666666666666666) 2025-08-26T19:44:33.1998643Z dynamo/test_nested_graph_breaks (0.16666666666666666) 2025-08-26T19:44:33.1998979Z dynamo/test_nops (0.16666666666666666) 2025-08-26T19:44:33.1999296Z dynamo/test_optimizers (0.16666666666666666) 2025-08-26T19:44:33.1999607Z dynamo/test_package (0.16666666666666666) 2025-08-26T19:44:33.1999915Z dynamo/test_pgo (0.16666666666666666) 2025-08-26T19:44:33.2000221Z dynamo/test_pre_dispatch (0.16666666666666666) 2025-08-26T19:44:33.2000593Z dynamo/test_precompile_context (0.16666666666666666) 2025-08-26T19:44:33.2000938Z dynamo/test_profiler (0.16666666666666666) 2025-08-26T19:44:33.2001274Z dynamo/test_python_autograd (0.16666666666666666) 2025-08-26T19:44:33.2001736Z dynamo/test_python_dispatcher (0.16666666666666666) 2025-08-26T19:44:33.2002099Z dynamo/test_recompile_ux (0.16666666666666666) 2025-08-26T19:44:33.2002521Z dynamo/test_recompiles (0.16666666666666666) 2025-08-26T19:44:33.2002895Z dynamo/test_reconstruct (0.16666666666666666) 2025-08-26T19:44:33.2003251Z dynamo/test_reorder_logs (0.16666666666666666) 2025-08-26T19:44:33.2003571Z dynamo/test_repros (0.16666666666666666) 2025-08-26T19:44:33.2003886Z dynamo/test_resume (0.16666666666666666) 2025-08-26T19:44:33.2004195Z dynamo/test_sdpa (0.16666666666666666) 2025-08-26T19:44:33.2004543Z dynamo/test_sets (0.16666666666666666) 2025-08-26T19:44:33.2004899Z dynamo/test_skip_guard_eval_unsafe (0.16666666666666666) 2025-08-26T19:44:33.2005279Z dynamo/test_skip_non_tensor (0.16666666666666666) 2025-08-26T19:44:33.2005627Z dynamo/test_sources (0.16666666666666666) 2025-08-26T19:44:33.2005958Z dynamo/test_structured_trace (0.16666666666666666) 2025-08-26T19:44:33.2006318Z dynamo/test_subclasses (0.16666666666666666) 2025-08-26T19:44:33.2006642Z dynamo/test_subgraphs (0.16666666666666666) 2025-08-26T19:44:33.2006973Z dynamo/test_torchrec (0.16666666666666666) 2025-08-26T19:44:33.2007305Z dynamo/test_trace_rules (0.16666666666666666) 2025-08-26T19:44:33.2007626Z dynamo/test_unittest (0.16666666666666666) 2025-08-26T19:44:33.2007945Z dynamo/test_unspec (0.16666666666666666) 2025-08-26T19:44:33.2008242Z dynamo/test_utils (0.16666666666666666) 2025-08-26T19:44:33.2008589Z dynamo/test_verify_correctness (0.16666666666666666) 2025-08-26T19:44:33.2008921Z dynamo/test_view (0.16666666666666666) 2025-08-26T19:44:33.2009237Z export/test_converter (0.16666666666666666) 2025-08-26T19:44:33.2009554Z export/test_cpp_serdes (0.16666666666666666) 2025-08-26T19:44:33.2009874Z export/test_db (0.16666666666666666) 2025-08-26T19:44:33.2010186Z export/test_draft_export (0.16666666666666666) 2025-08-26T19:44:33.2010519Z export/test_experimental (0.16666666666666666) 2025-08-26T19:44:33.2010851Z export/test_export (0.16666666666666666) 2025-08-26T19:44:33.2011167Z export/test_export_opinfo (0.16666666666666666) 2025-08-26T19:44:33.2011521Z export/test_export_strict (0.16666666666666666) 2025-08-26T19:44:33.2011919Z export/test_export_with_inline_and_install (0.16666666666666666) 2025-08-26T19:44:33.2012384Z export/test_functionalized_assertions (0.16666666666666666) 2025-08-26T19:44:33.2012762Z export/test_hop (0.16666666666666666) 2025-08-26T19:44:33.2013069Z export/test_lift_unlift (0.16666666666666666) 2025-08-26T19:44:33.2013398Z export/test_nativert (0.16666666666666666) 2025-08-26T19:44:33.2013709Z export/test_package (0.16666666666666666) 2025-08-26T19:44:33.2014031Z export/test_pass_infra (0.16666666666666666) 2025-08-26T19:44:33.2014341Z export/test_passes (0.16666666666666666) 2025-08-26T19:44:33.2014674Z export/test_retraceability (0.16666666666666666) 2025-08-26T19:44:33.2015001Z export/test_schema (0.16666666666666666) 2025-08-26T19:44:33.2015309Z export/test_serdes (0.16666666666666666) 2025-08-26T19:44:33.2015629Z export/test_serialize (0.16666666666666666) 2025-08-26T19:44:33.2015944Z export/test_sparse (0.16666666666666666) 2025-08-26T19:44:33.2016248Z export/test_swap (0.16666666666666666) 2025-08-26T19:44:33.2016540Z export/test_tools (0.16666666666666666) 2025-08-26T19:44:33.2016859Z export/test_torchbind (0.16666666666666666) 2025-08-26T19:44:33.2017173Z export/test_tree_utils (0.16666666666666666) 2025-08-26T19:44:33.2017499Z export/test_unflatten (0.16666666666666666) 2025-08-26T19:44:33.2017853Z export/test_unflatten_training_ir (0.16666666666666666) 2025-08-26T19:44:33.2018230Z export/test_upgrader (0.16666666666666666) 2025-08-26T19:44:33.2018550Z export/test_verifier (0.16666666666666666) 2025-08-26T19:44:33.2018911Z inductor/test_alignment (0.16666666666666666) 2025-08-26T19:44:33.2019248Z inductor/test_analysis (0.16666666666666666) 2025-08-26T19:44:33.2019579Z inductor/test_aot_inductor (0.16666666666666666) 2025-08-26T19:44:33.2019971Z inductor/test_aot_inductor_arrayref (0.16666666666666666) 2025-08-26T19:44:33.2020459Z inductor/test_aot_inductor_custom_ops (0.16666666666666666) 2025-08-26T19:44:33.2020900Z inductor/test_aot_inductor_package (0.16666666666666666) 2025-08-26T19:44:33.2021303Z inductor/test_aot_inductor_utils (0.16666666666666666) 2025-08-26T19:44:33.2021694Z inductor/test_async_compile (0.16666666666666666) 2025-08-26T19:44:33.2022087Z inductor/test_auto_functionalize (0.16666666666666666) 2025-08-26T19:44:33.2022463Z inductor/test_autoheuristic (0.16666666666666666) 2025-08-26T19:44:33.2022892Z inductor/test_b2b_gemm (0.16666666666666666) 2025-08-26T19:44:33.2023240Z inductor/test_benchmark_fusion (0.16666666666666666) 2025-08-26T19:44:33.2023618Z inductor/test_benchmarking (0.16666666666666666) 2025-08-26T19:44:33.2023965Z inductor/test_best_config (0.16666666666666666) 2025-08-26T19:44:33.2024329Z inductor/test_binary_folding (0.16666666666666666) 2025-08-26T19:44:33.2024689Z inductor/test_block_analysis (0.16666666666666666) 2025-08-26T19:44:33.2025050Z inductor/test_ck_backend (0.16666666666666666) 2025-08-26T19:44:33.2025395Z inductor/test_codecache (0.16666666666666666) 2025-08-26T19:44:33.2025737Z inductor/test_codegen_triton (0.16666666666666666) 2025-08-26T19:44:33.2026100Z inductor/test_combo_kernels (0.16666666666666666) 2025-08-26T19:44:33.2026435Z inductor/test_compile (0.16666666666666666) 2025-08-26T19:44:33.2026802Z inductor/test_compile_subprocess (0.16666666666666666) 2025-08-26T19:44:33.2027176Z inductor/test_compile_worker (0.16666666666666666) 2025-08-26T19:44:33.2027559Z inductor/test_compiled_autograd (0.16666666666666666) 2025-08-26T19:44:33.2027963Z inductor/test_compiled_optimizers (0.16666666666666666) 2025-08-26T19:44:33.2028318Z inductor/test_config (0.16666666666666666) 2025-08-26T19:44:33.2028650Z inductor/test_control_flow (0.16666666666666666) 2025-08-26T19:44:33.2029035Z inductor/test_cooperative_reductions (0.16666666666666666) 2025-08-26T19:44:33.2029479Z inductor/test_coordinate_descent_tuner (0.16666666666666666) 2025-08-26T19:44:33.2029902Z inductor/test_cpp_wrapper_hipify (0.16666666666666666) 2025-08-26T19:44:33.2030318Z inductor/test_cpu_cpp_wrapper (0.16666666666666666) 2025-08-26T19:44:33.2030665Z inductor/test_cpu_repro (0.16666666666666666) 2025-08-26T19:44:33.2031046Z inductor/test_cpu_select_algorithm (0.16666666666666666) 2025-08-26T19:44:33.2031426Z inductor/test_cuda_repro (0.16666666666666666) 2025-08-26T19:44:33.2031769Z inductor/test_cudacodecache (0.16666666666666666) 2025-08-26T19:44:33.2032147Z inductor/test_cudagraph_trees (0.16666666666666666) 2025-08-26T19:44:33.2032592Z inductor/test_cudagraph_trees_expandable_segments (0.16666666666666666) 2025-08-26T19:44:33.2033058Z inductor/test_custom_lowering (0.16666666666666666) 2025-08-26T19:44:33.2033452Z inductor/test_custom_post_grad_passes (0.16666666666666666) 2025-08-26T19:44:33.2033869Z inductor/test_cutedsl_template (0.16666666666666666) 2025-08-26T19:44:33.2034250Z inductor/test_cutlass_backend (0.16666666666666666) 2025-08-26T19:44:33.2034600Z inductor/test_cutlass_evt (0.16666666666666666) 2025-08-26T19:44:33.2034953Z inductor/test_debug_trace (0.16666666666666666) 2025-08-26T19:44:33.2035334Z inductor/test_decompose_mem_bound_mm (0.16666666666666666) 2025-08-26T19:44:33.2035739Z inductor/test_dependencies (0.16666666666666666) 2025-08-26T19:44:33.2036117Z inductor/test_distributed_patterns (0.16666666666666666) 2025-08-26T19:44:33.2036540Z inductor/test_efficient_conv_bn_eval (0.16666666666666666) 2025-08-26T19:44:33.2036947Z inductor/test_extension_backend (0.16666666666666666) 2025-08-26T19:44:33.2037345Z inductor/test_external_callables (0.16666666666666666) 2025-08-26T19:44:33.2037707Z inductor/test_foreach (0.16666666666666666) 2025-08-26T19:44:33.2038013Z inductor/test_fp8 (0.16666666666666666) 2025-08-26T19:44:33.2038324Z inductor/test_fuzzer (0.16666666666666666) 2025-08-26T19:44:33.2038641Z inductor/test_fx_fusion (0.16666666666666666) 2025-08-26T19:44:33.2038994Z inductor/test_fxir_backend (0.16666666666666666) 2025-08-26T19:44:33.2039411Z inductor/test_gpu_cpp_wrapper (0.16666666666666666) 2025-08-26T19:44:33.2039875Z inductor/test_graph_transform_observer (0.16666666666666666) 2025-08-26T19:44:33.2040368Z inductor/test_group_batch_fusion (0.16666666666666666) 2025-08-26T19:44:33.2040722Z inductor/test_halide (0.16666666666666666) 2025-08-26T19:44:33.2041068Z inductor/test_helion_kernels (0.16666666666666666) 2025-08-26T19:44:33.2041510Z inductor/test_indexing (0.16666666666666666) 2025-08-26T19:44:33.2041960Z inductor/test_inductor_annotations (0.16666666666666666) 2025-08-26T19:44:33.2042359Z inductor/test_inductor_freezing (0.16666666666666666) 2025-08-26T19:44:33.2042762Z inductor/test_inductor_scheduler (0.16666666666666666) 2025-08-26T19:44:33.2043141Z inductor/test_inductor_utils (0.16666666666666666) 2025-08-26T19:44:33.2043520Z inductor/test_inplace_padding (0.16666666666666666) 2025-08-26T19:44:33.2043903Z inductor/test_inplacing_pass (0.16666666666666666) 2025-08-26T19:44:33.2044276Z inductor/test_kernel_benchmark (0.16666666666666666) 2025-08-26T19:44:33.2044679Z inductor/test_kernel_optimization (0.16666666666666666) 2025-08-26T19:44:33.2045057Z inductor/test_layout_optim (0.16666666666666666) 2025-08-26T19:44:33.2045418Z inductor/test_loop_ordering (0.16666666666666666) 2025-08-26T19:44:33.2045762Z inductor/test_max_autotune (0.16666666666666666) 2025-08-26T19:44:33.2046101Z inductor/test_memory (0.16666666666666666) 2025-08-26T19:44:33.2046436Z inductor/test_memory_planning (0.16666666666666666) 2025-08-26T19:44:33.2046787Z inductor/test_metrics (0.16666666666666666) 2025-08-26T19:44:33.2047113Z inductor/test_minifier (0.16666666666666666) 2025-08-26T19:44:33.2047456Z inductor/test_minifier_isolate (0.16666666666666666) 2025-08-26T19:44:33.2047835Z inductor/test_minifier_utils (0.16666666666666666) 2025-08-26T19:44:33.2048222Z inductor/test_mkldnn_pattern_matcher (0.16666666666666666) 2025-08-26T19:44:33.2048604Z inductor/test_mmdecomp (0.16666666666666666) 2025-08-26T19:44:33.2048986Z inductor/test_move_constructors_to_cuda (0.16666666666666666) 2025-08-26T19:44:33.2049385Z inductor/test_mps_basic (0.16666666666666666) 2025-08-26T19:44:33.2049732Z inductor/test_multi_kernel (0.16666666666666666) 2025-08-26T19:44:33.2050101Z inductor/test_needs_exact_strides (0.16666666666666666) 2025-08-26T19:44:33.2050493Z inductor/test_online_softmax (0.16666666666666666) 2025-08-26T19:44:33.2050854Z inductor/test_op_completeness (0.16666666666666666) 2025-08-26T19:44:33.2051228Z inductor/test_op_dtype_prop (0.16666666666666666) 2025-08-26T19:44:33.2051573Z inductor/test_ordered_set (0.16666666666666666) 2025-08-26T19:44:33.2051909Z inductor/test_pad_mm (0.16666666666666666) 2025-08-26T19:44:33.2052219Z inductor/test_padding (0.16666666666666666) 2025-08-26T19:44:33.2052571Z inductor/test_pattern_matcher (0.16666666666666666) 2025-08-26T19:44:33.2052919Z inductor/test_perf (0.16666666666666666) 2025-08-26T19:44:33.2053228Z inductor/test_profiler (0.16666666666666666) 2025-08-26T19:44:33.2053602Z inductor/test_provenance_tracing (0.16666666666666666) 2025-08-26T19:44:33.2053975Z inductor/test_quantization (0.16666666666666666) 2025-08-26T19:44:33.2054333Z inductor/test_remote_cache (0.16666666666666666) 2025-08-26T19:44:33.2054709Z inductor/test_scatter_optimization (0.16666666666666666) 2025-08-26T19:44:33.2055106Z inductor/test_segmented_tree (0.16666666666666666) 2025-08-26T19:44:33.2055475Z inductor/test_select_algorithm (0.16666666666666666) 2025-08-26T19:44:33.2055831Z inductor/test_smoke (0.16666666666666666) 2025-08-26T19:44:33.2056208Z inductor/test_split_cat_fx_aten_passes (0.16666666666666666) 2025-08-26T19:44:33.2056624Z inductor/test_split_cat_fx_passes (0.16666666666666666) 2025-08-26T19:44:33.2057036Z inductor/test_static_cuda_launcher (0.16666666666666666) 2025-08-26T19:44:33.2057419Z inductor/test_subgraph_choice (0.16666666666666666) 2025-08-26T19:44:33.2057780Z inductor/test_torchbind (0.16666666666666666) 2025-08-26T19:44:33.2058180Z inductor/test_torchinductor (0.16666666666666666) 2025-08-26T19:44:33.2058654Z inductor/test_torchinductor_codegen_config_overrides (0.16666666666666666) 2025-08-26T19:44:33.2059216Z inductor/test_torchinductor_codegen_dynamic_shapes (0.16666666666666666) 2025-08-26T19:44:33.2059732Z inductor/test_torchinductor_dynamic_shapes (0.16666666666666666) 2025-08-26T19:44:33.2060191Z inductor/test_torchinductor_opinfo (0.16666666666666666) 2025-08-26T19:44:33.2060681Z inductor/test_torchinductor_strided_blocks (0.16666666666666666) 2025-08-26T19:44:33.2061125Z inductor/test_triton_cpu_backend (0.16666666666666666) 2025-08-26T19:44:33.2061536Z inductor/test_triton_extension_backend (0.16666666666666666) 2025-08-26T19:44:33.2061958Z inductor/test_triton_heuristics (0.16666666666666666) 2025-08-26T19:44:33.2062344Z inductor/test_triton_kernels (0.16666666666666666) 2025-08-26T19:44:33.2062696Z inductor/test_triton_syntax (0.16666666666666666) 2025-08-26T19:44:33.2063070Z inductor/test_triton_wrapper (0.16666666666666666) 2025-08-26T19:44:33.2063440Z inductor/test_unbacked_symints (0.16666666666666666) 2025-08-26T19:44:33.2063791Z inductor/test_utils (0.16666666666666666) 2025-08-26T19:44:33.2064104Z inductor/test_xpu_basic (0.16666666666666666) 2025-08-26T19:44:33.2064455Z nn/test_multihead_attention (0.16666666666666666) 2025-08-26T19:44:33.2064774Z nn/test_pruning (0.16666666666666666) 2025-08-26T19:44:33.2065087Z onnx/exporter/test_api (0.16666666666666666) 2025-08-26T19:44:33.2065438Z onnx/exporter/test_building (0.16666666666666666) 2025-08-26T19:44:33.2065836Z onnx/exporter/test_capture_strategies (0.16666666666666666) 2025-08-26T19:44:33.2066236Z onnx/exporter/test_core (0.16666666666666666) 2025-08-26T19:44:33.2066600Z onnx/exporter/test_dynamic_shapes (0.16666666666666666) 2025-08-26T19:44:33.2067010Z onnx/exporter/test_hf_models_e2e (0.16666666666666666) 2025-08-26T19:44:33.2067385Z onnx/exporter/test_ir_passes (0.16666666666666666) 2025-08-26T19:44:33.2067787Z onnx/exporter/test_small_models_e2e (0.16666666666666666) 2025-08-26T19:44:33.2068177Z onnx/exporter/test_tensors (0.16666666666666666) 2025-08-26T19:44:33.2068543Z onnx/exporter/test_verification (0.16666666666666666) 2025-08-26T19:44:33.2068925Z onnx/test_models_onnxruntime (0.16666666666666666) 2025-08-26T19:44:33.2069317Z onnx/test_models_quantized_onnxruntime (0.16666666666666666) 2025-08-26T19:44:33.2069722Z onnx/test_onnxscript_runtime (0.16666666666666666) 2025-08-26T19:44:33.2070097Z onnx/test_pytorch_onnx_no_runtime (0.16666666666666666) 2025-08-26T19:44:33.2070501Z onnx/test_pytorch_onnx_onnxruntime (0.16666666666666666) 2025-08-26T19:44:33.2070884Z test_model_exports_to_core_aten (0.16666666666666666) 2025-08-26T19:44:46.6457267Z test_pruning_op (0.16666666666666666) 2025-08-26T19:44:46.6457802Z base_commit: HEAD^ 2025-08-26T19:44:46.6458403Z Changed files: ['test/inductor/test_flex_attention.py', 'test/run_test.py'] 2025-08-26T19:44:46.6459197Z Results from PublicBindings 2025-08-26T19:44:46.6459512Z 2025-08-26T19:44:46.6459643Z Aggregated Heuristics 2025-08-26T19:44:46.6460075Z inductor/test_flex_attention (2.909211002298442) 2025-08-26T19:44:46.6460634Z inductor/test_aot_inductor (1.6033429317156203) 2025-08-26T19:44:46.6461272Z inductor/test_aot_inductor_arrayref (1.5082813674612656) 2025-08-26T19:44:46.6461984Z inductor/test_torchinductor (1.468676758970599) 2025-08-26T19:44:46.6462375Z inductor/test_extension_backend (1.4264861453694897) 2025-08-26T19:44:46.6462782Z inductor/test_compiled_autograd (1.4200881640637077) 2025-08-26T19:44:46.6463172Z inductor/test_torchinductor_opinfo (1.419794315547122) 2025-08-26T19:44:46.6463566Z inductor/test_kernel_benchmark (1.4148159444163502) 2025-08-26T19:44:46.6463929Z inductor/test_inplace_padding (1.4117975170086747) 2025-08-26T19:44:46.6464356Z inductor/test_torchinductor_dynamic_shapes (1.4111799075861675) 2025-08-26T19:44:46.6464777Z inductor/test_pattern_matcher (1.4095044232588634) 2025-08-26T19:44:46.6465526Z inductor/test_torchinductor_codegen_dynamic_shapes (1.389348235362619) 2025-08-26T19:44:46.6465997Z inductor/test_gpu_cpp_wrapper (1.3766927062056333) 2025-08-26T19:44:46.6466346Z inductor/test_codecache (1.3725690734511176) 2025-08-26T19:44:46.6466720Z inductor/test_compiled_optimizers (1.3713684737663705) 2025-08-26T19:44:46.6467086Z dynamo/test_dynamic_shapes (1.370337970257016) 2025-08-26T19:44:46.6467446Z inductor/test_cudagraph_trees (1.370181694483292) 2025-08-26T19:44:46.6467915Z inductor/test_split_cat_fx_passes (1.3673643449168325) 2025-08-26T19:44:46.6468286Z inductor/test_cuda_repro (1.366225094336263) 2025-08-26T19:44:46.6468609Z inductor/test_minifier (1.3634001409776897) 2025-08-26T19:44:46.6468928Z dynamo/test_pgo (1.3629135351916715) 2025-08-26T19:44:46.6469277Z inductor/test_compile_subprocess (1.3606327132111908) 2025-08-26T19:44:46.6469633Z inductor/test_padding (1.355569254548244) 2025-08-26T19:44:46.6470020Z inductor/test_split_cat_fx_aten_passes (1.3544321241525878) 2025-08-26T19:44:46.6470432Z inductor/test_inductor_freezing (1.3533084890700715) 2025-08-26T19:44:46.6470777Z dynamo/test_modes (1.3529919626076132) 2025-08-26T19:44:46.6471223Z export/test_torchbind (1.3489186960263229) 2025-08-26T19:44:46.6471538Z dynamo/test_package (1.346613619011461) 2025-08-26T19:44:46.6471845Z dynamo/test_functions (1.3465143100739312) 2025-08-26T19:44:46.6472162Z dynamo/test_logging (1.3461867150701217) 2025-08-26T19:44:46.6472482Z dynamo/test_repros (1.3458998774989874) 2025-08-26T19:44:46.6472808Z dynamo/test_structured_trace (1.3450979392003504) 2025-08-26T19:44:46.6473167Z inductor/test_torchbind (1.3444567265248222) 2025-08-26T19:44:46.6473497Z inductor/test_cpu_repro (1.3423261352759108) 2025-08-26T19:44:46.6473853Z dynamo/test_aot_autograd_cache (1.339632097095824) 2025-08-26T19:44:46.6474194Z dynamo/test_trace_rules (1.3382393928555578) 2025-08-26T19:44:46.6474630Z inductor/test_cudagraph_trees_expandable_segments (1.3367043445879938) 2025-08-26T19:44:46.6475075Z dynamo/test_subclasses (1.3306660651015745) 2025-08-26T19:44:46.6475401Z export/test_draft_export (1.3218588383405747) 2025-08-26T19:44:46.6475732Z test_nestedtensor (1.2286416175496577) 2025-08-26T19:44:46.6476098Z distributed/test_c10d_functional_native (1.2262527214966883) 2025-08-26T19:44:46.6476501Z test_ci_sanity_check_fail (1.2225693696212276) 2025-08-26T19:44:46.6476812Z test_type_hints (1.2164917081489621) 2025-08-26T19:44:46.6477111Z test_dataloader (1.2156622757168642) 2025-08-26T19:44:46.6477387Z test_cuda (1.211358701353827) 2025-08-26T19:44:46.6477738Z distributed/tensor/test_dtensor_compile (1.2066842343488897) 2025-08-26T19:44:46.6478207Z distributed/pipelining/test_transformer (1.2020729170838753) 2025-08-26T19:44:46.6478618Z distributed/test_device_mesh (1.2003200969452759) 2025-08-26T19:44:46.6479013Z distributed/fsdp/test_fsdp_pure_fp16 (1.19384666751597) 2025-08-26T19:44:46.6479413Z distributed/fsdp/test_fsdp_apply (1.1914910247268975) 2025-08-26T19:44:46.6479820Z higher_order_ops/test_with_effects (1.1878575107826912) 2025-08-26T19:44:46.6480220Z distributed/test_distributed_spawn (1.1856957035276574) 2025-08-26T19:44:46.6480657Z distributed/pipelining/test_unflatten (1.1849235103778213) 2025-08-26T19:44:46.6481312Z distributed/tensor/test_dtensor (1.1845261917828322) 2025-08-26T19:44:46.6481807Z distributed/pipelining/test_microbatch (1.1821744475143459) 2025-08-26T19:44:46.6482252Z distributed/fsdp/test_fsdp_core (1.1735462275237207) 2025-08-26T19:44:46.6482690Z distributed/fsdp/test_distributed_checkpoint (1.1711829932636162) 2025-08-26T19:44:46.6483127Z functorch/test_aotdispatch (1.1686413503402764) 2025-08-26T19:44:46.6483495Z distributed/tensor/test_math_ops (1.1631592436848264) 2025-08-26T19:44:46.6483904Z distributed/fsdp/test_fsdp_overlap (1.1576742973128662) 2025-08-26T19:44:46.6484362Z distributed/tensor/parallel/test_tp_examples (1.1566262555364837) 2025-08-26T19:44:46.6484993Z distributed/pipelining/test_schedule (1.1556788038106776) 2025-08-26T19:44:46.6485420Z distributed/test_functional_api (1.1545684632160487) 2025-08-26T19:44:46.6485884Z distributed/_composable/fsdp/test_fully_shard_frozen (1.1520562701876758) 2025-08-26T19:44:46.6486445Z distributed/_composable/fsdp/test_fully_shard_init (1.1512666590739962) 2025-08-26T19:44:46.6486915Z distributed/fsdp/test_fsdp_uneven (1.1501034898605347) 2025-08-26T19:44:46.6487324Z distributed/fsdp/test_fsdp_input (1.1485094258898119) 2025-08-26T19:44:46.6487855Z distributed/fsdp/test_fsdp_exec_order (1.1482741026468901) 2025-08-26T19:44:46.6488297Z distributed/fsdp/test_fsdp_traversal (1.1476803000578675) 2025-08-26T19:44:46.6488774Z distributed/fsdp/test_fsdp_multiple_wrapping (1.1473191351533447) 2025-08-26T19:44:46.6489277Z distributed/fsdp/test_fsdp_dtensor_state_dict (1.1444828058755652) 2025-08-26T19:44:46.6489755Z distributed/fsdp/test_fsdp_fine_tune (1.1444108177264884) 2025-08-26T19:44:46.6490221Z distributed/fsdp/test_hsdp_dtensor_state_dict (1.143770136485154) 2025-08-26T19:44:46.6490715Z distributed/fsdp/test_fsdp_clip_grad_norm (1.1416935355526066) 2025-08-26T19:44:46.6491240Z distributed/_composable/fsdp/test_fully_shard_extensions (1.1415995787364366) 2025-08-26T19:44:46.6491739Z distributed/fsdp/test_fsdp_comm (1.1411918388632578) 2025-08-26T19:44:46.6492089Z test_sparse (1.1404356111584186) 2025-08-26T19:44:46.6492497Z distributed/_composable/fsdp/test_fully_shard_training (1.1392356989695893) 2025-08-26T19:44:46.6492941Z doctests (1.000212613505953) 2025-08-26T19:44:46.6493229Z inductor/test_max_autotune (0.5954864053721366) 2025-08-26T19:44:46.6493591Z inductor/test_flex_decoding (0.5198786019201307) 2025-08-26T19:44:46.6493922Z inductor/test_perf (0.4846383337218999) 2025-08-26T19:44:46.6494324Z export/test_export_training_ir_to_run_decomp (0.4317242479413893) 2025-08-26T19:44:46.6494764Z inductor/test_provenance_tracing (0.4209924277339212) 2025-08-26T19:44:46.6495200Z dynamo/cpython/3_13/test_generator_stop (0.41666666666666663) 2025-08-26T19:44:46.6495691Z dynamo/cpython/3_13/test_exception_variations (0.41266647520438143) 2025-08-26T19:44:46.6496123Z dynamo/test_fx_graph_runnable (0.4123300449694014) 2025-08-26T19:44:46.6496531Z dynamo/cpython/3_13/test_int_literal (0.4117848718527438) 2025-08-26T19:44:46.6496945Z dynamo/cpython/3_13/test_itertools (0.41107269592183054) 2025-08-26T19:44:46.6497370Z dynamo/cpython/3_13/test_contextlib (0.41094933104732523) 2025-08-26T19:44:46.6497799Z dynamo/cpython/3_13/test_numeric_tower (0.41054710461880367) 2025-08-26T19:44:46.6498241Z dynamo/cpython/3_13/test_ordered_dict (0.4102453731149752) 2025-08-26T19:44:46.6498649Z dynamo/cpython/3_13/test_with (0.41020145521965135) 2025-08-26T19:44:46.6499048Z dynamo/cpython/3_13/test_baseexception (0.4101943569945644) 2025-08-26T19:44:46.6499485Z dynamo/cpython/3_13/test_exceptions (0.40997696910647463) 2025-08-26T19:44:46.6499880Z dynamo/cpython/3_13/test_raise (0.40983428339470074) 2025-08-26T19:44:46.6500279Z dynamo/cpython/3_13/test_userlist (0.40981608233090827) 2025-08-26T19:44:46.6500686Z dynamo/cpython/3_13/test_generators (0.40967798958830826) 2025-08-26T19:44:46.6501071Z inductor/test_analysis (0.40929598798573924) 2025-08-26T19:44:46.6501414Z dynamo/cpython/3_13/test_int (0.40920360419780677) 2025-08-26T19:44:46.6501804Z dynamo/cpython/3_13/test_userdict (0.4090967891956967) 2025-08-26T19:44:46.6502221Z dynamo/cpython/3_13/test_defaultdict (0.4090043224774521) 2025-08-26T19:44:46.6502641Z dynamo/cpython/3_13/test_collections (0.4089460373190512) 2025-08-26T19:44:46.6503048Z dynamo/cpython/3_13/test_heapq (0.4089460373190512) 2025-08-26T19:44:46.6503411Z dynamo/cpython/3_13/test_cmath (0.4088870689090377) 2025-08-26T19:44:46.6503800Z dynamo/cpython/3_13/test_operator (0.40886900069972554) 2025-08-26T19:44:46.6504171Z dynamo/cpython/3_13/test_set (0.4086959102911889) 2025-08-26T19:44:46.6504536Z dynamo/cpython/3_13/test_math (0.4085964402439147) 2025-08-26T19:44:46.6504972Z dynamo/cpython/3_13/test_sort (0.40857387396148603) 2025-08-26T19:44:46.6505332Z dynamo/cpython/3_13/test_iter (0.4085323474468064) 2025-08-26T19:44:46.6505695Z dynamo/cpython/3_13/test_sys (0.4082377521264878) 2025-08-26T19:44:46.6506045Z inductor/test_snode_runtime (0.4080820972775589) 2025-08-26T19:44:46.6506414Z dynamo/cpython/3_13/test_bool (0.4079023515015251) 2025-08-26T19:44:46.6506775Z dynamo/cpython/3_13/test_list (0.40766668663279715) 2025-08-26T19:44:46.6507216Z dynamo/cpython/3_13/test_float (0.40742973117768966) 2025-08-26T19:44:46.6507590Z dynamo/cpython/3_13/test_tuple (0.40732061969099265) 2025-08-26T19:44:46.6507969Z dynamo/cpython/3_13/test_dict (0.40719482547742014) 2025-08-26T19:44:46.6508357Z dynamo/cpython/3_13/test_complex (0.4070593518660019) 2025-08-26T19:44:46.6508745Z inductor/test_external_callables (0.4050522221203473) 2025-08-26T19:44:46.6509138Z inductor/test_fused_attention (0.40215711500267654) 2025-08-26T19:44:46.6509502Z inductor/test_triton_syntax (0.4003482736011055) 2025-08-26T19:44:46.6509848Z inductor/test_halide (0.3995390679738312) 2025-08-26T19:44:46.6510156Z inductor/test_pad_mm (0.3960439430161939) 2025-08-26T19:44:46.6510503Z dynamo/test_deque_reconstruct (0.3956380799506115) 2025-08-26T19:44:46.6510899Z inductor/test_cpp_wrapper_hipify (0.39514239988484934) 2025-08-26T19:44:46.6511279Z inductor/test_segmented_tree (0.39380442241438796) 2025-08-26T19:44:46.6511649Z inductor/test_inductor_utils (0.3936650770438314) 2025-08-26T19:44:46.6512053Z inductor/test_triton_extension_backend (0.39295013506971466) 2025-08-26T19:44:46.6512461Z export/test_retraceability (0.3927874023889665) 2025-08-26T19:44:46.6512799Z inductor/test_b2b_gemm (0.39260596112738644) 2025-08-26T19:44:46.6513147Z inductor/test_async_compile (0.39223013479828156) 2025-08-26T19:44:46.6513485Z inductor/test_indexing (0.3919079334390808) 2025-08-26T19:44:46.6513862Z inductor/test_inductor_annotations (0.39171196435066385) 2025-08-26T19:44:46.6514298Z distributed/test_dynamo_distributed (0.39150575797283643) 2025-08-26T19:44:46.6514747Z inductor/test_fx_fusion (0.39042815354971605) 2025-08-26T19:44:46.6515122Z inductor/test_triton_cpu_backend (0.3903273666277083) 2025-08-26T19:44:46.6515621Z export/test_functionalized_assertions (0.3892859765446628) 2025-08-26T19:44:46.6516045Z export/test_unflatten_training_ir (0.3890701340319505) 2025-08-26T19:44:46.6516427Z dynamo/test_fx_passes_pre_grad (0.3890598662785494) 2025-08-26T19:44:46.6516792Z inductor/test_ck_backend (0.388274580208418) 2025-08-26T19:44:46.6517197Z inductor/test_torchinductor_strided_blocks (0.387245699854304) 2025-08-26T19:44:46.6517588Z dynamo/test_backends (0.3872346404807666) 2025-08-26T19:44:46.6517935Z inductor/test_op_completeness (0.3862697324014692) 2025-08-26T19:44:46.6518277Z inductor/test_metrics (0.3861451885991881) 2025-08-26T19:44:46.6518603Z dynamo/test_base_output (0.3856978887601086) 2025-08-26T19:44:46.6518941Z inductor/test_autoheuristic (0.38483167754896697) 2025-08-26T19:44:46.6519309Z inductor/test_compile_worker (0.38447677421031) 2025-08-26T19:44:46.6519667Z dynamo/test_inline_and_install (0.3838590119407329) 2025-08-26T19:44:46.6520051Z test_model_exports_to_core_aten (0.38354686581836317) 2025-08-26T19:44:46.6520470Z inductor/test_move_constructors_to_cuda (0.3828352491403674) 2025-08-26T19:44:46.6520851Z export/test_tree_utils (0.3824978418738646) 2025-08-26T19:44:46.6521190Z inductor/test_remote_cache (0.38248391113265123) 2025-08-26T19:44:46.6521651Z inductor/test_minifier_utils (0.3823950125061616) 2025-08-26T19:44:46.6522012Z inductor/test_xpu_basic (0.38238823692766954) 2025-08-26T19:44:46.6522344Z dynamo/test_decorators (0.38233063998943284) 2025-08-26T19:44:46.6522677Z inductor/test_utils (0.38194541174916485) 2025-08-26T19:44:46.6522996Z export/test_export_strict (0.3819340074597411) 2025-08-26T19:44:46.6523360Z inductor/test_subgraph_choice (0.3818651888389786) 2025-08-26T19:44:46.6523802Z dynamo/test_recompiles (0.38136972405390457) 2025-08-26T19:44:46.6524118Z export/test_serdes (0.38115394288942706) 2025-08-26T19:44:46.6524442Z inductor/test_mps_basic (0.3807959697636629) 2025-08-26T19:44:46.6524818Z inductor/test_cooperative_reductions (0.3801227356898844) 2025-08-26T19:44:46.6525243Z dynamo/test_skip_guard_eval_unsafe (0.3799582715465104) 2025-08-26T19:44:46.6525615Z onnx/exporter/test_tensors (0.3794396456140902) 2025-08-26T19:44:46.6526118Z export/test_export_with_inline_and_install (0.3794247198946318) 2025-08-26T19:44:46.6526520Z inductor/test_smoke (0.37935442895462423) 2025-08-26T19:44:46.6526923Z dynamo/cpython/3_13/test_unittest/test_assertions (0.3792685290435457) 2025-08-26T19:44:46.6527359Z inductor/test_foreach (0.37913520008302265) 2025-08-26T19:44:46.6527692Z inductor/test_cudacodecache (0.3790568867179268) 2025-08-26T19:44:46.6528055Z inductor/test_debug_trace (0.3787688801059227) 2025-08-26T19:44:46.6528409Z inductor/test_benchmark_fusion (0.3785084283870248) 2025-08-26T19:44:46.6528777Z dynamo/test_frame_init (0.37838335760015307) 2025-08-26T19:44:46.6529095Z dynamo/test_interop (0.37827557465825845) 2025-08-26T19:44:46.6529465Z inductor/test_aot_inductor_package (0.37767601177995763) 2025-08-26T19:44:46.6529832Z inductor/test_fp8 (0.37765609510064) 2025-08-26T19:44:46.6530149Z dynamo/test_skip_non_tensor (0.37755354851659617) 2025-08-26T19:44:46.6530514Z inductor/test_cutlass_backend (0.377238735422728) 2025-08-26T19:44:46.6530903Z inductor/test_kernel_optimization (0.37722515122066314) 2025-08-26T19:44:46.6531335Z inductor/test_coordinate_descent_tuner (0.3770371431519171) 2025-08-26T19:44:46.6531738Z inductor/test_memory_planning (0.37694434780464414) 2025-08-26T19:44:46.6532108Z dynamo/test_buffers_override (0.3752674455583217) 2025-08-26T19:44:46.6532461Z inductor/test_triton_wrapper (0.374602940251727) 2025-08-26T19:44:46.6532842Z inductor/test_triton_kernels (0.374408156928166) 2025-08-26T19:44:46.6533207Z inductor/test_combo_kernels (0.37434091841315265) 2025-08-26T19:44:46.6533587Z onnx/exporter/test_verification (0.37396949524483447) 2025-08-26T19:44:46.6533989Z inductor/test_triton_heuristics (0.3736644360954011) 2025-08-26T19:44:46.6534353Z inductor/test_best_config (0.37360916729051624) 2025-08-26T19:44:46.6534744Z inductor/test_static_cuda_launcher (0.3735649723317259) 2025-08-26T19:44:46.6535098Z dynamo/test_sdpa (0.3735101983274456) 2025-08-26T19:44:46.6535436Z inductor/test_codegen_triton (0.3730166249541557) 2025-08-26T19:44:46.6535799Z dynamo/test_ctx_manager (0.3727517094152963) 2025-08-26T19:44:46.6536115Z export/test_tools (0.37138765821355363) 2025-08-26T19:44:46.6536433Z dynamo/test_utils (0.37113224266455597) 2025-08-26T19:44:46.6536750Z dynamo/test_pre_dispatch (0.3711130139779546) 2025-08-26T19:44:46.6537084Z dynamo/test_nops (0.3709464864431113) 2025-08-26T19:44:46.6537396Z inductor/test_cutlass_evt (0.3708870815112341) 2025-08-26T19:44:46.6537750Z inductor/test_quantization (0.3706019947758582) 2025-08-26T19:44:46.6538139Z inductor/test_decompose_mem_bound_mm (0.3705583564138314) 2025-08-26T19:44:46.6538552Z inductor/test_select_algorithm (0.3705231332423606) 2025-08-26T19:44:46.6538933Z inductor/test_helion_kernels (0.37050081659955236) 2025-08-26T19:44:46.6539262Z dynamo/test_view (0.3699881880979543) 2025-08-26T19:44:46.6539601Z inductor/test_cutedsl_template (0.36996256616248013) 2025-08-26T19:44:46.6539952Z dynamo/test_subgraphs (0.36935488976987857) 2025-08-26T19:44:46.6540311Z inductor/test_inplacing_pass (0.36909074122592345) 2025-08-26T19:44:46.6540665Z inductor/test_multi_kernel (0.3685613973088555) 2025-08-26T19:44:46.6541067Z inductor/test_aot_inductor_custom_ops (0.3683600088960285) 2025-08-26T19:44:46.6541466Z inductor/test_inductor_scheduler (0.368180668089794) 2025-08-26T19:44:46.6541838Z inductor/test_block_analysis (0.3671673648359395) 2025-08-26T19:44:46.6542209Z onnx/test_onnxscript_runtime (0.36693350299230043) 2025-08-26T19:44:46.6542628Z inductor/test_op_dtype_prop (0.3668594840675973) 2025-08-26T19:44:46.6542980Z export/test_cpp_serdes (0.3667684787486353) 2025-08-26T19:44:46.6543332Z inductor/test_group_batch_fusion (0.3667287761427688) 2025-08-26T19:44:46.6543720Z inductor/test_online_softmax (0.36646623480609736) 2025-08-26T19:44:46.6544070Z dynamo/test_metrics_context (0.3662915121853749) 2025-08-26T19:44:46.6544438Z inductor/test_cpu_cpp_wrapper (0.3660132769453369) 2025-08-26T19:44:46.6544908Z inductor/test_custom_post_grad_passes (0.3654624243118536) 2025-08-26T19:44:46.6545292Z dynamo/test_reconstruct (0.36523745401523167) 2025-08-26T19:44:46.6545647Z inductor/test_benchmarking (0.36508878057579436) 2025-08-26T19:44:46.6546019Z dynamo/test_graph_region_tracker (0.3649890258403482) 2025-08-26T19:44:46.6546386Z inductor/test_profiler (0.3649857326801232) 2025-08-26T19:44:46.6546700Z inductor/test_fuzzer (0.3648513409372416) 2025-08-26T19:44:46.6547068Z inductor/test_cpu_select_algorithm (0.36484605100707207) 2025-08-26T19:44:46.6547435Z dynamo/test_modules (0.36469495760533654) 2025-08-26T19:44:46.6547818Z inductor/test_graph_transform_observer (0.3644630549530921) 2025-08-26T19:44:46.6548201Z dynamo/test_config (0.3643728847194345) 2025-08-26T19:44:46.6548502Z export/test_package (0.3643315859552924) 2025-08-26T19:44:46.6548816Z dynamo/test_global (0.36347759735633245) 2025-08-26T19:44:46.6549155Z onnx/exporter/test_hf_models_e2e (0.3633170837659753) 2025-08-26T19:44:46.6549539Z onnx/exporter/test_building (0.36316098615071757) 2025-08-26T19:44:46.6549871Z dynamo/test_resume (0.3630176931041768) 2025-08-26T19:44:46.6550210Z dynamo/test_export_mutations (0.36263757745700886) 2025-08-26T19:44:46.6550579Z inductor/test_aot_inductor_utils (0.362497852502223) 2025-08-26T19:44:46.6550968Z inductor/test_control_flow (0.3623533071514028) 2025-08-26T19:44:46.6551309Z inductor/test_config (0.3621868401639895) 2025-08-26T19:44:46.6551632Z inductor/test_ordered_set (0.3619378255380634) 2025-08-26T19:44:46.6551966Z export/test_db (0.36125458129695887) 2025-08-26T19:44:46.6552260Z dynamo/test_unittest (0.36112871073084307) 2025-08-26T19:44:46.6552657Z distributed/_tools/test_runtime_estimator (0.3610177040716941) 2025-08-26T19:44:46.6553047Z dynamo/test_compile (0.36100115188630205) 2025-08-26T19:44:46.6553392Z inductor/test_custom_lowering (0.36045699891446503) 2025-08-26T19:44:46.6553748Z inductor/test_dependencies (0.3604144993051259) 2025-08-26T19:44:46.6554084Z dynamo/test_dicts (0.3602339931797824) 2025-08-26T19:44:46.6554407Z inductor/test_alignment (0.35963100465241205) 2025-08-26T19:44:46.6554763Z dynamo/test_guard_serialization (0.3595917556431079) 2025-08-26T19:44:46.6555145Z dynamo/test_autograd_function (0.3595703320468396) 2025-08-26T19:44:46.6555518Z dynamo/test_install_free_tensors (0.35948632612343456) 2025-08-26T19:44:46.6555886Z inductor/test_compile (0.3589833200820479) 2025-08-26T19:44:46.6556199Z dynamo/test_after_aot (0.3588006831301457) 2025-08-26T19:44:46.6556573Z inductor/test_scatter_optimization (0.3582402491487535) 2025-08-26T19:44:46.6556932Z inductor/test_memory (0.3579383816365652) 2025-08-26T19:44:46.6557306Z onnx/test_models_quantized_onnxruntime (0.3578565053183167) 2025-08-26T19:44:46.6557708Z inductor/test_layout_optim (0.35746242097151243) 2025-08-26T19:44:46.6558083Z onnx/exporter/test_dynamic_shapes (0.35702193245268277) 2025-08-26T19:44:46.6558571Z inductor/test_torchinductor_codegen_config_overrides (0.3566840738062827) 2025-08-26T19:44:46.6559015Z export/test_passes (0.3563085080149908) 2025-08-26T19:44:46.6559382Z inductor/test_mkldnn_pattern_matcher (0.3562354247556179) 2025-08-26T19:44:46.6559737Z dynamo/test_list (0.355947310520473) 2025-08-26T19:44:46.6560036Z dynamo/test_sources (0.3556971834926107) 2025-08-26T19:44:46.6560362Z dynamo/test_model_output (0.3555813343858445) 2025-08-26T19:44:46.6560680Z dynamo/test_profiler (0.3555690358568169) 2025-08-26T19:44:46.6561013Z export/test_export_opinfo (0.3554452724188709) 2025-08-26T19:44:46.6561525Z inductor/test_needs_exact_strides (0.35534557462105915) 2025-08-26T19:44:46.6561925Z nn/test_multihead_attention (0.35387806326989674) 2025-08-26T19:44:46.6562303Z inductor/test_auto_functionalize (0.35383649512593446) 2025-08-26T19:44:46.6562698Z inductor/test_minifier_isolate (0.3538301225442134) 2025-08-26T19:44:46.6563039Z dynamo/test_base_hop (0.3526142397788359) 2025-08-26T19:44:46.6563362Z export/test_upgrader (0.35174083400880346) 2025-08-26T19:44:46.6563743Z export/test_export (0.3513795595637428) 2025-08-26T19:44:46.6564076Z inductor/test_binary_folding (0.35127787410360234) 2025-08-26T19:44:46.6564493Z dynamo/test_backward_higher_order_ops (0.35103545263559377) 2025-08-26T19:44:46.6564881Z dynamo/test_deviceguard (0.35098236778113356) 2025-08-26T19:44:46.6565210Z export/test_swap (0.3507321648364254) 2025-08-26T19:44:46.6565504Z dynamo/test_export (0.35004393096721886) 2025-08-26T19:44:46.6565827Z dynamo/test_debug_utils (0.3497853299349917) 2025-08-26T19:44:46.6566154Z dynamo/test_flat_apply (0.34970514276656317) 2025-08-26T19:44:46.6566489Z dynamo/test_optimizers (0.3496459276268007) 2025-08-26T19:44:46.6566845Z dynamo/test_verify_correctness (0.3492717714520319) 2025-08-26T19:44:46.6567248Z onnx/exporter/test_capture_strategies (0.3486879139698156) 2025-08-26T19:44:46.6567626Z dynamo/test_sets (0.34850846552543907) 2025-08-26T19:44:46.6567955Z inductor/test_unbacked_symints (0.3483158593326443) 2025-08-26T19:44:46.6568339Z dynamo/test_python_dispatcher (0.3480708618467517) 2025-08-26T19:44:46.6568685Z dynamo/test_cudagraphs (0.3480366613076965) 2025-08-26T19:44:46.6569033Z inductor/test_loop_ordering (0.3477203897268926) 2025-08-26T19:44:46.6569375Z export/test_unflatten (0.34705368483276355) 2025-08-26T19:44:46.6569756Z inductor/test_efficient_conv_bn_eval (0.3469907739016408) 2025-08-26T19:44:46.6570148Z onnx/exporter/test_core (0.3468164308651476) 2025-08-26T19:44:46.6570485Z inductor/test_fxir_backend (0.3467110418442394) 2025-08-26T19:44:46.6570833Z export/test_nativert (0.3462883343062077) 2025-08-26T19:44:46.6571155Z dynamo/test_aot_autograd (0.34587874787711137) 2025-08-26T19:44:46.6571540Z onnx/test_pytorch_onnx_onnxruntime (0.3449551562984041) 2025-08-26T19:44:46.6571926Z dynamo/test_higher_order_ops (0.34484329827488935) 2025-08-26T19:44:46.6572284Z inductor/test_mmdecomp (0.3447977330765537) 2025-08-26T19:44:46.6572642Z onnx/exporter/test_ir_passes (0.34472503563726536) 2025-08-26T19:44:46.6572985Z dynamo/test_unspec (0.34441070193702594) 2025-08-26T19:44:46.6573306Z dynamo/test_callback (0.3442771057426013) 2025-08-26T19:44:46.6573671Z onnx/exporter/test_small_models_e2e (0.34405987121314435) 2025-08-26T19:44:46.6574103Z distributed/tensor/test_attention (0.34366484982648327) 2025-08-26T19:44:46.6574488Z dynamo/test_compiler_bisector (0.3430676677946546) 2025-08-26T19:44:46.6574919Z dynamo/test_cudagraphs_expandable_segments (0.3430303435189327) 2025-08-26T19:44:46.6575350Z dynamo/test_graph_deduplication (0.343020854281638) 2025-08-26T19:44:46.6575721Z dynamo/test_bytecode_utils (0.342834079861637) 2025-08-26T19:44:46.6576055Z export/test_schema (0.3424226295363447) 2025-08-26T19:44:46.6576394Z dynamo/test_input_attr_tracking (0.34131847595109954) 2025-08-26T19:44:46.6576746Z nn/test_pruning (0.34116305518843437) 2025-08-26T19:44:46.6577059Z dynamo/test_error_messages (0.34098237309531276) 2025-08-26T19:44:46.6577391Z test_pruning_op (0.34083473380934715) 2025-08-26T19:44:46.6577694Z dynamo/test_exceptions (0.340561842033122) 2025-08-26T19:44:46.6578007Z dynamo/test_einops (0.3400316459305881) 2025-08-26T19:44:46.6578299Z export/test_hop (0.3400099542168278) 2025-08-26T19:44:46.6578608Z export/test_converter (0.3399281253487247) 2025-08-26T19:44:46.6578924Z dynamo/test_torchrec (0.3397628638627994) 2025-08-26T19:44:46.6579294Z distributed/test_inductor_collectives (0.3393474230981818) 2025-08-26T19:44:46.6579685Z onnx/exporter/test_api (0.3388047173513341) 2025-08-26T19:44:46.6580083Z export/test_experimental (0.33864215525028424) 2025-08-26T19:44:46.6580431Z export/test_pass_infra (0.3383804750375162) 2025-08-26T19:44:46.6580758Z dynamo/test_guard_manager (0.3381952948712781) 2025-08-26T19:44:46.6581229Z dynamo/test_misc (0.33808147501519725) 2025-08-26T19:44:46.6581528Z dynamo/test_minifier (0.3379774325029017) 2025-08-26T19:44:46.6581907Z dynamo/test_activation_checkpointing (0.3377610827017563) 2025-08-26T19:44:46.6582408Z dynamo/test_recompile_ux (0.3373707240500847) 2025-08-26T19:44:46.6582752Z onnx/test_models_onnxruntime (0.3358101676636457) 2025-08-26T19:44:46.6583092Z dynamo/test_exc (0.33522301750179373) 2025-08-26T19:44:46.6583421Z dynamo/test_precompile_context (0.33459512824898474) 2025-08-26T19:44:46.6583787Z export/test_lift_unlift (0.3344782635408523) 2025-08-26T19:44:46.6584104Z export/test_serialize (0.3340449209086912) 2025-08-26T19:44:46.6584473Z inductor/test_distributed_patterns (0.3335578931466907) 2025-08-26T19:44:46.6584828Z dynamo/test_hooks (0.33320070660363443) 2025-08-26T19:44:46.6585167Z dynamo/test_fake_distributed (0.33316925805024133) 2025-08-26T19:44:46.6585517Z dynamo/test_generator (0.3324019957738448) 2025-08-26T19:44:46.6585832Z dynamo/test_reorder_logs (0.332320260983896) 2025-08-26T19:44:46.6586157Z export/test_verifier (0.3311344588309398) 2025-08-26T19:44:46.6586494Z distributed/launcher/test_run (0.32607759977048817) 2025-08-26T19:44:46.6586852Z export/test_sparse (0.32588268326876985) 2025-08-26T19:44:46.6587144Z test_autograd (0.3242741874088324) 2025-08-26T19:44:46.6587481Z onnx/test_pytorch_onnx_no_runtime (0.3099601103358986) 2025-08-26T19:44:46.6587829Z dynamo/test_comptime (0.3079696195207111) 2025-08-26T19:44:46.6588168Z dynamo/test_python_autograd (0.29791139640057085) 2025-08-26T19:44:46.6588498Z test_utils (0.26975625520729707) 2025-08-26T19:44:46.6588886Z distributed/pipelining/test_schedule_multiproc (0.2603102829455693) 2025-08-26T19:44:46.6589308Z test_ao_sparsity (0.2506380860416431) 2025-08-26T19:44:46.6589619Z functorch/test_rearrange (0.2504565461485305) 2025-08-26T19:44:46.6590091Z functorch/test_parsing (0.2495458097072982) 2025-08-26T19:44:46.6590392Z test_package (0.23891953778483907) 2025-08-26T19:44:46.6590675Z test_mps (0.23295213978643559) 2025-08-26T19:44:46.6590956Z profiler/test_kineto (0.23228270229712122) 2025-08-26T19:44:46.6591356Z distributed/tensor/debug/test_op_coverage (0.2287300848442375) 2025-08-26T19:44:46.6591879Z distributed/flight_recorder/test_fr_analysis (0.22859858060989777) 2025-08-26T19:44:46.6592347Z higher_order_ops/test_invoke_subgraph (0.22588069143754902) 2025-08-26T19:44:46.6592732Z test_comparison_utils (0.2251660813857436) 2025-08-26T19:44:46.6593059Z functorch/test_ac_logging (0.22214669761340972) 2025-08-26T19:44:46.6593389Z test_mkl_verbose (0.2218474713654943) 2025-08-26T19:44:46.6593666Z test_fx (0.22165863254416593) 2025-08-26T19:44:46.6593930Z test_decomp (0.22064838658262453) 2025-08-26T19:44:46.6594286Z distributed/tensor/test_dtensor_ops (0.22028259462458852) 2025-08-26T19:44:46.6594652Z test_transformers (0.21975008878165636) 2025-08-26T19:44:46.6595020Z distributed/_tools/test_mod_tracker (0.21883884880605955) 2025-08-26T19:44:46.6595508Z distributed/tensor/parallel/test_micro_pipeline_tp (0.2182183081584226) 2025-08-26T19:44:46.6595959Z onnx/test_lazy_import (0.21794699668023224) 2025-08-26T19:44:46.6596296Z test_transformers_privateuse1 (0.2172201007428647) 2025-08-26T19:44:46.6596647Z test_mkldnn_verbose (0.2169051898046409) 2025-08-26T19:44:46.6596959Z test_utils_config_module (0.21690118519102236) 2025-08-26T19:44:46.6597313Z onnx/test_fx_type_promotion (0.21675261592369507) 2025-08-26T19:44:46.6597647Z test_ops_jit (0.21620227552632532) 2025-08-26T19:44:46.6597930Z test_cpp_api_parity (0.21591289969175484) 2025-08-26T19:44:46.6598237Z test_modules (0.21441584221796542) 2025-08-26T19:44:46.6598536Z nn/test_parametrization (0.21402912696008342) 2025-08-26T19:44:46.6599018Z test_appending_byte_serializer (0.21376536395636694) 2025-08-26T19:44:46.6599449Z distributed/checkpoint/test_nested_dict (0.21259700369874465) 2025-08-26T19:44:46.6599868Z profiler/test_profiler (0.21248265376336062) 2025-08-26T19:44:46.6600180Z test_hop_infra (0.21224983596267533) 2025-08-26T19:44:46.6600485Z test_jit_fuser_te (0.21210537641968855) 2025-08-26T19:44:46.6600794Z test_matmul_cuda (0.2119852500940921) 2025-08-26T19:44:46.6601200Z distributed/tensor/test_op_schema (0.21145553698376449) 2025-08-26T19:44:46.6601659Z xpu/test_fusion (0.21121053434299703) 2025-08-26T19:44:46.6601942Z test_license (0.2109724021767789) 2025-08-26T19:44:46.6602276Z distributed/_tools/test_sac_ilp (0.20830635898464814) 2025-08-26T19:44:46.6602619Z test_autoload (0.20713304055242562) 2025-08-26T19:44:46.6602921Z functorch/test_dims (0.20702007609947837) 2025-08-26T19:44:46.6603306Z test_rename_privateuse1_to_existing_device (0.20626280574845393) 2025-08-26T19:44:46.6603719Z test_extension_utils (0.20592623903193344) 2025-08-26T19:44:46.6604181Z distributed/checkpoint/test_consolidate_hf_safetensors (0.20581368168840888) 2025-08-26T19:44:46.6604636Z test_openreg (0.2055883294558695) 2025-08-26T19:44:46.6605026Z distributed/_shard/sharded_tensor/test_logger (0.20336500280474787) 2025-08-26T19:44:46.6605455Z torch_np/test_binary_ufuncs (0.20291166535975816) 2025-08-26T19:44:46.6605831Z typing/test_python_operators (0.20271082734406357) 2025-08-26T19:44:46.6606195Z torch_np/test_unary_ufuncs (0.20250258743589866) 2025-08-26T19:44:46.6606534Z test_proxy_tensor (0.2022407869715848) 2025-08-26T19:44:46.6606848Z onnx/ops/test_ops (0.20144745715386075) 2025-08-26T19:44:46.6607153Z torch_np/test_dtype (0.20128216720123512) 2025-08-26T19:44:46.6607469Z test_datapipe (0.20009459007585823) 2025-08-26T19:44:46.6607754Z test_foreach (0.19985127887024334) 2025-08-26T19:44:46.6608052Z test_flop_counter (0.1993113037904754) 2025-08-26T19:44:46.6608363Z test_expanded_weights (0.19896977803508528) 2025-08-26T19:44:46.6608689Z test_file_check (0.19844114490334958) 2025-08-26T19:44:46.6609053Z distributed/_composable/test_contract (0.1976101166019752) 2025-08-26T19:44:46.6609458Z test_functionalization (0.1971304595389711) 2025-08-26T19:44:46.6609766Z test_testing (0.1966031262456463) 2025-08-26T19:44:46.6610053Z test_jit (0.19638801673432693) 2025-08-26T19:44:46.6610355Z backends/xeon/test_launch (0.19599825983405944) 2025-08-26T19:44:46.6610692Z functorch/test_ops (0.19592293385952322) 2025-08-26T19:44:46.6611004Z test_openmp (0.19549885468797576) 2025-08-26T19:44:46.6611281Z test_show_pickle (0.19518179313616058) 2025-08-26T19:44:46.6611707Z distributed/checkpoint/_experimental/test_barriers (0.195001111043039) 2025-08-26T19:44:46.6612143Z test_fx_experimental (0.19487788314419183) 2025-08-26T19:44:46.6612449Z test_torch (0.1946950422018099) 2025-08-26T19:44:46.6612721Z test_binary_ufuncs (0.19467883420188922) 2025-08-26T19:44:46.6613070Z torch_np/test_nep50_examples (0.19448715399663855) 2025-08-26T19:44:46.6613477Z distributed/_tools/test_sac_estimator (0.1942127905157388) 2025-08-26T19:44:46.6613846Z test_module_tracker (0.19354951885788918) 2025-08-26T19:44:46.6614146Z test_ops (0.19343112739980298) 2025-08-26T19:44:46.6614429Z test_tensorexpr_pybind (0.19297124641871768) 2025-08-26T19:44:46.6614842Z torch_np/numpy_tests/core/test_scalarinherit (0.19283254634135083) 2025-08-26T19:44:46.6615265Z test_xpu (0.19246040196299707) 2025-08-26T19:44:46.6615566Z functorch/test_minifier (0.19234014967917162) 2025-08-26T19:44:46.6615891Z test_native_functions (0.19164144898839663) 2025-08-26T19:44:46.6616265Z distributed/pipelining/test_pipe (0.19137139378849885) 2025-08-26T19:44:46.6616727Z distributed/checkpoint/test_dedup_tensors (0.19116824030900587) 2025-08-26T19:44:46.6617121Z test_namedtensor (0.1910327235842898) 2025-08-26T19:44:46.6617425Z xpu/test_gemm (0.19094352644529164) 2025-08-26T19:44:46.6617705Z test_custom_ops (0.19005049638695146) 2025-08-26T19:44:46.6618126Z profiler/test_memory_profiler (0.18948455631543448) 2025-08-26T19:44:46.6618468Z test_tensorexpr (0.1893952541569526) 2025-08-26T19:44:46.6618818Z distributed/test_nvshmem_triton (0.18899297120493674) 2025-08-26T19:44:46.6619182Z torch_np/test_basic (0.18886793574568264) 2025-08-26T19:44:46.6619518Z distributed/fsdp/test_fsdp_fx (0.18871542395724605) 2025-08-26T19:44:46.6619859Z test_typing (0.18868114234647018) 2025-08-26T19:44:46.6620190Z test_optim (0.18842364068089107) 2025-08-26T19:44:46.6620545Z distributed/pipelining/test_backward (0.18841578016667848) 2025-08-26T19:44:46.6620923Z test_utils_filelock (0.18821131712159456) 2025-08-26T19:44:46.6621228Z test_fx_passes (0.18817075339182465) 2025-08-26T19:44:46.6621514Z lazy/test_bindings (0.1878914604708196) 2025-08-26T19:44:46.6621827Z test_pytree (0.1869854826567894) 2025-08-26T19:44:46.6622117Z functorch/test_logging (0.1867072715508377) 2025-08-26T19:44:46.6622440Z test_jiterator (0.18638739076597635) 2025-08-26T19:44:46.6622738Z test_complex (0.18636847364702325) 2025-08-26T19:44:46.6623044Z functorch/test_ac_knapsack (0.1858778610307215) 2025-08-26T19:44:46.6623433Z higher_order_ops/test_invoke_quant (0.18557994434839697) 2025-08-26T19:44:46.6623796Z torch_np/test_random (0.18531632310118493) 2025-08-26T19:44:46.6624105Z xpu/test_conv (0.1851395507256246) 2025-08-26T19:44:46.6624374Z test_weak (0.18485375660454967) 2025-08-26T19:44:46.6624742Z distributed/checkpoint/test_hf_storage (0.18441841660690114) 2025-08-26T19:44:46.6625149Z test_compile_benchmark_util (0.18364038281221354) 2025-08-26T19:44:46.6625574Z distributed/tensor/test_experimental_ops (0.18342374632661868) 2025-08-26T19:44:46.6625979Z test_cuda_multigpu (0.1833438134675795) 2025-08-26T19:44:46.6626289Z test_per_overload_api (0.18326051389479459) 2025-08-26T19:44:46.6626605Z test_overrides (0.18309209104781146) 2025-08-26T19:44:46.6626889Z test_legacy_vmap (0.18302634322889724) 2025-08-26T19:44:46.6627186Z test_hub (0.1829236945859796) 2025-08-26T19:44:46.6627528Z distributed/_tools/test_fake_collectives (0.18272577461184286) 2025-08-26T19:44:46.6627954Z lazy/test_functionalization (0.18258891551798784) 2025-08-26T19:44:46.6628388Z distributed/checkpoint/test_format_utils (0.18258267135741674) 2025-08-26T19:44:46.6628835Z torch_np/numpy_tests/core/test_einsum (0.18248515101404833) 2025-08-26T19:44:46.6629269Z test_set_default_mobile_cpu_allocator (0.18239005134028535) 2025-08-26T19:44:46.6629625Z test_meta (0.18211053933820445) 2025-08-26T19:44:46.6630023Z distributed/checkpoint/_experimental/test_types (0.1818256285706065) 2025-08-26T19:44:46.6630444Z test_content_store (0.18169913212620994) 2025-08-26T19:44:46.6630795Z onnx/internal/test_registraion (0.18140937650481423) 2025-08-26T19:44:46.6631134Z test_stateless (0.18120989983747007) 2025-08-26T19:44:46.6631430Z functorch/test_ac (0.1811810514360473) 2025-08-26T19:44:46.6631781Z distributed/test_cupy_as_tensor (0.18089462233153236) 2025-08-26T19:44:46.6632132Z test_numpy_interop (0.1808600220076343) 2025-08-26T19:44:46.6632512Z distributed/tensor/test_common_rules (0.18069922358356388) 2025-08-26T19:44:46.6633059Z distributed/_composable/test_composability/test_pp_composability (0.18068042295096828) 2025-08-26T19:44:46.6633587Z test_namedtuple_return_api (0.18060596750440147) 2025-08-26T19:44:46.6633919Z onnx/test_custom_ops (0.18047813736032767) 2025-08-26T19:44:46.6634281Z distributions/test_constraints (0.18033803797618747) 2025-08-26T19:44:46.6634817Z cpp_extensions/python_agnostic_extension/test/test_python_agnostic (0.18026902956331037) 2025-08-26T19:44:46.6635332Z torch_np/test_ufuncs_basic (0.18004748522791034) 2025-08-26T19:44:46.6635759Z distributed/test_compute_comm_reordering (0.17952392945751727) 2025-08-26T19:44:46.6636227Z distributed/tensor/test_xla_integration (0.17923701747092274) 2025-08-26T19:44:46.6636630Z test_out_dtype_op (0.17903204047704022) 2025-08-26T19:44:46.6637103Z distributed/_composable/test_replicate_with_fsdp (0.17882966514521717) 2025-08-26T19:44:46.6637548Z test_ops_gradients (0.17872111479674196) 2025-08-26T19:44:46.6637968Z distributed/checkpoint/_experimental/test_builder (0.17847854973316368) 2025-08-26T19:44:46.6638424Z test_ops_fwd_gradients (0.17844393165145633) 2025-08-26T19:44:46.6638867Z distributed/tensor/test_dtensor_dispatch_overhead (0.17823498951246733) 2025-08-26T19:44:46.6639379Z distributed/checkpoint/e2e/test_fsdp_ep (0.17816556355693805) 2025-08-26T19:44:46.6639851Z lazy/test_step_closures (0.17779335708607502) 2025-08-26T19:44:46.6640188Z onnx/test_pytorch_jit_onnx (0.1777835879470468) 2025-08-26T19:44:46.6640685Z distributed/checkpoint/_experimental/test_checkpoint_reader (0.17770203427539308) 2025-08-26T19:44:46.6641313Z distributed/tensor/experimental/test_register_sharding (0.17744833138981225) 2025-08-26T19:44:46.6641896Z distributed/fsdp/test_fsdp_misc (0.177110637311619) 2025-08-26T19:44:46.6642330Z distributed/_tools/test_memory_tracker (0.17703804656238273) 2025-08-26T19:44:46.6651120Z test_multiprocessing (0.17696269393800235) 2025-08-26T19:44:46.6651502Z distributed/tensor/test_api (0.1768323421025902) 2025-08-26T19:44:46.6651880Z test_sparse_semi_structured (0.1767362520946501) 2025-08-26T19:44:46.6652264Z distributed/tensor/test_init (0.17661899678654192) 2025-08-26T19:44:46.6652707Z distributed/checkpoint/test_fsdp_optim_state (0.17630013482072654) 2025-08-26T19:44:46.6653162Z nn/test_packed_sequence (0.176090257545501) 2025-08-26T19:44:46.6653553Z distributed/_composable/test_checkpoint (0.17580649480664354) 2025-08-26T19:44:46.6654033Z distributed/tensor/test_convolution_ops (0.17558692624643077) 2025-08-26T19:44:46.6654498Z distributed/optim/test_named_optimizer (0.17541483052285375) 2025-08-26T19:44:46.6654919Z functorch/test_control_flow (0.17514275387116146) 2025-08-26T19:44:46.6655280Z test_autograd_fallback (0.1749357560457189) 2025-08-26T19:44:46.6655590Z test_reductions (0.17474741582619785) 2025-08-26T19:44:46.6655944Z profiler/test_record_function (0.17462661871594745) 2025-08-26T19:44:46.6656376Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.17447027312679547) 2025-08-26T19:44:46.6656795Z nn/test_lazy_modules (0.1744192000687503) 2025-08-26T19:44:46.6657122Z distributed/test_backends (0.17417000302224964) 2025-08-26T19:44:46.6657544Z distributed/_tools/test_fsdp2_mem_tracker (0.17385502402882047) 2025-08-26T19:44:46.6657942Z test_fx_reinplace_pass (0.1737089358833199) 2025-08-26T19:44:46.6658297Z profiler/test_cpp_thread (0.17336881458957798) 2025-08-26T19:44:46.6658664Z test_cuda_expandable_segments (0.1733447675764913) 2025-08-26T19:44:46.6659094Z distributed/rpc/cuda/test_tensorpipe_agent (0.17332553746638962) 2025-08-26T19:44:46.6659602Z distributed/tensor/parallel/test_tp_style (0.17316539280931634) 2025-08-26T19:44:46.6660019Z distributed/test_nvshmem (0.17282722470613743) 2025-08-26T19:44:46.6660482Z distributed/checkpoint/test_async_process_executor (0.1726857337898365) 2025-08-26T19:44:46.6660935Z test_numba_integration (0.17242628281427133) 2025-08-26T19:44:46.6661350Z distributed/checkpoint/test_save_load_api (0.1724211256236284) 2025-08-26T19:44:46.6661814Z distributed/tensor/test_random_ops (0.17230747033942828) 2025-08-26T19:44:46.6662197Z test_segment_reductions (0.17210756884965672) 2025-08-26T19:44:46.6662654Z distributed/tensor/debug/test_comm_mode_features (0.17204860317113455) 2025-08-26T19:44:46.6663139Z distributed/tensor/test_tensor_ops (0.1720444184685601) 2025-08-26T19:44:46.6663507Z test_fake_tensor (0.17170812843174743) 2025-08-26T19:44:46.6663965Z distributed/checkpoint/_experimental/test_checkpoint_writer (0.17147193729997334) 2025-08-26T19:44:46.6664448Z test_logging (0.17105147184923644) 2025-08-26T19:44:46.6664798Z distributed/tensor/test_matrix_ops (0.1710125652133572) 2025-08-26T19:44:46.6665202Z test_functionalization_of_rng_ops (0.17084841204439855) 2025-08-26T19:44:46.6665647Z functorch/test_aot_joint_with_descriptors (0.17083081953677515) 2025-08-26T19:44:46.6666169Z test_python_dispatch (0.17076459591310814) 2025-08-26T19:44:46.6666489Z test_subclass (0.17072010864144038) 2025-08-26T19:44:46.6666767Z test_itt (0.1707092007497244) 2025-08-26T19:44:46.6667125Z torch_np/numpy_tests/core/test_multiarray (0.17054996001068043) 2025-08-26T19:44:46.6667528Z profiler/test_torch_tidy (0.17043991400529487) 2025-08-26T19:44:46.6667926Z torch_np/numpy_tests/core/test_numeric (0.1704065530888709) 2025-08-26T19:44:46.6668385Z onnx/torchlib/test_ops (0.16992196203747756) 2025-08-26T19:44:46.6668769Z distributed/rpc/test_tensorpipe_agent (0.1698746043838248) 2025-08-26T19:44:46.6669164Z test_bundled_inputs (0.16983158303249385) 2025-08-26T19:44:46.6669520Z distributed/_tools/test_mem_tracker (0.1695449872362536) 2025-08-26T19:44:46.6669959Z distributed/checkpoint/test_traverse (0.16945283388855117) 2025-08-26T19:44:46.6670328Z test_masked (0.16939705398606333) 2025-08-26T19:44:46.6670766Z distributed/tensor/experimental/test_tp_transform (0.16929699709332297) 2025-08-26T19:44:46.6671199Z test_monitor (0.16924891608572484) 2025-08-26T19:44:46.6671553Z distributed/checkpoint/test_fsspec (0.1692306914944371) 2025-08-26T19:44:46.6671925Z test_sympy_utils (0.16910830426287513) 2025-08-26T19:44:46.6672306Z torch_np/numpy_tests/lib/test_function_base (0.16905508139905984) 2025-08-26T19:44:46.6672731Z distributed/test_p2p_ipc (0.16884589768519667) 2025-08-26T19:44:46.6673160Z distributed/checkpoint/e2e/test_fine_tuning (0.16871006346876063) 2025-08-26T19:44:46.6673715Z distributed/checkpoint/_experimental/test_checkpointer (0.1686561435289961) 2025-08-26T19:44:46.6674276Z distributed/checkpoint/test_dtensor_resharding (0.16862551108169585) 2025-08-26T19:44:46.6674702Z test_autocast (0.16848769842550054) 2025-08-26T19:44:46.6675056Z functorch/test_vmap_registrations (0.16846631345594967) 2025-08-26T19:44:46.6675426Z torch_np/test_indexing (0.16806076566542216) 2025-08-26T19:44:46.6675764Z test_cuda_sanitizer (0.16767276849062246) 2025-08-26T19:44:46.6676073Z optim/test_swa_utils (0.16741926831799472) 2025-08-26T19:44:46.6676545Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.16741522574595324) 2025-08-26T19:44:46.6677024Z optim/test_lrscheduler (0.16735880055027566) 2025-08-26T19:44:46.6677352Z test_jit_disabled (0.16722099249584754) 2025-08-26T19:44:46.6677852Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic (0.16718075280426783) 2025-08-26T19:44:46.6678502Z distributed/checkpoint/_experimental/test_staging (0.16673119598563865) 2025-08-26T19:44:46.6678990Z dynamo/test_nested_graph_breaks (0.16666666666666666) 2025-08-26T19:44:46.6679485Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.16662515653939033) 2025-08-26T19:44:46.6679974Z test_tensor_creation_ops (0.16659906742681768) 2025-08-26T19:44:46.6680342Z test_cpp_extensions_mtia_backend (0.16630693469260927) 2025-08-26T19:44:46.6680837Z distributed/_composable/fsdp/test_fully_shard_logging (0.16626011297793167) 2025-08-26T19:44:46.6681521Z test_nn (0.1662158604260567) 2025-08-26T19:44:46.6681803Z test_mkldnn_fusion (0.16592940021820018) 2025-08-26T19:44:46.6682234Z distributed/tensor/experimental/test_local_map (0.1658167318529961) 2025-08-26T19:44:46.6682758Z distributed/checkpoint/test_hf_safetensor_e2e (0.1654141525854203) 2025-08-26T19:44:46.6683246Z functorch/test_memory_efficient_fusion (0.16538191083861842) 2025-08-26T19:44:46.6683699Z distributed/tensor/test_redistribute (0.16534659521405407) 2025-08-26T19:44:46.6684087Z test_import_stats (0.165298872854998) 2025-08-26T19:44:46.6684512Z distributed/_composable/fsdp/test_fully_shard_overlap (0.16526888570088746) 2025-08-26T19:44:46.6685040Z distributed/tensor/test_embedding_ops (0.16478283930858456) 2025-08-26T19:44:46.6685432Z test_tensorboard (0.16438817458785843) 2025-08-26T19:44:46.6685733Z onnx/test_onnx_opset (0.164242262194466) 2025-08-26T19:44:46.6686044Z nn/test_embedding (0.164038182667084) 2025-08-26T19:44:46.6686534Z distributed/test_c10d_gloo (0.1637741923440547) 2025-08-26T19:44:46.6686874Z nn/test_dropout (0.16365679071680486) 2025-08-26T19:44:46.6687266Z distributed/checkpoint/test_hsdp_checkpoint (0.16363519313663127) 2025-08-26T19:44:46.6687708Z onnx/test_symbolic_helper (0.16345511837827648) 2025-08-26T19:44:46.6688104Z torch_np/numpy_tests/lib/test_type_check (0.1634208798807984) 2025-08-26T19:44:46.6688615Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.16337811001421498) 2025-08-26T19:44:46.6689258Z distributed/_composable/fsdp/test_fully_shard_state (0.1633557052686367) 2025-08-26T19:44:46.6689738Z distributed/fsdp/test_shard_utils (0.1633097755768978) 2025-08-26T19:44:46.6690115Z test_public_bindings (0.16330105910525883) 2025-08-26T19:44:46.6690490Z torch_np/numpy_tests/core/test_indexing (0.16320864918335154) 2025-08-26T19:44:46.6690878Z test_maskedtensor (0.1631857262293777) 2025-08-26T19:44:46.6691254Z torch_np/numpy_tests/lib/test_histograms (0.16317490414537147) 2025-08-26T19:44:46.6691744Z distributed/checkpoint/test_tp_checkpoint (0.16297171786233042) 2025-08-26T19:44:46.6692221Z distributed/checkpoint/test_planner (0.16295046114549258) 2025-08-26T19:44:46.6692646Z test_cpp_extensions_stream_and_event (0.1629091244229276) 2025-08-26T19:44:46.6693020Z lazy/test_ts_opinfo (0.1620552825027845) 2025-08-26T19:44:46.6693367Z distributed/test_symmetric_memory (0.161881551955933) 2025-08-26T19:44:46.6693767Z distributed/tensor/test_utils (0.16141317520950155) 2025-08-26T19:44:46.6694107Z test_schema_check (0.16116929495329904) 2025-08-26T19:44:46.6694471Z distributed/pipelining/test_stage (0.1611379084924152) 2025-08-26T19:44:46.6694880Z distributed/tensor/test_optimizers (0.1606344581632013) 2025-08-26T19:44:46.6695320Z distributed/tensor/test_pointwise_ops (0.16051537288732778) 2025-08-26T19:44:46.6695720Z test_functional_optim (0.1604936579379235) 2025-08-26T19:44:46.6696105Z distributed/elastic/test_control_plane (0.16049194132713535) 2025-08-26T19:44:46.6696540Z profiler/test_execution_trace (0.16033597471562164) 2025-08-26T19:44:46.6696874Z test_futures (0.16029593373431092) 2025-08-26T19:44:46.6697167Z test_dispatch (0.16012219422034588) 2025-08-26T19:44:46.6697523Z onnx/test_pytorch_onnx_shape_inference (0.16000114346700284) 2025-08-26T19:44:46.6698024Z distributed/checkpoint/test_dtensor_checkpoint (0.15979925704639394) 2025-08-26T19:44:46.6698575Z distributed/tensor/parallel/test_tp_random_state (0.15957312944497878) 2025-08-26T19:44:46.6699033Z onnx/test_op_consistency (0.15951293666227293) 2025-08-26T19:44:46.6699410Z distributed/fsdp/test_fsdp_memory (0.15917750778204606) 2025-08-26T19:44:46.6699775Z test_linalg (0.15897800658845135) 2025-08-26T19:44:46.6700133Z benchmark_utils/test_benchmark_utils (0.15883325314138322) 2025-08-26T19:44:46.6700498Z optim/test_optim (0.15875506849331708) 2025-08-26T19:44:46.6700802Z test_native_mha (0.15875302702991687) 2025-08-26T19:44:46.6701173Z torch_np/numpy_tests/core/test_scalarmath (0.15856682751915863) 2025-08-26T19:44:46.6701558Z test_vulkan (0.1584933969500108) 2025-08-26T19:44:46.6701926Z distributed/checkpoint/test_compatibility (0.1584735972977247) 2025-08-26T19:44:46.6702398Z distributed/test_control_collectives (0.15837192566192088) 2025-08-26T19:44:46.6702777Z nn/test_load_state_dict (0.157982134951638) 2025-08-26T19:44:46.6703095Z test_indexing (0.15793611429731444) 2025-08-26T19:44:46.6703468Z torch_np/numpy_tests/core/test_shape_base (0.1577989191337862) 2025-08-26T19:44:46.6703843Z test_shape_ops (0.15743450878410334) 2025-08-26T19:44:46.6704245Z distributed/checkpoint/test_fsdp_model_state (0.15704950165525294) 2025-08-26T19:44:46.6704830Z distributed/_composable/test_composability/test_2d_composability (0.1566500554676576) 2025-08-26T19:44:46.6705384Z torch_np/numpy_tests/core/test_dtype (0.1566203385707914) 2025-08-26T19:44:46.6705870Z distributed/_composable/test_replicate_with_compiler (0.15584549360673042) 2025-08-26T19:44:46.6706524Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.15575328717714398) 2025-08-26T19:44:46.6707001Z nn/test_module_hooks (0.15568677529304473) 2025-08-26T19:44:46.6707311Z test_sort_and_select (0.15558711029878106) 2025-08-26T19:44:46.6707762Z distributed/_composable/fsdp/test_fully_shard_compile (0.15526654631998052) 2025-08-26T19:44:46.6708210Z test_dynamic_shapes (0.1551310113785236) 2025-08-26T19:44:46.6708556Z distributed/fsdp/test_utils (0.1550499750869012) 2025-08-26T19:44:46.6709072Z distributed/_composable/fsdp/test_fully_shard_autograd (0.1549346763772674) 2025-08-26T19:44:46.6709537Z onnx/test_autograd_funs (0.15485936192486296) 2025-08-26T19:44:46.6710021Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.15471828511133243) 2025-08-26T19:44:46.6710536Z distributed/test_collective_utils (0.15422190281474613) 2025-08-26T19:44:46.6710978Z torch_np/numpy_tests/lib/test_twodim_base (0.15422151807564202) 2025-08-26T19:44:46.6711364Z test_jit_llga_fuser (0.15414448145631632) 2025-08-26T19:44:46.6711685Z test_type_info (0.15392339777686628) 2025-08-26T19:44:46.6712039Z torch_np/numpy_tests/linalg/test_linalg (0.1538005069766437) 2025-08-26T19:44:46.6712519Z distributed/fsdp/test_fsdp_backward_prefetch (0.15379037227017364) 2025-08-26T19:44:46.6712932Z distributed/test_dist2 (0.1533809719132723) 2025-08-26T19:44:46.6713273Z distributed/test_fake_pg (0.15329862111473716) 2025-08-26T19:44:46.6713613Z test_serialization (0.15321440483016735) 2025-08-26T19:44:46.6713908Z test_sparse_csr (0.15307134939220637) 2025-08-26T19:44:46.6714212Z lazy/test_generator (0.15301660385674323) 2025-08-26T19:44:46.6714588Z distributed/_composable/test_replicate (0.15262563725549366) 2025-08-26T19:44:46.6714979Z lazy/test_debug_util (0.152584959650455) 2025-08-26T19:44:46.6715290Z onnx/test_verification (0.15251859450284602) 2025-08-26T19:44:46.6715610Z test_numa_binding (0.1523034082032859) 2025-08-26T19:44:46.6715990Z distributed/tensor/debug/test_comm_mode (0.15207003205318123) 2025-08-26T19:44:46.6716507Z distributed/optim/test_apply_optimizer_in_backward (0.15186143930596213) 2025-08-26T19:44:46.6716945Z test_view_ops (0.1518101270239009) 2025-08-26T19:44:46.6717299Z distributed/fsdp/test_fsdp_optim_state (0.1515927788645538) 2025-08-26T19:44:46.6717746Z torch_np/numpy_tests/fft/test_pocketfft (0.151427213926915) 2025-08-26T19:44:46.6718144Z torch_np/test_ndarray_methods (0.1511590661377692) 2025-08-26T19:44:46.6718565Z torch_np/numpy_tests/lib/test_shape_base_ (0.1510797425234623) 2025-08-26T19:44:46.6719019Z distributed/checkpoint/test_checkpoint (0.15105047636583435) 2025-08-26T19:44:46.6719426Z onnx/test_utility_funs (0.15091188522241442) 2025-08-26T19:44:46.6719796Z distributed/tensor/test_view_ops (0.1505376028581294) 2025-08-26T19:44:46.6720216Z torch_np/numpy_tests/core/test_getlimits (0.15053086372797111) 2025-08-26T19:44:46.6720625Z test_scatter_gather_ops (0.14966821111897863) 2025-08-26T19:44:46.6720955Z functorch/test_vmap (0.14949224020503057) 2025-08-26T19:44:46.6721261Z test_mkldnn (0.14948689755700392) 2025-08-26T19:44:46.6721739Z distributed/tensor/parallel/test_parallelize_api (0.14939047882804432) 2025-08-26T19:44:46.6722307Z torch_np/numpy_tests/core/test_dlpack (0.1492761765270123) 2025-08-26T19:44:46.6722703Z test_unary_ufuncs (0.14917398174149107) 2025-08-26T19:44:46.6723035Z test_cpp_extensions_jit (0.14883599167556602) 2025-08-26T19:44:46.6723421Z distributed/checkpoint/test_utils (0.1487839981257649) 2025-08-26T19:44:46.6723771Z nn/test_pooling (0.14864901165524105) 2025-08-26T19:44:46.6724162Z distributed/checkpoint/test_pg_transport (0.14857108933158025) 2025-08-26T19:44:46.6724619Z distributed/fsdp/test_fsdp_state_dict (0.1484163136485518) 2025-08-26T19:44:46.6725160Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.1483764098564522) 2025-08-26T19:44:46.6725710Z distributed/fsdp/test_fsdp_flatten_params (0.1483447242764688) 2025-08-26T19:44:46.6726268Z distributed/test_c10d_object_collectives (0.1481300029675895) 2025-08-26T19:44:46.6726689Z test_xnnpack_integration (0.14805407147725952) 2025-08-26T19:44:46.6727181Z distributed/checkpoint/_experimental/test_checkpoint_process (0.14790093337484467) 2025-08-26T19:44:46.6727742Z distributed/fsdp/test_fsdp_grad_acc (0.14789820888197625) 2025-08-26T19:44:46.6728187Z torch_np/numpy_tests/lib/test_index_tricks (0.1476710951240356) 2025-08-26T19:44:46.6728690Z distributed/rpc/test_share_memory (0.14739745285317143) 2025-08-26T19:44:46.6729152Z distributed/checkpoint/test_state_dict_stager (0.14733932901806798) 2025-08-26T19:44:46.6729670Z distributed/fsdp/test_fsdp_freezing_weights (0.14722067098800537) 2025-08-26T19:44:46.6730145Z distributed/tensor/test_op_strategy (0.14714105491956295) 2025-08-26T19:44:46.6730538Z distributed/test_c10d_logger (0.1471338031371422) 2025-08-26T19:44:46.6730874Z nn/test_init (0.14576902702009603) 2025-08-26T19:44:46.6731246Z distributed/fsdp/test_fsdp_ignored_modules (0.14548321907468448) 2025-08-26T19:44:46.6731647Z nn/test_convolution (0.1451739425718292) 2025-08-26T19:44:46.6731966Z test_multiprocessing_spawn (0.14510866867120586) 2025-08-26T19:44:46.6732308Z distributed/test_nccl (0.14501751667342705) 2025-08-26T19:44:46.6732628Z test_cuda_primary_ctx (0.14499396347200227) 2025-08-26T19:44:46.6732929Z test_accelerator (0.14495245593653414) 2025-08-26T19:44:46.6733315Z torch_np/numpy_tests/core/test_numerictypes (0.1447257018075877) 2025-08-26T19:44:46.6733782Z distributed/fsdp/test_checkpoint_wrapper (0.14447702668940224) 2025-08-26T19:44:46.6734232Z torch_np/numpy_tests/fft/test_helper (0.14420981837122382) 2025-08-26T19:44:46.6734591Z test_function_schema (0.14398837326661199) 2025-08-26T19:44:46.6734944Z distributed/test_serialization (0.14386876194124537) 2025-08-26T19:44:46.6735308Z torch_np/test_function_base (0.14378741704091774) 2025-08-26T19:44:46.6735704Z distributed/checkpoint/test_state_dict (0.14328085218382886) 2025-08-26T19:44:46.6736105Z test_mobile_optimizer (0.14315958431973932) 2025-08-26T19:44:46.6736404Z test_cuda_trace (0.14301958890712202) 2025-08-26T19:44:46.6736788Z torch_np/numpy_tests/core/test_scalar_methods (0.14290429947354097) 2025-08-26T19:44:46.6737248Z distributed/fsdp/test_fsdp_checkpoint (0.1426818115459957) 2025-08-26T19:44:46.6737739Z distributed/_composable/fsdp/test_fully_shard_comm (0.14231665130390708) 2025-08-26T19:44:46.6738176Z test_cuda_nvml_based_avail (0.1411975138447654) 2025-08-26T19:44:46.6738630Z distributed/checkpoint/test_file_system_checkpoint (0.14110112770580083) 2025-08-26T19:44:46.6739191Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.14096327241689705) 2025-08-26T19:44:46.6739702Z test_metal (0.1408324435574122) 2025-08-26T19:44:46.6739988Z test_type_promotion (0.1407703056190845) 2025-08-26T19:44:46.6740472Z distributed/algorithms/quantization/test_quantization (0.14065379739479197) 2025-08-26T19:44:46.6740965Z distributed/fsdp/test_wrap (0.14020818448886743) 2025-08-26T19:44:46.6741394Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.14014280089182662) 2025-08-26T19:44:46.6741878Z distributed/fsdp/test_fsdp_comm_hooks (0.14003326258642468) 2025-08-26T19:44:46.6742292Z torch_np/test_scalars_0D_arrays (0.13995367326315733) 2025-08-26T19:44:46.6742764Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.1399149459686154) 2025-08-26T19:44:46.6743297Z distributed/fsdp/test_fsdp_tp_integration (0.1392182760534669) 2025-08-26T19:44:46.6743734Z distributed/test_multi_threaded_pg (0.13895874503987798) 2025-08-26T19:44:46.6744166Z distributed/fsdp/test_fsdp_hybrid_shard (0.13883716399769716) 2025-08-26T19:44:46.6744540Z test_jit_autocast (0.13839098605015962) 2025-08-26T19:44:46.6744884Z distributed/fsdp/test_fsdp_meta (0.13833116894405817) 2025-08-26T19:44:46.6745302Z torch_np/numpy_tests/lib/test_arraysetops (0.1380213902545697) 2025-08-26T19:44:46.6745735Z distributed/nn/jit/test_instantiator (0.1379706586087778) 2025-08-26T19:44:46.6746199Z functorch/test_eager_transforms (0.1378852187470582) 2025-08-26T19:44:46.6746528Z test_dlpack (0.13775593235857667) 2025-08-26T19:44:46.6746889Z distributed/fsdp/test_fsdp_unshard_params (0.1376608040024435) 2025-08-26T19:44:46.6747311Z distributed/_shard/test_sharder (0.13759633183465889) 2025-08-26T19:44:46.6747775Z distributed/_shard/sharding_plan/test_sharding_plan (0.13751727392931246) 2025-08-26T19:44:46.6748240Z distributed/test_data_parallel (0.1374902704448742) 2025-08-26T19:44:46.6748776Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.137408741095012) 2025-08-26T19:44:46.6749310Z distributed/fsdp/test_fsdp_multiple_forward (0.1373901701501491) 2025-08-26T19:44:46.6749818Z distributed/_shard/sharded_optim/test_sharded_optim (0.13679464045288348) 2025-08-26T19:44:46.6750370Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.13659589015044973) 2025-08-26T19:44:46.6750822Z distributed/test_c10d_pypg (0.13647758323579917) 2025-08-26T19:44:46.6751269Z distributed/_shard/sharding_spec/test_sharding_spec (0.1360618244159519) 2025-08-26T19:44:46.6751744Z distributed/algorithms/test_join (0.13590031153996032) 2025-08-26T19:44:46.6752121Z distributed/test_pg_wrapper (0.13506679202056254) 2025-08-26T19:44:46.6752483Z profiler/test_profiler_tree (0.13489993628299127) 2025-08-26T19:44:46.6752935Z distributed/_composable/fsdp/test_fully_shard_memory (0.13464898365943034) 2025-08-26T19:44:46.6753483Z distributed/optim/test_zero_redundancy_optimizer (0.1345552166516476) 2025-08-26T19:44:46.6753994Z distributed/checkpoint/test_state_dict_utils (0.134513054546937) 2025-08-26T19:44:46.6754518Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.1336617799752162) 2025-08-26T19:44:46.6755030Z torch_np/numpy_tests/core/test_scalar_ctors (0.13344952596382698) 2025-08-26T19:44:46.6755431Z torch_np/test_reductions (0.13320185158897418) 2025-08-26T19:44:46.6755798Z distributed/test_composability (0.13273565139348786) 2025-08-26T19:44:46.6756141Z lazy/test_reuse_ir (0.13264530519205223) 2025-08-26T19:44:46.6756542Z distributed/_shard/sharded_tensor/ops/test_init (0.13255197058495524) 2025-08-26T19:44:46.6757068Z distributed/_shard/sharded_tensor/ops/test_embedding (0.13172289220103964) 2025-08-26T19:44:46.6757635Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.13172289220103964) 2025-08-26T19:44:46.6758139Z torch_np/numpy_tests/lib/test_arraypad (0.13157548066561156) 2025-08-26T19:44:46.6758513Z test_quantization (0.13106444189672212) 2025-08-26T19:44:46.6758814Z test_spectral_ops (0.1309322335264522) 2025-08-26T19:44:46.6759158Z test_functional_autograd_benchmark (0.13092582225725533) 2025-08-26T19:44:46.6759566Z distributed/rpc/test_faulty_agent (0.13049673075490875) 2025-08-26T19:44:46.6759905Z test_prims (0.13024247059367852) 2025-08-26T19:44:46.6760341Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.12994400866909647) 2025-08-26T19:44:46.6760891Z distributed/fsdp/test_fsdp_use_orig_params (0.12978740149216186) 2025-08-26T19:44:46.6761395Z distributed/test_c10d_spawn_gloo (0.12835438562030282) 2025-08-26T19:44:46.6761770Z distributed/test_c10d_ucc (0.12786649673439893) 2025-08-26T19:44:46.6762135Z distributed/test_c10d_spawn_nccl (0.12704506675914964) 2025-08-26T19:44:46.6762595Z distributed/test_c10d_common (0.12576122748938467) 2025-08-26T19:44:46.6763014Z distributed/fsdp/test_fsdp_mixed_precision (0.12535238680566846) 2025-08-26T19:44:46.6763452Z distributed/test_c10d_spawn_ucc (0.1251938724315349) 2025-08-26T19:44:46.6763912Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.12239856671933125) 2025-08-26T19:44:46.6764382Z profiler/test_python_tracer (0.12155349856331166) 2025-08-26T19:44:46.6764739Z distributed/test_launcher (0.1210656569118834) 2025-08-26T19:44:46.6765078Z distributed/test_c10d_nccl (0.11718742564890221) 2025-08-26T19:44:46.6765412Z distributed/test_store (0.11674048441172834) 2025-08-26T19:44:46.6765767Z distributions/test_distributions (0.07052217499280192) 2025-08-26T19:44:46.6766183Z test_jit_fuser_legacy (0.07021494032897958) 2025-08-26T19:44:46.6766483Z test_jit_profiling (0.06632116530536375) 2025-08-26T19:44:46.6766816Z distributed/test_c10d_ops_nccl (0.06538409047969715) 2025-08-26T19:44:46.6767141Z test_jit_legacy (0.06439057619139912) 2025-08-26T19:44:46.6767487Z test_cpp_extensions_aot_no_ninja (0.00015063709935943457) 2025-08-26T19:44:46.6767966Z distributed/elastic/multiprocessing/api_test (7.099152692190648e-05) 2025-08-26T19:44:46.9819252Z distributed/elastic/utils/util_test (7.099152692190648e-05) 2025-08-26T19:44:46.9819675Z Emitting metrics 2025-08-26T19:44:46.9820343Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1756237486_1ed785d282b511f094561261b9ebb289 2025-08-26T19:44:46.9821543Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1756237486_1ed785d282b511f094561261b9ebb289 2025-08-26T19:44:46.9822740Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1756237486_1ef4734082b511f094561261b9ebb289 2025-08-26T19:44:46.9823871Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1756237486_1ef4734082b511f094561261b9ebb289 2025-08-26T19:44:47.0467284Z ##[group]Run seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a 2025-08-26T19:44:47.0468176Z with: 2025-08-26T19:44:47.0468536Z name: td_results 2025-08-26T19:44:47.0468909Z retention-days: 14 2025-08-26T19:44:47.0469324Z if-no-files-found: error 2025-08-26T19:44:47.0469713Z path: td_results.json 2025-08-26T19:44:47.0470090Z s3-bucket: gha-artifacts 2025-08-26T19:44:47.0470452Z region: us-east-1 2025-08-26T19:44:47.0470796Z ##[endgroup] 2025-08-26T19:44:47.3885989Z With the provided path, there will be 1 file uploaded 2025-08-26T19:44:47.3886480Z Uploading to s3 prefix: pytorch/pytorch/17248463647/td_results 2025-08-26T19:44:47.3925610Z Starting upload of td_results.json 2025-08-26T19:44:47.5219916Z Finished upload of td_results.json 2025-08-26T19:44:47.5395118Z ##[group]Run actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 2025-08-26T19:44:47.5395937Z with: 2025-08-26T19:44:47.5396307Z name: td_results.json 2025-08-26T19:44:47.5396705Z retention-days: 14 2025-08-26T19:44:47.5397138Z if-no-files-found: error 2025-08-26T19:44:47.5397617Z path: td_results.json 2025-08-26T19:44:47.5398062Z compression-level: 6 2025-08-26T19:44:47.5398488Z overwrite: false 2025-08-26T19:44:47.5398894Z include-hidden-files: false 2025-08-26T19:44:47.5399341Z ##[endgroup] 2025-08-26T19:44:47.7821785Z With the provided path, there will be 1 file uploaded 2025-08-26T19:44:47.7825870Z Artifact name is valid! 2025-08-26T19:44:47.7826910Z Root directory input is valid! 2025-08-26T19:44:47.8644840Z Beginning upload of artifact content to blob storage 2025-08-26T19:44:47.9346963Z Uploaded bytes 19079 2025-08-26T19:44:47.9522312Z Finished uploading artifact content to blob storage! 2025-08-26T19:44:47.9525174Z SHA256 digest of uploaded artifact zip is 2f68750a89e7b270519f4979f3036560a8a2ba5e8f36245dfaf2dad36f5977a5 2025-08-26T19:44:47.9526305Z Finalizing artifact upload 2025-08-26T19:44:48.0310193Z Artifact td_results.json.zip successfully finalized. Artifact ID 3857166815 2025-08-26T19:44:48.0311284Z Artifact td_results.json has been successfully uploaded! Final size is 19079 bytes. Artifact ID is 3857166815 2025-08-26T19:44:48.0317166Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/17248463647/artifacts/3857166815 2025-08-26T19:44:48.0460442Z Post job cleanup. 2025-08-26T19:44:48.0516841Z Post job cleanup. 2025-08-26T19:44:48.1434819Z [command]/usr/bin/git version 2025-08-26T19:44:48.1472950Z git version 2.47.1 2025-08-26T19:44:48.1506525Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/554e38e0-7a02-4899-a533-083dc1cd376b/.gitconfig' 2025-08-26T19:44:48.1514751Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/554e38e0-7a02-4899-a533-083dc1cd376b' before making global git config changes 2025-08-26T19:44:48.1515692Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:44:48.1519841Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-26T19:44:48.1553306Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:44:48.1579173Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-08-26T19:44:48.1861126Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:44:48.1879666Z http.https://github.com/.extraheader 2025-08-26T19:44:48.1890244Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-26T19:44:48.1915268Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-08-26T19:44:48.2261115Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-26T19:44:48.2296748Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-08-26T19:44:48.2301891Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:44:48.2302273Z ##[endgroup] 2025-08-26T19:44:48.2375305Z [!ALERT!] Swap in detected! [!ALERT!] 2025-08-26T19:44:58.6643245Z [!ALERT!] Swap out detected [!ALERT!] 2025-08-26T19:45:15.9131027Z Cleaning up orphan processes