2025-01-24T08:08:17.0597187Z Current runner version: '2.321.0' 2025-01-24T08:08:17.0602587Z Runner name: 'pytorch-rocm-hw-43' 2025-01-24T08:08:17.0603348Z Runner group name: 'linux.rocm.gpu.group' 2025-01-24T08:08:17.0604156Z Machine name: 'pytorch-rocm-hw-43' 2025-01-24T08:08:17.0606589Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T08:08:17.0608278Z Contents: read 2025-01-24T08:08:17.0608832Z Metadata: read 2025-01-24T08:08:17.0609285Z ##[endgroup] 2025-01-24T08:08:17.0611698Z Secret source: Actions 2025-01-24T08:08:17.0612460Z Prepare workflow directory 2025-01-24T08:08:17.3952131Z Prepare all required actions 2025-01-24T08:08:17.3997828Z Getting action download info 2025-01-24T08:08:17.6816841Z Download action repository 'pytorch/pytorch@main' (SHA:d62e900d8ce895a4bb5c152b2d7b3d084f97efed) 2025-01-24T08:08:22.9082073Z Download action repository 'aws-actions/configure-aws-credentials@v4' (SHA:e3dd6a429d7300a6a4c196c26e071d42e0343502) 2025-01-24T08:08:23.4528174Z Download action repository 'aws-actions/amazon-ecr-login@v2' (SHA:062b18b96a7aff071d4dc91bc00c4c1a7945b076) 2025-01-24T08:08:23.9461620Z Download action repository 'pytorch/test-infra@main' (SHA:e83685f710cdb1685e9f12471c30aa36cf09cf13) 2025-01-24T08:08:24.7940391Z Download action repository 'actions/upload-artifact@v4' (SHA:65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) 2025-01-24T08:08:25.6043769Z Getting action download info 2025-01-24T08:08:25.7820049Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T08:08:26.3590067Z Getting action download info 2025-01-24T08:08:26.5329953Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-24T08:08:27.0526836Z Getting action download info 2025-01-24T08:08:27.2318453Z Uses: pytorch/pytorch/.github/workflows/_rocm-test.yml@refs/tags/ciflow/inductor/145539 (d087145b9259b4cfbcb758dc0bca6a6e5d75d08f) 2025-01-24T08:08:27.2320310Z ##[group] Inputs 2025-01-24T08:08:27.2320637Z build-environment: linux-focal-rocm6.3-py3.10 2025-01-24T08:08:27.2321259Z test-matrix: {"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]} 2025-01-24T08:08:27.2322107Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:08:27.2322628Z sync-tag: 2025-01-24T08:08:27.2323266Z timeout-minutes: 300 2025-01-24T08:08:27.2323484Z tests-to-include: 2025-01-24T08:08:27.2323954Z disable-monitor: true 2025-01-24T08:08:27.2324162Z ##[endgroup] 2025-01-24T08:08:27.2324463Z Complete job name: rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:08:27.3338866Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T08:08:27.3339464Z with: 2025-01-24T08:08:27.3339640Z no-sudo: true 2025-01-24T08:08:27.3339810Z submodules: recursive 2025-01-24T08:08:27.3340004Z fetch-depth: 0 2025-01-24T08:08:27.3340354Z env: 2025-01-24T08:08:27.3340509Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:08:27.3340703Z ##[endgroup] 2025-01-24T08:08:27.3409576Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T08:08:27.3410356Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T08:08:27.3439937Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:08:27.3440240Z env: 2025-01-24T08:08:27.3440404Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:08:27.3440599Z ##[endgroup] 2025-01-24T08:08:27.3751470Z ##[group]Run retry () { 2025-01-24T08:08:27.3752131Z retry () { 2025-01-24T08:08:27.3752723Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T08:08:27.3753425Z } 2025-01-24T08:08:27.3753824Z echo "${GITHUB_WORKSPACE}" 2025-01-24T08:08:27.3754935Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T08:08:27.3755545Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T08:08:27.3756104Z else 2025-01-24T08:08:27.3756706Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T08:08:27.3757244Z fi 2025-01-24T08:08:27.3757626Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T08:08:27.3805943Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:08:27.3806599Z env: 2025-01-24T08:08:27.3806957Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:08:27.3807379Z NO_SUDO: true 2025-01-24T08:08:27.3807747Z ##[endgroup] 2025-01-24T08:08:27.3912128Z /home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:08:31.2575263Z ##[group]Run actions/checkout@v4 2025-01-24T08:08:31.2575576Z with: 2025-01-24T08:08:31.2575813Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:08:31.2576121Z fetch-depth: 0 2025-01-24T08:08:31.2576346Z submodules: recursive 2025-01-24T08:08:31.2576580Z show-progress: false 2025-01-24T08:08:31.2576832Z repository: pytorch/pytorch 2025-01-24T08:08:31.2577207Z token: *** 2025-01-24T08:08:31.2577416Z ssh-strict: true 2025-01-24T08:08:31.2577618Z ssh-user: git 2025-01-24T08:08:31.2577835Z persist-credentials: true 2025-01-24T08:08:31.2578076Z clean: true 2025-01-24T08:08:31.2578289Z sparse-checkout-cone-mode: true 2025-01-24T08:08:31.2578556Z fetch-tags: false 2025-01-24T08:08:31.2578791Z lfs: false 2025-01-24T08:08:31.2578994Z set-safe-directory: true 2025-01-24T08:08:31.2579222Z env: 2025-01-24T08:08:31.2579430Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:08:31.2579659Z ##[endgroup] 2025-01-24T08:08:31.3568554Z Syncing repository: pytorch/pytorch 2025-01-24T08:08:31.3571067Z ##[group]Getting Git version info 2025-01-24T08:08:31.3571944Z Working directory is '/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2025-01-24T08:08:31.3573209Z [command]/usr/bin/git version 2025-01-24T08:08:31.3573689Z git version 2.34.1 2025-01-24T08:08:31.3575251Z ##[endgroup] 2025-01-24T08:08:31.3579431Z Temporarily overriding HOME='/home/pytorchci/actions-runner/_work/_temp/55f2ff88-c752-4d7d-975a-7a201daf099f' before making global git config changes 2025-01-24T08:08:31.3580295Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T08:08:31.3581040Z [command]/usr/bin/git config --global --add safe.directory /home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:08:31.3614305Z Deleting the contents of '/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2025-01-24T08:08:31.3618059Z ##[group]Initializing the repository 2025-01-24T08:08:31.3621551Z [command]/usr/bin/git init /home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:08:31.3647486Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T08:08:31.3648038Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T08:08:31.3648535Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T08:08:31.3648925Z hint: 2025-01-24T08:08:31.3649217Z hint: git config --global init.defaultBranch 2025-01-24T08:08:31.3649536Z hint: 2025-01-24T08:08:31.3649836Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T08:08:31.3650331Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T08:08:31.3650720Z hint: 2025-01-24T08:08:31.3650915Z hint: git branch -m 2025-01-24T08:08:31.3652765Z Initialized empty Git repository in /home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/ 2025-01-24T08:08:31.3661482Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T08:08:31.3705958Z ##[endgroup] 2025-01-24T08:08:31.3706758Z ##[group]Disabling automatic garbage collection 2025-01-24T08:08:31.3709109Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T08:08:31.3737634Z ##[endgroup] 2025-01-24T08:08:31.3738354Z ##[group]Setting up auth 2025-01-24T08:08:31.3741997Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T08:08:31.3768069Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-01-24T08:08:31.4067846Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T08:08:31.4091070Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-01-24T08:08:31.4357758Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T08:08:31.4390612Z ##[endgroup] 2025-01-24T08:08:31.4390954Z ##[group]Fetching the repository 2025-01-24T08:08:31.4397227Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-01-24T08:10:27.4255434Z From https://github.com/pytorch/pytorch 2025-01-24T08:10:27.4256517Z * [new branch] 144594 -> origin/144594 2025-01-24T08:10:27.4257719Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-01-24T08:10:27.4258488Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-01-24T08:10:27.4259270Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-01-24T08:10:27.4260520Z * [new branch] Broken-classifications_pending_unstable-Test -> origin/Broken-classifications_pending_unstable-Test 2025-01-24T08:10:27.4262843Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-01-24T08:10:27.4263951Z * [new branch] Cleanup-Previous-Artifacts -> origin/Cleanup-Previous-Artifacts 2025-01-24T08:10:27.4267630Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-01-24T08:10:27.4269236Z * [new branch] JackCaoG/add_openxla_backend_to_list -> origin/JackCaoG/add_openxla_backend_to_list 2025-01-24T08:10:27.4271011Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-01-24T08:10:27.4272852Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-01-24T08:10:27.4274568Z * [new branch] JackCaoG/make_xla_dynamo_backend_boxed -> origin/JackCaoG/make_xla_dynamo_backend_boxed 2025-01-24T08:10:27.4276697Z * [new branch] JackCaoG/test_xla_pin -> origin/JackCaoG/test_xla_pin 2025-01-24T08:10:27.4278117Z * [new branch] JackCaoG/test_xla_pin_update -> origin/JackCaoG/test_xla_pin_update 2025-01-24T08:10:27.4280111Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-01-24T08:10:27.4283548Z * [new branch] JackCaoG/update_xla_dynamo -> origin/JackCaoG/update_xla_dynamo 2025-01-24T08:10:27.4284983Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-01-24T08:10:27.4287006Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-01-24T08:10:27.4288389Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-01-24T08:10:27.4290495Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-01-24T08:10:27.4292063Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-01-24T08:10:27.4293646Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-01-24T08:10:27.4295262Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-01-24T08:10:27.4296927Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-01-24T08:10:27.4298699Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-01-24T08:10:27.4300286Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-01-24T08:10:27.4302846Z * [new branch] Switch-Linux-arm64-Runners -> origin/Switch-Linux-arm64-Runners 2025-01-24T08:10:27.4303970Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-01-24T08:10:27.4306495Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-01-24T08:10:27.4308689Z * [new branch] WeixiMa/serialize -> origin/WeixiMa/serialize 2025-01-24T08:10:27.4311677Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-01-24T08:10:27.4313786Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-01-24T08:10:27.4316399Z * [new branch] abock/dort-torch-compile-options -> origin/abock/dort-torch-compile-options 2025-01-24T08:10:27.4318029Z * [new branch] abock/onnx-1.14.1rc1 -> origin/abock/onnx-1.14.1rc1 2025-01-24T08:10:27.4319817Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-01-24T08:10:27.4321787Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-01-24T08:10:27.4323503Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-01-24T08:10:27.4325131Z * [new branch] add-assign -> origin/add-assign 2025-01-24T08:10:27.4326962Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-01-24T08:10:27.4328655Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-01-24T08:10:27.4330452Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-01-24T08:10:27.4332081Z * [new branch] add_reduce_op -> origin/add_reduce_op 2025-01-24T08:10:27.4333869Z * [new branch] add_torchao_docs -> origin/add_torchao_docs 2025-01-24T08:10:27.4335556Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-01-24T08:10:27.4337229Z * [new branch] addsimde -> origin/addsimde 2025-01-24T08:10:27.4339208Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-01-24T08:10:27.4341346Z * [new branch] alanwaketan/pin -> origin/alanwaketan/pin 2025-01-24T08:10:27.4342912Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-01-24T08:10:27.4344639Z * [new branch] alt-disable -> origin/alt-disable 2025-01-24T08:10:27.4347267Z * [new branch] angelayi/aot -> origin/angelayi/aot 2025-01-24T08:10:27.4348983Z * [new branch] angelayi/aot_freeze -> origin/angelayi/aot_freeze 2025-01-24T08:10:27.4350672Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-01-24T08:10:27.4352230Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-01-24T08:10:27.4353995Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-01-24T08:10:27.4355676Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-01-24T08:10:27.4357294Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-01-24T08:10:27.4358999Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-01-24T08:10:27.4360715Z * [new branch] angelayi/bench -> origin/angelayi/bench 2025-01-24T08:10:27.4362311Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-01-24T08:10:27.4364029Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-01-24T08:10:27.4365658Z * [new branch] angelayi/bind -> origin/angelayi/bind 2025-01-24T08:10:27.4367341Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-01-24T08:10:27.4369033Z * [new branch] angelayi/core_aten -> origin/angelayi/core_aten 2025-01-24T08:10:27.4370626Z * [new branch] angelayi/core_split -> origin/angelayi/core_split 2025-01-24T08:10:27.4372320Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-01-24T08:10:27.4374025Z * [new branch] angelayi/cp108217 -> origin/angelayi/cp108217 2025-01-24T08:10:27.4375792Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-01-24T08:10:27.4377491Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-01-24T08:10:27.4379212Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-01-24T08:10:27.4381042Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-01-24T08:10:27.4382615Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-01-24T08:10:27.4384262Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-01-24T08:10:27.4386058Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-01-24T08:10:27.4387797Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-01-24T08:10:27.4389450Z * [new branch] angelayi/ep_bc -> origin/angelayi/ep_bc 2025-01-24T08:10:27.4391215Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-01-24T08:10:27.4392901Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-01-24T08:10:27.4394551Z * [new branch] angelayi/exportdb -> origin/angelayi/exportdb 2025-01-24T08:10:27.4396213Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-01-24T08:10:27.4397795Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-01-24T08:10:27.4399737Z * [new branch] angelayi/fix_constrain -> origin/angelayi/fix_constrain 2025-01-24T08:10:27.4401504Z * [new branch] angelayi/getattr -> origin/angelayi/getattr 2025-01-24T08:10:27.4403102Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-01-24T08:10:27.4404777Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-01-24T08:10:27.4406572Z * [new branch] angelayi/inductor_temp -> origin/angelayi/inductor_temp 2025-01-24T08:10:27.4408434Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-01-24T08:10:27.4410190Z * [new branch] angelayi/load -> origin/angelayi/load 2025-01-24T08:10:27.4412019Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-01-24T08:10:27.4413804Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-01-24T08:10:27.4415588Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-01-24T08:10:27.4417317Z * [new branch] angelayi/orig_args -> origin/angelayi/orig_args 2025-01-24T08:10:27.4419001Z * [new branch] angelayi/pickle -> origin/angelayi/pickle 2025-01-24T08:10:27.4420741Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-01-24T08:10:27.4422431Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-01-24T08:10:27.4424224Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-01-24T08:10:27.4425980Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-01-24T08:10:27.4427599Z * [new branch] angelayi/revert_inductor -> origin/angelayi/revert_inductor 2025-01-24T08:10:27.4429227Z * [new branch] angelayi/schema_version -> origin/angelayi/schema_version 2025-01-24T08:10:27.4430943Z * [new branch] angelayi/ser_constrain -> origin/angelayi/ser_constrain 2025-01-24T08:10:27.4432883Z * [new branch] angelayi/serialize_symint_inputs -> origin/angelayi/serialize_symint_inputs 2025-01-24T08:10:27.4434643Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-01-24T08:10:27.4436377Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-01-24T08:10:27.4438166Z * [new branch] angelayi/test_aot_mode -> origin/angelayi/test_aot_mode 2025-01-24T08:10:27.4440036Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-01-24T08:10:27.4441829Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-01-24T08:10:27.4443659Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-01-24T08:10:27.4445393Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-01-24T08:10:27.4447135Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-01-24T08:10:27.4448859Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-01-24T08:10:27.4450607Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-01-24T08:10:27.4452434Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-01-24T08:10:27.4454218Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-01-24T08:10:27.4455907Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-01-24T08:10:27.4457626Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-01-24T08:10:27.4459523Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-01-24T08:10:27.4461369Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-01-24T08:10:27.4462923Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-01-24T08:10:27.4464827Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-01-24T08:10:27.4466513Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-01-24T08:10:27.4468910Z * [new branch] bahuang/dropout -> origin/bahuang/dropout 2025-01-24T08:10:27.4470656Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-01-24T08:10:27.4473149Z * [new branch] base/1.5 -> origin/base/1.5 2025-01-24T08:10:27.4474922Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-01-24T08:10:27.4476720Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-01-24T08:10:27.4478399Z * [new branch] batchnorm-unexpected-success -> origin/batchnorm-unexpected-success 2025-01-24T08:10:27.4480421Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-01-24T08:10:27.4482849Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-01-24T08:10:27.4485205Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-01-24T08:10:27.4487583Z * [new branch] bf/be-cudagraph-utils -> origin/bf/be-cudagraph-utils 2025-01-24T08:10:27.4489212Z * [new branch] bf/be-metrics -> origin/bf/be-metrics 2025-01-24T08:10:27.4490826Z * [new branch] bf/be-pad-mm -> origin/bf/be-pad-mm 2025-01-24T08:10:27.4492602Z * [new branch] bf/be-wrapper-benchmark -> origin/bf/be-wrapper-benchmark 2025-01-24T08:10:27.4494193Z * [new branch] bf/cg-doc-add-cuda-device -> origin/bf/cg-doc-add-cuda-device 2025-01-24T08:10:27.4495857Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-01-24T08:10:27.4497536Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-01-24T08:10:27.4499213Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-01-24T08:10:27.4501002Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-01-24T08:10:27.4502793Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-01-24T08:10:27.4504261Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-01-24T08:10:27.4505877Z * [new branch] bf/pa-input-pos-bs -> origin/bf/pa-input-pos-bs 2025-01-24T08:10:27.4507624Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-01-24T08:10:27.4509313Z * [new branch] bf/relax-reinplace-size-constraint -> origin/bf/relax-reinplace-size-constraint 2025-01-24T08:10:27.4510910Z * [new branch] bf/remove-check -> origin/bf/remove-check 2025-01-24T08:10:27.4512609Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-01-24T08:10:27.4514337Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-01-24T08:10:27.4516059Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-01-24T08:10:27.4517845Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-01-24T08:10:27.4519557Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-01-24T08:10:27.4521324Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-01-24T08:10:27.4523309Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-01-24T08:10:27.4525034Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-01-24T08:10:27.4526724Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-01-24T08:10:27.4528451Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-01-24T08:10:27.4530145Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-01-24T08:10:27.4531919Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-01-24T08:10:27.4533596Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-01-24T08:10:27.4535311Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-01-24T08:10:27.4537094Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-01-24T08:10:27.4538795Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-01-24T08:10:27.4540493Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-01-24T08:10:27.4542867Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-01-24T08:10:27.4544457Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-01-24T08:10:27.4546105Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-01-24T08:10:27.4547746Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-01-24T08:10:27.4549377Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-01-24T08:10:27.4551030Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-01-24T08:10:27.4552626Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-01-24T08:10:27.4555016Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-01-24T08:10:27.4556656Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-01-24T08:10:27.4558366Z * [new branch] brgemm_int8 -> origin/brgemm_int8 2025-01-24T08:10:27.4561852Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-01-24T08:10:27.4563483Z * [new branch] brister/nd_tiling_stardep -> origin/brister/nd_tiling_stardep 2025-01-24T08:10:27.4564843Z * [new branch] brister/reduction_numel -> origin/brister/reduction_numel 2025-01-24T08:10:27.4566271Z * [new branch] brister/tiled_reduction -> origin/brister/tiled_reduction 2025-01-24T08:10:27.4567610Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-01-24T08:10:27.4568900Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-01-24T08:10:27.4570314Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-01-24T08:10:27.4571698Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-01-24T08:10:27.4573122Z * [new branch] cache-limit-prototype2 -> origin/cache-limit-prototype2 2025-01-24T08:10:27.4574542Z * [new branch] cache-limit-prototype3 -> origin/cache-limit-prototype3 2025-01-24T08:10:27.4575925Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-01-24T08:10:27.4577432Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-01-24T08:10:27.4579131Z * [new branch] camyllh_update_vs_build_to_2022 -> origin/camyllh_update_vs_build_to_2022 2025-01-24T08:10:27.4580439Z * [new branch] capture_eval_train_error -> origin/capture_eval_train_error 2025-01-24T08:10:27.4582407Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-01-24T08:10:27.4583914Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-01-24T08:10:27.4585583Z * [new branch] cherry-pick-136890-by-pytorch_bot_bot_ -> origin/cherry-pick-136890-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4587245Z * [new branch] cherry-pick-141063-by-pytorch_bot_bot_ -> origin/cherry-pick-141063-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4588757Z * [new branch] cherry-pick-142292-by-pytorch_bot_bot_ -> origin/cherry-pick-142292-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4590356Z * [new branch] cherry-pick-142398-by-pytorch_bot_bot_ -> origin/cherry-pick-142398-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4591885Z * [new branch] cherry-pick-142831-by-pytorch_bot_bot_ -> origin/cherry-pick-142831-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4593391Z * [new branch] cherry-pick-143095-by-pytorch_bot_bot_ -> origin/cherry-pick-143095-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4594895Z * [new branch] cherry-pick-143127-by-pytorch_bot_bot_ -> origin/cherry-pick-143127-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4596567Z * [new branch] cherry-pick-143141-by-pytorch_bot_bot_ -> origin/cherry-pick-143141-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4598103Z * [new branch] cherry-pick-143183-by-pytorch_bot_bot_ -> origin/cherry-pick-143183-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4599654Z * [new branch] cherry-pick-143196-by-pytorch_bot_bot_ -> origin/cherry-pick-143196-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4601211Z * [new branch] cherry-pick-143212-by-pytorch_bot_bot_ -> origin/cherry-pick-143212-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4602737Z * [new branch] cherry-pick-143242-by-pytorch_bot_bot_ -> origin/cherry-pick-143242-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4604312Z * [new branch] cherry-pick-143376-by-pytorch_bot_bot_ -> origin/cherry-pick-143376-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4606015Z * [new branch] cherry-pick-143569-by-pytorch_bot_bot_ -> origin/cherry-pick-143569-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4607501Z * [new branch] cherry-pick-143570-by-pytorch_bot_bot_ -> origin/cherry-pick-143570-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4608996Z * [new branch] cherry-pick-143839-by-pytorch_bot_bot_ -> origin/cherry-pick-143839-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4610514Z * [new branch] cherry-pick-143866-by-pytorch_bot_bot_ -> origin/cherry-pick-143866-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4612147Z * [new branch] cherry-pick-144078-by-pytorch_bot_bot_ -> origin/cherry-pick-144078-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4613647Z * [new branch] cherry-pick-144249-by-pytorch_bot_bot_ -> origin/cherry-pick-144249-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4615206Z * [new branch] cherry-pick-144251-by-pytorch_bot_bot_ -> origin/cherry-pick-144251-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4616801Z * [new branch] cherry-pick-144285-by-pytorch_bot_bot_ -> origin/cherry-pick-144285-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4618328Z * [new branch] cherry-pick-144343-by-pytorch_bot_bot_ -> origin/cherry-pick-144343-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4619816Z * [new branch] cherry-pick-144358-by-pytorch_bot_bot_ -> origin/cherry-pick-144358-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4621298Z * [new branch] cherry-pick-144361-by-pytorch_bot_bot_ -> origin/cherry-pick-144361-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4622899Z * [new branch] cherry-pick-144368-by-pytorch_bot_bot_ -> origin/cherry-pick-144368-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4624594Z * [new branch] cherry-pick-144396-by-pytorch_bot_bot_ -> origin/cherry-pick-144396-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4626402Z * [new branch] cherry-pick-144425-by-pytorch_bot_bot_ -> origin/cherry-pick-144425-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4628107Z * [new branch] cherry-pick-144477-by-pytorch_bot_bot_ -> origin/cherry-pick-144477-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4629768Z * [new branch] cherry-pick-144914-by-pytorch_bot_bot_ -> origin/cherry-pick-144914-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4631334Z * [new branch] cherry-pick-145020-by-pytorch_bot_bot_ -> origin/cherry-pick-145020-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4633324Z * [new branch] cherry-pick-145251-by-pytorch_bot_bot_ -> origin/cherry-pick-145251-by-pytorch_bot_bot_ 2025-01-24T08:10:27.4634786Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-01-24T08:10:27.4636132Z * [new branch] ci_pin -> origin/ci_pin 2025-01-24T08:10:27.4637710Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-01-24T08:10:27.4639225Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-01-24T08:10:27.4642459Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-01-24T08:10:27.4643856Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-01-24T08:10:27.4645425Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-01-24T08:10:27.4646922Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-01-24T08:10:27.4648379Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-01-24T08:10:27.4649789Z * [new branch] constraint_2 -> origin/constraint_2 2025-01-24T08:10:27.4651216Z * [new branch] copy_graph -> origin/copy_graph 2025-01-24T08:10:27.4653175Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-01-24T08:10:27.4654527Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-01-24T08:10:27.4655934Z * [new branch] cpp_gemm_template_arm -> origin/cpp_gemm_template_arm 2025-01-24T08:10:27.4657365Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-01-24T08:10:27.4659369Z * [new branch] crpa/fix-typo -> origin/crpa/fix-typo 2025-01-24T08:10:27.4661273Z * [new branch] csl/3proc -> origin/csl/3proc 2025-01-24T08:10:27.4662705Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-01-24T08:10:27.4664047Z * [new branch] csl/apiratelimitephemeral -> origin/csl/apiratelimitephemeral 2025-01-24T08:10:27.4665291Z * [new branch] csl/bazel_networkx -> origin/csl/bazel_networkx 2025-01-24T08:10:27.4666548Z * [new branch] csl/binary_checksum -> origin/csl/binary_checksum 2025-01-24T08:10:27.4667905Z * [new branch] csl/binary_whl_metadata -> origin/csl/binary_whl_metadata 2025-01-24T08:10:27.4669177Z * [new branch] csl/closeissues -> origin/csl/closeissues 2025-01-24T08:10:27.4670503Z * [new branch] csl/condatoken -> origin/csl/condatoken 2025-01-24T08:10:27.4671833Z * [new branch] csl/cov_experiment -> origin/csl/cov_experiment 2025-01-24T08:10:27.4673146Z * [new branch] csl/defaulttesttimes -> origin/csl/defaulttesttimes 2025-01-24T08:10:27.4674435Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-01-24T08:10:27.4675851Z * [new branch] csl/disableflex -> origin/csl/disableflex 2025-01-24T08:10:27.4676993Z * [new branch] csl/docsenv -> origin/csl/docsenv 2025-01-24T08:10:27.4678397Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-01-24T08:10:27.4679807Z * [new branch] csl/editable_install -> origin/csl/editable_install 2025-01-24T08:10:27.4681198Z * [new branch] csl/errormsgs -> origin/csl/errormsgs 2025-01-24T08:10:27.4682631Z * [new branch] csl/fflint -> origin/csl/fflint 2025-01-24T08:10:27.4684039Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-01-24T08:10:27.4685481Z * [new branch] csl/linter_grep_linter_a -> origin/csl/linter_grep_linter_a 2025-01-24T08:10:27.4686784Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-01-24T08:10:27.4688187Z * [new branch] csl/logging -> origin/csl/logging 2025-01-24T08:10:27.4689566Z * [new branch] csl/logtest -> origin/csl/logtest 2025-01-24T08:10:27.4690889Z * [new branch] csl/multigpu_2_shard -> origin/csl/multigpu_2_shard 2025-01-24T08:10:27.4692184Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-01-24T08:10:27.4693558Z * [new branch] csl/pep658_script_can_backfill -> origin/csl/pep658_script_can_backfill 2025-01-24T08:10:27.4694871Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-01-24T08:10:27.4696188Z * [new branch] csl/reorder -> origin/csl/reorder 2025-01-24T08:10:27.4697532Z * [new branch] csl/revert -> origin/csl/revert 2025-01-24T08:10:27.4698884Z * [new branch] csl/revert_metadata -> origin/csl/revert_metadata 2025-01-24T08:10:27.4700239Z * [new branch] csl/rocmsecrets -> origin/csl/rocmsecrets 2025-01-24T08:10:27.4701589Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-01-24T08:10:27.4702913Z * [new branch] csl/skipslow -> origin/csl/skipslow 2025-01-24T08:10:27.4704270Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-01-24T08:10:27.4705586Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-01-24T08:10:27.4706997Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-01-24T08:10:27.4708398Z * [new branch] csl/testlstmpackedslow -> origin/csl/testlstmpackedslow 2025-01-24T08:10:27.4709757Z * [new branch] csl/testselectiontools -> origin/csl/testselectiontools 2025-01-24T08:10:27.4711212Z * [new branch] csl/update_clickhouse_connect -> origin/csl/update_clickhouse_connect 2025-01-24T08:10:27.4712561Z * [new branch] csl/upload_metadta_better_parsing -> origin/csl/upload_metadta_better_parsing 2025-01-24T08:10:27.4713861Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-01-24T08:10:27.4715258Z * [new branch] csl/xdist_test -> origin/csl/xdist_test 2025-01-24T08:10:27.4716717Z * [new branch] ctx_manager -> origin/ctx_manager 2025-01-24T08:10:27.4718165Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-01-24T08:10:27.4719779Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-01-24T08:10:27.4721327Z * [new branch] dataclass -> origin/dataclass 2025-01-24T08:10:27.4722717Z * [new branch] debug-ghcr -> origin/debug-ghcr 2025-01-24T08:10:27.4724282Z * [new branch] deferring-reduction-split -> origin/deferring-reduction-split 2025-01-24T08:10:27.4726449Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-01-24T08:10:27.4727762Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-01-24T08:10:27.4729082Z * [new branch] desertfire/update_timm_pin -> origin/desertfire/update_timm_pin 2025-01-24T08:10:27.4731796Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-01-24T08:10:27.4733301Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-01-24T08:10:27.4734880Z * [new branch] dev/joona/bmm_tiling_extend -> origin/dev/joona/bmm_tiling_extend 2025-01-24T08:10:27.4736456Z * [new branch] dev/joona/check_bounds_index_select -> origin/dev/joona/check_bounds_index_select 2025-01-24T08:10:27.4737751Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-01-24T08:10:27.4739337Z * [new branch] dev/joona/lstm_leak -> origin/dev/joona/lstm_leak 2025-01-24T08:10:27.4740721Z * [new branch] dev/joona/minmaxprop -> origin/dev/joona/minmaxprop 2025-01-24T08:10:27.4742194Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-01-24T08:10:27.4743729Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-01-24T08:10:27.4745195Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-01-24T08:10:27.4746726Z * [new branch] disable -> origin/disable 2025-01-24T08:10:27.4748293Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-01-24T08:10:27.4749774Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-01-24T08:10:27.4751156Z * [new branch] docs_numpy -> origin/docs_numpy 2025-01-24T08:10:27.4752692Z * [new branch] dropout-eval -> origin/dropout-eval 2025-01-24T08:10:27.4754195Z * [new branch] dtensor_class_doc -> origin/dtensor_class_doc 2025-01-24T08:10:27.4755854Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-01-24T08:10:27.4757315Z * [new branch] dynamic_dim_2 -> origin/dynamic_dim_2 2025-01-24T08:10:27.4758834Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-01-24T08:10:27.4760803Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-01-24T08:10:27.4762902Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-01-24T08:10:27.4764838Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-01-24T08:10:27.4766222Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-01-24T08:10:27.4767654Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-01-24T08:10:27.4768952Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-01-24T08:10:27.4770183Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-01-24T08:10:27.4771723Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-01-24T08:10:27.4773233Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-01-24T08:10:27.4774652Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-01-24T08:10:27.4776121Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-01-24T08:10:27.4777641Z * [new branch] eqy-patch-23 -> origin/eqy-patch-23 2025-01-24T08:10:27.4779155Z * [new branch] eqy-patch-25 -> origin/eqy-patch-25 2025-01-24T08:10:27.4780810Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-01-24T08:10:27.4782137Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-01-24T08:10:27.4784284Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-01-24T08:10:27.4785630Z * [new branch] exclamaforte/benchmark-harness -> origin/exclamaforte/benchmark-harness 2025-01-24T08:10:27.4786976Z * [new branch] exclamaforte/config-fuzzer-1 -> origin/exclamaforte/config-fuzzer-1 2025-01-24T08:10:27.4788261Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-01-24T08:10:27.4789805Z * [new branch] exclamaforte/cpp-wrapper-training-annotation -> origin/exclamaforte/cpp-wrapper-training-annotation 2025-01-24T08:10:27.4790952Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-01-24T08:10:27.4792317Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-01-24T08:10:27.4793729Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-01-24T08:10:27.4795008Z * [new branch] exclamaforte/fuzzer-0 -> origin/exclamaforte/fuzzer-0 2025-01-24T08:10:27.4796446Z * [new branch] exclamaforte/fuzzer-dynamo -> origin/exclamaforte/fuzzer-dynamo 2025-01-24T08:10:27.4797810Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-01-24T08:10:27.4799147Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-01-24T08:10:27.4800616Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-01-24T08:10:27.4802061Z * [new branch] exec -> origin/exec 2025-01-24T08:10:27.4803670Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-01-24T08:10:27.4805136Z * [new branch] export-D48800879 -> origin/export-D48800879 2025-01-24T08:10:27.4806561Z * [new branch] export-D48927532 -> origin/export-D48927532 2025-01-24T08:10:27.4808083Z * [new branch] export-D48927532-1 -> origin/export-D48927532-1 2025-01-24T08:10:27.4809614Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-01-24T08:10:27.4811106Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-01-24T08:10:27.4812674Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-01-24T08:10:27.4814259Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-01-24T08:10:27.4815822Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-01-24T08:10:27.4817410Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-01-24T08:10:27.4818865Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-01-24T08:10:27.4820444Z * [new branch] export-D63985323 -> origin/export-D63985323 2025-01-24T08:10:27.4822020Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-01-24T08:10:27.4823664Z * [new branch] export-D64876877 -> origin/export-D64876877 2025-01-24T08:10:27.4825166Z * [new branch] export-D64982221 -> origin/export-D64982221 2025-01-24T08:10:27.4826719Z * [new branch] export-D64995390 -> origin/export-D64995390 2025-01-24T08:10:27.4828360Z * [new branch] export-D65006709 -> origin/export-D65006709 2025-01-24T08:10:27.4829797Z * [new branch] export-D65237586 -> origin/export-D65237586 2025-01-24T08:10:27.4831564Z * [new branch] export-D65354569 -> origin/export-D65354569 2025-01-24T08:10:27.4832967Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-01-24T08:10:27.4834447Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-01-24T08:10:27.4836023Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-01-24T08:10:27.4837667Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-01-24T08:10:27.4839240Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-01-24T08:10:27.4841555Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-01-24T08:10:27.4843048Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-01-24T08:10:27.4844567Z * [new branch] export-D67537234 -> origin/export-D67537234 2025-01-24T08:10:27.4846131Z * [new branch] export-D67762069 -> origin/export-D67762069 2025-01-24T08:10:27.4847690Z * [new branch] export-D68174038 -> origin/export-D68174038 2025-01-24T08:10:27.4849220Z * [new branch] export-D68177409 -> origin/export-D68177409 2025-01-24T08:10:27.4850789Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-01-24T08:10:27.4852309Z * [new branch] export-D68278174 -> origin/export-D68278174 2025-01-24T08:10:27.4853850Z * [new branch] export-D68294638 -> origin/export-D68294638 2025-01-24T08:10:27.4855501Z * [new branch] export-D68303934 -> origin/export-D68303934 2025-01-24T08:10:27.4857074Z * [new branch] export-D68534017 -> origin/export-D68534017 2025-01-24T08:10:27.4858634Z * [new branch] export_constrain_3 -> origin/export_constrain_3 2025-01-24T08:10:27.4860143Z * [new branch] export_constraint_class_4 -> origin/export_constraint_class_4 2025-01-24T08:10:27.4861569Z * [new branch] export_dynamic_dim_2 -> origin/export_dynamic_dim_2 2025-01-24T08:10:27.4863057Z * [new branch] export_export_1 -> origin/export_export_1 2025-01-24T08:10:27.4864581Z * [new branch] export_program_class_5 -> origin/export_program_class_5 2025-01-24T08:10:27.4866079Z * [new branch] export_save_load_6 -> origin/export_save_load_6 2025-01-24T08:10:27.4867763Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-01-24T08:10:27.4869212Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-01-24T08:10:27.4870797Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-01-24T08:10:27.4872364Z * [new branch] fastmath_target -> origin/fastmath_target 2025-01-24T08:10:27.4874467Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-01-24T08:10:27.4876095Z * [new branch] fca -> origin/fca 2025-01-24T08:10:27.4877688Z * [new branch] fca2 -> origin/fca2 2025-01-24T08:10:27.4879162Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-01-24T08:10:27.4880876Z * [new branch] fca3 -> origin/fca3 2025-01-24T08:10:27.4882390Z * [new branch] fca5 -> origin/fca5 2025-01-24T08:10:27.4884523Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-01-24T08:10:27.4885961Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-01-24T08:10:27.4887255Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-01-24T08:10:27.4888626Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-01-24T08:10:27.4890340Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-01-24T08:10:27.4891817Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-01-24T08:10:27.4893887Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-01-24T08:10:27.4895218Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-01-24T08:10:27.4896524Z * [new branch] findhao/base_commit_test1 -> origin/findhao/base_commit_test1 2025-01-24T08:10:27.4897797Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-01-24T08:10:27.4899110Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-01-24T08:10:27.4900470Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-01-24T08:10:27.4901758Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-01-24T08:10:27.4903033Z * [new branch] findhao/test1 -> origin/findhao/test1 2025-01-24T08:10:27.4904356Z * [new branch] findhao/test2 -> origin/findhao/test2 2025-01-24T08:10:27.4905851Z * [new branch] fix -> origin/fix 2025-01-24T08:10:27.4907466Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-01-24T08:10:27.4909140Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-01-24T08:10:27.4910633Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-01-24T08:10:27.4912214Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-01-24T08:10:27.4913908Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-01-24T08:10:27.4915456Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-01-24T08:10:27.4917028Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-01-24T08:10:27.4918848Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-01-24T08:10:27.4920585Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-01-24T08:10:27.4922145Z * [new branch] fixes-triage -> origin/fixes-triage 2025-01-24T08:10:27.4923642Z * [new branch] flash_attn_test_baseline -> origin/flash_attn_test_baseline 2025-01-24T08:10:27.4925097Z * [new branch] flash_attn_test_target -> origin/flash_attn_test_target 2025-01-24T08:10:27.4926596Z * [new branch] flash_attn_test_target_with_filter -> origin/flash_attn_test_target_with_filter 2025-01-24T08:10:27.4928044Z * [new branch] float8_aot_traceable -> origin/float8_aot_traceable 2025-01-24T08:10:27.4929520Z * [new branch] float8_aot_traceable2 -> origin/float8_aot_traceable2 2025-01-24T08:10:27.4931615Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-01-24T08:10:27.4932984Z * [new branch] fp8_fix -> origin/fp8_fix 2025-01-24T08:10:27.4934517Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-01-24T08:10:27.4936077Z * [new branch] fsdp_rate_limiter -> origin/fsdp_rate_limiter 2025-01-24T08:10:27.4937606Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-01-24T08:10:27.4939246Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-01-24T08:10:27.4940710Z * [new branch] functorch_scan -> origin/functorch_scan 2025-01-24T08:10:27.4942373Z * [new branch] fuse_attention_pattern -> origin/fuse_attention_pattern 2025-01-24T08:10:27.4943673Z * [new branch] fuse_attention_patterns -> origin/fuse_attention_patterns 2025-01-24T08:10:27.4945188Z * [new branch] fx_cpp -> origin/fx_cpp 2025-01-24T08:10:27.4946676Z * [new branch] fxmodule -> origin/fxmodule 2025-01-24T08:10:27.4948660Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-01-24T08:10:27.4950103Z * [new branch] gelu-3 -> origin/gelu-3 2025-01-24T08:10:27.4951648Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-01-24T08:10:27.4954641Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-01-24T08:10:27.4956059Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-01-24T08:10:27.4958396Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-01-24T08:10:27.4960106Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-01-24T08:10:27.4961535Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-01-24T08:10:27.4963871Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-01-24T08:10:27.4965136Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-01-24T08:10:27.4966454Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-01-24T08:10:27.4968926Z * [new branch] gh/ColinPeppler/54/base -> origin/gh/ColinPeppler/54/base 2025-01-24T08:10:27.4970182Z * [new branch] gh/ColinPeppler/54/head -> origin/gh/ColinPeppler/54/head 2025-01-24T08:10:27.4971803Z * [new branch] gh/ColinPeppler/54/orig -> origin/gh/ColinPeppler/54/orig 2025-01-24T08:10:27.4973518Z * [new branch] gh/ColinPeppler/55/base -> origin/gh/ColinPeppler/55/base 2025-01-24T08:10:27.4975012Z * [new branch] gh/ColinPeppler/55/head -> origin/gh/ColinPeppler/55/head 2025-01-24T08:10:27.4976504Z * [new branch] gh/ColinPeppler/55/orig -> origin/gh/ColinPeppler/55/orig 2025-01-24T08:10:27.4978417Z * [new branch] gh/ColinPeppler/56/base -> origin/gh/ColinPeppler/56/base 2025-01-24T08:10:27.4979750Z * [new branch] gh/ColinPeppler/56/head -> origin/gh/ColinPeppler/56/head 2025-01-24T08:10:27.4981150Z * [new branch] gh/ColinPeppler/56/orig -> origin/gh/ColinPeppler/56/orig 2025-01-24T08:10:27.4983151Z * [new branch] gh/ColinPeppler/57/base -> origin/gh/ColinPeppler/57/base 2025-01-24T08:10:27.4984449Z * [new branch] gh/ColinPeppler/57/head -> origin/gh/ColinPeppler/57/head 2025-01-24T08:10:27.4985827Z * [new branch] gh/ColinPeppler/57/orig -> origin/gh/ColinPeppler/57/orig 2025-01-24T08:10:27.4987701Z * [new branch] gh/ColinPeppler/58/base -> origin/gh/ColinPeppler/58/base 2025-01-24T08:10:27.4989168Z * [new branch] gh/ColinPeppler/58/head -> origin/gh/ColinPeppler/58/head 2025-01-24T08:10:27.4990737Z * [new branch] gh/ColinPeppler/58/orig -> origin/gh/ColinPeppler/58/orig 2025-01-24T08:10:27.4993170Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-01-24T08:10:27.4994560Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-01-24T08:10:27.4996427Z * [new branch] gh/EikanWang/73/base -> origin/gh/EikanWang/73/base 2025-01-24T08:10:27.4997790Z * [new branch] gh/EikanWang/73/head -> origin/gh/EikanWang/73/head 2025-01-24T08:10:27.4999168Z * [new branch] gh/EikanWang/73/orig -> origin/gh/EikanWang/73/orig 2025-01-24T08:10:27.5003324Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-01-24T08:10:27.5004571Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-01-24T08:10:27.5006944Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-01-24T08:10:27.5008287Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-01-24T08:10:27.5009627Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-01-24T08:10:27.5011565Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-01-24T08:10:27.5012950Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-01-24T08:10:27.5014292Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-01-24T08:10:27.5016238Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-01-24T08:10:27.5017527Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-01-24T08:10:27.5018860Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-01-24T08:10:27.5020808Z * [new branch] gh/H-Huang/161/base -> origin/gh/H-Huang/161/base 2025-01-24T08:10:27.5022164Z * [new branch] gh/H-Huang/161/head -> origin/gh/H-Huang/161/head 2025-01-24T08:10:27.5023611Z * [new branch] gh/H-Huang/161/orig -> origin/gh/H-Huang/161/orig 2025-01-24T08:10:27.5025549Z * [new branch] gh/H-Huang/162/base -> origin/gh/H-Huang/162/base 2025-01-24T08:10:27.5026955Z * [new branch] gh/H-Huang/162/head -> origin/gh/H-Huang/162/head 2025-01-24T08:10:27.5028250Z * [new branch] gh/H-Huang/162/orig -> origin/gh/H-Huang/162/orig 2025-01-24T08:10:27.5030235Z * [new branch] gh/H-Huang/163/base -> origin/gh/H-Huang/163/base 2025-01-24T08:10:27.5031635Z * [new branch] gh/H-Huang/163/head -> origin/gh/H-Huang/163/head 2025-01-24T08:10:27.5032965Z * [new branch] gh/H-Huang/163/orig -> origin/gh/H-Huang/163/orig 2025-01-24T08:10:27.5034968Z * [new branch] gh/H-Huang/164/base -> origin/gh/H-Huang/164/base 2025-01-24T08:10:27.5036472Z * [new branch] gh/H-Huang/164/head -> origin/gh/H-Huang/164/head 2025-01-24T08:10:27.5037864Z * [new branch] gh/H-Huang/164/orig -> origin/gh/H-Huang/164/orig 2025-01-24T08:10:27.5040461Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-01-24T08:10:27.5041894Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-01-24T08:10:27.5043317Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-01-24T08:10:27.5045812Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-01-24T08:10:27.5186925Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-01-24T08:10:27.5187661Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-01-24T08:10:27.5188087Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-01-24T08:10:27.5188526Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-01-24T08:10:27.5188924Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-01-24T08:10:27.5189333Z * [new branch] gh/IvanKobzarev/72/base -> origin/gh/IvanKobzarev/72/base 2025-01-24T08:10:27.5189729Z * [new branch] gh/IvanKobzarev/72/head -> origin/gh/IvanKobzarev/72/head 2025-01-24T08:10:27.5190117Z * [new branch] gh/IvanKobzarev/72/orig -> origin/gh/IvanKobzarev/72/orig 2025-01-24T08:10:27.5190704Z * [new branch] gh/IvanKobzarev/73/base -> origin/gh/IvanKobzarev/73/base 2025-01-24T08:10:27.5191106Z * [new branch] gh/IvanKobzarev/73/head -> origin/gh/IvanKobzarev/73/head 2025-01-24T08:10:27.5191491Z * [new branch] gh/IvanKobzarev/73/orig -> origin/gh/IvanKobzarev/73/orig 2025-01-24T08:10:27.5191887Z * [new branch] gh/IvanKobzarev/75/base -> origin/gh/IvanKobzarev/75/base 2025-01-24T08:10:27.5192280Z * [new branch] gh/IvanKobzarev/75/head -> origin/gh/IvanKobzarev/75/head 2025-01-24T08:10:27.5192671Z * [new branch] gh/IvanKobzarev/75/orig -> origin/gh/IvanKobzarev/75/orig 2025-01-24T08:10:27.5193060Z * [new branch] gh/IvanKobzarev/76/base -> origin/gh/IvanKobzarev/76/base 2025-01-24T08:10:27.5193483Z * [new branch] gh/IvanKobzarev/76/head -> origin/gh/IvanKobzarev/76/head 2025-01-24T08:10:27.5193883Z * [new branch] gh/IvanKobzarev/76/orig -> origin/gh/IvanKobzarev/76/orig 2025-01-24T08:10:27.5194286Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-01-24T08:10:27.5194679Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-01-24T08:10:27.5195062Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-01-24T08:10:27.5195596Z * [new branch] gh/IvanKobzarev/82/base -> origin/gh/IvanKobzarev/82/base 2025-01-24T08:10:27.5195991Z * [new branch] gh/IvanKobzarev/82/head -> origin/gh/IvanKobzarev/82/head 2025-01-24T08:10:27.5196369Z * [new branch] gh/IvanKobzarev/82/orig -> origin/gh/IvanKobzarev/82/orig 2025-01-24T08:10:27.5196745Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-01-24T08:10:27.5197124Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-01-24T08:10:27.5197500Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-01-24T08:10:27.5197878Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-01-24T08:10:27.5198253Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-01-24T08:10:27.5198636Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-01-24T08:10:27.5199018Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-01-24T08:10:27.5199488Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-01-24T08:10:27.5199874Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-01-24T08:10:27.5200261Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-01-24T08:10:27.5200643Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-01-24T08:10:27.5201040Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-01-24T08:10:27.5201419Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-01-24T08:10:27.5201805Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-01-24T08:10:27.5202198Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-01-24T08:10:27.5202583Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-01-24T08:10:27.5202955Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-01-24T08:10:27.5203332Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-01-24T08:10:27.5203716Z * [new branch] gh/IvanKobzarev/95/base -> origin/gh/IvanKobzarev/95/base 2025-01-24T08:10:27.5204221Z * [new branch] gh/IvanKobzarev/95/head -> origin/gh/IvanKobzarev/95/head 2025-01-24T08:10:27.5204606Z * [new branch] gh/IvanKobzarev/95/orig -> origin/gh/IvanKobzarev/95/orig 2025-01-24T08:10:27.5204990Z * [new branch] gh/IvanKobzarev/96/base -> origin/gh/IvanKobzarev/96/base 2025-01-24T08:10:27.5205379Z * [new branch] gh/IvanKobzarev/96/head -> origin/gh/IvanKobzarev/96/head 2025-01-24T08:10:27.5205765Z * [new branch] gh/IvanKobzarev/96/orig -> origin/gh/IvanKobzarev/96/orig 2025-01-24T08:10:27.5206154Z * [new branch] gh/IvanKobzarev/97/base -> origin/gh/IvanKobzarev/97/base 2025-01-24T08:10:27.5206542Z * [new branch] gh/IvanKobzarev/97/head -> origin/gh/IvanKobzarev/97/head 2025-01-24T08:10:27.5206924Z * [new branch] gh/IvanKobzarev/97/orig -> origin/gh/IvanKobzarev/97/orig 2025-01-24T08:10:27.5207312Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-01-24T08:10:27.5207691Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-01-24T08:10:27.5208049Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-01-24T08:10:27.5208412Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-01-24T08:10:27.5208883Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-01-24T08:10:27.5209229Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-01-24T08:10:27.5209564Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-01-24T08:10:27.5209907Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-01-24T08:10:27.5210279Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-01-24T08:10:27.5210664Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-01-24T08:10:27.5211053Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-01-24T08:10:27.5211436Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-01-24T08:10:27.5211811Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-01-24T08:10:27.5212230Z * [new branch] gh/SamGinzburg/17/base -> origin/gh/SamGinzburg/17/base 2025-01-24T08:10:27.5212693Z * [new branch] gh/SamGinzburg/17/head -> origin/gh/SamGinzburg/17/head 2025-01-24T08:10:27.5213142Z * [new branch] gh/SamGinzburg/17/orig -> origin/gh/SamGinzburg/17/orig 2025-01-24T08:10:27.5213586Z * [new branch] gh/SamGinzburg/18/base -> origin/gh/SamGinzburg/18/base 2025-01-24T08:10:27.5214038Z * [new branch] gh/SamGinzburg/18/head -> origin/gh/SamGinzburg/18/head 2025-01-24T08:10:27.5214445Z * [new branch] gh/SamGinzburg/18/orig -> origin/gh/SamGinzburg/18/orig 2025-01-24T08:10:27.5214826Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-01-24T08:10:27.5215209Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-01-24T08:10:27.5215596Z * [new branch] gh/StrongerXi/12/base -> origin/gh/StrongerXi/12/base 2025-01-24T08:10:27.5215971Z * [new branch] gh/StrongerXi/12/head -> origin/gh/StrongerXi/12/head 2025-01-24T08:10:27.5216348Z * [new branch] gh/StrongerXi/12/orig -> origin/gh/StrongerXi/12/orig 2025-01-24T08:10:27.5216723Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-01-24T08:10:27.5217097Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-01-24T08:10:27.5217465Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-01-24T08:10:27.5217940Z * [new branch] gh/StrongerXi/65/base -> origin/gh/StrongerXi/65/base 2025-01-24T08:10:27.5218321Z * [new branch] gh/StrongerXi/65/head -> origin/gh/StrongerXi/65/head 2025-01-24T08:10:27.5218689Z * [new branch] gh/StrongerXi/65/orig -> origin/gh/StrongerXi/65/orig 2025-01-24T08:10:27.5219068Z * [new branch] gh/StrongerXi/66/base -> origin/gh/StrongerXi/66/base 2025-01-24T08:10:27.5219441Z * [new branch] gh/StrongerXi/66/head -> origin/gh/StrongerXi/66/head 2025-01-24T08:10:27.5219805Z * [new branch] gh/StrongerXi/66/orig -> origin/gh/StrongerXi/66/orig 2025-01-24T08:10:27.5220178Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-01-24T08:10:27.5220549Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-01-24T08:10:27.5220927Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-01-24T08:10:27.5221308Z * [new branch] gh/StrongerXi/68/base -> origin/gh/StrongerXi/68/base 2025-01-24T08:10:27.5221684Z * [new branch] gh/StrongerXi/68/head -> origin/gh/StrongerXi/68/head 2025-01-24T08:10:27.5222059Z * [new branch] gh/StrongerXi/68/orig -> origin/gh/StrongerXi/68/orig 2025-01-24T08:10:27.5222526Z * [new branch] gh/StrongerXi/69/base -> origin/gh/StrongerXi/69/base 2025-01-24T08:10:27.5222901Z * [new branch] gh/StrongerXi/69/head -> origin/gh/StrongerXi/69/head 2025-01-24T08:10:27.5223280Z * [new branch] gh/StrongerXi/69/orig -> origin/gh/StrongerXi/69/orig 2025-01-24T08:10:27.5223654Z * [new branch] gh/StrongerXi/70/base -> origin/gh/StrongerXi/70/base 2025-01-24T08:10:27.5224021Z * [new branch] gh/StrongerXi/70/head -> origin/gh/StrongerXi/70/head 2025-01-24T08:10:27.5224400Z * [new branch] gh/StrongerXi/70/orig -> origin/gh/StrongerXi/70/orig 2025-01-24T08:10:27.5224777Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-01-24T08:10:27.5225143Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-01-24T08:10:27.5225523Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-01-24T08:10:27.5225899Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-01-24T08:10:27.5226267Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-01-24T08:10:27.5226643Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-01-24T08:10:27.5227017Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-01-24T08:10:27.5227390Z * [new branch] gh/StrongerXi/74/base -> origin/gh/StrongerXi/74/base 2025-01-24T08:10:27.5227762Z * [new branch] gh/StrongerXi/74/head -> origin/gh/StrongerXi/74/head 2025-01-24T08:10:27.5228135Z * [new branch] gh/StrongerXi/74/orig -> origin/gh/StrongerXi/74/orig 2025-01-24T08:10:27.5228512Z * [new branch] gh/StrongerXi/75/base -> origin/gh/StrongerXi/75/base 2025-01-24T08:10:27.5228882Z * [new branch] gh/StrongerXi/75/head -> origin/gh/StrongerXi/75/head 2025-01-24T08:10:27.5229261Z * [new branch] gh/StrongerXi/75/orig -> origin/gh/StrongerXi/75/orig 2025-01-24T08:10:27.5229634Z * [new branch] gh/StrongerXi/76/base -> origin/gh/StrongerXi/76/base 2025-01-24T08:10:27.5230002Z * [new branch] gh/StrongerXi/76/head -> origin/gh/StrongerXi/76/head 2025-01-24T08:10:27.5230382Z * [new branch] gh/StrongerXi/76/orig -> origin/gh/StrongerXi/76/orig 2025-01-24T08:10:27.5230863Z * [new branch] gh/Valentine233/1/base -> origin/gh/Valentine233/1/base 2025-01-24T08:10:27.5231252Z * [new branch] gh/Valentine233/1/head -> origin/gh/Valentine233/1/head 2025-01-24T08:10:27.5231626Z * [new branch] gh/Valentine233/1/orig -> origin/gh/Valentine233/1/orig 2025-01-24T08:10:27.5233870Z * [new branch] gh/Xia-Weiwen/15/base -> origin/gh/Xia-Weiwen/15/base 2025-01-24T08:10:27.5235206Z * [new branch] gh/Xia-Weiwen/15/orig -> origin/gh/Xia-Weiwen/15/orig 2025-01-24T08:10:27.5237126Z * [new branch] gh/Xia-Weiwen/17/base -> origin/gh/Xia-Weiwen/17/base 2025-01-24T08:10:27.5238627Z * [new branch] gh/Xia-Weiwen/17/orig -> origin/gh/Xia-Weiwen/17/orig 2025-01-24T08:10:27.5240819Z * [new branch] gh/Xia-Weiwen/24/base -> origin/gh/Xia-Weiwen/24/base 2025-01-24T08:10:27.5242162Z * [new branch] gh/Xia-Weiwen/24/head -> origin/gh/Xia-Weiwen/24/head 2025-01-24T08:10:27.5243534Z * [new branch] gh/Xia-Weiwen/24/orig -> origin/gh/Xia-Weiwen/24/orig 2025-01-24T08:10:27.5245444Z * [new branch] gh/Xia-Weiwen/25/base -> origin/gh/Xia-Weiwen/25/base 2025-01-24T08:10:27.5246812Z * [new branch] gh/Xia-Weiwen/25/head -> origin/gh/Xia-Weiwen/25/head 2025-01-24T08:10:27.5248178Z * [new branch] gh/Xia-Weiwen/25/orig -> origin/gh/Xia-Weiwen/25/orig 2025-01-24T08:10:27.5250003Z * [new branch] gh/Xia-Weiwen/26/base -> origin/gh/Xia-Weiwen/26/base 2025-01-24T08:10:27.5251413Z * [new branch] gh/Xia-Weiwen/26/head -> origin/gh/Xia-Weiwen/26/head 2025-01-24T08:10:27.5252801Z * [new branch] gh/Xia-Weiwen/26/orig -> origin/gh/Xia-Weiwen/26/orig 2025-01-24T08:10:27.5254715Z * [new branch] gh/Xia-Weiwen/27/base -> origin/gh/Xia-Weiwen/27/base 2025-01-24T08:10:27.5256111Z * [new branch] gh/Xia-Weiwen/27/head -> origin/gh/Xia-Weiwen/27/head 2025-01-24T08:10:27.5257397Z * [new branch] gh/Xia-Weiwen/27/orig -> origin/gh/Xia-Weiwen/27/orig 2025-01-24T08:10:27.5259335Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-01-24T08:10:27.5260726Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-01-24T08:10:27.5262113Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-01-24T08:10:27.5264027Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-01-24T08:10:27.5265377Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-01-24T08:10:27.5266725Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-01-24T08:10:27.5269182Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-01-24T08:10:27.5270572Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-01-24T08:10:27.5271905Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-01-24T08:10:27.5273853Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-01-24T08:10:27.5275184Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-01-24T08:10:27.5276663Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-01-24T08:10:27.5278821Z * [new branch] gh/XilunWu/111/base -> origin/gh/XilunWu/111/base 2025-01-24T08:10:27.5280297Z * [new branch] gh/XilunWu/111/head -> origin/gh/XilunWu/111/head 2025-01-24T08:10:27.5281671Z * [new branch] gh/XilunWu/111/orig -> origin/gh/XilunWu/111/orig 2025-01-24T08:10:27.5283605Z * [new branch] gh/XilunWu/43/base -> origin/gh/XilunWu/43/base 2025-01-24T08:10:27.5285132Z * [new branch] gh/XilunWu/43/orig -> origin/gh/XilunWu/43/orig 2025-01-24T08:10:27.5286905Z * [new branch] gh/XilunWu/44/base -> origin/gh/XilunWu/44/base 2025-01-24T08:10:27.5288272Z * [new branch] gh/XilunWu/44/orig -> origin/gh/XilunWu/44/orig 2025-01-24T08:10:27.5290244Z * [new branch] gh/XilunWu/45/base -> origin/gh/XilunWu/45/base 2025-01-24T08:10:27.5291666Z * [new branch] gh/XilunWu/45/orig -> origin/gh/XilunWu/45/orig 2025-01-24T08:10:27.5293586Z * [new branch] gh/XilunWu/46/base -> origin/gh/XilunWu/46/base 2025-01-24T08:10:27.5294942Z * [new branch] gh/XilunWu/46/orig -> origin/gh/XilunWu/46/orig 2025-01-24T08:10:27.5297356Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-01-24T08:10:27.5298698Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-01-24T08:10:27.5300074Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-01-24T08:10:27.5302168Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-01-24T08:10:27.5303540Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-01-24T08:10:27.5304905Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-01-24T08:10:27.5306800Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-01-24T08:10:27.5308195Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-01-24T08:10:27.5309499Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-01-24T08:10:27.5311503Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-01-24T08:10:27.5312938Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-01-24T08:10:27.5314300Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-01-24T08:10:27.5316230Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-01-24T08:10:27.5317572Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-01-24T08:10:27.5319149Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-01-24T08:10:27.5322962Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-01-24T08:10:27.5324321Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-01-24T08:10:27.5325740Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-01-24T08:10:27.5327610Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-01-24T08:10:27.5329039Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-01-24T08:10:27.5330334Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-01-24T08:10:27.5332213Z * [new branch] gh/XuehaiPan/159/base -> origin/gh/XuehaiPan/159/base 2025-01-24T08:10:27.5333607Z * [new branch] gh/XuehaiPan/159/head -> origin/gh/XuehaiPan/159/head 2025-01-24T08:10:27.5334945Z * [new branch] gh/XuehaiPan/159/orig -> origin/gh/XuehaiPan/159/orig 2025-01-24T08:10:27.5336873Z * [new branch] gh/XuehaiPan/162/base -> origin/gh/XuehaiPan/162/base 2025-01-24T08:10:27.5338223Z * [new branch] gh/XuehaiPan/162/head -> origin/gh/XuehaiPan/162/head 2025-01-24T08:10:27.5339705Z * [new branch] gh/XuehaiPan/162/orig -> origin/gh/XuehaiPan/162/orig 2025-01-24T08:10:27.5341653Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-01-24T08:10:27.5343124Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-01-24T08:10:27.5344375Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-01-24T08:10:27.5346300Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-01-24T08:10:27.5347669Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-01-24T08:10:27.5349027Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-01-24T08:10:27.5351000Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-01-24T08:10:27.5352352Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-01-24T08:10:27.5353701Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-01-24T08:10:27.5355625Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-01-24T08:10:27.5356971Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-01-24T08:10:27.5358310Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-01-24T08:10:27.5360457Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-01-24T08:10:27.5361863Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-01-24T08:10:27.5363246Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-01-24T08:10:27.5365237Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-01-24T08:10:27.5366584Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-01-24T08:10:27.5367919Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-01-24T08:10:27.5369914Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-01-24T08:10:27.5371280Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-01-24T08:10:27.5372594Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-01-24T08:10:27.5374563Z * [new branch] gh/XuehaiPan/198/base -> origin/gh/XuehaiPan/198/base 2025-01-24T08:10:27.5375921Z * [new branch] gh/XuehaiPan/198/head -> origin/gh/XuehaiPan/198/head 2025-01-24T08:10:27.5377277Z * [new branch] gh/XuehaiPan/198/orig -> origin/gh/XuehaiPan/198/orig 2025-01-24T08:10:27.5379226Z * [new branch] gh/XuehaiPan/206/base -> origin/gh/XuehaiPan/206/base 2025-01-24T08:10:27.5380695Z * [new branch] gh/XuehaiPan/206/head -> origin/gh/XuehaiPan/206/head 2025-01-24T08:10:27.5381947Z * [new branch] gh/XuehaiPan/206/orig -> origin/gh/XuehaiPan/206/orig 2025-01-24T08:10:27.5383877Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-01-24T08:10:27.5385204Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-01-24T08:10:27.5386544Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-01-24T08:10:27.5388484Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-01-24T08:10:27.5389825Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-01-24T08:10:27.5391252Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-01-24T08:10:27.5393526Z * [new branch] gh/XuehaiPan/212/base -> origin/gh/XuehaiPan/212/base 2025-01-24T08:10:27.5394569Z * [new branch] gh/XuehaiPan/212/head -> origin/gh/XuehaiPan/212/head 2025-01-24T08:10:27.5395916Z * [new branch] gh/XuehaiPan/212/orig -> origin/gh/XuehaiPan/212/orig 2025-01-24T08:10:27.5398153Z * [new branch] gh/XuehaiPan/214/base -> origin/gh/XuehaiPan/214/base 2025-01-24T08:10:27.5399668Z * [new branch] gh/XuehaiPan/214/head -> origin/gh/XuehaiPan/214/head 2025-01-24T08:10:27.5402704Z * [new branch] gh/XuehaiPan/214/orig -> origin/gh/XuehaiPan/214/orig 2025-01-24T08:10:27.5404686Z * [new branch] gh/XuehaiPan/215/base -> origin/gh/XuehaiPan/215/base 2025-01-24T08:10:27.5406000Z * [new branch] gh/XuehaiPan/215/head -> origin/gh/XuehaiPan/215/head 2025-01-24T08:10:27.5407367Z * [new branch] gh/XuehaiPan/215/orig -> origin/gh/XuehaiPan/215/orig 2025-01-24T08:10:27.5409343Z * [new branch] gh/XuehaiPan/216/base -> origin/gh/XuehaiPan/216/base 2025-01-24T08:10:27.5410707Z * [new branch] gh/XuehaiPan/216/head -> origin/gh/XuehaiPan/216/head 2025-01-24T08:10:27.5412013Z * [new branch] gh/XuehaiPan/216/orig -> origin/gh/XuehaiPan/216/orig 2025-01-24T08:10:27.5413979Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-01-24T08:10:27.5415322Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-01-24T08:10:27.5416661Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-01-24T08:10:27.5418543Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-01-24T08:10:27.5419936Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-01-24T08:10:27.5421272Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-01-24T08:10:27.5423292Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-01-24T08:10:27.5424622Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-01-24T08:10:27.5425966Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-01-24T08:10:27.5427908Z * [new branch] gh/XuehaiPan/220/base -> origin/gh/XuehaiPan/220/base 2025-01-24T08:10:27.5429254Z * [new branch] gh/XuehaiPan/220/head -> origin/gh/XuehaiPan/220/head 2025-01-24T08:10:27.5430704Z * [new branch] gh/XuehaiPan/220/orig -> origin/gh/XuehaiPan/220/orig 2025-01-24T08:10:27.5432763Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-01-24T08:10:27.5434172Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-01-24T08:10:27.5435536Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-01-24T08:10:27.5437481Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-01-24T08:10:27.5438932Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-01-24T08:10:27.5440470Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-01-24T08:10:27.5442383Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-01-24T08:10:27.5443732Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-01-24T08:10:27.5445140Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-01-24T08:10:27.5447072Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-01-24T08:10:27.5448451Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-01-24T08:10:27.5449848Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-01-24T08:10:27.5451793Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-01-24T08:10:27.5453131Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-01-24T08:10:27.5454637Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-01-24T08:10:27.5456573Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-01-24T08:10:27.5457900Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-01-24T08:10:27.5459223Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-01-24T08:10:27.5461178Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-01-24T08:10:27.5462552Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-01-24T08:10:27.5463903Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-01-24T08:10:27.5465874Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-01-24T08:10:27.5467244Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-01-24T08:10:27.5468624Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-01-24T08:10:27.5470564Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-01-24T08:10:27.5471928Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-01-24T08:10:27.5473226Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-01-24T08:10:27.5475191Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-01-24T08:10:27.5476544Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-01-24T08:10:27.5477905Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-01-24T08:10:27.5480177Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-01-24T08:10:27.5481546Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-01-24T08:10:27.5482867Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-01-24T08:10:27.5484766Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-01-24T08:10:27.5486224Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-01-24T08:10:27.5487521Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-01-24T08:10:27.5489558Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-01-24T08:10:27.5490968Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-01-24T08:10:27.5492383Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-01-24T08:10:27.5494344Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-01-24T08:10:27.5495702Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-01-24T08:10:27.5497106Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-01-24T08:10:27.5499034Z * [new branch] gh/XuehaiPan/235/base -> origin/gh/XuehaiPan/235/base 2025-01-24T08:10:27.5500352Z * [new branch] gh/XuehaiPan/235/head -> origin/gh/XuehaiPan/235/head 2025-01-24T08:10:27.5501706Z * [new branch] gh/XuehaiPan/235/orig -> origin/gh/XuehaiPan/235/orig 2025-01-24T08:10:27.5503684Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-01-24T08:10:27.5505072Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-01-24T08:10:27.5506381Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-01-24T08:10:27.5508504Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-01-24T08:10:27.5509751Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-01-24T08:10:27.5511063Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-01-24T08:10:27.5513048Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-01-24T08:10:27.5514509Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-01-24T08:10:27.5515971Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-01-24T08:10:27.5517932Z * [new branch] gh/XuehaiPan/67/base -> origin/gh/XuehaiPan/67/base 2025-01-24T08:10:27.5519304Z * [new branch] gh/XuehaiPan/67/head -> origin/gh/XuehaiPan/67/head 2025-01-24T08:10:27.5520879Z * [new branch] gh/XuehaiPan/67/orig -> origin/gh/XuehaiPan/67/orig 2025-01-24T08:10:27.5522824Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-01-24T08:10:27.5524184Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-01-24T08:10:27.5525526Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-01-24T08:10:27.5527479Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-01-24T08:10:27.5528812Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-01-24T08:10:27.5530147Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-01-24T08:10:27.5532129Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-01-24T08:10:27.5533466Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-01-24T08:10:27.5535497Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-01-24T08:10:27.5536849Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-01-24T08:10:27.5538215Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-01-24T08:10:27.5540168Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-01-24T08:10:27.5541511Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-01-24T08:10:27.5542894Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-01-24T08:10:27.5544882Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-01-24T08:10:27.5546719Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-01-24T08:10:27.5548071Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-01-24T08:10:27.5550546Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-01-24T08:10:27.5551890Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-01-24T08:10:27.5554274Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-01-24T08:10:27.5555700Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-01-24T08:10:27.5557039Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-01-24T08:10:27.5558920Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-01-24T08:10:27.5562041Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-01-24T08:10:27.5563436Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-01-24T08:10:27.5565384Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-01-24T08:10:27.5566864Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-01-24T08:10:27.5568117Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-01-24T08:10:27.5570040Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-01-24T08:10:27.5571425Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-01-24T08:10:27.5572798Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-01-24T08:10:27.5574755Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-01-24T08:10:27.5576196Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-01-24T08:10:27.5577560Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-01-24T08:10:27.5579471Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-01-24T08:10:27.5580822Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-01-24T08:10:27.5582221Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-01-24T08:10:27.5584100Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-01-24T08:10:27.5585485Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-01-24T08:10:27.5586843Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-01-24T08:10:27.5588800Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-01-24T08:10:27.5590182Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-01-24T08:10:27.5592084Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-01-24T08:10:27.5593453Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-01-24T08:10:27.5594745Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-01-24T08:10:27.5596657Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-01-24T08:10:27.5598059Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-01-24T08:10:27.5599461Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-01-24T08:10:27.5601464Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-01-24T08:10:27.5602745Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-01-24T08:10:27.5604112Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-01-24T08:10:27.5606520Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-01-24T08:10:27.5607932Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-01-24T08:10:27.5609768Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-01-24T08:10:27.5611145Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-01-24T08:10:27.5613513Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-01-24T08:10:27.5614854Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-01-24T08:10:27.5616205Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-01-24T08:10:27.5618697Z * [new branch] gh/alexsamardzic/22/base -> origin/gh/alexsamardzic/22/base 2025-01-24T08:10:27.5620031Z * [new branch] gh/alexsamardzic/22/head -> origin/gh/alexsamardzic/22/head 2025-01-24T08:10:27.5621368Z * [new branch] gh/alexsamardzic/22/orig -> origin/gh/alexsamardzic/22/orig 2025-01-24T08:10:27.5623425Z * [new branch] gh/alexsamardzic/23/base -> origin/gh/alexsamardzic/23/base 2025-01-24T08:10:27.5624700Z * [new branch] gh/alexsamardzic/23/head -> origin/gh/alexsamardzic/23/head 2025-01-24T08:10:27.5626019Z * [new branch] gh/alexsamardzic/23/orig -> origin/gh/alexsamardzic/23/orig 2025-01-24T08:10:27.5628348Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-01-24T08:10:27.5629711Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-01-24T08:10:27.5631025Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-01-24T08:10:27.5632958Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-01-24T08:10:27.5634299Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-01-24T08:10:27.5635825Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-01-24T08:10:27.5638183Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-01-24T08:10:27.5639609Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-01-24T08:10:27.5641662Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-01-24T08:10:27.5643223Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-01-24T08:10:27.5644628Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-01-24T08:10:27.5647009Z * [new branch] gh/andrewor14/25/base -> origin/gh/andrewor14/25/base 2025-01-24T08:10:27.5648537Z * [new branch] gh/andrewor14/25/head -> origin/gh/andrewor14/25/head 2025-01-24T08:10:27.5649936Z * [new branch] gh/andrewor14/25/orig -> origin/gh/andrewor14/25/orig 2025-01-24T08:10:27.5652009Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-01-24T08:10:27.5653411Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-01-24T08:10:27.5654766Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-01-24T08:10:27.5656771Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-01-24T08:10:27.5658202Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-01-24T08:10:27.5659668Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-01-24T08:10:27.5661654Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-01-24T08:10:27.5663030Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-01-24T08:10:27.5664403Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-01-24T08:10:27.5666473Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-01-24T08:10:27.5667953Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-01-24T08:10:27.5669419Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-01-24T08:10:27.5671861Z * [new branch] gh/angelayi/62/base -> origin/gh/angelayi/62/base 2025-01-24T08:10:27.5673168Z * [new branch] gh/angelayi/62/head -> origin/gh/angelayi/62/head 2025-01-24T08:10:27.5674504Z * [new branch] gh/angelayi/62/orig -> origin/gh/angelayi/62/orig 2025-01-24T08:10:27.5676446Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-01-24T08:10:27.5677791Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-01-24T08:10:27.5679167Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-01-24T08:10:27.5681652Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-01-24T08:10:27.5683091Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-01-24T08:10:27.5684714Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-01-24T08:10:27.5686825Z * [new branch] gh/ani300/4/base -> origin/gh/ani300/4/base 2025-01-24T08:10:27.5688141Z * [new branch] gh/ani300/4/head -> origin/gh/ani300/4/head 2025-01-24T08:10:27.5689488Z * [new branch] gh/ani300/4/orig -> origin/gh/ani300/4/orig 2025-01-24T08:10:27.5691973Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-01-24T08:10:27.5693286Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-01-24T08:10:27.5695264Z * [new branch] gh/anijain2305/507/base -> origin/gh/anijain2305/507/base 2025-01-24T08:10:27.5696650Z * [new branch] gh/anijain2305/507/head -> origin/gh/anijain2305/507/head 2025-01-24T08:10:27.5698037Z * [new branch] gh/anijain2305/507/orig -> origin/gh/anijain2305/507/orig 2025-01-24T08:10:27.5700057Z * [new branch] gh/anijain2305/522/base -> origin/gh/anijain2305/522/base 2025-01-24T08:10:27.5701428Z * [new branch] gh/anijain2305/522/head -> origin/gh/anijain2305/522/head 2025-01-24T08:10:27.5702808Z * [new branch] gh/anijain2305/522/orig -> origin/gh/anijain2305/522/orig 2025-01-24T08:10:27.5704732Z * [new branch] gh/anijain2305/539/base -> origin/gh/anijain2305/539/base 2025-01-24T08:10:27.5706117Z * [new branch] gh/anijain2305/539/head -> origin/gh/anijain2305/539/head 2025-01-24T08:10:27.5707478Z * [new branch] gh/anijain2305/539/orig -> origin/gh/anijain2305/539/orig 2025-01-24T08:10:27.5709455Z * [new branch] gh/anijain2305/541/base -> origin/gh/anijain2305/541/base 2025-01-24T08:10:27.5710772Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-01-24T08:10:27.5712134Z * [new branch] gh/anijain2305/541/orig -> origin/gh/anijain2305/541/orig 2025-01-24T08:10:27.5714144Z * [new branch] gh/anijain2305/542/base -> origin/gh/anijain2305/542/base 2025-01-24T08:10:27.5715488Z * [new branch] gh/anijain2305/542/head -> origin/gh/anijain2305/542/head 2025-01-24T08:10:27.5716811Z * [new branch] gh/anijain2305/542/orig -> origin/gh/anijain2305/542/orig 2025-01-24T08:10:27.5718776Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-01-24T08:10:27.5721141Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-01-24T08:10:27.5722505Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-01-24T08:10:27.5724410Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-01-24T08:10:27.5725958Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-01-24T08:10:27.5727330Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-01-24T08:10:27.5729287Z * [new branch] gh/anijain2305/573/base -> origin/gh/anijain2305/573/base 2025-01-24T08:10:27.5730698Z * [new branch] gh/anijain2305/573/head -> origin/gh/anijain2305/573/head 2025-01-24T08:10:27.5732070Z * [new branch] gh/anijain2305/573/orig -> origin/gh/anijain2305/573/orig 2025-01-24T08:10:27.5734061Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-01-24T08:10:27.5735432Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-01-24T08:10:27.5736942Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-01-24T08:10:27.5738832Z * [new branch] gh/anijain2305/598/base -> origin/gh/anijain2305/598/base 2025-01-24T08:10:27.5740261Z * [new branch] gh/anijain2305/598/head -> origin/gh/anijain2305/598/head 2025-01-24T08:10:27.5741608Z * [new branch] gh/anijain2305/598/orig -> origin/gh/anijain2305/598/orig 2025-01-24T08:10:27.5743543Z * [new branch] gh/anijain2305/599/base -> origin/gh/anijain2305/599/base 2025-01-24T08:10:27.5744944Z * [new branch] gh/anijain2305/599/head -> origin/gh/anijain2305/599/head 2025-01-24T08:10:27.5746317Z * [new branch] gh/anijain2305/599/orig -> origin/gh/anijain2305/599/orig 2025-01-24T08:10:27.5748298Z * [new branch] gh/anijain2305/600/base -> origin/gh/anijain2305/600/base 2025-01-24T08:10:27.5749695Z * [new branch] gh/anijain2305/600/head -> origin/gh/anijain2305/600/head 2025-01-24T08:10:27.5751049Z * [new branch] gh/anijain2305/600/orig -> origin/gh/anijain2305/600/orig 2025-01-24T08:10:27.5753003Z * [new branch] gh/anijain2305/601/base -> origin/gh/anijain2305/601/base 2025-01-24T08:10:27.5754356Z * [new branch] gh/anijain2305/601/head -> origin/gh/anijain2305/601/head 2025-01-24T08:10:27.5755825Z * [new branch] gh/anijain2305/601/orig -> origin/gh/anijain2305/601/orig 2025-01-24T08:10:27.5757847Z * [new branch] gh/anijain2305/602/base -> origin/gh/anijain2305/602/base 2025-01-24T08:10:27.5759169Z * [new branch] gh/anijain2305/602/head -> origin/gh/anijain2305/602/head 2025-01-24T08:10:27.5760600Z * [new branch] gh/anijain2305/602/orig -> origin/gh/anijain2305/602/orig 2025-01-24T08:10:27.5763102Z * [new branch] gh/anijain2305/603/base -> origin/gh/anijain2305/603/base 2025-01-24T08:10:27.5763987Z * [new branch] gh/anijain2305/603/head -> origin/gh/anijain2305/603/head 2025-01-24T08:10:27.5765345Z * [new branch] gh/anijain2305/603/orig -> origin/gh/anijain2305/603/orig 2025-01-24T08:10:27.5767325Z * [new branch] gh/anijain2305/604/base -> origin/gh/anijain2305/604/base 2025-01-24T08:10:27.5768757Z * [new branch] gh/anijain2305/604/head -> origin/gh/anijain2305/604/head 2025-01-24T08:10:27.5770107Z * [new branch] gh/anijain2305/604/orig -> origin/gh/anijain2305/604/orig 2025-01-24T08:10:27.5772101Z * [new branch] gh/anijain2305/605/base -> origin/gh/anijain2305/605/base 2025-01-24T08:10:27.5773418Z * [new branch] gh/anijain2305/605/head -> origin/gh/anijain2305/605/head 2025-01-24T08:10:27.5774774Z * [new branch] gh/anijain2305/605/orig -> origin/gh/anijain2305/605/orig 2025-01-24T08:10:27.5776739Z * [new branch] gh/anijain2305/606/base -> origin/gh/anijain2305/606/base 2025-01-24T08:10:27.5778103Z * [new branch] gh/anijain2305/606/head -> origin/gh/anijain2305/606/head 2025-01-24T08:10:27.5779546Z * [new branch] gh/anijain2305/606/orig -> origin/gh/anijain2305/606/orig 2025-01-24T08:10:27.5781508Z * [new branch] gh/anijain2305/607/base -> origin/gh/anijain2305/607/base 2025-01-24T08:10:27.5782965Z * [new branch] gh/anijain2305/607/head -> origin/gh/anijain2305/607/head 2025-01-24T08:10:27.5784253Z * [new branch] gh/anijain2305/607/orig -> origin/gh/anijain2305/607/orig 2025-01-24T08:10:27.5786277Z * [new branch] gh/anijain2305/608/base -> origin/gh/anijain2305/608/base 2025-01-24T08:10:27.5787665Z * [new branch] gh/anijain2305/608/head -> origin/gh/anijain2305/608/head 2025-01-24T08:10:27.5789021Z * [new branch] gh/anijain2305/608/orig -> origin/gh/anijain2305/608/orig 2025-01-24T08:10:27.5791014Z * [new branch] gh/anijain2305/609/base -> origin/gh/anijain2305/609/base 2025-01-24T08:10:27.5792305Z * [new branch] gh/anijain2305/609/head -> origin/gh/anijain2305/609/head 2025-01-24T08:10:27.5793652Z * [new branch] gh/anijain2305/609/orig -> origin/gh/anijain2305/609/orig 2025-01-24T08:10:27.5795494Z * [new branch] gh/anijain2305/610/base -> origin/gh/anijain2305/610/base 2025-01-24T08:10:27.5796982Z * [new branch] gh/anijain2305/610/head -> origin/gh/anijain2305/610/head 2025-01-24T08:10:27.5798298Z * [new branch] gh/anijain2305/610/orig -> origin/gh/anijain2305/610/orig 2025-01-24T08:10:27.5800440Z * [new branch] gh/anijain2305/611/base -> origin/gh/anijain2305/611/base 2025-01-24T08:10:27.5801784Z * [new branch] gh/anijain2305/611/head -> origin/gh/anijain2305/611/head 2025-01-24T08:10:27.5803152Z * [new branch] gh/anijain2305/611/orig -> origin/gh/anijain2305/611/orig 2025-01-24T08:10:27.5805250Z * [new branch] gh/anijain2305/612/base -> origin/gh/anijain2305/612/base 2025-01-24T08:10:27.5806636Z * [new branch] gh/anijain2305/612/head -> origin/gh/anijain2305/612/head 2025-01-24T08:10:27.5807949Z * [new branch] gh/anijain2305/612/orig -> origin/gh/anijain2305/612/orig 2025-01-24T08:10:27.5809856Z * [new branch] gh/anijain2305/613/base -> origin/gh/anijain2305/613/base 2025-01-24T08:10:27.5811188Z * [new branch] gh/anijain2305/613/head -> origin/gh/anijain2305/613/head 2025-01-24T08:10:27.5812516Z * [new branch] gh/anijain2305/613/orig -> origin/gh/anijain2305/613/orig 2025-01-24T08:10:27.5814668Z * [new branch] gh/anijain2305/614/base -> origin/gh/anijain2305/614/base 2025-01-24T08:10:27.5816064Z * [new branch] gh/anijain2305/614/head -> origin/gh/anijain2305/614/head 2025-01-24T08:10:27.5817444Z * [new branch] gh/anijain2305/614/orig -> origin/gh/anijain2305/614/orig 2025-01-24T08:10:27.5819438Z * [new branch] gh/anijain2305/615/base -> origin/gh/anijain2305/615/base 2025-01-24T08:10:27.5820915Z * [new branch] gh/anijain2305/615/head -> origin/gh/anijain2305/615/head 2025-01-24T08:10:27.5822323Z * [new branch] gh/anijain2305/615/orig -> origin/gh/anijain2305/615/orig 2025-01-24T08:10:27.5824227Z * [new branch] gh/anijain2305/616/base -> origin/gh/anijain2305/616/base 2025-01-24T08:10:27.5825592Z * [new branch] gh/anijain2305/616/head -> origin/gh/anijain2305/616/head 2025-01-24T08:10:27.5826921Z * [new branch] gh/anijain2305/616/orig -> origin/gh/anijain2305/616/orig 2025-01-24T08:10:27.5828924Z * [new branch] gh/anijain2305/617/base -> origin/gh/anijain2305/617/base 2025-01-24T08:10:27.5830367Z * [new branch] gh/anijain2305/617/head -> origin/gh/anijain2305/617/head 2025-01-24T08:10:27.5831692Z * [new branch] gh/anijain2305/617/orig -> origin/gh/anijain2305/617/orig 2025-01-24T08:10:27.5833593Z * [new branch] gh/anijain2305/618/base -> origin/gh/anijain2305/618/base 2025-01-24T08:10:27.5834961Z * [new branch] gh/anijain2305/618/head -> origin/gh/anijain2305/618/head 2025-01-24T08:10:27.5836290Z * [new branch] gh/anijain2305/618/orig -> origin/gh/anijain2305/618/orig 2025-01-24T08:10:27.5838331Z * [new branch] gh/anijain2305/619/base -> origin/gh/anijain2305/619/base 2025-01-24T08:10:27.5839840Z * [new branch] gh/anijain2305/619/head -> origin/gh/anijain2305/619/head 2025-01-24T08:10:27.5841236Z * [new branch] gh/anijain2305/619/orig -> origin/gh/anijain2305/619/orig 2025-01-24T08:10:27.5847874Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-01-24T08:10:27.5852030Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-01-24T08:10:27.5855240Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-01-24T08:10:27.5860270Z * [new branch] gh/anijain2305/621/base -> origin/gh/anijain2305/621/base 2025-01-24T08:10:27.5863560Z * [new branch] gh/anijain2305/621/head -> origin/gh/anijain2305/621/head 2025-01-24T08:10:27.5866779Z * [new branch] gh/anijain2305/621/orig -> origin/gh/anijain2305/621/orig 2025-01-24T08:10:27.5871880Z * [new branch] gh/anijain2305/622/base -> origin/gh/anijain2305/622/base 2025-01-24T08:10:27.5875297Z * [new branch] gh/anijain2305/622/head -> origin/gh/anijain2305/622/head 2025-01-24T08:10:27.5878635Z * [new branch] gh/anijain2305/622/orig -> origin/gh/anijain2305/622/orig 2025-01-24T08:10:27.5883759Z * [new branch] gh/anijain2305/623/base -> origin/gh/anijain2305/623/base 2025-01-24T08:10:27.5885310Z * [new branch] gh/anijain2305/623/head -> origin/gh/anijain2305/623/head 2025-01-24T08:10:27.5886744Z * [new branch] gh/anijain2305/623/orig -> origin/gh/anijain2305/623/orig 2025-01-24T08:10:27.5888654Z * [new branch] gh/anijain2305/624/base -> origin/gh/anijain2305/624/base 2025-01-24T08:10:27.5890313Z * [new branch] gh/anijain2305/624/head -> origin/gh/anijain2305/624/head 2025-01-24T08:10:27.5891522Z * [new branch] gh/anijain2305/624/orig -> origin/gh/anijain2305/624/orig 2025-01-24T08:10:27.5893544Z * [new branch] gh/anijain2305/625/base -> origin/gh/anijain2305/625/base 2025-01-24T08:10:27.5895051Z * [new branch] gh/anijain2305/625/head -> origin/gh/anijain2305/625/head 2025-01-24T08:10:27.5896437Z * [new branch] gh/anijain2305/625/orig -> origin/gh/anijain2305/625/orig 2025-01-24T08:10:27.5898584Z * [new branch] gh/anijain2305/626/base -> origin/gh/anijain2305/626/base 2025-01-24T08:10:27.5899968Z * [new branch] gh/anijain2305/626/head -> origin/gh/anijain2305/626/head 2025-01-24T08:10:27.5901578Z * [new branch] gh/anijain2305/626/orig -> origin/gh/anijain2305/626/orig 2025-01-24T08:10:27.5903467Z * [new branch] gh/anijain2305/627/base -> origin/gh/anijain2305/627/base 2025-01-24T08:10:27.5904864Z * [new branch] gh/anijain2305/627/head -> origin/gh/anijain2305/627/head 2025-01-24T08:10:27.5906280Z * [new branch] gh/anijain2305/627/orig -> origin/gh/anijain2305/627/orig 2025-01-24T08:10:27.5908235Z * [new branch] gh/anijain2305/628/base -> origin/gh/anijain2305/628/base 2025-01-24T08:10:27.5909572Z * [new branch] gh/anijain2305/628/head -> origin/gh/anijain2305/628/head 2025-01-24T08:10:27.5911249Z * [new branch] gh/anijain2305/628/orig -> origin/gh/anijain2305/628/orig 2025-01-24T08:10:27.5913190Z * [new branch] gh/anijain2305/629/base -> origin/gh/anijain2305/629/base 2025-01-24T08:10:27.5914640Z * [new branch] gh/anijain2305/629/head -> origin/gh/anijain2305/629/head 2025-01-24T08:10:27.5916064Z * [new branch] gh/anijain2305/629/orig -> origin/gh/anijain2305/629/orig 2025-01-24T08:10:27.5918059Z * [new branch] gh/anijain2305/630/base -> origin/gh/anijain2305/630/base 2025-01-24T08:10:27.5919438Z * [new branch] gh/anijain2305/630/head -> origin/gh/anijain2305/630/head 2025-01-24T08:10:27.5920887Z * [new branch] gh/anijain2305/630/orig -> origin/gh/anijain2305/630/orig 2025-01-24T08:10:27.5922892Z * [new branch] gh/anijain2305/631/base -> origin/gh/anijain2305/631/base 2025-01-24T08:10:27.5924313Z * [new branch] gh/anijain2305/631/head -> origin/gh/anijain2305/631/head 2025-01-24T08:10:27.5925880Z * [new branch] gh/anijain2305/631/orig -> origin/gh/anijain2305/631/orig 2025-01-24T08:10:27.5927906Z * [new branch] gh/anijain2305/632/base -> origin/gh/anijain2305/632/base 2025-01-24T08:10:27.5929308Z * [new branch] gh/anijain2305/632/head -> origin/gh/anijain2305/632/head 2025-01-24T08:10:27.5930718Z * [new branch] gh/anijain2305/632/orig -> origin/gh/anijain2305/632/orig 2025-01-24T08:10:27.5932777Z * [new branch] gh/anijain2305/633/base -> origin/gh/anijain2305/633/base 2025-01-24T08:10:27.5934140Z * [new branch] gh/anijain2305/633/head -> origin/gh/anijain2305/633/head 2025-01-24T08:10:27.5935543Z * [new branch] gh/anijain2305/633/orig -> origin/gh/anijain2305/633/orig 2025-01-24T08:10:27.5937500Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-01-24T08:10:27.5938985Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-01-24T08:10:27.5940358Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-01-24T08:10:27.5942898Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-01-24T08:10:27.5944261Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-01-24T08:10:27.5945658Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-01-24T08:10:27.5948063Z * [new branch] gh/aorenste/120/base -> origin/gh/aorenste/120/base 2025-01-24T08:10:27.5949489Z * [new branch] gh/aorenste/120/head -> origin/gh/aorenste/120/head 2025-01-24T08:10:27.5950825Z * [new branch] gh/aorenste/120/orig -> origin/gh/aorenste/120/orig 2025-01-24T08:10:27.5952983Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-01-24T08:10:27.5954364Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-01-24T08:10:27.5957539Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-01-24T08:10:27.5959000Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-01-24T08:10:27.5960852Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-01-24T08:10:27.5962744Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-01-24T08:10:27.5964139Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-01-24T08:10:27.5965594Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-01-24T08:10:27.5967652Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-01-24T08:10:27.5969064Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-01-24T08:10:27.5970431Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-01-24T08:10:27.5972482Z * [new branch] gh/aorenste/168/base -> origin/gh/aorenste/168/base 2025-01-24T08:10:27.5973872Z * [new branch] gh/aorenste/168/head -> origin/gh/aorenste/168/head 2025-01-24T08:10:27.5975231Z * [new branch] gh/aorenste/168/orig -> origin/gh/aorenste/168/orig 2025-01-24T08:10:27.5977213Z * [new branch] gh/aorenste/169/base -> origin/gh/aorenste/169/base 2025-01-24T08:10:27.5978579Z * [new branch] gh/aorenste/169/head -> origin/gh/aorenste/169/head 2025-01-24T08:10:27.5979960Z * [new branch] gh/aorenste/169/orig -> origin/gh/aorenste/169/orig 2025-01-24T08:10:27.5981882Z * [new branch] gh/aorenste/170/base -> origin/gh/aorenste/170/base 2025-01-24T08:10:27.5983293Z * [new branch] gh/aorenste/170/head -> origin/gh/aorenste/170/head 2025-01-24T08:10:27.5984960Z * [new branch] gh/aorenste/170/orig -> origin/gh/aorenste/170/orig 2025-01-24T08:10:27.5986890Z * [new branch] gh/aorenste/171/base -> origin/gh/aorenste/171/base 2025-01-24T08:10:27.5988324Z * [new branch] gh/aorenste/171/head -> origin/gh/aorenste/171/head 2025-01-24T08:10:27.5989709Z * [new branch] gh/aorenste/171/orig -> origin/gh/aorenste/171/orig 2025-01-24T08:10:27.5991708Z * [new branch] gh/aorenste/172/base -> origin/gh/aorenste/172/base 2025-01-24T08:10:27.5993110Z * [new branch] gh/aorenste/172/head -> origin/gh/aorenste/172/head 2025-01-24T08:10:27.5994646Z * [new branch] gh/aorenste/172/orig -> origin/gh/aorenste/172/orig 2025-01-24T08:10:27.5996696Z * [new branch] gh/aorenste/173/base -> origin/gh/aorenste/173/base 2025-01-24T08:10:27.5998093Z * [new branch] gh/aorenste/173/head -> origin/gh/aorenste/173/head 2025-01-24T08:10:27.5999525Z * [new branch] gh/aorenste/173/orig -> origin/gh/aorenste/173/orig 2025-01-24T08:10:27.6001626Z * [new branch] gh/aorenste/174/base -> origin/gh/aorenste/174/base 2025-01-24T08:10:27.6003032Z * [new branch] gh/aorenste/174/head -> origin/gh/aorenste/174/head 2025-01-24T08:10:27.6004482Z * [new branch] gh/aorenste/174/orig -> origin/gh/aorenste/174/orig 2025-01-24T08:10:27.6006438Z * [new branch] gh/aorenste/175/base -> origin/gh/aorenste/175/base 2025-01-24T08:10:27.6007776Z * [new branch] gh/aorenste/175/head -> origin/gh/aorenste/175/head 2025-01-24T08:10:27.6009100Z * [new branch] gh/aorenste/175/orig -> origin/gh/aorenste/175/orig 2025-01-24T08:10:27.6011194Z * [new branch] gh/aorenste/176/base -> origin/gh/aorenste/176/base 2025-01-24T08:10:27.6012564Z * [new branch] gh/aorenste/176/head -> origin/gh/aorenste/176/head 2025-01-24T08:10:27.6013910Z * [new branch] gh/aorenste/176/orig -> origin/gh/aorenste/176/orig 2025-01-24T08:10:27.6015846Z * [new branch] gh/aorenste/177/base -> origin/gh/aorenste/177/base 2025-01-24T08:10:27.6017247Z * [new branch] gh/aorenste/177/head -> origin/gh/aorenste/177/head 2025-01-24T08:10:27.6018600Z * [new branch] gh/aorenste/177/orig -> origin/gh/aorenste/177/orig 2025-01-24T08:10:27.6020712Z * [new branch] gh/aorenste/178/base -> origin/gh/aorenste/178/base 2025-01-24T08:10:27.6022141Z * [new branch] gh/aorenste/178/head -> origin/gh/aorenste/178/head 2025-01-24T08:10:27.6023490Z * [new branch] gh/aorenste/178/orig -> origin/gh/aorenste/178/orig 2025-01-24T08:10:27.6025493Z * [new branch] gh/aorenste/179/base -> origin/gh/aorenste/179/base 2025-01-24T08:10:27.6026883Z * [new branch] gh/aorenste/179/head -> origin/gh/aorenste/179/head 2025-01-24T08:10:27.6028262Z * [new branch] gh/aorenste/179/orig -> origin/gh/aorenste/179/orig 2025-01-24T08:10:27.6030101Z * [new branch] gh/aorenste/180/base -> origin/gh/aorenste/180/base 2025-01-24T08:10:27.6031497Z * [new branch] gh/aorenste/180/head -> origin/gh/aorenste/180/head 2025-01-24T08:10:27.6032789Z * [new branch] gh/aorenste/180/orig -> origin/gh/aorenste/180/orig 2025-01-24T08:10:27.6034793Z * [new branch] gh/aorenste/181/base -> origin/gh/aorenste/181/base 2025-01-24T08:10:27.6036176Z * [new branch] gh/aorenste/181/head -> origin/gh/aorenste/181/head 2025-01-24T08:10:27.6037492Z * [new branch] gh/aorenste/181/orig -> origin/gh/aorenste/181/orig 2025-01-24T08:10:27.6039526Z * [new branch] gh/aorenste/182/base -> origin/gh/aorenste/182/base 2025-01-24T08:10:27.6041128Z * [new branch] gh/aorenste/182/head -> origin/gh/aorenste/182/head 2025-01-24T08:10:27.6042335Z * [new branch] gh/aorenste/182/orig -> origin/gh/aorenste/182/orig 2025-01-24T08:10:27.6044152Z * [new branch] gh/aorenste/183/base -> origin/gh/aorenste/183/base 2025-01-24T08:10:27.6045539Z * [new branch] gh/aorenste/183/head -> origin/gh/aorenste/183/head 2025-01-24T08:10:27.6046901Z * [new branch] gh/aorenste/183/orig -> origin/gh/aorenste/183/orig 2025-01-24T08:10:27.6048946Z * [new branch] gh/aorenste/184/base -> origin/gh/aorenste/184/base 2025-01-24T08:10:27.6050318Z * [new branch] gh/aorenste/184/head -> origin/gh/aorenste/184/head 2025-01-24T08:10:27.6051698Z * [new branch] gh/aorenste/184/orig -> origin/gh/aorenste/184/orig 2025-01-24T08:10:27.6053557Z * [new branch] gh/aorenste/185/base -> origin/gh/aorenste/185/base 2025-01-24T08:10:27.6054887Z * [new branch] gh/aorenste/185/head -> origin/gh/aorenste/185/head 2025-01-24T08:10:27.6056271Z * [new branch] gh/aorenste/185/orig -> origin/gh/aorenste/185/orig 2025-01-24T08:10:27.6058300Z * [new branch] gh/aorenste/186/base -> origin/gh/aorenste/186/base 2025-01-24T08:10:27.6059836Z * [new branch] gh/aorenste/186/head -> origin/gh/aorenste/186/head 2025-01-24T08:10:27.6061159Z * [new branch] gh/aorenste/186/orig -> origin/gh/aorenste/186/orig 2025-01-24T08:10:27.6063221Z * [new branch] gh/aorenste/187/base -> origin/gh/aorenste/187/base 2025-01-24T08:10:27.6064628Z * [new branch] gh/aorenste/187/head -> origin/gh/aorenste/187/head 2025-01-24T08:10:27.6065964Z * [new branch] gh/aorenste/187/orig -> origin/gh/aorenste/187/orig 2025-01-24T08:10:27.6067942Z * [new branch] gh/aorenste/188/base -> origin/gh/aorenste/188/base 2025-01-24T08:10:27.6069435Z * [new branch] gh/aorenste/188/head -> origin/gh/aorenste/188/head 2025-01-24T08:10:27.6070738Z * [new branch] gh/aorenste/188/orig -> origin/gh/aorenste/188/orig 2025-01-24T08:10:27.6072818Z * [new branch] gh/aorenste/189/base -> origin/gh/aorenste/189/base 2025-01-24T08:10:27.6075516Z * [new branch] gh/aorenste/189/head -> origin/gh/aorenste/189/head 2025-01-24T08:10:27.6076838Z * [new branch] gh/aorenste/189/orig -> origin/gh/aorenste/189/orig 2025-01-24T08:10:27.6078283Z * [new branch] gh/aorenste/190/base -> origin/gh/aorenste/190/base 2025-01-24T08:10:27.6079525Z * [new branch] gh/aorenste/190/head -> origin/gh/aorenste/190/head 2025-01-24T08:10:27.6080967Z * [new branch] gh/aorenste/190/orig -> origin/gh/aorenste/190/orig 2025-01-24T08:10:27.6082903Z * [new branch] gh/aorenste/191/base -> origin/gh/aorenste/191/base 2025-01-24T08:10:27.6084290Z * [new branch] gh/aorenste/191/head -> origin/gh/aorenste/191/head 2025-01-24T08:10:27.6085781Z * [new branch] gh/aorenste/191/orig -> origin/gh/aorenste/191/orig 2025-01-24T08:10:27.6087751Z * [new branch] gh/aorenste/192/base -> origin/gh/aorenste/192/base 2025-01-24T08:10:27.6089540Z * [new branch] gh/aorenste/192/head -> origin/gh/aorenste/192/head 2025-01-24T08:10:27.6090668Z * [new branch] gh/aorenste/192/orig -> origin/gh/aorenste/192/orig 2025-01-24T08:10:27.6092664Z * [new branch] gh/aorenste/193/base -> origin/gh/aorenste/193/base 2025-01-24T08:10:27.6094047Z * [new branch] gh/aorenste/193/head -> origin/gh/aorenste/193/head 2025-01-24T08:10:27.6095438Z * [new branch] gh/aorenste/193/orig -> origin/gh/aorenste/193/orig 2025-01-24T08:10:27.6097554Z * [new branch] gh/aorenste/194/base -> origin/gh/aorenste/194/base 2025-01-24T08:10:27.6098692Z * [new branch] gh/aorenste/194/head -> origin/gh/aorenste/194/head 2025-01-24T08:10:27.6100033Z * [new branch] gh/aorenste/194/orig -> origin/gh/aorenste/194/orig 2025-01-24T08:10:27.6102082Z * [new branch] gh/aorenste/195/base -> origin/gh/aorenste/195/base 2025-01-24T08:10:27.6103351Z * [new branch] gh/aorenste/195/head -> origin/gh/aorenste/195/head 2025-01-24T08:10:27.6104735Z * [new branch] gh/aorenste/195/orig -> origin/gh/aorenste/195/orig 2025-01-24T08:10:27.6106596Z * [new branch] gh/aorenste/196/base -> origin/gh/aorenste/196/base 2025-01-24T08:10:27.6107946Z * [new branch] gh/aorenste/196/head -> origin/gh/aorenste/196/head 2025-01-24T08:10:27.6109415Z * [new branch] gh/aorenste/196/orig -> origin/gh/aorenste/196/orig 2025-01-24T08:10:27.6111431Z * [new branch] gh/aorenste/197/base -> origin/gh/aorenste/197/base 2025-01-24T08:10:27.6112875Z * [new branch] gh/aorenste/197/head -> origin/gh/aorenste/197/head 2025-01-24T08:10:27.6114210Z * [new branch] gh/aorenste/197/orig -> origin/gh/aorenste/197/orig 2025-01-24T08:10:27.6116268Z * [new branch] gh/aorenste/198/base -> origin/gh/aorenste/198/base 2025-01-24T08:10:27.6117669Z * [new branch] gh/aorenste/198/head -> origin/gh/aorenste/198/head 2025-01-24T08:10:27.6119028Z * [new branch] gh/aorenste/198/orig -> origin/gh/aorenste/198/orig 2025-01-24T08:10:27.6121190Z * [new branch] gh/aorenste/199/base -> origin/gh/aorenste/199/base 2025-01-24T08:10:27.6122514Z * [new branch] gh/aorenste/199/head -> origin/gh/aorenste/199/head 2025-01-24T08:10:27.6123898Z * [new branch] gh/aorenste/199/orig -> origin/gh/aorenste/199/orig 2025-01-24T08:10:27.6125959Z * [new branch] gh/aorenste/200/base -> origin/gh/aorenste/200/base 2025-01-24T08:10:27.6127323Z * [new branch] gh/aorenste/200/head -> origin/gh/aorenste/200/head 2025-01-24T08:10:27.6128745Z * [new branch] gh/aorenste/200/orig -> origin/gh/aorenste/200/orig 2025-01-24T08:10:27.6130661Z * [new branch] gh/aorenste/201/base -> origin/gh/aorenste/201/base 2025-01-24T08:10:27.6132046Z * [new branch] gh/aorenste/201/head -> origin/gh/aorenste/201/head 2025-01-24T08:10:27.6133427Z * [new branch] gh/aorenste/201/orig -> origin/gh/aorenste/201/orig 2025-01-24T08:10:27.6135452Z * [new branch] gh/aorenste/202/base -> origin/gh/aorenste/202/base 2025-01-24T08:10:27.6136869Z * [new branch] gh/aorenste/202/head -> origin/gh/aorenste/202/head 2025-01-24T08:10:27.6138339Z * [new branch] gh/aorenste/202/orig -> origin/gh/aorenste/202/orig 2025-01-24T08:10:27.6140386Z * [new branch] gh/aorenste/203/base -> origin/gh/aorenste/203/base 2025-01-24T08:10:27.6141792Z * [new branch] gh/aorenste/203/head -> origin/gh/aorenste/203/head 2025-01-24T08:10:27.6143192Z * [new branch] gh/aorenste/203/orig -> origin/gh/aorenste/203/orig 2025-01-24T08:10:27.6145222Z * [new branch] gh/aorenste/204/base -> origin/gh/aorenste/204/base 2025-01-24T08:10:27.6146686Z * [new branch] gh/aorenste/204/head -> origin/gh/aorenste/204/head 2025-01-24T08:10:27.6148080Z * [new branch] gh/aorenste/204/orig -> origin/gh/aorenste/204/orig 2025-01-24T08:10:27.6150568Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-01-24T08:10:27.6151977Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-01-24T08:10:27.6153500Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-01-24T08:10:27.6155450Z * [new branch] gh/avikchaudhuri/44/base -> origin/gh/avikchaudhuri/44/base 2025-01-24T08:10:27.6156821Z * [new branch] gh/avikchaudhuri/44/head -> origin/gh/avikchaudhuri/44/head 2025-01-24T08:10:27.6158161Z * [new branch] gh/avikchaudhuri/44/orig -> origin/gh/avikchaudhuri/44/orig 2025-01-24T08:10:27.6160251Z * [new branch] gh/avikchaudhuri/45/base -> origin/gh/avikchaudhuri/45/base 2025-01-24T08:10:27.6161700Z * [new branch] gh/avikchaudhuri/45/head -> origin/gh/avikchaudhuri/45/head 2025-01-24T08:10:27.6163101Z * [new branch] gh/avikchaudhuri/45/orig -> origin/gh/avikchaudhuri/45/orig 2025-01-24T08:10:27.6165130Z * [new branch] gh/avikchaudhuri/46/base -> origin/gh/avikchaudhuri/46/base 2025-01-24T08:10:27.6166494Z * [new branch] gh/avikchaudhuri/46/head -> origin/gh/avikchaudhuri/46/head 2025-01-24T08:10:27.6167835Z * [new branch] gh/avikchaudhuri/46/orig -> origin/gh/avikchaudhuri/46/orig 2025-01-24T08:10:27.6169774Z * [new branch] gh/avikchaudhuri/47/base -> origin/gh/avikchaudhuri/47/base 2025-01-24T08:10:27.6171255Z * [new branch] gh/avikchaudhuri/47/head -> origin/gh/avikchaudhuri/47/head 2025-01-24T08:10:27.6172655Z * [new branch] gh/avikchaudhuri/47/orig -> origin/gh/avikchaudhuri/47/orig 2025-01-24T08:10:27.6174719Z * [new branch] gh/avikchaudhuri/48/base -> origin/gh/avikchaudhuri/48/base 2025-01-24T08:10:27.6176157Z * [new branch] gh/avikchaudhuri/48/head -> origin/gh/avikchaudhuri/48/head 2025-01-24T08:10:27.6177525Z * [new branch] gh/avikchaudhuri/48/orig -> origin/gh/avikchaudhuri/48/orig 2025-01-24T08:10:27.6179598Z * [new branch] gh/avikchaudhuri/49/base -> origin/gh/avikchaudhuri/49/base 2025-01-24T08:10:27.6180943Z * [new branch] gh/avikchaudhuri/49/head -> origin/gh/avikchaudhuri/49/head 2025-01-24T08:10:27.6182297Z * [new branch] gh/avikchaudhuri/49/orig -> origin/gh/avikchaudhuri/49/orig 2025-01-24T08:10:27.6184643Z * [new branch] gh/awgu/431/base -> origin/gh/awgu/431/base 2025-01-24T08:10:27.6186001Z * [new branch] gh/awgu/431/head -> origin/gh/awgu/431/head 2025-01-24T08:10:27.6187369Z * [new branch] gh/awgu/431/orig -> origin/gh/awgu/431/orig 2025-01-24T08:10:27.6189338Z * [new branch] gh/awgu/432/base -> origin/gh/awgu/432/base 2025-01-24T08:10:27.6190720Z * [new branch] gh/awgu/432/head -> origin/gh/awgu/432/head 2025-01-24T08:10:27.6192074Z * [new branch] gh/awgu/432/orig -> origin/gh/awgu/432/orig 2025-01-24T08:10:27.6194260Z * [new branch] gh/awgu/434/base -> origin/gh/awgu/434/base 2025-01-24T08:10:27.6195511Z * [new branch] gh/awgu/434/head -> origin/gh/awgu/434/head 2025-01-24T08:10:27.6196957Z * [new branch] gh/awgu/434/orig -> origin/gh/awgu/434/orig 2025-01-24T08:10:27.6199329Z * [new branch] gh/awgu/437/base -> origin/gh/awgu/437/base 2025-01-24T08:10:27.6200814Z * [new branch] gh/awgu/437/head -> origin/gh/awgu/437/head 2025-01-24T08:10:27.6202545Z * [new branch] gh/awgu/437/orig -> origin/gh/awgu/437/orig 2025-01-24T08:10:27.6204488Z * [new branch] gh/awgu/442/base -> origin/gh/awgu/442/base 2025-01-24T08:10:27.6205879Z * [new branch] gh/awgu/442/head -> origin/gh/awgu/442/head 2025-01-24T08:10:27.6207289Z * [new branch] gh/awgu/442/orig -> origin/gh/awgu/442/orig 2025-01-24T08:10:27.6209266Z * [new branch] gh/awgu/443/base -> origin/gh/awgu/443/base 2025-01-24T08:10:27.6210895Z * [new branch] gh/awgu/443/head -> origin/gh/awgu/443/head 2025-01-24T08:10:27.6212112Z * [new branch] gh/awgu/443/orig -> origin/gh/awgu/443/orig 2025-01-24T08:10:27.6214045Z * [new branch] gh/awgu/647/base -> origin/gh/awgu/647/base 2025-01-24T08:10:27.6215467Z * [new branch] gh/awgu/647/head -> origin/gh/awgu/647/head 2025-01-24T08:10:27.6216903Z * [new branch] gh/awgu/647/orig -> origin/gh/awgu/647/orig 2025-01-24T08:10:27.6218964Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-01-24T08:10:27.6220267Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-01-24T08:10:27.6221645Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-01-24T08:10:27.6223575Z * [new branch] gh/awgu/666/base -> origin/gh/awgu/666/base 2025-01-24T08:10:27.6224926Z * [new branch] gh/awgu/666/head -> origin/gh/awgu/666/head 2025-01-24T08:10:27.6226325Z * [new branch] gh/awgu/666/orig -> origin/gh/awgu/666/orig 2025-01-24T08:10:27.6228238Z * [new branch] gh/awgu/667/base -> origin/gh/awgu/667/base 2025-01-24T08:10:27.6229702Z * [new branch] gh/awgu/667/head -> origin/gh/awgu/667/head 2025-01-24T08:10:27.6231047Z * [new branch] gh/awgu/667/orig -> origin/gh/awgu/667/orig 2025-01-24T08:10:27.6233338Z * [new branch] gh/awgu/668/base -> origin/gh/awgu/668/base 2025-01-24T08:10:27.6234396Z * [new branch] gh/awgu/668/head -> origin/gh/awgu/668/head 2025-01-24T08:10:27.6235861Z * [new branch] gh/awgu/668/orig -> origin/gh/awgu/668/orig 2025-01-24T08:10:27.6237863Z * [new branch] gh/awgu/669/base -> origin/gh/awgu/669/base 2025-01-24T08:10:27.6239250Z * [new branch] gh/awgu/669/head -> origin/gh/awgu/669/head 2025-01-24T08:10:27.6240746Z * [new branch] gh/awgu/669/orig -> origin/gh/awgu/669/orig 2025-01-24T08:10:27.6243260Z * [new branch] gh/bdhirsh/588/base -> origin/gh/bdhirsh/588/base 2025-01-24T08:10:27.6244698Z * [new branch] gh/bdhirsh/588/head -> origin/gh/bdhirsh/588/head 2025-01-24T08:10:27.6246071Z * [new branch] gh/bdhirsh/588/orig -> origin/gh/bdhirsh/588/orig 2025-01-24T08:10:27.6248127Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-01-24T08:10:27.6249568Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-01-24T08:10:27.6250959Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-01-24T08:10:27.6253010Z * [new branch] gh/bdhirsh/617/base -> origin/gh/bdhirsh/617/base 2025-01-24T08:10:27.6254348Z * [new branch] gh/bdhirsh/617/head -> origin/gh/bdhirsh/617/head 2025-01-24T08:10:27.6255677Z * [new branch] gh/bdhirsh/617/orig -> origin/gh/bdhirsh/617/orig 2025-01-24T08:10:27.6257609Z * [new branch] gh/bdhirsh/619/base -> origin/gh/bdhirsh/619/base 2025-01-24T08:10:27.6258962Z * [new branch] gh/bdhirsh/619/head -> origin/gh/bdhirsh/619/head 2025-01-24T08:10:27.6260460Z * [new branch] gh/bdhirsh/619/orig -> origin/gh/bdhirsh/619/orig 2025-01-24T08:10:27.6262517Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-01-24T08:10:27.6263955Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-01-24T08:10:27.6265323Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-01-24T08:10:27.6267265Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-01-24T08:10:27.6268771Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-01-24T08:10:27.6270009Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-01-24T08:10:27.6271923Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-01-24T08:10:27.6273381Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-01-24T08:10:27.6274727Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-01-24T08:10:27.6276700Z * [new branch] gh/bdhirsh/628/base -> origin/gh/bdhirsh/628/base 2025-01-24T08:10:27.6278156Z * [new branch] gh/bdhirsh/628/head -> origin/gh/bdhirsh/628/head 2025-01-24T08:10:27.6279559Z * [new branch] gh/bdhirsh/628/orig -> origin/gh/bdhirsh/628/orig 2025-01-24T08:10:27.6283421Z * [new branch] gh/bdhirsh/629/base -> origin/gh/bdhirsh/629/base 2025-01-24T08:10:27.6284777Z * [new branch] gh/bdhirsh/629/head -> origin/gh/bdhirsh/629/head 2025-01-24T08:10:27.6286154Z * [new branch] gh/bdhirsh/629/orig -> origin/gh/bdhirsh/629/orig 2025-01-24T08:10:27.6288265Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-01-24T08:10:27.6289840Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-01-24T08:10:27.6291136Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-01-24T08:10:27.6293120Z * [new branch] gh/bdhirsh/634/base -> origin/gh/bdhirsh/634/base 2025-01-24T08:10:27.6294551Z * [new branch] gh/bdhirsh/634/head -> origin/gh/bdhirsh/634/head 2025-01-24T08:10:27.6295884Z * [new branch] gh/bdhirsh/634/orig -> origin/gh/bdhirsh/634/orig 2025-01-24T08:10:27.6297926Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-01-24T08:10:27.6299420Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-01-24T08:10:27.6300821Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-01-24T08:10:27.6302877Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-01-24T08:10:27.6304341Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-01-24T08:10:27.6305654Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-01-24T08:10:27.6307668Z * [new branch] gh/bdhirsh/637/base -> origin/gh/bdhirsh/637/base 2025-01-24T08:10:27.6309129Z * [new branch] gh/bdhirsh/637/head -> origin/gh/bdhirsh/637/head 2025-01-24T08:10:27.6310444Z * [new branch] gh/bdhirsh/637/orig -> origin/gh/bdhirsh/637/orig 2025-01-24T08:10:27.6312872Z * [new branch] gh/benjaminglass1/35/base -> origin/gh/benjaminglass1/35/base 2025-01-24T08:10:27.6314267Z * [new branch] gh/benjaminglass1/35/head -> origin/gh/benjaminglass1/35/head 2025-01-24T08:10:27.6315655Z * [new branch] gh/benjaminglass1/35/orig -> origin/gh/benjaminglass1/35/orig 2025-01-24T08:10:27.6317582Z * [new branch] gh/benjaminglass1/41/base -> origin/gh/benjaminglass1/41/base 2025-01-24T08:10:27.6319073Z * [new branch] gh/benjaminglass1/41/head -> origin/gh/benjaminglass1/41/head 2025-01-24T08:10:27.6320625Z * [new branch] gh/benjaminglass1/41/orig -> origin/gh/benjaminglass1/41/orig 2025-01-24T08:10:27.6322648Z * [new branch] gh/benjaminglass1/42/base -> origin/gh/benjaminglass1/42/base 2025-01-24T08:10:27.6323982Z * [new branch] gh/benjaminglass1/42/head -> origin/gh/benjaminglass1/42/head 2025-01-24T08:10:27.6325356Z * [new branch] gh/benjaminglass1/42/orig -> origin/gh/benjaminglass1/42/orig 2025-01-24T08:10:27.6327501Z * [new branch] gh/benjaminglass1/44/base -> origin/gh/benjaminglass1/44/base 2025-01-24T08:10:27.6328708Z * [new branch] gh/benjaminglass1/44/head -> origin/gh/benjaminglass1/44/head 2025-01-24T08:10:27.6330042Z * [new branch] gh/benjaminglass1/44/orig -> origin/gh/benjaminglass1/44/orig 2025-01-24T08:10:27.6331982Z * [new branch] gh/benjaminglass1/45/base -> origin/gh/benjaminglass1/45/base 2025-01-24T08:10:27.6333601Z * [new branch] gh/benjaminglass1/45/head -> origin/gh/benjaminglass1/45/head 2025-01-24T08:10:27.6334983Z * [new branch] gh/benjaminglass1/45/orig -> origin/gh/benjaminglass1/45/orig 2025-01-24T08:10:27.6336911Z * [new branch] gh/benjaminglass1/46/base -> origin/gh/benjaminglass1/46/base 2025-01-24T08:10:27.6338262Z * [new branch] gh/benjaminglass1/46/head -> origin/gh/benjaminglass1/46/head 2025-01-24T08:10:27.6339695Z * [new branch] gh/benjaminglass1/46/orig -> origin/gh/benjaminglass1/46/orig 2025-01-24T08:10:27.6341634Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-01-24T08:10:27.6342990Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-01-24T08:10:27.6344423Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-01-24T08:10:27.6346335Z * [new branch] gh/benjaminglass1/48/base -> origin/gh/benjaminglass1/48/base 2025-01-24T08:10:27.6347633Z * [new branch] gh/benjaminglass1/48/head -> origin/gh/benjaminglass1/48/head 2025-01-24T08:10:27.6349059Z * [new branch] gh/benjaminglass1/48/orig -> origin/gh/benjaminglass1/48/orig 2025-01-24T08:10:27.6350838Z * [new branch] gh/benjaminglass1/49/base -> origin/gh/benjaminglass1/49/base 2025-01-24T08:10:27.6352208Z * [new branch] gh/benjaminglass1/49/head -> origin/gh/benjaminglass1/49/head 2025-01-24T08:10:27.6353551Z * [new branch] gh/benjaminglass1/49/orig -> origin/gh/benjaminglass1/49/orig 2025-01-24T08:10:27.6355500Z * [new branch] gh/benjaminglass1/50/base -> origin/gh/benjaminglass1/50/base 2025-01-24T08:10:27.6357497Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-01-24T08:10:27.6358848Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-01-24T08:10:27.6362155Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-01-24T08:10:27.6364238Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-01-24T08:10:27.6365533Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-01-24T08:10:27.6366915Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-01-24T08:10:27.6368935Z * [new branch] gh/benjaminglass1/53/base -> origin/gh/benjaminglass1/53/base 2025-01-24T08:10:27.6370219Z * [new branch] gh/benjaminglass1/53/head -> origin/gh/benjaminglass1/53/head 2025-01-24T08:10:27.6371601Z * [new branch] gh/benjaminglass1/53/orig -> origin/gh/benjaminglass1/53/orig 2025-01-24T08:10:27.6373376Z * [new branch] gh/benjaminglass1/54/base -> origin/gh/benjaminglass1/54/base 2025-01-24T08:10:27.6374598Z * [new branch] gh/benjaminglass1/54/head -> origin/gh/benjaminglass1/54/head 2025-01-24T08:10:27.6375990Z * [new branch] gh/benjaminglass1/54/orig -> origin/gh/benjaminglass1/54/orig 2025-01-24T08:10:27.6377909Z * [new branch] gh/benjaminglass1/55/base -> origin/gh/benjaminglass1/55/base 2025-01-24T08:10:27.6379242Z * [new branch] gh/benjaminglass1/55/head -> origin/gh/benjaminglass1/55/head 2025-01-24T08:10:27.6380882Z * [new branch] gh/benjaminglass1/55/orig -> origin/gh/benjaminglass1/55/orig 2025-01-24T08:10:27.6382636Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-01-24T08:10:27.6383972Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-01-24T08:10:27.6385371Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-01-24T08:10:27.6387295Z * [new branch] gh/benjaminglass1/57/base -> origin/gh/benjaminglass1/57/base 2025-01-24T08:10:27.6388640Z * [new branch] gh/benjaminglass1/57/head -> origin/gh/benjaminglass1/57/head 2025-01-24T08:10:27.6390029Z * [new branch] gh/benjaminglass1/57/orig -> origin/gh/benjaminglass1/57/orig 2025-01-24T08:10:27.6392363Z * [new branch] gh/bertmaher/3/base -> origin/gh/bertmaher/3/base 2025-01-24T08:10:27.6393690Z * [new branch] gh/bertmaher/3/head -> origin/gh/bertmaher/3/head 2025-01-24T08:10:27.6395084Z * [new branch] gh/bertmaher/3/orig -> origin/gh/bertmaher/3/orig 2025-01-24T08:10:27.6397069Z * [new branch] gh/bertmaher/4/base -> origin/gh/bertmaher/4/base 2025-01-24T08:10:27.6398473Z * [new branch] gh/bertmaher/4/head -> origin/gh/bertmaher/4/head 2025-01-24T08:10:27.6400141Z * [new branch] gh/bertmaher/4/orig -> origin/gh/bertmaher/4/orig 2025-01-24T08:10:27.6402595Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-01-24T08:10:27.6403972Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-01-24T08:10:27.6405818Z * [new branch] gh/bigfootjon/2/base -> origin/gh/bigfootjon/2/base 2025-01-24T08:10:27.6407274Z * [new branch] gh/bigfootjon/2/orig -> origin/gh/bigfootjon/2/orig 2025-01-24T08:10:27.6409637Z * [new branch] gh/blzheng/3/base -> origin/gh/blzheng/3/base 2025-01-24T08:10:27.6410933Z * [new branch] gh/blzheng/3/head -> origin/gh/blzheng/3/head 2025-01-24T08:10:27.6412287Z * [new branch] gh/blzheng/3/orig -> origin/gh/blzheng/3/orig 2025-01-24T08:10:27.6414741Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-01-24T08:10:27.6416080Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-01-24T08:10:27.6417401Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-01-24T08:10:27.6419347Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-01-24T08:10:27.6420672Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-01-24T08:10:27.6422006Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-01-24T08:10:27.6424205Z * [new branch] gh/bobrenjc93/183/base -> origin/gh/bobrenjc93/183/base 2025-01-24T08:10:27.6425535Z * [new branch] gh/bobrenjc93/183/head -> origin/gh/bobrenjc93/183/head 2025-01-24T08:10:27.6426876Z * [new branch] gh/bobrenjc93/183/orig -> origin/gh/bobrenjc93/183/orig 2025-01-24T08:10:27.6428797Z * [new branch] gh/bobrenjc93/187/base -> origin/gh/bobrenjc93/187/base 2025-01-24T08:10:27.6430146Z * [new branch] gh/bobrenjc93/187/head -> origin/gh/bobrenjc93/187/head 2025-01-24T08:10:27.6431530Z * [new branch] gh/bobrenjc93/187/orig -> origin/gh/bobrenjc93/187/orig 2025-01-24T08:10:27.6433448Z * [new branch] gh/bobrenjc93/191/base -> origin/gh/bobrenjc93/191/base 2025-01-24T08:10:27.6434791Z * [new branch] gh/bobrenjc93/191/head -> origin/gh/bobrenjc93/191/head 2025-01-24T08:10:27.6436190Z * [new branch] gh/bobrenjc93/191/orig -> origin/gh/bobrenjc93/191/orig 2025-01-24T08:10:27.6438298Z * [new branch] gh/bobrenjc93/192/base -> origin/gh/bobrenjc93/192/base 2025-01-24T08:10:27.6439349Z * [new branch] gh/bobrenjc93/192/head -> origin/gh/bobrenjc93/192/head 2025-01-24T08:10:27.6441055Z * [new branch] gh/bobrenjc93/192/orig -> origin/gh/bobrenjc93/192/orig 2025-01-24T08:10:27.6442988Z * [new branch] gh/bobrenjc93/193/base -> origin/gh/bobrenjc93/193/base 2025-01-24T08:10:27.6444341Z * [new branch] gh/bobrenjc93/193/head -> origin/gh/bobrenjc93/193/head 2025-01-24T08:10:27.6445680Z * [new branch] gh/bobrenjc93/193/orig -> origin/gh/bobrenjc93/193/orig 2025-01-24T08:10:27.6447635Z * [new branch] gh/bobrenjc93/194/base -> origin/gh/bobrenjc93/194/base 2025-01-24T08:10:27.6448963Z * [new branch] gh/bobrenjc93/194/head -> origin/gh/bobrenjc93/194/head 2025-01-24T08:10:27.6450390Z * [new branch] gh/bobrenjc93/194/orig -> origin/gh/bobrenjc93/194/orig 2025-01-24T08:10:27.6452271Z * [new branch] gh/bobrenjc93/195/base -> origin/gh/bobrenjc93/195/base 2025-01-24T08:10:27.6453577Z * [new branch] gh/bobrenjc93/195/head -> origin/gh/bobrenjc93/195/head 2025-01-24T08:10:27.6454933Z * [new branch] gh/bobrenjc93/195/orig -> origin/gh/bobrenjc93/195/orig 2025-01-24T08:10:27.6456966Z * [new branch] gh/bobrenjc93/196/base -> origin/gh/bobrenjc93/196/base 2025-01-24T08:10:27.6458369Z * [new branch] gh/bobrenjc93/196/head -> origin/gh/bobrenjc93/196/head 2025-01-24T08:10:27.6459646Z * [new branch] gh/bobrenjc93/196/orig -> origin/gh/bobrenjc93/196/orig 2025-01-24T08:10:27.6461619Z * [new branch] gh/bobrenjc93/197/base -> origin/gh/bobrenjc93/197/base 2025-01-24T08:10:27.6463051Z * [new branch] gh/bobrenjc93/197/head -> origin/gh/bobrenjc93/197/head 2025-01-24T08:10:27.6464367Z * [new branch] gh/bobrenjc93/197/orig -> origin/gh/bobrenjc93/197/orig 2025-01-24T08:10:27.6466236Z * [new branch] gh/bobrenjc93/198/base -> origin/gh/bobrenjc93/198/base 2025-01-24T08:10:27.6467588Z * [new branch] gh/bobrenjc93/198/head -> origin/gh/bobrenjc93/198/head 2025-01-24T08:10:27.6469012Z * [new branch] gh/bobrenjc93/198/orig -> origin/gh/bobrenjc93/198/orig 2025-01-24T08:10:27.6470873Z * [new branch] gh/bobrenjc93/199/base -> origin/gh/bobrenjc93/199/base 2025-01-24T08:10:27.6472310Z * [new branch] gh/bobrenjc93/199/head -> origin/gh/bobrenjc93/199/head 2025-01-24T08:10:27.6473588Z * [new branch] gh/bobrenjc93/199/orig -> origin/gh/bobrenjc93/199/orig 2025-01-24T08:10:27.6475496Z * [new branch] gh/bobrenjc93/200/base -> origin/gh/bobrenjc93/200/base 2025-01-24T08:10:27.6476879Z * [new branch] gh/bobrenjc93/200/head -> origin/gh/bobrenjc93/200/head 2025-01-24T08:10:27.6478263Z * [new branch] gh/bobrenjc93/200/orig -> origin/gh/bobrenjc93/200/orig 2025-01-24T08:10:27.6480862Z * [new branch] gh/bobrenjc93/201/base -> origin/gh/bobrenjc93/201/base 2025-01-24T08:10:27.6482223Z * [new branch] gh/bobrenjc93/201/head -> origin/gh/bobrenjc93/201/head 2025-01-24T08:10:27.6483494Z * [new branch] gh/bobrenjc93/201/orig -> origin/gh/bobrenjc93/201/orig 2025-01-24T08:10:27.6485543Z * [new branch] gh/bobrenjc93/202/base -> origin/gh/bobrenjc93/202/base 2025-01-24T08:10:27.6486829Z * [new branch] gh/bobrenjc93/202/head -> origin/gh/bobrenjc93/202/head 2025-01-24T08:10:27.6488123Z * [new branch] gh/bobrenjc93/202/orig -> origin/gh/bobrenjc93/202/orig 2025-01-24T08:10:27.6490119Z * [new branch] gh/bobrenjc93/203/base -> origin/gh/bobrenjc93/203/base 2025-01-24T08:10:27.6491674Z * [new branch] gh/bobrenjc93/203/head -> origin/gh/bobrenjc93/203/head 2025-01-24T08:10:27.6492705Z * [new branch] gh/bobrenjc93/203/orig -> origin/gh/bobrenjc93/203/orig 2025-01-24T08:10:27.6494719Z * [new branch] gh/bobrenjc93/204/base -> origin/gh/bobrenjc93/204/base 2025-01-24T08:10:27.6496055Z * [new branch] gh/bobrenjc93/204/head -> origin/gh/bobrenjc93/204/head 2025-01-24T08:10:27.6497497Z * [new branch] gh/bobrenjc93/204/orig -> origin/gh/bobrenjc93/204/orig 2025-01-24T08:10:27.6499431Z * [new branch] gh/bobrenjc93/205/base -> origin/gh/bobrenjc93/205/base 2025-01-24T08:10:27.6501092Z * [new branch] gh/bobrenjc93/205/head -> origin/gh/bobrenjc93/205/head 2025-01-24T08:10:27.6502029Z * [new branch] gh/bobrenjc93/205/orig -> origin/gh/bobrenjc93/205/orig 2025-01-24T08:10:27.6504039Z * [new branch] gh/bobrenjc93/206/base -> origin/gh/bobrenjc93/206/base 2025-01-24T08:10:27.6505468Z * [new branch] gh/bobrenjc93/206/head -> origin/gh/bobrenjc93/206/head 2025-01-24T08:10:27.6506839Z * [new branch] gh/bobrenjc93/206/orig -> origin/gh/bobrenjc93/206/orig 2025-01-24T08:10:27.6509019Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-01-24T08:10:27.6510074Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-01-24T08:10:27.6511464Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-01-24T08:10:27.6513375Z * [new branch] gh/bobrenjc93/208/base -> origin/gh/bobrenjc93/208/base 2025-01-24T08:10:27.6514770Z * [new branch] gh/bobrenjc93/208/head -> origin/gh/bobrenjc93/208/head 2025-01-24T08:10:27.6516126Z * [new branch] gh/bobrenjc93/208/orig -> origin/gh/bobrenjc93/208/orig 2025-01-24T08:10:27.6518052Z * [new branch] gh/bobrenjc93/209/base -> origin/gh/bobrenjc93/209/base 2025-01-24T08:10:27.6519469Z * [new branch] gh/bobrenjc93/209/head -> origin/gh/bobrenjc93/209/head 2025-01-24T08:10:27.6522364Z * [new branch] gh/bobrenjc93/209/orig -> origin/gh/bobrenjc93/209/orig 2025-01-24T08:10:27.6523453Z * [new branch] gh/bobrenjc93/210/base -> origin/gh/bobrenjc93/210/base 2025-01-24T08:10:27.6524574Z * [new branch] gh/bobrenjc93/210/head -> origin/gh/bobrenjc93/210/head 2025-01-24T08:10:27.6525706Z * [new branch] gh/bobrenjc93/210/orig -> origin/gh/bobrenjc93/210/orig 2025-01-24T08:10:27.6527847Z * [new branch] gh/bobrenjc93/211/base -> origin/gh/bobrenjc93/211/base 2025-01-24T08:10:27.6529001Z * [new branch] gh/bobrenjc93/211/head -> origin/gh/bobrenjc93/211/head 2025-01-24T08:10:27.6530302Z * [new branch] gh/bobrenjc93/211/orig -> origin/gh/bobrenjc93/211/orig 2025-01-24T08:10:27.6532465Z * [new branch] gh/bobrenjc93/212/base -> origin/gh/bobrenjc93/212/base 2025-01-24T08:10:27.6533459Z * [new branch] gh/bobrenjc93/212/head -> origin/gh/bobrenjc93/212/head 2025-01-24T08:10:27.6534971Z * [new branch] gh/bobrenjc93/212/orig -> origin/gh/bobrenjc93/212/orig 2025-01-24T08:10:27.6536900Z * [new branch] gh/bobrenjc93/213/base -> origin/gh/bobrenjc93/213/base 2025-01-24T08:10:27.6538152Z * [new branch] gh/bobrenjc93/213/head -> origin/gh/bobrenjc93/213/head 2025-01-24T08:10:27.6539449Z * [new branch] gh/bobrenjc93/213/orig -> origin/gh/bobrenjc93/213/orig 2025-01-24T08:10:27.6542090Z * [new branch] gh/bobrenjc93/214/base -> origin/gh/bobrenjc93/214/base 2025-01-24T08:10:27.6542778Z * [new branch] gh/bobrenjc93/214/head -> origin/gh/bobrenjc93/214/head 2025-01-24T08:10:27.6544186Z * [new branch] gh/bobrenjc93/214/orig -> origin/gh/bobrenjc93/214/orig 2025-01-24T08:10:27.6546724Z * [new branch] gh/bobrenjc93/215/base -> origin/gh/bobrenjc93/215/base 2025-01-24T08:10:27.6547425Z * [new branch] gh/bobrenjc93/215/head -> origin/gh/bobrenjc93/215/head 2025-01-24T08:10:27.6548858Z * [new branch] gh/bobrenjc93/215/orig -> origin/gh/bobrenjc93/215/orig 2025-01-24T08:10:27.6550850Z * [new branch] gh/bobrenjc93/216/base -> origin/gh/bobrenjc93/216/base 2025-01-24T08:10:27.6552088Z * [new branch] gh/bobrenjc93/216/head -> origin/gh/bobrenjc93/216/head 2025-01-24T08:10:27.6553510Z * [new branch] gh/bobrenjc93/216/orig -> origin/gh/bobrenjc93/216/orig 2025-01-24T08:10:27.6555499Z * [new branch] gh/bobrenjc93/217/base -> origin/gh/bobrenjc93/217/base 2025-01-24T08:10:27.6556912Z * [new branch] gh/bobrenjc93/217/head -> origin/gh/bobrenjc93/217/head 2025-01-24T08:10:27.6558345Z * [new branch] gh/bobrenjc93/217/orig -> origin/gh/bobrenjc93/217/orig 2025-01-24T08:10:27.6561709Z * [new branch] gh/bobrenjc93/218/base -> origin/gh/bobrenjc93/218/base 2025-01-24T08:10:27.6562468Z * [new branch] gh/bobrenjc93/218/head -> origin/gh/bobrenjc93/218/head 2025-01-24T08:10:27.6563667Z * [new branch] gh/bobrenjc93/218/orig -> origin/gh/bobrenjc93/218/orig 2025-01-24T08:10:27.6565723Z * [new branch] gh/bobrenjc93/219/base -> origin/gh/bobrenjc93/219/base 2025-01-24T08:10:27.6567012Z * [new branch] gh/bobrenjc93/219/head -> origin/gh/bobrenjc93/219/head 2025-01-24T08:10:27.6568330Z * [new branch] gh/bobrenjc93/219/orig -> origin/gh/bobrenjc93/219/orig 2025-01-24T08:10:27.6570316Z * [new branch] gh/bobrenjc93/220/base -> origin/gh/bobrenjc93/220/base 2025-01-24T08:10:27.6571652Z * [new branch] gh/bobrenjc93/220/head -> origin/gh/bobrenjc93/220/head 2025-01-24T08:10:27.6573058Z * [new branch] gh/bobrenjc93/220/orig -> origin/gh/bobrenjc93/220/orig 2025-01-24T08:10:27.6574996Z * [new branch] gh/bobrenjc93/221/base -> origin/gh/bobrenjc93/221/base 2025-01-24T08:10:27.6576293Z * [new branch] gh/bobrenjc93/221/head -> origin/gh/bobrenjc93/221/head 2025-01-24T08:10:27.6577720Z * [new branch] gh/bobrenjc93/221/orig -> origin/gh/bobrenjc93/221/orig 2025-01-24T08:10:27.6579642Z * [new branch] gh/bobrenjc93/222/base -> origin/gh/bobrenjc93/222/base 2025-01-24T08:10:27.6580982Z * [new branch] gh/bobrenjc93/222/head -> origin/gh/bobrenjc93/222/head 2025-01-24T08:10:27.6582346Z * [new branch] gh/bobrenjc93/222/orig -> origin/gh/bobrenjc93/222/orig 2025-01-24T08:10:27.6584327Z * [new branch] gh/bobrenjc93/223/base -> origin/gh/bobrenjc93/223/base 2025-01-24T08:10:27.6585720Z * [new branch] gh/bobrenjc93/223/head -> origin/gh/bobrenjc93/223/head 2025-01-24T08:10:27.6587068Z * [new branch] gh/bobrenjc93/223/orig -> origin/gh/bobrenjc93/223/orig 2025-01-24T08:10:27.6589047Z * [new branch] gh/bobrenjc93/224/base -> origin/gh/bobrenjc93/224/base 2025-01-24T08:10:27.6590425Z * [new branch] gh/bobrenjc93/224/head -> origin/gh/bobrenjc93/224/head 2025-01-24T08:10:27.6591766Z * [new branch] gh/bobrenjc93/224/orig -> origin/gh/bobrenjc93/224/orig 2025-01-24T08:10:27.6593657Z * [new branch] gh/bobrenjc93/225/base -> origin/gh/bobrenjc93/225/base 2025-01-24T08:10:27.6595085Z * [new branch] gh/bobrenjc93/225/head -> origin/gh/bobrenjc93/225/head 2025-01-24T08:10:27.6596393Z * [new branch] gh/bobrenjc93/225/orig -> origin/gh/bobrenjc93/225/orig 2025-01-24T08:10:27.6598320Z * [new branch] gh/bobrenjc93/226/base -> origin/gh/bobrenjc93/226/base 2025-01-24T08:10:27.6600103Z * [new branch] gh/bobrenjc93/226/head -> origin/gh/bobrenjc93/226/head 2025-01-24T08:10:27.6601128Z * [new branch] gh/bobrenjc93/226/orig -> origin/gh/bobrenjc93/226/orig 2025-01-24T08:10:27.6603265Z * [new branch] gh/bobrenjc93/227/base -> origin/gh/bobrenjc93/227/base 2025-01-24T08:10:27.6604647Z * [new branch] gh/bobrenjc93/227/head -> origin/gh/bobrenjc93/227/head 2025-01-24T08:10:27.6605976Z * [new branch] gh/bobrenjc93/227/orig -> origin/gh/bobrenjc93/227/orig 2025-01-24T08:10:27.6608001Z * [new branch] gh/bobrenjc93/228/base -> origin/gh/bobrenjc93/228/base 2025-01-24T08:10:27.6609378Z * [new branch] gh/bobrenjc93/228/head -> origin/gh/bobrenjc93/228/head 2025-01-24T08:10:27.6610733Z * [new branch] gh/bobrenjc93/228/orig -> origin/gh/bobrenjc93/228/orig 2025-01-24T08:10:27.6612762Z * [new branch] gh/bobrenjc93/229/base -> origin/gh/bobrenjc93/229/base 2025-01-24T08:10:27.6614142Z * [new branch] gh/bobrenjc93/229/head -> origin/gh/bobrenjc93/229/head 2025-01-24T08:10:27.6615482Z * [new branch] gh/bobrenjc93/229/orig -> origin/gh/bobrenjc93/229/orig 2025-01-24T08:10:27.6617626Z * [new branch] gh/bobrenjc93/230/base -> origin/gh/bobrenjc93/230/base 2025-01-24T08:10:27.6619172Z * [new branch] gh/bobrenjc93/230/head -> origin/gh/bobrenjc93/230/head 2025-01-24T08:10:27.6621237Z * [new branch] gh/bobrenjc93/230/orig -> origin/gh/bobrenjc93/230/orig 2025-01-24T08:10:27.6622327Z * [new branch] gh/bobrenjc93/231/base -> origin/gh/bobrenjc93/231/base 2025-01-24T08:10:27.6623807Z * [new branch] gh/bobrenjc93/231/head -> origin/gh/bobrenjc93/231/head 2025-01-24T08:10:27.6625140Z * [new branch] gh/bobrenjc93/231/orig -> origin/gh/bobrenjc93/231/orig 2025-01-24T08:10:27.6627158Z * [new branch] gh/bobrenjc93/232/base -> origin/gh/bobrenjc93/232/base 2025-01-24T08:10:27.6628391Z * [new branch] gh/bobrenjc93/232/head -> origin/gh/bobrenjc93/232/head 2025-01-24T08:10:27.6629810Z * [new branch] gh/bobrenjc93/232/orig -> origin/gh/bobrenjc93/232/orig 2025-01-24T08:10:27.6631723Z * [new branch] gh/bobrenjc93/233/base -> origin/gh/bobrenjc93/233/base 2025-01-24T08:10:27.6633106Z * [new branch] gh/bobrenjc93/233/head -> origin/gh/bobrenjc93/233/head 2025-01-24T08:10:27.6634424Z * [new branch] gh/bobrenjc93/233/orig -> origin/gh/bobrenjc93/233/orig 2025-01-24T08:10:27.6636327Z * [new branch] gh/bobrenjc93/234/base -> origin/gh/bobrenjc93/234/base 2025-01-24T08:10:27.6637808Z * [new branch] gh/bobrenjc93/234/head -> origin/gh/bobrenjc93/234/head 2025-01-24T08:10:27.6639193Z * [new branch] gh/bobrenjc93/234/orig -> origin/gh/bobrenjc93/234/orig 2025-01-24T08:10:27.6641324Z * [new branch] gh/bobrenjc93/235/base -> origin/gh/bobrenjc93/235/base 2025-01-24T08:10:27.6642692Z * [new branch] gh/bobrenjc93/235/head -> origin/gh/bobrenjc93/235/head 2025-01-24T08:10:27.6644020Z * [new branch] gh/bobrenjc93/235/orig -> origin/gh/bobrenjc93/235/orig 2025-01-24T08:10:27.6645927Z * [new branch] gh/bobrenjc93/236/base -> origin/gh/bobrenjc93/236/base 2025-01-24T08:10:27.6647339Z * [new branch] gh/bobrenjc93/236/head -> origin/gh/bobrenjc93/236/head 2025-01-24T08:10:27.6648716Z * [new branch] gh/bobrenjc93/236/orig -> origin/gh/bobrenjc93/236/orig 2025-01-24T08:10:27.6650830Z * [new branch] gh/bobrenjc93/237/base -> origin/gh/bobrenjc93/237/base 2025-01-24T08:10:27.6652135Z * [new branch] gh/bobrenjc93/237/head -> origin/gh/bobrenjc93/237/head 2025-01-24T08:10:27.6653705Z * [new branch] gh/bobrenjc93/237/orig -> origin/gh/bobrenjc93/237/orig 2025-01-24T08:10:27.6655396Z * [new branch] gh/bobrenjc93/238/base -> origin/gh/bobrenjc93/238/base 2025-01-24T08:10:27.6656734Z * [new branch] gh/bobrenjc93/238/head -> origin/gh/bobrenjc93/238/head 2025-01-24T08:10:27.6658097Z * [new branch] gh/bobrenjc93/238/orig -> origin/gh/bobrenjc93/238/orig 2025-01-24T08:10:27.6660024Z * [new branch] gh/bobrenjc93/239/base -> origin/gh/bobrenjc93/239/base 2025-01-24T08:10:27.6661356Z * [new branch] gh/bobrenjc93/239/head -> origin/gh/bobrenjc93/239/head 2025-01-24T08:10:27.6662658Z * [new branch] gh/bobrenjc93/239/orig -> origin/gh/bobrenjc93/239/orig 2025-01-24T08:10:27.6664563Z * [new branch] gh/bobrenjc93/240/base -> origin/gh/bobrenjc93/240/base 2025-01-24T08:10:27.6665911Z * [new branch] gh/bobrenjc93/240/head -> origin/gh/bobrenjc93/240/head 2025-01-24T08:10:27.6667249Z * [new branch] gh/bobrenjc93/240/orig -> origin/gh/bobrenjc93/240/orig 2025-01-24T08:10:27.6669301Z * [new branch] gh/bobrenjc93/241/base -> origin/gh/bobrenjc93/241/base 2025-01-24T08:10:27.6670648Z * [new branch] gh/bobrenjc93/241/head -> origin/gh/bobrenjc93/241/head 2025-01-24T08:10:27.6671902Z * [new branch] gh/bobrenjc93/241/orig -> origin/gh/bobrenjc93/241/orig 2025-01-24T08:10:27.6673952Z * [new branch] gh/bobrenjc93/242/base -> origin/gh/bobrenjc93/242/base 2025-01-24T08:10:27.6675329Z * [new branch] gh/bobrenjc93/242/head -> origin/gh/bobrenjc93/242/head 2025-01-24T08:10:27.6676676Z * [new branch] gh/bobrenjc93/242/orig -> origin/gh/bobrenjc93/242/orig 2025-01-24T08:10:27.6678642Z * [new branch] gh/bobrenjc93/243/base -> origin/gh/bobrenjc93/243/base 2025-01-24T08:10:27.6680202Z * [new branch] gh/bobrenjc93/243/head -> origin/gh/bobrenjc93/243/head 2025-01-24T08:10:27.6681352Z * [new branch] gh/bobrenjc93/243/orig -> origin/gh/bobrenjc93/243/orig 2025-01-24T08:10:27.6683420Z * [new branch] gh/bobrenjc93/244/base -> origin/gh/bobrenjc93/244/base 2025-01-24T08:10:27.6684761Z * [new branch] gh/bobrenjc93/244/head -> origin/gh/bobrenjc93/244/head 2025-01-24T08:10:27.6686061Z * [new branch] gh/bobrenjc93/244/orig -> origin/gh/bobrenjc93/244/orig 2025-01-24T08:10:27.6687963Z * [new branch] gh/bobrenjc93/245/base -> origin/gh/bobrenjc93/245/base 2025-01-24T08:10:27.6689297Z * [new branch] gh/bobrenjc93/245/head -> origin/gh/bobrenjc93/245/head 2025-01-24T08:10:27.6690670Z * [new branch] gh/bobrenjc93/245/orig -> origin/gh/bobrenjc93/245/orig 2025-01-24T08:10:27.6692660Z * [new branch] gh/bobrenjc93/246/base -> origin/gh/bobrenjc93/246/base 2025-01-24T08:10:27.6694004Z * [new branch] gh/bobrenjc93/246/head -> origin/gh/bobrenjc93/246/head 2025-01-24T08:10:27.6695359Z * [new branch] gh/bobrenjc93/246/orig -> origin/gh/bobrenjc93/246/orig 2025-01-24T08:10:27.6697338Z * [new branch] gh/bobrenjc93/247/base -> origin/gh/bobrenjc93/247/base 2025-01-24T08:10:27.6698716Z * [new branch] gh/bobrenjc93/247/head -> origin/gh/bobrenjc93/247/head 2025-01-24T08:10:27.6700035Z * [new branch] gh/bobrenjc93/247/orig -> origin/gh/bobrenjc93/247/orig 2025-01-24T08:10:27.6702008Z * [new branch] gh/bobrenjc93/248/base -> origin/gh/bobrenjc93/248/base 2025-01-24T08:10:27.6703442Z * [new branch] gh/bobrenjc93/248/head -> origin/gh/bobrenjc93/248/head 2025-01-24T08:10:27.6704690Z * [new branch] gh/bobrenjc93/248/orig -> origin/gh/bobrenjc93/248/orig 2025-01-24T08:10:27.6707022Z * [new branch] gh/bobrenjc93/249/base -> origin/gh/bobrenjc93/249/base 2025-01-24T08:10:27.6708304Z * [new branch] gh/bobrenjc93/249/head -> origin/gh/bobrenjc93/249/head 2025-01-24T08:10:27.6709340Z * [new branch] gh/bobrenjc93/249/orig -> origin/gh/bobrenjc93/249/orig 2025-01-24T08:10:27.6711400Z * [new branch] gh/bobrenjc93/250/base -> origin/gh/bobrenjc93/250/base 2025-01-24T08:10:27.6712773Z * [new branch] gh/bobrenjc93/250/head -> origin/gh/bobrenjc93/250/head 2025-01-24T08:10:27.6714134Z * [new branch] gh/bobrenjc93/250/orig -> origin/gh/bobrenjc93/250/orig 2025-01-24T08:10:27.6716234Z * [new branch] gh/bobrenjc93/251/base -> origin/gh/bobrenjc93/251/base 2025-01-24T08:10:27.6717676Z * [new branch] gh/bobrenjc93/251/head -> origin/gh/bobrenjc93/251/head 2025-01-24T08:10:27.6719016Z * [new branch] gh/bobrenjc93/251/orig -> origin/gh/bobrenjc93/251/orig 2025-01-24T08:10:27.6722290Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-01-24T08:10:27.6723652Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-01-24T08:10:27.6724966Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-01-24T08:10:27.6726959Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-01-24T08:10:27.6728222Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-01-24T08:10:27.6729730Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-01-24T08:10:27.6731713Z * [new branch] gh/bobrenjc93/254/base -> origin/gh/bobrenjc93/254/base 2025-01-24T08:10:27.6733109Z * [new branch] gh/bobrenjc93/254/head -> origin/gh/bobrenjc93/254/head 2025-01-24T08:10:27.6734461Z * [new branch] gh/bobrenjc93/254/orig -> origin/gh/bobrenjc93/254/orig 2025-01-24T08:10:27.6736489Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-01-24T08:10:27.6737760Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-01-24T08:10:27.6739162Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-01-24T08:10:27.6741615Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-01-24T08:10:27.6743025Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-01-24T08:10:27.6745491Z * [new branch] gh/c-p-i-o/1/base -> origin/gh/c-p-i-o/1/base 2025-01-24T08:10:27.6746861Z * [new branch] gh/c-p-i-o/1/head -> origin/gh/c-p-i-o/1/head 2025-01-24T08:10:27.6748258Z * [new branch] gh/c-p-i-o/1/orig -> origin/gh/c-p-i-o/1/orig 2025-01-24T08:10:27.6750210Z * [new branch] gh/c-p-i-o/3/base -> origin/gh/c-p-i-o/3/base 2025-01-24T08:10:27.6751670Z * [new branch] gh/c-p-i-o/3/head -> origin/gh/c-p-i-o/3/head 2025-01-24T08:10:27.6753072Z * [new branch] gh/c-p-i-o/3/orig -> origin/gh/c-p-i-o/3/orig 2025-01-24T08:10:27.6755028Z * [new branch] gh/c-p-i-o/4/base -> origin/gh/c-p-i-o/4/base 2025-01-24T08:10:27.6756361Z * [new branch] gh/c-p-i-o/4/head -> origin/gh/c-p-i-o/4/head 2025-01-24T08:10:27.6757795Z * [new branch] gh/c-p-i-o/4/orig -> origin/gh/c-p-i-o/4/orig 2025-01-24T08:10:27.6759917Z * [new branch] gh/c-p-i-o/5/base -> origin/gh/c-p-i-o/5/base 2025-01-24T08:10:27.6761342Z * [new branch] gh/c-p-i-o/5/head -> origin/gh/c-p-i-o/5/head 2025-01-24T08:10:27.6762703Z * [new branch] gh/c-p-i-o/5/orig -> origin/gh/c-p-i-o/5/orig 2025-01-24T08:10:27.6765101Z * [new branch] gh/c00w/19/base -> origin/gh/c00w/19/base 2025-01-24T08:10:27.6766689Z * [new branch] gh/c00w/19/head -> origin/gh/c00w/19/head 2025-01-24T08:10:27.6767693Z * [new branch] gh/c00w/19/orig -> origin/gh/c00w/19/orig 2025-01-24T08:10:27.6769708Z * [new branch] gh/c00w/20/base -> origin/gh/c00w/20/base 2025-01-24T08:10:27.6770998Z * [new branch] gh/c00w/20/head -> origin/gh/c00w/20/head 2025-01-24T08:10:27.6772312Z * [new branch] gh/c00w/20/orig -> origin/gh/c00w/20/orig 2025-01-24T08:10:27.6774135Z * [new branch] gh/c00w/21/base -> origin/gh/c00w/21/base 2025-01-24T08:10:27.6775577Z * [new branch] gh/c00w/21/head -> origin/gh/c00w/21/head 2025-01-24T08:10:27.6776916Z * [new branch] gh/c00w/21/orig -> origin/gh/c00w/21/orig 2025-01-24T08:10:27.6778836Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-01-24T08:10:27.6780232Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-01-24T08:10:27.6782120Z * [new branch] gh/c00w/24/base -> origin/gh/c00w/24/base 2025-01-24T08:10:27.6783333Z * [new branch] gh/c00w/24/head -> origin/gh/c00w/24/head 2025-01-24T08:10:27.6784985Z * [new branch] gh/c00w/24/orig -> origin/gh/c00w/24/orig 2025-01-24T08:10:27.6786893Z * [new branch] gh/c00w/25/base -> origin/gh/c00w/25/base 2025-01-24T08:10:27.6788225Z * [new branch] gh/c00w/25/head -> origin/gh/c00w/25/head 2025-01-24T08:10:27.6789602Z * [new branch] gh/c00w/25/orig -> origin/gh/c00w/25/orig 2025-01-24T08:10:27.6791605Z * [new branch] gh/c00w/26/base -> origin/gh/c00w/26/base 2025-01-24T08:10:27.6792927Z * [new branch] gh/c00w/26/head -> origin/gh/c00w/26/head 2025-01-24T08:10:27.6794455Z * [new branch] gh/c00w/26/orig -> origin/gh/c00w/26/orig 2025-01-24T08:10:27.6796396Z * [new branch] gh/c00w/27/base -> origin/gh/c00w/27/base 2025-01-24T08:10:27.6797937Z * [new branch] gh/c00w/27/head -> origin/gh/c00w/27/head 2025-01-24T08:10:27.6799261Z * [new branch] gh/c00w/27/orig -> origin/gh/c00w/27/orig 2025-01-24T08:10:27.6802212Z * [new branch] gh/c00w/28/base -> origin/gh/c00w/28/base 2025-01-24T08:10:27.6803624Z * [new branch] gh/c00w/28/head -> origin/gh/c00w/28/head 2025-01-24T08:10:27.6804948Z * [new branch] gh/c00w/28/orig -> origin/gh/c00w/28/orig 2025-01-24T08:10:27.6806896Z * [new branch] gh/c00w/29/base -> origin/gh/c00w/29/base 2025-01-24T08:10:27.6808387Z * [new branch] gh/c00w/29/head -> origin/gh/c00w/29/head 2025-01-24T08:10:27.6809758Z * [new branch] gh/c00w/29/orig -> origin/gh/c00w/29/orig 2025-01-24T08:10:27.6811730Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-01-24T08:10:27.6813109Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-01-24T08:10:27.6814527Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-01-24T08:10:27.6816435Z * [new branch] gh/c00w/31/base -> origin/gh/c00w/31/base 2025-01-24T08:10:27.6817866Z * [new branch] gh/c00w/31/head -> origin/gh/c00w/31/head 2025-01-24T08:10:27.6819327Z * [new branch] gh/c00w/31/orig -> origin/gh/c00w/31/orig 2025-01-24T08:10:27.6821722Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-01-24T08:10:27.6823076Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-01-24T08:10:27.6824733Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-01-24T08:10:27.6826949Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-01-24T08:10:27.6828260Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-01-24T08:10:27.6829558Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-01-24T08:10:27.6831610Z * [new branch] gh/chillee/352/base -> origin/gh/chillee/352/base 2025-01-24T08:10:27.6832889Z * [new branch] gh/chillee/352/head -> origin/gh/chillee/352/head 2025-01-24T08:10:27.6834218Z * [new branch] gh/chillee/352/orig -> origin/gh/chillee/352/orig 2025-01-24T08:10:27.6836244Z * [new branch] gh/chillee/360/base -> origin/gh/chillee/360/base 2025-01-24T08:10:27.6837595Z * [new branch] gh/chillee/360/head -> origin/gh/chillee/360/head 2025-01-24T08:10:27.6838998Z * [new branch] gh/chillee/360/orig -> origin/gh/chillee/360/orig 2025-01-24T08:10:27.6841171Z * [new branch] gh/chillee/362/base -> origin/gh/chillee/362/base 2025-01-24T08:10:27.6842609Z * [new branch] gh/chillee/362/head -> origin/gh/chillee/362/head 2025-01-24T08:10:27.6844325Z * [new branch] gh/chillee/362/orig -> origin/gh/chillee/362/orig 2025-01-24T08:10:27.6845992Z * [new branch] gh/chillee/367/base -> origin/gh/chillee/367/base 2025-01-24T08:10:27.6847357Z * [new branch] gh/chillee/367/head -> origin/gh/chillee/367/head 2025-01-24T08:10:27.6848682Z * [new branch] gh/chillee/367/orig -> origin/gh/chillee/367/orig 2025-01-24T08:10:27.6850713Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-01-24T08:10:27.6852039Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-01-24T08:10:27.6853547Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-01-24T08:10:27.6855345Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-01-24T08:10:27.6856704Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-01-24T08:10:27.6858097Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-01-24T08:10:27.6859978Z * [new branch] gh/chillee/378/base -> origin/gh/chillee/378/base 2025-01-24T08:10:27.6861339Z * [new branch] gh/chillee/378/head -> origin/gh/chillee/378/head 2025-01-24T08:10:27.6862659Z * [new branch] gh/chillee/378/orig -> origin/gh/chillee/378/orig 2025-01-24T08:10:27.6864480Z * [new branch] gh/chillee/379/base -> origin/gh/chillee/379/base 2025-01-24T08:10:27.6865873Z * [new branch] gh/chillee/379/head -> origin/gh/chillee/379/head 2025-01-24T08:10:27.6867196Z * [new branch] gh/chillee/379/orig -> origin/gh/chillee/379/orig 2025-01-24T08:10:27.6869743Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-01-24T08:10:27.6871053Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-01-24T08:10:27.6872359Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-01-24T08:10:27.6874281Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-01-24T08:10:27.6875623Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-01-24T08:10:27.6876951Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-01-24T08:10:27.6879015Z * [new branch] gh/chunyuan-w/4/base -> origin/gh/chunyuan-w/4/base 2025-01-24T08:10:27.6881981Z * [new branch] gh/chunyuan-w/4/head -> origin/gh/chunyuan-w/4/head 2025-01-24T08:10:27.6883601Z * [new branch] gh/chunyuan-w/4/orig -> origin/gh/chunyuan-w/4/orig 2025-01-24T08:10:27.6885669Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-01-24T08:10:27.6887066Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-01-24T08:10:27.6888383Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-01-24T08:10:27.6891022Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-01-24T08:10:27.6892482Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-01-24T08:10:27.6893879Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-01-24T08:10:27.6895834Z * [new branch] gh/davidberard98/328/base -> origin/gh/davidberard98/328/base 2025-01-24T08:10:27.6897174Z * [new branch] gh/davidberard98/328/head -> origin/gh/davidberard98/328/head 2025-01-24T08:10:27.6898589Z * [new branch] gh/davidberard98/328/orig -> origin/gh/davidberard98/328/orig 2025-01-24T08:10:27.6900551Z * [new branch] gh/davidberard98/329/base -> origin/gh/davidberard98/329/base 2025-01-24T08:10:27.6902098Z * [new branch] gh/davidberard98/329/head -> origin/gh/davidberard98/329/head 2025-01-24T08:10:27.6903466Z * [new branch] gh/davidberard98/329/orig -> origin/gh/davidberard98/329/orig 2025-01-24T08:10:27.6905498Z * [new branch] gh/davidberard98/330/base -> origin/gh/davidberard98/330/base 2025-01-24T08:10:27.6906827Z * [new branch] gh/davidberard98/330/head -> origin/gh/davidberard98/330/head 2025-01-24T08:10:27.6908198Z * [new branch] gh/davidberard98/330/orig -> origin/gh/davidberard98/330/orig 2025-01-24T08:10:27.6910196Z * [new branch] gh/davidberard98/331/base -> origin/gh/davidberard98/331/base 2025-01-24T08:10:27.6911507Z * [new branch] gh/davidberard98/331/head -> origin/gh/davidberard98/331/head 2025-01-24T08:10:27.6912856Z * [new branch] gh/davidberard98/331/orig -> origin/gh/davidberard98/331/orig 2025-01-24T08:10:27.6915118Z * [new branch] gh/davidberard98/332/base -> origin/gh/davidberard98/332/base 2025-01-24T08:10:27.6916465Z * [new branch] gh/davidberard98/332/head -> origin/gh/davidberard98/332/head 2025-01-24T08:10:27.6917903Z * [new branch] gh/davidberard98/332/orig -> origin/gh/davidberard98/332/orig 2025-01-24T08:10:27.6919848Z * [new branch] gh/davidberard98/333/base -> origin/gh/davidberard98/333/base 2025-01-24T08:10:27.6921376Z * [new branch] gh/davidberard98/333/head -> origin/gh/davidberard98/333/head 2025-01-24T08:10:27.6922795Z * [new branch] gh/davidberard98/333/orig -> origin/gh/davidberard98/333/orig 2025-01-24T08:10:27.6924792Z * [new branch] gh/davidberard98/334/base -> origin/gh/davidberard98/334/base 2025-01-24T08:10:27.6926069Z * [new branch] gh/davidberard98/334/head -> origin/gh/davidberard98/334/head 2025-01-24T08:10:27.6927446Z * [new branch] gh/davidberard98/334/orig -> origin/gh/davidberard98/334/orig 2025-01-24T08:10:27.6929914Z * [new branch] gh/desertfire/520/base -> origin/gh/desertfire/520/base 2025-01-24T08:10:27.6931270Z * [new branch] gh/desertfire/520/head -> origin/gh/desertfire/520/head 2025-01-24T08:10:27.6932725Z * [new branch] gh/desertfire/520/orig -> origin/gh/desertfire/520/orig 2025-01-24T08:10:27.6934752Z * [new branch] gh/desertfire/522/base -> origin/gh/desertfire/522/base 2025-01-24T08:10:27.6936132Z * [new branch] gh/desertfire/522/head -> origin/gh/desertfire/522/head 2025-01-24T08:10:27.6937757Z * [new branch] gh/desertfire/522/orig -> origin/gh/desertfire/522/orig 2025-01-24T08:10:27.6939467Z * [new branch] gh/desertfire/528/base -> origin/gh/desertfire/528/base 2025-01-24T08:10:27.6940791Z * [new branch] gh/desertfire/528/head -> origin/gh/desertfire/528/head 2025-01-24T08:10:27.6942147Z * [new branch] gh/desertfire/528/orig -> origin/gh/desertfire/528/orig 2025-01-24T08:10:27.6944067Z * [new branch] gh/desertfire/529/base -> origin/gh/desertfire/529/base 2025-01-24T08:10:27.6945391Z * [new branch] gh/desertfire/529/head -> origin/gh/desertfire/529/head 2025-01-24T08:10:27.6946710Z * [new branch] gh/desertfire/529/orig -> origin/gh/desertfire/529/orig 2025-01-24T08:10:27.6948635Z * [new branch] gh/desertfire/530/base -> origin/gh/desertfire/530/base 2025-01-24T08:10:27.6949926Z * [new branch] gh/desertfire/530/head -> origin/gh/desertfire/530/head 2025-01-24T08:10:27.6951261Z * [new branch] gh/desertfire/530/orig -> origin/gh/desertfire/530/orig 2025-01-24T08:10:27.6953658Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-01-24T08:10:27.6955032Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-01-24T08:10:27.6956315Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-01-24T08:10:27.6958300Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-01-24T08:10:27.6959751Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-01-24T08:10:27.6961277Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-01-24T08:10:27.6963168Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-01-24T08:10:27.6964510Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-01-24T08:10:27.6965920Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-01-24T08:10:27.6967764Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-01-24T08:10:27.6969093Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-01-24T08:10:27.6970492Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-01-24T08:10:27.6972425Z * [new branch] gh/drisspg/107/base -> origin/gh/drisspg/107/base 2025-01-24T08:10:27.6973732Z * [new branch] gh/drisspg/107/head -> origin/gh/drisspg/107/head 2025-01-24T08:10:27.6975257Z * [new branch] gh/drisspg/107/orig -> origin/gh/drisspg/107/orig 2025-01-24T08:10:27.6977167Z * [new branch] gh/drisspg/108/base -> origin/gh/drisspg/108/base 2025-01-24T08:10:27.6978469Z * [new branch] gh/drisspg/108/head -> origin/gh/drisspg/108/head 2025-01-24T08:10:27.6979801Z * [new branch] gh/drisspg/108/orig -> origin/gh/drisspg/108/orig 2025-01-24T08:10:27.6981771Z * [new branch] gh/drisspg/109/base -> origin/gh/drisspg/109/base 2025-01-24T08:10:27.6983135Z * [new branch] gh/drisspg/109/head -> origin/gh/drisspg/109/head 2025-01-24T08:10:27.6984458Z * [new branch] gh/drisspg/109/orig -> origin/gh/drisspg/109/orig 2025-01-24T08:10:27.6986393Z * [new branch] gh/drisspg/110/base -> origin/gh/drisspg/110/base 2025-01-24T08:10:27.6987718Z * [new branch] gh/drisspg/110/head -> origin/gh/drisspg/110/head 2025-01-24T08:10:27.6989003Z * [new branch] gh/drisspg/110/orig -> origin/gh/drisspg/110/orig 2025-01-24T08:10:27.6990871Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-01-24T08:10:27.6992235Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-01-24T08:10:27.6993817Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-01-24T08:10:27.6995534Z * [new branch] gh/drisspg/112/base -> origin/gh/drisspg/112/base 2025-01-24T08:10:27.6996988Z * [new branch] gh/drisspg/112/head -> origin/gh/drisspg/112/head 2025-01-24T08:10:27.6998214Z * [new branch] gh/drisspg/112/orig -> origin/gh/drisspg/112/orig 2025-01-24T08:10:27.7000194Z * [new branch] gh/drisspg/113/base -> origin/gh/drisspg/113/base 2025-01-24T08:10:27.7001574Z * [new branch] gh/drisspg/113/head -> origin/gh/drisspg/113/head 2025-01-24T08:10:27.7002926Z * [new branch] gh/drisspg/113/orig -> origin/gh/drisspg/113/orig 2025-01-24T08:10:27.7004766Z * [new branch] gh/drisspg/114/base -> origin/gh/drisspg/114/base 2025-01-24T08:10:27.7006105Z * [new branch] gh/drisspg/114/head -> origin/gh/drisspg/114/head 2025-01-24T08:10:27.7007493Z * [new branch] gh/drisspg/114/orig -> origin/gh/drisspg/114/orig 2025-01-24T08:10:27.7009657Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-01-24T08:10:27.7010718Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-01-24T08:10:27.7012089Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-01-24T08:10:27.7014007Z * [new branch] gh/drisspg/116/base -> origin/gh/drisspg/116/base 2025-01-24T08:10:27.7015343Z * [new branch] gh/drisspg/116/head -> origin/gh/drisspg/116/head 2025-01-24T08:10:27.7016686Z * [new branch] gh/drisspg/116/orig -> origin/gh/drisspg/116/orig 2025-01-24T08:10:27.7018668Z * [new branch] gh/drisspg/117/base -> origin/gh/drisspg/117/base 2025-01-24T08:10:27.7020048Z * [new branch] gh/drisspg/117/head -> origin/gh/drisspg/117/head 2025-01-24T08:10:27.7021666Z * [new branch] gh/drisspg/117/orig -> origin/gh/drisspg/117/orig 2025-01-24T08:10:27.7023439Z * [new branch] gh/drisspg/118/base -> origin/gh/drisspg/118/base 2025-01-24T08:10:27.7024700Z * [new branch] gh/drisspg/118/head -> origin/gh/drisspg/118/head 2025-01-24T08:10:27.7025991Z * [new branch] gh/drisspg/118/orig -> origin/gh/drisspg/118/orig 2025-01-24T08:10:27.7027979Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-01-24T08:10:27.7029393Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-01-24T08:10:27.7030944Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-01-24T08:10:27.7032876Z * [new branch] gh/drisspg/32/base -> origin/gh/drisspg/32/base 2025-01-24T08:10:27.7034275Z * [new branch] gh/drisspg/32/head -> origin/gh/drisspg/32/head 2025-01-24T08:10:27.7035531Z * [new branch] gh/drisspg/32/orig -> origin/gh/drisspg/32/orig 2025-01-24T08:10:27.7037465Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-01-24T08:10:27.7038971Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-01-24T08:10:27.7041186Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-01-24T08:10:27.7043239Z * [new branch] gh/drisspg/72/base -> origin/gh/drisspg/72/base 2025-01-24T08:10:27.7044605Z * [new branch] gh/drisspg/72/head -> origin/gh/drisspg/72/head 2025-01-24T08:10:27.7046044Z * [new branch] gh/drisspg/72/orig -> origin/gh/drisspg/72/orig 2025-01-24T08:10:27.7047914Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-01-24T08:10:27.7049556Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-01-24T08:10:27.7050519Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-01-24T08:10:27.7052528Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-01-24T08:10:27.7053833Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-01-24T08:10:27.7055182Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-01-24T08:10:27.7057158Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-01-24T08:10:27.7058441Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-01-24T08:10:27.7059776Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-01-24T08:10:27.7062222Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-01-24T08:10:27.7063715Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-01-24T08:10:27.7065021Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-01-24T08:10:27.7066960Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-01-24T08:10:27.7068362Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-01-24T08:10:27.7069722Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-01-24T08:10:27.7071593Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-01-24T08:10:27.7072923Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-01-24T08:10:27.7074280Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-01-24T08:10:27.7076231Z * [new branch] gh/eellison/697/base -> origin/gh/eellison/697/base 2025-01-24T08:10:27.7077578Z * [new branch] gh/eellison/697/head -> origin/gh/eellison/697/head 2025-01-24T08:10:27.7078957Z * [new branch] gh/eellison/697/orig -> origin/gh/eellison/697/orig 2025-01-24T08:10:27.7081282Z * [new branch] gh/eellison/703/base -> origin/gh/eellison/703/base 2025-01-24T08:10:27.7082782Z * [new branch] gh/eellison/703/head -> origin/gh/eellison/703/head 2025-01-24T08:10:27.7084205Z * [new branch] gh/eellison/703/orig -> origin/gh/eellison/703/orig 2025-01-24T08:10:27.7086094Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-01-24T08:10:27.7087434Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-01-24T08:10:27.7088771Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-01-24T08:10:27.7090820Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-01-24T08:10:27.7092184Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-01-24T08:10:27.7093737Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-01-24T08:10:27.7095700Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-01-24T08:10:27.7097035Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-01-24T08:10:27.7098390Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-01-24T08:10:27.7100330Z * [new branch] gh/eellison/716/base -> origin/gh/eellison/716/base 2025-01-24T08:10:27.7101627Z * [new branch] gh/eellison/716/head -> origin/gh/eellison/716/head 2025-01-24T08:10:27.7102996Z * [new branch] gh/eellison/716/orig -> origin/gh/eellison/716/orig 2025-01-24T08:10:27.7105197Z * [new branch] gh/eellison/717/base -> origin/gh/eellison/717/base 2025-01-24T08:10:27.7106477Z * [new branch] gh/eellison/717/head -> origin/gh/eellison/717/head 2025-01-24T08:10:27.7107760Z * [new branch] gh/eellison/717/orig -> origin/gh/eellison/717/orig 2025-01-24T08:10:27.7109705Z * [new branch] gh/eellison/718/base -> origin/gh/eellison/718/base 2025-01-24T08:10:27.7111001Z * [new branch] gh/eellison/718/head -> origin/gh/eellison/718/head 2025-01-24T08:10:27.7112373Z * [new branch] gh/eellison/718/orig -> origin/gh/eellison/718/orig 2025-01-24T08:10:27.7115672Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-01-24T08:10:27.7117043Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-01-24T08:10:27.7118414Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-01-24T08:10:27.7121355Z * [new branch] gh/eellison/743/base -> origin/gh/eellison/743/base 2025-01-24T08:10:27.7122682Z * [new branch] gh/eellison/743/head -> origin/gh/eellison/743/head 2025-01-24T08:10:27.7123994Z * [new branch] gh/eellison/743/orig -> origin/gh/eellison/743/orig 2025-01-24T08:10:27.7125989Z * [new branch] gh/eellison/745/base -> origin/gh/eellison/745/base 2025-01-24T08:10:27.7127307Z * [new branch] gh/eellison/745/head -> origin/gh/eellison/745/head 2025-01-24T08:10:27.7128698Z * [new branch] gh/eellison/745/orig -> origin/gh/eellison/745/orig 2025-01-24T08:10:27.7130607Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-01-24T08:10:27.7131941Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-01-24T08:10:27.7133278Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-01-24T08:10:27.7135185Z * [new branch] gh/eellison/748/base -> origin/gh/eellison/748/base 2025-01-24T08:10:27.7136511Z * [new branch] gh/eellison/748/head -> origin/gh/eellison/748/head 2025-01-24T08:10:27.7137860Z * [new branch] gh/eellison/748/orig -> origin/gh/eellison/748/orig 2025-01-24T08:10:27.7139879Z * [new branch] gh/eellison/749/base -> origin/gh/eellison/749/base 2025-01-24T08:10:27.7141135Z * [new branch] gh/eellison/749/head -> origin/gh/eellison/749/head 2025-01-24T08:10:27.7142469Z * [new branch] gh/eellison/749/orig -> origin/gh/eellison/749/orig 2025-01-24T08:10:27.7144448Z * [new branch] gh/eellison/750/base -> origin/gh/eellison/750/base 2025-01-24T08:10:27.7145783Z * [new branch] gh/eellison/750/head -> origin/gh/eellison/750/head 2025-01-24T08:10:27.7147131Z * [new branch] gh/eellison/750/orig -> origin/gh/eellison/750/orig 2025-01-24T08:10:27.7149082Z * [new branch] gh/eellison/751/base -> origin/gh/eellison/751/base 2025-01-24T08:10:27.7150499Z * [new branch] gh/eellison/751/head -> origin/gh/eellison/751/head 2025-01-24T08:10:27.7151873Z * [new branch] gh/eellison/751/orig -> origin/gh/eellison/751/orig 2025-01-24T08:10:27.7153762Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-01-24T08:10:27.7155188Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-01-24T08:10:27.7156513Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-01-24T08:10:27.7158352Z * [new branch] gh/eellison/753/base -> origin/gh/eellison/753/base 2025-01-24T08:10:27.7159887Z * [new branch] gh/eellison/753/head -> origin/gh/eellison/753/head 2025-01-24T08:10:27.7161629Z * [new branch] gh/eellison/753/orig -> origin/gh/eellison/753/orig 2025-01-24T08:10:27.7163193Z * [new branch] gh/eellison/754/base -> origin/gh/eellison/754/base 2025-01-24T08:10:27.7164594Z * [new branch] gh/eellison/754/head -> origin/gh/eellison/754/head 2025-01-24T08:10:27.7165922Z * [new branch] gh/eellison/754/orig -> origin/gh/eellison/754/orig 2025-01-24T08:10:27.7168260Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-01-24T08:10:27.7169579Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-01-24T08:10:27.7170918Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-01-24T08:10:27.7172897Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-01-24T08:10:27.7174161Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-01-24T08:10:27.7175480Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-01-24T08:10:27.7177306Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-01-24T08:10:27.7178639Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-01-24T08:10:27.7179934Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-01-24T08:10:27.7181954Z * [new branch] gh/etaf/76/base -> origin/gh/etaf/76/base 2025-01-24T08:10:27.7183392Z * [new branch] gh/etaf/76/head -> origin/gh/etaf/76/head 2025-01-24T08:10:27.7184719Z * [new branch] gh/etaf/76/orig -> origin/gh/etaf/76/orig 2025-01-24T08:10:27.7186676Z * [new branch] gh/etaf/78/base -> origin/gh/etaf/78/base 2025-01-24T08:10:27.7188063Z * [new branch] gh/etaf/78/head -> origin/gh/etaf/78/head 2025-01-24T08:10:27.7189430Z * [new branch] gh/etaf/78/orig -> origin/gh/etaf/78/orig 2025-01-24T08:10:27.7191332Z * [new branch] gh/etaf/79/base -> origin/gh/etaf/79/base 2025-01-24T08:10:27.7192702Z * [new branch] gh/etaf/79/head -> origin/gh/etaf/79/head 2025-01-24T08:10:27.7194064Z * [new branch] gh/etaf/79/orig -> origin/gh/etaf/79/orig 2025-01-24T08:10:27.7195854Z * [new branch] gh/etaf/80/base -> origin/gh/etaf/80/base 2025-01-24T08:10:27.7197169Z * [new branch] gh/etaf/80/head -> origin/gh/etaf/80/head 2025-01-24T08:10:27.7198720Z * [new branch] gh/etaf/80/orig -> origin/gh/etaf/80/orig 2025-01-24T08:10:27.7202211Z * [new branch] gh/etaf/81/base -> origin/gh/etaf/81/base 2025-01-24T08:10:27.7203558Z * [new branch] gh/etaf/81/head -> origin/gh/etaf/81/head 2025-01-24T08:10:27.7205060Z * [new branch] gh/etaf/81/orig -> origin/gh/etaf/81/orig 2025-01-24T08:10:27.7207106Z * [new branch] gh/etaf/82/base -> origin/gh/etaf/82/base 2025-01-24T08:10:27.7208431Z * [new branch] gh/etaf/82/head -> origin/gh/etaf/82/head 2025-01-24T08:10:27.7209800Z * [new branch] gh/etaf/82/orig -> origin/gh/etaf/82/orig 2025-01-24T08:10:27.7211803Z * [new branch] gh/etaf/83/base -> origin/gh/etaf/83/base 2025-01-24T08:10:27.7213259Z * [new branch] gh/etaf/83/head -> origin/gh/etaf/83/head 2025-01-24T08:10:27.7214575Z * [new branch] gh/etaf/83/orig -> origin/gh/etaf/83/orig 2025-01-24T08:10:27.7216555Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-01-24T08:10:27.7217959Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-01-24T08:10:27.7219299Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-01-24T08:10:27.7221568Z * [new branch] gh/etaf/85/base -> origin/gh/etaf/85/base 2025-01-24T08:10:27.7222639Z * [new branch] gh/etaf/85/head -> origin/gh/etaf/85/head 2025-01-24T08:10:27.7223999Z * [new branch] gh/etaf/85/orig -> origin/gh/etaf/85/orig 2025-01-24T08:10:27.7225848Z * [new branch] gh/etaf/86/base -> origin/gh/etaf/86/base 2025-01-24T08:10:27.7227258Z * [new branch] gh/etaf/86/head -> origin/gh/etaf/86/head 2025-01-24T08:10:27.7228618Z * [new branch] gh/etaf/86/orig -> origin/gh/etaf/86/orig 2025-01-24T08:10:27.7230649Z * [new branch] gh/etaf/87/base -> origin/gh/etaf/87/base 2025-01-24T08:10:27.7231955Z * [new branch] gh/etaf/87/head -> origin/gh/etaf/87/head 2025-01-24T08:10:27.7233337Z * [new branch] gh/etaf/87/orig -> origin/gh/etaf/87/orig 2025-01-24T08:10:27.7235115Z * [new branch] gh/etaf/88/base -> origin/gh/etaf/88/base 2025-01-24T08:10:27.7236505Z * [new branch] gh/etaf/88/head -> origin/gh/etaf/88/head 2025-01-24T08:10:27.7237811Z * [new branch] gh/etaf/88/orig -> origin/gh/etaf/88/orig 2025-01-24T08:10:27.7239884Z * [new branch] gh/etaf/89/base -> origin/gh/etaf/89/base 2025-01-24T08:10:27.7241246Z * [new branch] gh/etaf/89/head -> origin/gh/etaf/89/head 2025-01-24T08:10:27.7242590Z * [new branch] gh/etaf/89/orig -> origin/gh/etaf/89/orig 2025-01-24T08:10:27.7244594Z * [new branch] gh/etaf/90/base -> origin/gh/etaf/90/base 2025-01-24T08:10:27.7245942Z * [new branch] gh/etaf/90/head -> origin/gh/etaf/90/head 2025-01-24T08:10:27.7247277Z * [new branch] gh/etaf/90/orig -> origin/gh/etaf/90/orig 2025-01-24T08:10:27.7249302Z * [new branch] gh/etaf/91/base -> origin/gh/etaf/91/base 2025-01-24T08:10:27.7250679Z * [new branch] gh/etaf/91/head -> origin/gh/etaf/91/head 2025-01-24T08:10:27.7252017Z * [new branch] gh/etaf/91/orig -> origin/gh/etaf/91/orig 2025-01-24T08:10:27.7254113Z * [new branch] gh/etaf/92/base -> origin/gh/etaf/92/base 2025-01-24T08:10:27.7255463Z * [new branch] gh/etaf/92/head -> origin/gh/etaf/92/head 2025-01-24T08:10:27.7256848Z * [new branch] gh/etaf/92/orig -> origin/gh/etaf/92/orig 2025-01-24T08:10:27.7258610Z * [new branch] gh/etaf/93/base -> origin/gh/etaf/93/base 2025-01-24T08:10:27.7260274Z * [new branch] gh/etaf/93/head -> origin/gh/etaf/93/head 2025-01-24T08:10:27.7261327Z * [new branch] gh/etaf/93/orig -> origin/gh/etaf/93/orig 2025-01-24T08:10:27.7263299Z * [new branch] gh/etaf/94/base -> origin/gh/etaf/94/base 2025-01-24T08:10:27.7264657Z * [new branch] gh/etaf/94/head -> origin/gh/etaf/94/head 2025-01-24T08:10:27.7266310Z * [new branch] gh/etaf/94/orig -> origin/gh/etaf/94/orig 2025-01-24T08:10:27.7267952Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-01-24T08:10:27.7269307Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-01-24T08:10:27.7270685Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-01-24T08:10:27.7273184Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-01-24T08:10:27.7274674Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-01-24T08:10:27.7276007Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-01-24T08:10:27.7278189Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-01-24T08:10:27.7280256Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-01-24T08:10:27.7282865Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-01-24T08:10:27.7284845Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-01-24T08:10:27.7286142Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-01-24T08:10:27.7287476Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-01-24T08:10:27.7289398Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-01-24T08:10:27.7290753Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-01-24T08:10:27.7292054Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-01-24T08:10:27.7295512Z * [new branch] gh/ezyang/2987/base -> origin/gh/ezyang/2987/base 2025-01-24T08:10:27.7296117Z * [new branch] gh/ezyang/2987/head -> origin/gh/ezyang/2987/head 2025-01-24T08:10:27.7296552Z * [new branch] gh/ezyang/2987/orig -> origin/gh/ezyang/2987/orig 2025-01-24T08:10:27.7298601Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-01-24T08:10:27.7300235Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-01-24T08:10:27.7301200Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-01-24T08:10:27.7303223Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-01-24T08:10:27.7304567Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-01-24T08:10:27.7305918Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-01-24T08:10:27.7307822Z * [new branch] gh/ezyang/3045/base -> origin/gh/ezyang/3045/base 2025-01-24T08:10:27.7309202Z * [new branch] gh/ezyang/3045/head -> origin/gh/ezyang/3045/head 2025-01-24T08:10:27.7310616Z * [new branch] gh/ezyang/3045/orig -> origin/gh/ezyang/3045/orig 2025-01-24T08:10:27.7312484Z * [new branch] gh/ezyang/3047/base -> origin/gh/ezyang/3047/base 2025-01-24T08:10:27.7313820Z * [new branch] gh/ezyang/3047/head -> origin/gh/ezyang/3047/head 2025-01-24T08:10:27.7315155Z * [new branch] gh/ezyang/3047/orig -> origin/gh/ezyang/3047/orig 2025-01-24T08:10:27.7317052Z * [new branch] gh/ezyang/3051/base -> origin/gh/ezyang/3051/base 2025-01-24T08:10:27.7318402Z * [new branch] gh/ezyang/3051/head -> origin/gh/ezyang/3051/head 2025-01-24T08:10:27.7319806Z * [new branch] gh/ezyang/3051/orig -> origin/gh/ezyang/3051/orig 2025-01-24T08:10:27.7321937Z * [new branch] gh/ezyang/3056/base -> origin/gh/ezyang/3056/base 2025-01-24T08:10:27.7323298Z * [new branch] gh/ezyang/3056/head -> origin/gh/ezyang/3056/head 2025-01-24T08:10:27.7324665Z * [new branch] gh/ezyang/3056/orig -> origin/gh/ezyang/3056/orig 2025-01-24T08:10:27.7326631Z * [new branch] gh/ezyang/3057/base -> origin/gh/ezyang/3057/base 2025-01-24T08:10:27.7327998Z * [new branch] gh/ezyang/3057/head -> origin/gh/ezyang/3057/head 2025-01-24T08:10:27.7329396Z * [new branch] gh/ezyang/3057/orig -> origin/gh/ezyang/3057/orig 2025-01-24T08:10:27.7331251Z * [new branch] gh/ezyang/3058/base -> origin/gh/ezyang/3058/base 2025-01-24T08:10:27.7332594Z * [new branch] gh/ezyang/3058/head -> origin/gh/ezyang/3058/head 2025-01-24T08:10:27.7334116Z * [new branch] gh/ezyang/3058/orig -> origin/gh/ezyang/3058/orig 2025-01-24T08:10:27.7335919Z * [new branch] gh/ezyang/3059/base -> origin/gh/ezyang/3059/base 2025-01-24T08:10:27.7341374Z * [new branch] gh/ezyang/3059/head -> origin/gh/ezyang/3059/head 2025-01-24T08:10:27.7343486Z * [new branch] gh/ezyang/3059/orig -> origin/gh/ezyang/3059/orig 2025-01-24T08:10:27.7343745Z * [new branch] gh/ezyang/3060/base -> origin/gh/ezyang/3060/base 2025-01-24T08:10:27.7343992Z * [new branch] gh/ezyang/3060/head -> origin/gh/ezyang/3060/head 2025-01-24T08:10:27.7344719Z * [new branch] gh/ezyang/3060/orig -> origin/gh/ezyang/3060/orig 2025-01-24T08:10:27.7344999Z * [new branch] gh/ezyang/3061/base -> origin/gh/ezyang/3061/base 2025-01-24T08:10:27.7346788Z * [new branch] gh/ezyang/3061/head -> origin/gh/ezyang/3061/head 2025-01-24T08:10:27.7347776Z * [new branch] gh/ezyang/3061/orig -> origin/gh/ezyang/3061/orig 2025-01-24T08:10:27.7349832Z * [new branch] gh/ezyang/3062/base -> origin/gh/ezyang/3062/base 2025-01-24T08:10:27.7351163Z * [new branch] gh/ezyang/3062/head -> origin/gh/ezyang/3062/head 2025-01-24T08:10:27.7352334Z * [new branch] gh/ezyang/3062/orig -> origin/gh/ezyang/3062/orig 2025-01-24T08:10:27.7354397Z * [new branch] gh/ezyang/3063/base -> origin/gh/ezyang/3063/base 2025-01-24T08:10:27.7355734Z * [new branch] gh/ezyang/3063/head -> origin/gh/ezyang/3063/head 2025-01-24T08:10:27.7357023Z * [new branch] gh/ezyang/3063/orig -> origin/gh/ezyang/3063/orig 2025-01-24T08:10:27.7359089Z * [new branch] gh/ezyang/3064/base -> origin/gh/ezyang/3064/base 2025-01-24T08:10:27.7361379Z * [new branch] gh/ezyang/3064/head -> origin/gh/ezyang/3064/head 2025-01-24T08:10:27.7362746Z * [new branch] gh/ezyang/3064/orig -> origin/gh/ezyang/3064/orig 2025-01-24T08:10:27.7364677Z * [new branch] gh/ezyang/3065/base -> origin/gh/ezyang/3065/base 2025-01-24T08:10:27.7365906Z * [new branch] gh/ezyang/3065/head -> origin/gh/ezyang/3065/head 2025-01-24T08:10:27.7367238Z * [new branch] gh/ezyang/3065/orig -> origin/gh/ezyang/3065/orig 2025-01-24T08:10:27.7369217Z * [new branch] gh/ezyang/3066/base -> origin/gh/ezyang/3066/base 2025-01-24T08:10:27.7370677Z * [new branch] gh/ezyang/3066/head -> origin/gh/ezyang/3066/head 2025-01-24T08:10:27.7372044Z * [new branch] gh/ezyang/3066/orig -> origin/gh/ezyang/3066/orig 2025-01-24T08:10:27.7374019Z * [new branch] gh/ezyang/3067/base -> origin/gh/ezyang/3067/base 2025-01-24T08:10:27.7375296Z * [new branch] gh/ezyang/3067/head -> origin/gh/ezyang/3067/head 2025-01-24T08:10:27.7376585Z * [new branch] gh/ezyang/3067/orig -> origin/gh/ezyang/3067/orig 2025-01-24T08:10:27.7378600Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-01-24T08:10:27.7379933Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-01-24T08:10:27.7381285Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-01-24T08:10:27.7383274Z * [new branch] gh/ezyang/3069/base -> origin/gh/ezyang/3069/base 2025-01-24T08:10:27.7384579Z * [new branch] gh/ezyang/3069/head -> origin/gh/ezyang/3069/head 2025-01-24T08:10:27.7385941Z * [new branch] gh/ezyang/3069/orig -> origin/gh/ezyang/3069/orig 2025-01-24T08:10:27.7387930Z * [new branch] gh/ezyang/3070/base -> origin/gh/ezyang/3070/base 2025-01-24T08:10:27.7389290Z * [new branch] gh/ezyang/3070/head -> origin/gh/ezyang/3070/head 2025-01-24T08:10:27.7390852Z * [new branch] gh/ezyang/3070/orig -> origin/gh/ezyang/3070/orig 2025-01-24T08:10:27.7392696Z * [new branch] gh/ezyang/3071/base -> origin/gh/ezyang/3071/base 2025-01-24T08:10:27.7394069Z * [new branch] gh/ezyang/3071/head -> origin/gh/ezyang/3071/head 2025-01-24T08:10:27.7395397Z * [new branch] gh/ezyang/3071/orig -> origin/gh/ezyang/3071/orig 2025-01-24T08:10:27.7398003Z * [new branch] gh/fduwjj/102/base -> origin/gh/fduwjj/102/base 2025-01-24T08:10:27.7399514Z * [new branch] gh/fduwjj/102/head -> origin/gh/fduwjj/102/head 2025-01-24T08:10:27.7400909Z * [new branch] gh/fduwjj/102/orig -> origin/gh/fduwjj/102/orig 2025-01-24T08:10:27.7402913Z * [new branch] gh/fduwjj/103/base -> origin/gh/fduwjj/103/base 2025-01-24T08:10:27.7404250Z * [new branch] gh/fduwjj/103/head -> origin/gh/fduwjj/103/head 2025-01-24T08:10:27.7405643Z * [new branch] gh/fduwjj/103/orig -> origin/gh/fduwjj/103/orig 2025-01-24T08:10:27.7407424Z * [new branch] gh/fduwjj/104/base -> origin/gh/fduwjj/104/base 2025-01-24T08:10:27.7408762Z * [new branch] gh/fduwjj/104/head -> origin/gh/fduwjj/104/head 2025-01-24T08:10:27.7410039Z * [new branch] gh/fduwjj/104/orig -> origin/gh/fduwjj/104/orig 2025-01-24T08:10:27.7411892Z * [new branch] gh/fduwjj/105/base -> origin/gh/fduwjj/105/base 2025-01-24T08:10:27.7413291Z * [new branch] gh/fduwjj/105/head -> origin/gh/fduwjj/105/head 2025-01-24T08:10:27.7414691Z * [new branch] gh/fduwjj/105/orig -> origin/gh/fduwjj/105/orig 2025-01-24T08:10:27.7416608Z * [new branch] gh/fduwjj/106/base -> origin/gh/fduwjj/106/base 2025-01-24T08:10:27.7417937Z * [new branch] gh/fduwjj/106/head -> origin/gh/fduwjj/106/head 2025-01-24T08:10:27.7419255Z * [new branch] gh/fduwjj/106/orig -> origin/gh/fduwjj/106/orig 2025-01-24T08:10:27.7421587Z * [new branch] gh/fduwjj/107/base -> origin/gh/fduwjj/107/base 2025-01-24T08:10:27.7422593Z * [new branch] gh/fduwjj/107/head -> origin/gh/fduwjj/107/head 2025-01-24T08:10:27.7423980Z * [new branch] gh/fduwjj/107/orig -> origin/gh/fduwjj/107/orig 2025-01-24T08:10:27.7425822Z * [new branch] gh/fduwjj/108/base -> origin/gh/fduwjj/108/base 2025-01-24T08:10:27.7427236Z * [new branch] gh/fduwjj/108/head -> origin/gh/fduwjj/108/head 2025-01-24T08:10:27.7428536Z * [new branch] gh/fduwjj/108/orig -> origin/gh/fduwjj/108/orig 2025-01-24T08:10:27.7431195Z * [new branch] gh/fduwjj/109/base -> origin/gh/fduwjj/109/base 2025-01-24T08:10:27.7431637Z * [new branch] gh/fduwjj/109/head -> origin/gh/fduwjj/109/head 2025-01-24T08:10:27.7433065Z * [new branch] gh/fduwjj/109/orig -> origin/gh/fduwjj/109/orig 2025-01-24T08:10:27.7435594Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-01-24T08:10:27.7436951Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-01-24T08:10:27.7438454Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-01-24T08:10:27.7441384Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-01-24T08:10:27.7442753Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-01-24T08:10:27.7444196Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-01-24T08:10:27.7446127Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-01-24T08:10:27.7447675Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-01-24T08:10:27.7448727Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-01-24T08:10:27.7450799Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-01-24T08:10:27.7452228Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-01-24T08:10:27.7453658Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-01-24T08:10:27.7455678Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-01-24T08:10:27.7457083Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-01-24T08:10:27.7458459Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-01-24T08:10:27.7460462Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-01-24T08:10:27.7461886Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-01-24T08:10:27.7463286Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-01-24T08:10:27.7465184Z * [new branch] gh/fegin/292/base -> origin/gh/fegin/292/base 2025-01-24T08:10:27.7466570Z * [new branch] gh/fegin/292/head -> origin/gh/fegin/292/head 2025-01-24T08:10:27.7467819Z * [new branch] gh/fegin/292/orig -> origin/gh/fegin/292/orig 2025-01-24T08:10:27.7469781Z * [new branch] gh/fegin/293/base -> origin/gh/fegin/293/base 2025-01-24T08:10:27.7471115Z * [new branch] gh/fegin/293/head -> origin/gh/fegin/293/head 2025-01-24T08:10:27.7472493Z * [new branch] gh/fegin/293/orig -> origin/gh/fegin/293/orig 2025-01-24T08:10:27.7474413Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-01-24T08:10:27.7475760Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-01-24T08:10:27.7477125Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-01-24T08:10:27.7479586Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-01-24T08:10:27.7481034Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-01-24T08:10:27.7482336Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-01-24T08:10:27.7484383Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-01-24T08:10:27.7485652Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-01-24T08:10:27.7486990Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-01-24T08:10:27.7488886Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-01-24T08:10:27.7490282Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-01-24T08:10:27.7491772Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-01-24T08:10:27.7493977Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-01-24T08:10:27.7495282Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-01-24T08:10:27.7497763Z * [new branch] gh/guangyey/100/base -> origin/gh/guangyey/100/base 2025-01-24T08:10:27.7499108Z * [new branch] gh/guangyey/100/head -> origin/gh/guangyey/100/head 2025-01-24T08:10:27.7500421Z * [new branch] gh/guangyey/100/orig -> origin/gh/guangyey/100/orig 2025-01-24T08:10:27.7502455Z * [new branch] gh/guangyey/105/base -> origin/gh/guangyey/105/base 2025-01-24T08:10:27.7503758Z * [new branch] gh/guangyey/105/head -> origin/gh/guangyey/105/head 2025-01-24T08:10:27.7505359Z * [new branch] gh/guangyey/105/orig -> origin/gh/guangyey/105/orig 2025-01-24T08:10:27.7507042Z * [new branch] gh/guangyey/111/base -> origin/gh/guangyey/111/base 2025-01-24T08:10:27.7508361Z * [new branch] gh/guangyey/111/head -> origin/gh/guangyey/111/head 2025-01-24T08:10:27.7509671Z * [new branch] gh/guangyey/111/orig -> origin/gh/guangyey/111/orig 2025-01-24T08:10:27.7511584Z * [new branch] gh/guangyey/112/base -> origin/gh/guangyey/112/base 2025-01-24T08:10:27.7512893Z * [new branch] gh/guangyey/112/head -> origin/gh/guangyey/112/head 2025-01-24T08:10:27.7514208Z * [new branch] gh/guangyey/112/orig -> origin/gh/guangyey/112/orig 2025-01-24T08:10:27.7516157Z * [new branch] gh/guangyey/113/base -> origin/gh/guangyey/113/base 2025-01-24T08:10:27.7517521Z * [new branch] gh/guangyey/113/head -> origin/gh/guangyey/113/head 2025-01-24T08:10:27.7518993Z * [new branch] gh/guangyey/113/orig -> origin/gh/guangyey/113/orig 2025-01-24T08:10:27.7521931Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-01-24T08:10:27.7523223Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-01-24T08:10:27.7524486Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-01-24T08:10:27.7526546Z * [new branch] gh/guangyey/115/base -> origin/gh/guangyey/115/base 2025-01-24T08:10:27.7527824Z * [new branch] gh/guangyey/115/head -> origin/gh/guangyey/115/head 2025-01-24T08:10:27.7529166Z * [new branch] gh/guangyey/115/orig -> origin/gh/guangyey/115/orig 2025-01-24T08:10:27.7531092Z * [new branch] gh/guangyey/116/base -> origin/gh/guangyey/116/base 2025-01-24T08:10:27.7532459Z * [new branch] gh/guangyey/116/head -> origin/gh/guangyey/116/head 2025-01-24T08:10:27.7533754Z * [new branch] gh/guangyey/116/orig -> origin/gh/guangyey/116/orig 2025-01-24T08:10:27.7535625Z * [new branch] gh/guangyey/117/base -> origin/gh/guangyey/117/base 2025-01-24T08:10:27.7536970Z * [new branch] gh/guangyey/117/head -> origin/gh/guangyey/117/head 2025-01-24T08:10:27.7538301Z * [new branch] gh/guangyey/117/orig -> origin/gh/guangyey/117/orig 2025-01-24T08:10:27.7540185Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-01-24T08:10:27.7541551Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-01-24T08:10:27.7542901Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-01-24T08:10:27.7544895Z * [new branch] gh/guangyey/119/base -> origin/gh/guangyey/119/base 2025-01-24T08:10:27.7546245Z * [new branch] gh/guangyey/119/head -> origin/gh/guangyey/119/head 2025-01-24T08:10:27.7547583Z * [new branch] gh/guangyey/119/orig -> origin/gh/guangyey/119/orig 2025-01-24T08:10:27.7549547Z * [new branch] gh/guangyey/120/base -> origin/gh/guangyey/120/base 2025-01-24T08:10:27.7550869Z * [new branch] gh/guangyey/120/head -> origin/gh/guangyey/120/head 2025-01-24T08:10:27.7552208Z * [new branch] gh/guangyey/120/orig -> origin/gh/guangyey/120/orig 2025-01-24T08:10:27.7554109Z * [new branch] gh/guangyey/121/base -> origin/gh/guangyey/121/base 2025-01-24T08:10:27.7555479Z * [new branch] gh/guangyey/121/head -> origin/gh/guangyey/121/head 2025-01-24T08:10:27.7556852Z * [new branch] gh/guangyey/121/orig -> origin/gh/guangyey/121/orig 2025-01-24T08:10:27.7558752Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-01-24T08:10:27.7560463Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-01-24T08:10:27.7561517Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-01-24T08:10:27.7563544Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-01-24T08:10:27.7564899Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-01-24T08:10:27.7566214Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-01-24T08:10:27.7568150Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-01-24T08:10:27.7569477Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-01-24T08:10:27.7570813Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-01-24T08:10:27.7572712Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-01-24T08:10:27.7573937Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-01-24T08:10:27.7575253Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-01-24T08:10:27.7578025Z * [new branch] gh/guangyey/90/base -> origin/gh/guangyey/90/base 2025-01-24T08:10:27.7579316Z * [new branch] gh/guangyey/90/head -> origin/gh/guangyey/90/head 2025-01-24T08:10:27.7580725Z * [new branch] gh/guangyey/90/orig -> origin/gh/guangyey/90/orig 2025-01-24T08:10:27.7582651Z * [new branch] gh/guangyey/99/base -> origin/gh/guangyey/99/base 2025-01-24T08:10:27.7583990Z * [new branch] gh/guangyey/99/head -> origin/gh/guangyey/99/head 2025-01-24T08:10:27.7585308Z * [new branch] gh/guangyey/99/orig -> origin/gh/guangyey/99/orig 2025-01-24T08:10:27.7587787Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-01-24T08:10:27.7589151Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-01-24T08:10:27.7590549Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-01-24T08:10:27.7592524Z * [new branch] gh/guilhermeleobas/65/base -> origin/gh/guilhermeleobas/65/base 2025-01-24T08:10:27.7593843Z * [new branch] gh/guilhermeleobas/65/head -> origin/gh/guilhermeleobas/65/head 2025-01-24T08:10:27.7595413Z * [new branch] gh/guilhermeleobas/65/orig -> origin/gh/guilhermeleobas/65/orig 2025-01-24T08:10:27.7597361Z * [new branch] gh/guilhermeleobas/69/base -> origin/gh/guilhermeleobas/69/base 2025-01-24T08:10:27.7598842Z * [new branch] gh/guilhermeleobas/69/head -> origin/gh/guilhermeleobas/69/head 2025-01-24T08:10:27.7601070Z * [new branch] gh/guilhermeleobas/69/orig -> origin/gh/guilhermeleobas/69/orig 2025-01-24T08:10:27.7603276Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-01-24T08:10:27.7604414Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-01-24T08:10:27.7606155Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-01-24T08:10:27.7607930Z * [new branch] gh/guilhermeleobas/74/base -> origin/gh/guilhermeleobas/74/base 2025-01-24T08:10:27.7609384Z * [new branch] gh/guilhermeleobas/74/head -> origin/gh/guilhermeleobas/74/head 2025-01-24T08:10:27.7610746Z * [new branch] gh/guilhermeleobas/74/orig -> origin/gh/guilhermeleobas/74/orig 2025-01-24T08:10:27.7612696Z * [new branch] gh/guilhermeleobas/77/base -> origin/gh/guilhermeleobas/77/base 2025-01-24T08:10:27.7614045Z * [new branch] gh/guilhermeleobas/77/head -> origin/gh/guilhermeleobas/77/head 2025-01-24T08:10:27.7615730Z * [new branch] gh/guilhermeleobas/77/orig -> origin/gh/guilhermeleobas/77/orig 2025-01-24T08:10:27.7617407Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-01-24T08:10:27.7618587Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-01-24T08:10:27.7620066Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-01-24T08:10:27.7621997Z * [new branch] gh/guilhermeleobas/82/base -> origin/gh/guilhermeleobas/82/base 2025-01-24T08:10:27.7623548Z * [new branch] gh/guilhermeleobas/82/head -> origin/gh/guilhermeleobas/82/head 2025-01-24T08:10:27.7624909Z * [new branch] gh/guilhermeleobas/82/orig -> origin/gh/guilhermeleobas/82/orig 2025-01-24T08:10:27.7626795Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-01-24T08:10:27.7628510Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-01-24T08:10:27.7629420Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-01-24T08:10:27.7631382Z * [new branch] gh/guilhermeleobas/84/base -> origin/gh/guilhermeleobas/84/base 2025-01-24T08:10:27.7632824Z * [new branch] gh/guilhermeleobas/84/head -> origin/gh/guilhermeleobas/84/head 2025-01-24T08:10:27.7634076Z * [new branch] gh/guilhermeleobas/84/orig -> origin/gh/guilhermeleobas/84/orig 2025-01-24T08:10:27.7636107Z * [new branch] gh/guilhermeleobas/85/base -> origin/gh/guilhermeleobas/85/base 2025-01-24T08:10:27.7637422Z * [new branch] gh/guilhermeleobas/85/head -> origin/gh/guilhermeleobas/85/head 2025-01-24T08:10:27.7638785Z * [new branch] gh/guilhermeleobas/85/orig -> origin/gh/guilhermeleobas/85/orig 2025-01-24T08:10:27.7640968Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-01-24T08:10:27.7642290Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-01-24T08:10:27.7643591Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-01-24T08:10:27.7645518Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-01-24T08:10:27.7646879Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-01-24T08:10:27.7648193Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-01-24T08:10:27.7650133Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-01-24T08:10:27.7651461Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-01-24T08:10:27.7652791Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-01-24T08:10:27.7654691Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-01-24T08:10:27.7656046Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-01-24T08:10:27.7657401Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-01-24T08:10:27.7659262Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-01-24T08:10:27.7660660Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-01-24T08:10:27.7661974Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-01-24T08:10:27.7663866Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-01-24T08:10:27.7665470Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-01-24T08:10:27.7666464Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-01-24T08:10:27.7669179Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-01-24T08:10:27.7670427Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-01-24T08:10:27.7671791Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-01-24T08:10:27.7673802Z * [new branch] gh/int3/100/base -> origin/gh/int3/100/base 2025-01-24T08:10:27.7675183Z * [new branch] gh/int3/100/head -> origin/gh/int3/100/head 2025-01-24T08:10:27.7676499Z * [new branch] gh/int3/100/orig -> origin/gh/int3/100/orig 2025-01-24T08:10:27.7678627Z * [new branch] gh/int3/109/base -> origin/gh/int3/109/base 2025-01-24T08:10:27.7680152Z * [new branch] gh/int3/109/head -> origin/gh/int3/109/head 2025-01-24T08:10:27.7682308Z * [new branch] gh/int3/109/orig -> origin/gh/int3/109/orig 2025-01-24T08:10:27.7684273Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-01-24T08:10:27.7685669Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-01-24T08:10:27.7687060Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-01-24T08:10:27.7689216Z * [new branch] gh/int3/113/base -> origin/gh/int3/113/base 2025-01-24T08:10:27.7690529Z * [new branch] gh/int3/113/head -> origin/gh/int3/113/head 2025-01-24T08:10:27.7691905Z * [new branch] gh/int3/113/orig -> origin/gh/int3/113/orig 2025-01-24T08:10:27.7693876Z * [new branch] gh/int3/2/base -> origin/gh/int3/2/base 2025-01-24T08:10:27.7695234Z * [new branch] gh/int3/2/orig -> origin/gh/int3/2/orig 2025-01-24T08:10:27.7697164Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-01-24T08:10:27.7698579Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-01-24T08:10:27.7699953Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-01-24T08:10:27.7701908Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-01-24T08:10:27.7703329Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-01-24T08:10:27.7704637Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-01-24T08:10:27.7706649Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-01-24T08:10:27.7707903Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-01-24T08:10:27.7709815Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-01-24T08:10:27.7711293Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-01-24T08:10:27.7712751Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-01-24T08:10:27.7714076Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-01-24T08:10:27.7716127Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-01-24T08:10:27.7717531Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-01-24T08:10:27.7718930Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-01-24T08:10:27.7721115Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-01-24T08:10:27.7722512Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-01-24T08:10:27.7723853Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-01-24T08:10:27.7725889Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-01-24T08:10:27.7727533Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-01-24T08:10:27.7728492Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-01-24T08:10:27.7730735Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-01-24T08:10:27.7732139Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-01-24T08:10:27.7733512Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-01-24T08:10:27.7735586Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-01-24T08:10:27.7737025Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-01-24T08:10:27.7738361Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-01-24T08:10:27.7740347Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-01-24T08:10:27.7741786Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-01-24T08:10:27.7743254Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-01-24T08:10:27.7745203Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-01-24T08:10:27.7746549Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-01-24T08:10:27.7747774Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-01-24T08:10:27.7749837Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-01-24T08:10:27.7751192Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-01-24T08:10:27.7752550Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-01-24T08:10:27.7754603Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-01-24T08:10:27.7755979Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-01-24T08:10:27.7758337Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-01-24T08:10:27.7759881Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-01-24T08:10:27.7761791Z * [new branch] gh/isuruf/102/base -> origin/gh/isuruf/102/base 2025-01-24T08:10:27.7763104Z * [new branch] gh/isuruf/102/head -> origin/gh/isuruf/102/head 2025-01-24T08:10:27.7764391Z * [new branch] gh/isuruf/102/orig -> origin/gh/isuruf/102/orig 2025-01-24T08:10:27.7766287Z * [new branch] gh/isuruf/103/base -> origin/gh/isuruf/103/base 2025-01-24T08:10:27.7767657Z * [new branch] gh/isuruf/103/head -> origin/gh/isuruf/103/head 2025-01-24T08:10:27.7769037Z * [new branch] gh/isuruf/103/orig -> origin/gh/isuruf/103/orig 2025-01-24T08:10:27.7770934Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-01-24T08:10:27.7772274Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-01-24T08:10:27.7773571Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-01-24T08:10:27.7775519Z * [new branch] gh/isuruf/108/base -> origin/gh/isuruf/108/base 2025-01-24T08:10:27.7776867Z * [new branch] gh/isuruf/108/head -> origin/gh/isuruf/108/head 2025-01-24T08:10:27.7778267Z * [new branch] gh/isuruf/108/orig -> origin/gh/isuruf/108/orig 2025-01-24T08:10:27.7780188Z * [new branch] gh/isuruf/109/base -> origin/gh/isuruf/109/base 2025-01-24T08:10:27.7781531Z * [new branch] gh/isuruf/109/head -> origin/gh/isuruf/109/head 2025-01-24T08:10:27.7782850Z * [new branch] gh/isuruf/109/orig -> origin/gh/isuruf/109/orig 2025-01-24T08:10:27.7784967Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-01-24T08:10:27.7785980Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-01-24T08:10:27.7787462Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-01-24T08:10:27.7789369Z * [new branch] gh/isuruf/111/base -> origin/gh/isuruf/111/base 2025-01-24T08:10:27.7790692Z * [new branch] gh/isuruf/111/head -> origin/gh/isuruf/111/head 2025-01-24T08:10:27.7792020Z * [new branch] gh/isuruf/111/orig -> origin/gh/isuruf/111/orig 2025-01-24T08:10:27.7793944Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-01-24T08:10:27.7795289Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-01-24T08:10:27.7796584Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-01-24T08:10:27.7798510Z * [new branch] gh/isuruf/113/base -> origin/gh/isuruf/113/base 2025-01-24T08:10:27.7799924Z * [new branch] gh/isuruf/113/head -> origin/gh/isuruf/113/head 2025-01-24T08:10:27.7801235Z * [new branch] gh/isuruf/113/orig -> origin/gh/isuruf/113/orig 2025-01-24T08:10:27.7803217Z * [new branch] gh/isuruf/114/base -> origin/gh/isuruf/114/base 2025-01-24T08:10:27.7804509Z * [new branch] gh/isuruf/114/head -> origin/gh/isuruf/114/head 2025-01-24T08:10:27.7805823Z * [new branch] gh/isuruf/114/orig -> origin/gh/isuruf/114/orig 2025-01-24T08:10:27.7807784Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-01-24T08:10:27.7809115Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-01-24T08:10:27.7810448Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-01-24T08:10:27.7812387Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-01-24T08:10:27.7813805Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-01-24T08:10:27.7815139Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-01-24T08:10:27.7817063Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-01-24T08:10:27.7818444Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-01-24T08:10:27.7819767Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-01-24T08:10:27.7821725Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-01-24T08:10:27.7823092Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-01-24T08:10:27.7824550Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-01-24T08:10:27.7826486Z * [new branch] gh/isuruf/74/base -> origin/gh/isuruf/74/base 2025-01-24T08:10:27.7827839Z * [new branch] gh/isuruf/74/head -> origin/gh/isuruf/74/head 2025-01-24T08:10:27.7829223Z * [new branch] gh/isuruf/74/orig -> origin/gh/isuruf/74/orig 2025-01-24T08:10:27.7831170Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-01-24T08:10:27.7832525Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-01-24T08:10:27.7833866Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-01-24T08:10:27.7835899Z * [new branch] gh/isuruf/98/base -> origin/gh/isuruf/98/base 2025-01-24T08:10:27.7837584Z * [new branch] gh/isuruf/98/head -> origin/gh/isuruf/98/head 2025-01-24T08:10:27.7838914Z * [new branch] gh/isuruf/98/orig -> origin/gh/isuruf/98/orig 2025-01-24T08:10:27.7842429Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-01-24T08:10:27.7843636Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-01-24T08:10:27.7845411Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-01-24T08:10:27.7846686Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-01-24T08:10:27.7848439Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-01-24T08:10:27.7849785Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-01-24T08:10:27.7851541Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-01-24T08:10:27.7852993Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-01-24T08:10:27.7854898Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-01-24T08:10:27.7856280Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-01-24T08:10:27.7858023Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-01-24T08:10:27.7859245Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-01-24T08:10:27.7861129Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-01-24T08:10:27.7862462Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-01-24T08:10:27.7864208Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-01-24T08:10:27.7865508Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-01-24T08:10:27.7867303Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-01-24T08:10:27.7868627Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-01-24T08:10:27.7870475Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-01-24T08:10:27.7871752Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-01-24T08:10:27.7873552Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-01-24T08:10:27.7874989Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-01-24T08:10:27.7876800Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-01-24T08:10:27.7878123Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-01-24T08:10:27.7880180Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-01-24T08:10:27.7881540Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-01-24T08:10:27.7883365Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-01-24T08:10:27.7884647Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-01-24T08:10:27.7886595Z * [new branch] gh/jamesjwu/70/base -> origin/gh/jamesjwu/70/base 2025-01-24T08:10:27.7887943Z * [new branch] gh/jamesjwu/70/head -> origin/gh/jamesjwu/70/head 2025-01-24T08:10:27.7889260Z * [new branch] gh/jamesjwu/70/orig -> origin/gh/jamesjwu/70/orig 2025-01-24T08:10:27.7891463Z * [new branch] gh/jamesjwu/90/base -> origin/gh/jamesjwu/90/base 2025-01-24T08:10:27.7892968Z * [new branch] gh/jamesjwu/90/head -> origin/gh/jamesjwu/90/head 2025-01-24T08:10:27.7894400Z * [new branch] gh/jamesjwu/90/orig -> origin/gh/jamesjwu/90/orig 2025-01-24T08:10:27.7896432Z * [new branch] gh/jamesjwu/91/base -> origin/gh/jamesjwu/91/base 2025-01-24T08:10:27.7898194Z * [new branch] gh/jamesjwu/91/head -> origin/gh/jamesjwu/91/head 2025-01-24T08:10:27.7899206Z * [new branch] gh/jamesjwu/91/orig -> origin/gh/jamesjwu/91/orig 2025-01-24T08:10:27.7901183Z * [new branch] gh/jamesjwu/93/base -> origin/gh/jamesjwu/93/base 2025-01-24T08:10:27.7902545Z * [new branch] gh/jamesjwu/93/head -> origin/gh/jamesjwu/93/head 2025-01-24T08:10:27.7903990Z * [new branch] gh/jamesjwu/93/orig -> origin/gh/jamesjwu/93/orig 2025-01-24T08:10:27.7905873Z * [new branch] gh/jamesjwu/94/base -> origin/gh/jamesjwu/94/base 2025-01-24T08:10:27.7907208Z * [new branch] gh/jamesjwu/94/head -> origin/gh/jamesjwu/94/head 2025-01-24T08:10:27.7908567Z * [new branch] gh/jamesjwu/94/orig -> origin/gh/jamesjwu/94/orig 2025-01-24T08:10:27.7911088Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-01-24T08:10:27.7912516Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-01-24T08:10:27.7913862Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-01-24T08:10:27.7915833Z * [new branch] gh/janeyx99/200/base -> origin/gh/janeyx99/200/base 2025-01-24T08:10:27.7917138Z * [new branch] gh/janeyx99/200/head -> origin/gh/janeyx99/200/head 2025-01-24T08:10:27.7918716Z * [new branch] gh/janeyx99/200/orig -> origin/gh/janeyx99/200/orig 2025-01-24T08:10:27.7920765Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-01-24T08:10:27.7922117Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-01-24T08:10:27.7923427Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-01-24T08:10:27.7925367Z * [new branch] gh/janeyx99/211/base -> origin/gh/janeyx99/211/base 2025-01-24T08:10:27.7926782Z * [new branch] gh/janeyx99/211/head -> origin/gh/janeyx99/211/head 2025-01-24T08:10:27.7928089Z * [new branch] gh/janeyx99/211/orig -> origin/gh/janeyx99/211/orig 2025-01-24T08:10:27.7930244Z * [new branch] gh/janeyx99/212/base -> origin/gh/janeyx99/212/base 2025-01-24T08:10:27.7931630Z * [new branch] gh/janeyx99/212/head -> origin/gh/janeyx99/212/head 2025-01-24T08:10:27.7932939Z * [new branch] gh/janeyx99/212/orig -> origin/gh/janeyx99/212/orig 2025-01-24T08:10:27.7934901Z * [new branch] gh/janeyx99/213/base -> origin/gh/janeyx99/213/base 2025-01-24T08:10:27.7936311Z * [new branch] gh/janeyx99/213/head -> origin/gh/janeyx99/213/head 2025-01-24T08:10:27.7937671Z * [new branch] gh/janeyx99/213/orig -> origin/gh/janeyx99/213/orig 2025-01-24T08:10:27.7939569Z * [new branch] gh/janeyx99/214/base -> origin/gh/janeyx99/214/base 2025-01-24T08:10:27.7940919Z * [new branch] gh/janeyx99/214/head -> origin/gh/janeyx99/214/head 2025-01-24T08:10:27.7942222Z * [new branch] gh/janeyx99/214/orig -> origin/gh/janeyx99/214/orig 2025-01-24T08:10:27.7944063Z * [new branch] gh/janeyx99/215/base -> origin/gh/janeyx99/215/base 2025-01-24T08:10:27.7945408Z * [new branch] gh/janeyx99/215/head -> origin/gh/janeyx99/215/head 2025-01-24T08:10:27.7946732Z * [new branch] gh/janeyx99/215/orig -> origin/gh/janeyx99/215/orig 2025-01-24T08:10:27.7948519Z * [new branch] gh/janeyx99/216/base -> origin/gh/janeyx99/216/base 2025-01-24T08:10:27.7949890Z * [new branch] gh/janeyx99/216/head -> origin/gh/janeyx99/216/head 2025-01-24T08:10:27.7951210Z * [new branch] gh/janeyx99/216/orig -> origin/gh/janeyx99/216/orig 2025-01-24T08:10:27.7953234Z * [new branch] gh/janeyx99/217/base -> origin/gh/janeyx99/217/base 2025-01-24T08:10:27.7954390Z * [new branch] gh/janeyx99/217/head -> origin/gh/janeyx99/217/head 2025-01-24T08:10:27.7956013Z * [new branch] gh/janeyx99/217/orig -> origin/gh/janeyx99/217/orig 2025-01-24T08:10:27.7957849Z * [new branch] gh/janeyx99/86/base -> origin/gh/janeyx99/86/base 2025-01-24T08:10:27.7959166Z * [new branch] gh/janeyx99/86/head -> origin/gh/janeyx99/86/head 2025-01-24T08:10:27.7960623Z * [new branch] gh/janeyx99/86/orig -> origin/gh/janeyx99/86/orig 2025-01-24T08:10:27.7962605Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-01-24T08:10:27.7963910Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-01-24T08:10:27.7965228Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-01-24T08:10:27.7967793Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-01-24T08:10:27.7969146Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-01-24T08:10:27.7970537Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-01-24T08:10:27.7972600Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-01-24T08:10:27.7973892Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-01-24T08:10:27.7975795Z * [new branch] gh/jansel/422/base -> origin/gh/jansel/422/base 2025-01-24T08:10:27.7977162Z * [new branch] gh/jansel/422/head -> origin/gh/jansel/422/head 2025-01-24T08:10:27.7978492Z * [new branch] gh/jansel/422/orig -> origin/gh/jansel/422/orig 2025-01-24T08:10:27.7980449Z * [new branch] gh/jansel/446/base -> origin/gh/jansel/446/base 2025-01-24T08:10:27.7981797Z * [new branch] gh/jansel/446/head -> origin/gh/jansel/446/head 2025-01-24T08:10:27.7983185Z * [new branch] gh/jansel/446/orig -> origin/gh/jansel/446/orig 2025-01-24T08:10:27.7985065Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-01-24T08:10:27.7986403Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-01-24T08:10:27.7987746Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-01-24T08:10:27.7989653Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-01-24T08:10:27.7990997Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-01-24T08:10:27.7992345Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-01-24T08:10:27.7994301Z * [new branch] gh/jansel/463/base -> origin/gh/jansel/463/base 2025-01-24T08:10:27.7995626Z * [new branch] gh/jansel/463/head -> origin/gh/jansel/463/head 2025-01-24T08:10:27.7997066Z * [new branch] gh/jansel/463/orig -> origin/gh/jansel/463/orig 2025-01-24T08:10:27.7999005Z * [new branch] gh/jansel/464/base -> origin/gh/jansel/464/base 2025-01-24T08:10:27.8001267Z * [new branch] gh/jansel/464/head -> origin/gh/jansel/464/head 2025-01-24T08:10:27.8002573Z * [new branch] gh/jansel/464/orig -> origin/gh/jansel/464/orig 2025-01-24T08:10:27.8004501Z * [new branch] gh/jansel/465/base -> origin/gh/jansel/465/base 2025-01-24T08:10:27.8005876Z * [new branch] gh/jansel/465/head -> origin/gh/jansel/465/head 2025-01-24T08:10:27.8007204Z * [new branch] gh/jansel/465/orig -> origin/gh/jansel/465/orig 2025-01-24T08:10:27.8009127Z * [new branch] gh/jansel/466/base -> origin/gh/jansel/466/base 2025-01-24T08:10:27.8010744Z * [new branch] gh/jansel/466/head -> origin/gh/jansel/466/head 2025-01-24T08:10:27.8011737Z * [new branch] gh/jansel/466/orig -> origin/gh/jansel/466/orig 2025-01-24T08:10:27.8013718Z * [new branch] gh/jansel/467/base -> origin/gh/jansel/467/base 2025-01-24T08:10:27.8015109Z * [new branch] gh/jansel/467/head -> origin/gh/jansel/467/head 2025-01-24T08:10:27.8016412Z * [new branch] gh/jansel/467/orig -> origin/gh/jansel/467/orig 2025-01-24T08:10:27.8018272Z * [new branch] gh/jansel/468/base -> origin/gh/jansel/468/base 2025-01-24T08:10:27.8019629Z * [new branch] gh/jansel/468/head -> origin/gh/jansel/468/head 2025-01-24T08:10:27.8020960Z * [new branch] gh/jansel/468/orig -> origin/gh/jansel/468/orig 2025-01-24T08:10:27.8022828Z * [new branch] gh/jansel/469/base -> origin/gh/jansel/469/base 2025-01-24T08:10:27.8024189Z * [new branch] gh/jansel/469/head -> origin/gh/jansel/469/head 2025-01-24T08:10:27.8025550Z * [new branch] gh/jansel/469/orig -> origin/gh/jansel/469/orig 2025-01-24T08:10:27.8027436Z * [new branch] gh/jansel/470/base -> origin/gh/jansel/470/base 2025-01-24T08:10:27.8028732Z * [new branch] gh/jansel/470/head -> origin/gh/jansel/470/head 2025-01-24T08:10:27.8030179Z * [new branch] gh/jansel/470/orig -> origin/gh/jansel/470/orig 2025-01-24T08:10:27.8032037Z * [new branch] gh/jansel/471/base -> origin/gh/jansel/471/base 2025-01-24T08:10:27.8033353Z * [new branch] gh/jansel/471/head -> origin/gh/jansel/471/head 2025-01-24T08:10:27.8034685Z * [new branch] gh/jansel/471/orig -> origin/gh/jansel/471/orig 2025-01-24T08:10:27.8036675Z * [new branch] gh/jansel/472/base -> origin/gh/jansel/472/base 2025-01-24T08:10:27.8037987Z * [new branch] gh/jansel/472/head -> origin/gh/jansel/472/head 2025-01-24T08:10:27.8039301Z * [new branch] gh/jansel/472/orig -> origin/gh/jansel/472/orig 2025-01-24T08:10:27.8041363Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-01-24T08:10:27.8042732Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-01-24T08:10:27.8044017Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-01-24T08:10:27.8045957Z * [new branch] gh/jansel/474/base -> origin/gh/jansel/474/base 2025-01-24T08:10:27.8047291Z * [new branch] gh/jansel/474/head -> origin/gh/jansel/474/head 2025-01-24T08:10:27.8048648Z * [new branch] gh/jansel/474/orig -> origin/gh/jansel/474/orig 2025-01-24T08:10:27.8050506Z * [new branch] gh/jansel/475/base -> origin/gh/jansel/475/base 2025-01-24T08:10:27.8051866Z * [new branch] gh/jansel/475/head -> origin/gh/jansel/475/head 2025-01-24T08:10:27.8053299Z * [new branch] gh/jansel/475/orig -> origin/gh/jansel/475/orig 2025-01-24T08:10:27.8055186Z * [new branch] gh/jansel/476/base -> origin/gh/jansel/476/base 2025-01-24T08:10:27.8056532Z * [new branch] gh/jansel/476/head -> origin/gh/jansel/476/head 2025-01-24T08:10:27.8057842Z * [new branch] gh/jansel/476/orig -> origin/gh/jansel/476/orig 2025-01-24T08:10:27.8059784Z * [new branch] gh/jansel/477/base -> origin/gh/jansel/477/base 2025-01-24T08:10:27.8061204Z * [new branch] gh/jansel/477/head -> origin/gh/jansel/477/head 2025-01-24T08:10:27.8062538Z * [new branch] gh/jansel/477/orig -> origin/gh/jansel/477/orig 2025-01-24T08:10:27.8065248Z * [new branch] gh/jbschlosser/174/base -> origin/gh/jbschlosser/174/base 2025-01-24T08:10:27.8066945Z * [new branch] gh/jbschlosser/174/head -> origin/gh/jbschlosser/174/head 2025-01-24T08:10:27.8068762Z * [new branch] gh/jbschlosser/174/orig -> origin/gh/jbschlosser/174/orig 2025-01-24T08:10:27.8070356Z * [new branch] gh/jbschlosser/187/base -> origin/gh/jbschlosser/187/base 2025-01-24T08:10:27.8071746Z * [new branch] gh/jbschlosser/187/head -> origin/gh/jbschlosser/187/head 2025-01-24T08:10:27.8073170Z * [new branch] gh/jbschlosser/187/orig -> origin/gh/jbschlosser/187/orig 2025-01-24T08:10:27.8075086Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-01-24T08:10:27.8076540Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-01-24T08:10:27.8077895Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-01-24T08:10:27.8079935Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-01-24T08:10:27.8082727Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-01-24T08:10:27.8084097Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-01-24T08:10:27.8086166Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-01-24T08:10:27.8087431Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-01-24T08:10:27.8088856Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-01-24T08:10:27.8090769Z * [new branch] gh/jbschlosser/216/base -> origin/gh/jbschlosser/216/base 2025-01-24T08:10:27.8092107Z * [new branch] gh/jbschlosser/216/head -> origin/gh/jbschlosser/216/head 2025-01-24T08:10:27.8093518Z * [new branch] gh/jbschlosser/216/orig -> origin/gh/jbschlosser/216/orig 2025-01-24T08:10:27.8095382Z * [new branch] gh/jbschlosser/217/base -> origin/gh/jbschlosser/217/base 2025-01-24T08:10:27.8096756Z * [new branch] gh/jbschlosser/217/head -> origin/gh/jbschlosser/217/head 2025-01-24T08:10:27.8098111Z * [new branch] gh/jbschlosser/217/orig -> origin/gh/jbschlosser/217/orig 2025-01-24T08:10:27.8100093Z * [new branch] gh/jbschlosser/218/base -> origin/gh/jbschlosser/218/base 2025-01-24T08:10:27.8101540Z * [new branch] gh/jbschlosser/218/head -> origin/gh/jbschlosser/218/head 2025-01-24T08:10:27.8102886Z * [new branch] gh/jbschlosser/218/orig -> origin/gh/jbschlosser/218/orig 2025-01-24T08:10:27.8104837Z * [new branch] gh/jbschlosser/219/base -> origin/gh/jbschlosser/219/base 2025-01-24T08:10:27.8106244Z * [new branch] gh/jbschlosser/219/head -> origin/gh/jbschlosser/219/head 2025-01-24T08:10:27.8107685Z * [new branch] gh/jbschlosser/219/orig -> origin/gh/jbschlosser/219/orig 2025-01-24T08:10:27.8109630Z * [new branch] gh/jbschlosser/220/base -> origin/gh/jbschlosser/220/base 2025-01-24T08:10:27.8111037Z * [new branch] gh/jbschlosser/220/head -> origin/gh/jbschlosser/220/head 2025-01-24T08:10:27.8112471Z * [new branch] gh/jbschlosser/220/orig -> origin/gh/jbschlosser/220/orig 2025-01-24T08:10:27.8114430Z * [new branch] gh/jbschlosser/221/base -> origin/gh/jbschlosser/221/base 2025-01-24T08:10:27.8115847Z * [new branch] gh/jbschlosser/221/head -> origin/gh/jbschlosser/221/head 2025-01-24T08:10:27.8117201Z * [new branch] gh/jbschlosser/221/orig -> origin/gh/jbschlosser/221/orig 2025-01-24T08:10:27.8119182Z * [new branch] gh/jbschlosser/222/base -> origin/gh/jbschlosser/222/base 2025-01-24T08:10:27.8120790Z * [new branch] gh/jbschlosser/222/head -> origin/gh/jbschlosser/222/head 2025-01-24T08:10:27.8122365Z * [new branch] gh/jbschlosser/222/orig -> origin/gh/jbschlosser/222/orig 2025-01-24T08:10:27.8124124Z * [new branch] gh/jbschlosser/223/base -> origin/gh/jbschlosser/223/base 2025-01-24T08:10:27.8125466Z * [new branch] gh/jbschlosser/223/head -> origin/gh/jbschlosser/223/head 2025-01-24T08:10:27.8126834Z * [new branch] gh/jbschlosser/223/orig -> origin/gh/jbschlosser/223/orig 2025-01-24T08:10:27.8128824Z * [new branch] gh/jbschlosser/224/base -> origin/gh/jbschlosser/224/base 2025-01-24T08:10:27.8130198Z * [new branch] gh/jbschlosser/224/head -> origin/gh/jbschlosser/224/head 2025-01-24T08:10:27.8131634Z * [new branch] gh/jbschlosser/224/orig -> origin/gh/jbschlosser/224/orig 2025-01-24T08:10:27.8133623Z * [new branch] gh/jbschlosser/225/base -> origin/gh/jbschlosser/225/base 2025-01-24T08:10:27.8134958Z * [new branch] gh/jbschlosser/225/head -> origin/gh/jbschlosser/225/head 2025-01-24T08:10:27.8136367Z * [new branch] gh/jbschlosser/225/orig -> origin/gh/jbschlosser/225/orig 2025-01-24T08:10:27.8138237Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-01-24T08:10:27.8139574Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-01-24T08:10:27.8140907Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-01-24T08:10:27.8143334Z * [new branch] gh/jcaip/41/base -> origin/gh/jcaip/41/base 2025-01-24T08:10:27.8144694Z * [new branch] gh/jcaip/41/head -> origin/gh/jcaip/41/head 2025-01-24T08:10:27.8146097Z * [new branch] gh/jcaip/41/orig -> origin/gh/jcaip/41/orig 2025-01-24T08:10:27.8148022Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-01-24T08:10:27.8149398Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-01-24T08:10:27.8150778Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-01-24T08:10:27.8153210Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-01-24T08:10:27.8154659Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-01-24T08:10:27.8156057Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-01-24T08:10:27.8158130Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-01-24T08:10:27.8159584Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-01-24T08:10:27.8162494Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-01-24T08:10:27.8164423Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-01-24T08:10:27.8165824Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-01-24T08:10:27.8167186Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-01-24T08:10:27.8169633Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-01-24T08:10:27.8171013Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-01-24T08:10:27.8173416Z * [new branch] gh/jiayisunx/12/base -> origin/gh/jiayisunx/12/base 2025-01-24T08:10:27.8174822Z * [new branch] gh/jiayisunx/12/head -> origin/gh/jiayisunx/12/head 2025-01-24T08:10:27.8176164Z * [new branch] gh/jiayisunx/12/orig -> origin/gh/jiayisunx/12/orig 2025-01-24T08:10:27.8178084Z * [new branch] gh/jiayisunx/23/base -> origin/gh/jiayisunx/23/base 2025-01-24T08:10:27.8179653Z * [new branch] gh/jiayisunx/23/head -> origin/gh/jiayisunx/23/head 2025-01-24T08:10:27.8180672Z * [new branch] gh/jiayisunx/23/orig -> origin/gh/jiayisunx/23/orig 2025-01-24T08:10:27.8182703Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-01-24T08:10:27.8184034Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-01-24T08:10:27.8185376Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-01-24T08:10:27.8187212Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-01-24T08:10:27.8188545Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-01-24T08:10:27.8189917Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-01-24T08:10:27.8191861Z * [new branch] gh/jiayisunx/38/base -> origin/gh/jiayisunx/38/base 2025-01-24T08:10:27.8193198Z * [new branch] gh/jiayisunx/38/head -> origin/gh/jiayisunx/38/head 2025-01-24T08:10:27.8194544Z * [new branch] gh/jiayisunx/38/orig -> origin/gh/jiayisunx/38/orig 2025-01-24T08:10:27.8196514Z * [new branch] gh/jiayisunx/39/base -> origin/gh/jiayisunx/39/base 2025-01-24T08:10:27.8197785Z * [new branch] gh/jiayisunx/39/head -> origin/gh/jiayisunx/39/head 2025-01-24T08:10:27.8199206Z * [new branch] gh/jiayisunx/39/orig -> origin/gh/jiayisunx/39/orig 2025-01-24T08:10:27.8201361Z * [new branch] gh/jiayisunx/40/base -> origin/gh/jiayisunx/40/base 2025-01-24T08:10:27.8202727Z * [new branch] gh/jiayisunx/40/head -> origin/gh/jiayisunx/40/head 2025-01-24T08:10:27.8204023Z * [new branch] gh/jiayisunx/40/orig -> origin/gh/jiayisunx/40/orig 2025-01-24T08:10:27.8205891Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-01-24T08:10:27.8207294Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-01-24T08:10:27.8208584Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-01-24T08:10:27.8210478Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-01-24T08:10:27.8212189Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-01-24T08:10:27.8213229Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-01-24T08:10:27.8215266Z * [new branch] gh/jiayisunx/52/base -> origin/gh/jiayisunx/52/base 2025-01-24T08:10:27.8216408Z * [new branch] gh/jiayisunx/52/head -> origin/gh/jiayisunx/52/head 2025-01-24T08:10:27.8217776Z * [new branch] gh/jiayisunx/52/orig -> origin/gh/jiayisunx/52/orig 2025-01-24T08:10:27.8219921Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-01-24T08:10:27.8220989Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-01-24T08:10:27.8222359Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-01-24T08:10:27.8224394Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-01-24T08:10:27.8225696Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-01-24T08:10:27.8227228Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-01-24T08:10:27.8229385Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-01-24T08:10:27.8230508Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-01-24T08:10:27.8233073Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-01-24T08:10:27.8234606Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-01-24T08:10:27.8236352Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-01-24T08:10:27.8238182Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-01-24T08:10:27.8241154Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-01-24T08:10:27.8243131Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-01-24T08:10:27.8244399Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-01-24T08:10:27.8245679Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-01-24T08:10:27.8247770Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-01-24T08:10:27.8249039Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-01-24T08:10:27.8250364Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-01-24T08:10:27.8252308Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-01-24T08:10:27.8253535Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-01-24T08:10:27.8255442Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-01-24T08:10:27.8256619Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-01-24T08:10:27.8258514Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-01-24T08:10:27.8259759Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-01-24T08:10:27.8261655Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-01-24T08:10:27.8262875Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-01-24T08:10:27.8264755Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-01-24T08:10:27.8266008Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-01-24T08:10:27.8267872Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-01-24T08:10:27.8269060Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-01-24T08:10:27.8270928Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-01-24T08:10:27.8272247Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-01-24T08:10:27.8274668Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-01-24T08:10:27.8275915Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-01-24T08:10:27.8277400Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-01-24T08:10:27.8280215Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-01-24T08:10:27.8281452Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-01-24T08:10:27.8283210Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-01-24T08:10:27.8284922Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-01-24T08:10:27.8286583Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-01-24T08:10:27.8288446Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-01-24T08:10:27.8289699Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-01-24T08:10:27.8291646Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-01-24T08:10:27.8293120Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-01-24T08:10:27.8294882Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-01-24T08:10:27.8296245Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-01-24T08:10:27.8298631Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-01-24T08:10:27.8299902Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-01-24T08:10:27.8301805Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-01-24T08:10:27.8303621Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-01-24T08:10:27.8304828Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-01-24T08:10:27.8307416Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-01-24T08:10:27.8308708Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-01-24T08:10:27.8310029Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-01-24T08:10:27.8312603Z * [new branch] gh/kurtamohler/30/base -> origin/gh/kurtamohler/30/base 2025-01-24T08:10:27.8313727Z * [new branch] gh/kurtamohler/30/head -> origin/gh/kurtamohler/30/head 2025-01-24T08:10:27.8315051Z * [new branch] gh/kurtamohler/30/orig -> origin/gh/kurtamohler/30/orig 2025-01-24T08:10:27.8317776Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-01-24T08:10:27.8318903Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-01-24T08:10:27.8321194Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-01-24T08:10:27.8322472Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-01-24T08:10:27.8324086Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-01-24T08:10:27.8326059Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-01-24T08:10:27.8327417Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-01-24T08:10:27.8328728Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-01-24T08:10:27.8330731Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-01-24T08:10:27.8332054Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-01-24T08:10:27.8333477Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-01-24T08:10:27.8335600Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-01-24T08:10:27.8336816Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-01-24T08:10:27.8339080Z * [new branch] gh/kwen2501/65/base -> origin/gh/kwen2501/65/base 2025-01-24T08:10:27.8340318Z * [new branch] gh/kwen2501/65/head -> origin/gh/kwen2501/65/head 2025-01-24T08:10:27.8341692Z * [new branch] gh/kwen2501/65/orig -> origin/gh/kwen2501/65/orig 2025-01-24T08:10:27.8343828Z * [new branch] gh/kwen2501/66/base -> origin/gh/kwen2501/66/base 2025-01-24T08:10:27.8345112Z * [new branch] gh/kwen2501/66/head -> origin/gh/kwen2501/66/head 2025-01-24T08:10:27.8346454Z * [new branch] gh/kwen2501/66/orig -> origin/gh/kwen2501/66/orig 2025-01-24T08:10:27.8348484Z * [new branch] gh/kwen2501/79/base -> origin/gh/kwen2501/79/base 2025-01-24T08:10:27.8349729Z * [new branch] gh/kwen2501/79/head -> origin/gh/kwen2501/79/head 2025-01-24T08:10:27.8351076Z * [new branch] gh/kwen2501/79/orig -> origin/gh/kwen2501/79/orig 2025-01-24T08:10:27.8353425Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-01-24T08:10:27.8354443Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-01-24T08:10:27.8355768Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-01-24T08:10:27.8357962Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-01-24T08:10:27.8359291Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-01-24T08:10:27.8361663Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-01-24T08:10:27.8364059Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-01-24T08:10:27.8365423Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-01-24T08:10:27.8366762Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-01-24T08:10:27.8368819Z * [new branch] gh/laithsakka/103/base -> origin/gh/laithsakka/103/base 2025-01-24T08:10:27.8370113Z * [new branch] gh/laithsakka/103/head -> origin/gh/laithsakka/103/head 2025-01-24T08:10:27.8371527Z * [new branch] gh/laithsakka/103/orig -> origin/gh/laithsakka/103/orig 2025-01-24T08:10:27.8373649Z * [new branch] gh/laithsakka/105/base -> origin/gh/laithsakka/105/base 2025-01-24T08:10:27.8374851Z * [new branch] gh/laithsakka/105/head -> origin/gh/laithsakka/105/head 2025-01-24T08:10:27.8376169Z * [new branch] gh/laithsakka/105/orig -> origin/gh/laithsakka/105/orig 2025-01-24T08:10:27.8378224Z * [new branch] gh/laithsakka/106/base -> origin/gh/laithsakka/106/base 2025-01-24T08:10:27.8379456Z * [new branch] gh/laithsakka/106/head -> origin/gh/laithsakka/106/head 2025-01-24T08:10:27.8380806Z * [new branch] gh/laithsakka/106/orig -> origin/gh/laithsakka/106/orig 2025-01-24T08:10:27.8383006Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-01-24T08:10:27.8384798Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-01-24T08:10:27.8386602Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-01-24T08:10:27.8388124Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-01-24T08:10:27.8389730Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-01-24T08:10:27.8391058Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-01-24T08:10:27.8392919Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-01-24T08:10:27.8394117Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-01-24T08:10:27.8396185Z * [new branch] gh/laithsakka/74/base -> origin/gh/laithsakka/74/base 2025-01-24T08:10:27.8397407Z * [new branch] gh/laithsakka/74/head -> origin/gh/laithsakka/74/head 2025-01-24T08:10:27.8398729Z * [new branch] gh/laithsakka/74/orig -> origin/gh/laithsakka/74/orig 2025-01-24T08:10:27.8401348Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-01-24T08:10:27.8402645Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-01-24T08:10:27.8403955Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-01-24T08:10:27.8406098Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-01-24T08:10:27.8407430Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-01-24T08:10:27.8409181Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-01-24T08:10:27.8410871Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-01-24T08:10:27.8412255Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-01-24T08:10:27.8413689Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-01-24T08:10:27.8416281Z * [new branch] gh/leslie-fang-intel/154/base -> origin/gh/leslie-fang-intel/154/base 2025-01-24T08:10:27.8417510Z * [new branch] gh/leslie-fang-intel/154/head -> origin/gh/leslie-fang-intel/154/head 2025-01-24T08:10:27.8418912Z * [new branch] gh/leslie-fang-intel/154/orig -> origin/gh/leslie-fang-intel/154/orig 2025-01-24T08:10:27.8420925Z * [new branch] gh/leslie-fang-intel/161/base -> origin/gh/leslie-fang-intel/161/base 2025-01-24T08:10:27.8422207Z * [new branch] gh/leslie-fang-intel/161/head -> origin/gh/leslie-fang-intel/161/head 2025-01-24T08:10:27.8423559Z * [new branch] gh/leslie-fang-intel/161/orig -> origin/gh/leslie-fang-intel/161/orig 2025-01-24T08:10:27.8425543Z * [new branch] gh/leslie-fang-intel/162/base -> origin/gh/leslie-fang-intel/162/base 2025-01-24T08:10:27.8426853Z * [new branch] gh/leslie-fang-intel/162/head -> origin/gh/leslie-fang-intel/162/head 2025-01-24T08:10:27.8428204Z * [new branch] gh/leslie-fang-intel/162/orig -> origin/gh/leslie-fang-intel/162/orig 2025-01-24T08:10:27.8430227Z * [new branch] gh/leslie-fang-intel/169/base -> origin/gh/leslie-fang-intel/169/base 2025-01-24T08:10:27.8431413Z * [new branch] gh/leslie-fang-intel/169/head -> origin/gh/leslie-fang-intel/169/head 2025-01-24T08:10:27.8432746Z * [new branch] gh/leslie-fang-intel/169/orig -> origin/gh/leslie-fang-intel/169/orig 2025-01-24T08:10:27.8434789Z * [new branch] gh/leslie-fang-intel/171/base -> origin/gh/leslie-fang-intel/171/base 2025-01-24T08:10:27.8436127Z * [new branch] gh/leslie-fang-intel/171/head -> origin/gh/leslie-fang-intel/171/head 2025-01-24T08:10:27.8437432Z * [new branch] gh/leslie-fang-intel/171/orig -> origin/gh/leslie-fang-intel/171/orig 2025-01-24T08:10:27.8439546Z * [new branch] gh/leslie-fang-intel/172/base -> origin/gh/leslie-fang-intel/172/base 2025-01-24T08:10:27.8440855Z * [new branch] gh/leslie-fang-intel/172/head -> origin/gh/leslie-fang-intel/172/head 2025-01-24T08:10:27.8442231Z * [new branch] gh/leslie-fang-intel/172/orig -> origin/gh/leslie-fang-intel/172/orig 2025-01-24T08:10:27.8443878Z * [new branch] gh/leslie-fang-intel/173/base -> origin/gh/leslie-fang-intel/173/base 2025-01-24T08:10:27.8445209Z * [new branch] gh/leslie-fang-intel/173/head -> origin/gh/leslie-fang-intel/173/head 2025-01-24T08:10:27.8446548Z * [new branch] gh/leslie-fang-intel/173/orig -> origin/gh/leslie-fang-intel/173/orig 2025-01-24T08:10:27.8448495Z * [new branch] gh/leslie-fang-intel/174/base -> origin/gh/leslie-fang-intel/174/base 2025-01-24T08:10:27.8449802Z * [new branch] gh/leslie-fang-intel/174/head -> origin/gh/leslie-fang-intel/174/head 2025-01-24T08:10:27.8451147Z * [new branch] gh/leslie-fang-intel/174/orig -> origin/gh/leslie-fang-intel/174/orig 2025-01-24T08:10:27.8452989Z * [new branch] gh/leslie-fang-intel/175/base -> origin/gh/leslie-fang-intel/175/base 2025-01-24T08:10:27.8454355Z * [new branch] gh/leslie-fang-intel/175/head -> origin/gh/leslie-fang-intel/175/head 2025-01-24T08:10:27.8455617Z * [new branch] gh/leslie-fang-intel/175/orig -> origin/gh/leslie-fang-intel/175/orig 2025-01-24T08:10:27.8457541Z * [new branch] gh/leslie-fang-intel/176/base -> origin/gh/leslie-fang-intel/176/base 2025-01-24T08:10:27.8459045Z * [new branch] gh/leslie-fang-intel/176/head -> origin/gh/leslie-fang-intel/176/head 2025-01-24T08:10:27.8460248Z * [new branch] gh/leslie-fang-intel/176/orig -> origin/gh/leslie-fang-intel/176/orig 2025-01-24T08:10:27.8462166Z * [new branch] gh/leslie-fang-intel/177/base -> origin/gh/leslie-fang-intel/177/base 2025-01-24T08:10:27.8463541Z * [new branch] gh/leslie-fang-intel/177/head -> origin/gh/leslie-fang-intel/177/head 2025-01-24T08:10:27.8464848Z * [new branch] gh/leslie-fang-intel/177/orig -> origin/gh/leslie-fang-intel/177/orig 2025-01-24T08:10:27.8466754Z * [new branch] gh/leslie-fang-intel/178/base -> origin/gh/leslie-fang-intel/178/base 2025-01-24T08:10:27.8468080Z * [new branch] gh/leslie-fang-intel/178/head -> origin/gh/leslie-fang-intel/178/head 2025-01-24T08:10:27.8469397Z * [new branch] gh/leslie-fang-intel/178/orig -> origin/gh/leslie-fang-intel/178/orig 2025-01-24T08:10:27.8471832Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-01-24T08:10:27.8473456Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-01-24T08:10:27.8474634Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-01-24T08:10:27.8476715Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-01-24T08:10:27.8477940Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-01-24T08:10:27.8479258Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-01-24T08:10:27.8481502Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-01-24T08:10:27.8482938Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-01-24T08:10:27.8484603Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-01-24T08:10:27.8486514Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-01-24T08:10:27.8487872Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-01-24T08:10:27.8489396Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-01-24T08:10:27.8491940Z * [new branch] gh/malfet/100/base -> origin/gh/malfet/100/base 2025-01-24T08:10:27.8493253Z * [new branch] gh/malfet/100/head -> origin/gh/malfet/100/head 2025-01-24T08:10:27.8494626Z * [new branch] gh/malfet/100/orig -> origin/gh/malfet/100/orig 2025-01-24T08:10:27.8496739Z * [new branch] gh/malfet/101/base -> origin/gh/malfet/101/base 2025-01-24T08:10:27.8497913Z * [new branch] gh/malfet/101/head -> origin/gh/malfet/101/head 2025-01-24T08:10:27.8499226Z * [new branch] gh/malfet/101/orig -> origin/gh/malfet/101/orig 2025-01-24T08:10:27.8501141Z * [new branch] gh/malfet/102/base -> origin/gh/malfet/102/base 2025-01-24T08:10:27.8502474Z * [new branch] gh/malfet/102/head -> origin/gh/malfet/102/head 2025-01-24T08:10:27.8503992Z * [new branch] gh/malfet/102/orig -> origin/gh/malfet/102/orig 2025-01-24T08:10:27.8506009Z * [new branch] gh/malfet/103/base -> origin/gh/malfet/103/base 2025-01-24T08:10:27.8507352Z * [new branch] gh/malfet/103/head -> origin/gh/malfet/103/head 2025-01-24T08:10:27.8508676Z * [new branch] gh/malfet/103/orig -> origin/gh/malfet/103/orig 2025-01-24T08:10:27.8510810Z * [new branch] gh/malfet/104/base -> origin/gh/malfet/104/base 2025-01-24T08:10:27.8512039Z * [new branch] gh/malfet/104/head -> origin/gh/malfet/104/head 2025-01-24T08:10:27.8513467Z * [new branch] gh/malfet/104/orig -> origin/gh/malfet/104/orig 2025-01-24T08:10:27.8515475Z * [new branch] gh/malfet/105/base -> origin/gh/malfet/105/base 2025-01-24T08:10:27.8517048Z * [new branch] gh/malfet/105/head -> origin/gh/malfet/105/head 2025-01-24T08:10:27.8518154Z * [new branch] gh/malfet/105/orig -> origin/gh/malfet/105/orig 2025-01-24T08:10:27.8521148Z * [new branch] gh/malfet/106/base -> origin/gh/malfet/106/base 2025-01-24T08:10:27.8522422Z * [new branch] gh/malfet/106/head -> origin/gh/malfet/106/head 2025-01-24T08:10:27.8523841Z * [new branch] gh/malfet/106/orig -> origin/gh/malfet/106/orig 2025-01-24T08:10:27.8525954Z * [new branch] gh/malfet/107/base -> origin/gh/malfet/107/base 2025-01-24T08:10:27.8527331Z * [new branch] gh/malfet/107/head -> origin/gh/malfet/107/head 2025-01-24T08:10:27.8528592Z * [new branch] gh/malfet/107/orig -> origin/gh/malfet/107/orig 2025-01-24T08:10:27.8530630Z * [new branch] gh/malfet/108/base -> origin/gh/malfet/108/base 2025-01-24T08:10:27.8532015Z * [new branch] gh/malfet/108/head -> origin/gh/malfet/108/head 2025-01-24T08:10:27.8533617Z * [new branch] gh/malfet/108/orig -> origin/gh/malfet/108/orig 2025-01-24T08:10:27.8535569Z * [new branch] gh/malfet/109/base -> origin/gh/malfet/109/base 2025-01-24T08:10:27.8536839Z * [new branch] gh/malfet/109/head -> origin/gh/malfet/109/head 2025-01-24T08:10:27.8538183Z * [new branch] gh/malfet/109/orig -> origin/gh/malfet/109/orig 2025-01-24T08:10:27.8540565Z * [new branch] gh/malfet/110/base -> origin/gh/malfet/110/base 2025-01-24T08:10:27.8541762Z * [new branch] gh/malfet/110/head -> origin/gh/malfet/110/head 2025-01-24T08:10:27.8543155Z * [new branch] gh/malfet/110/orig -> origin/gh/malfet/110/orig 2025-01-24T08:10:27.8545244Z * [new branch] gh/malfet/111/base -> origin/gh/malfet/111/base 2025-01-24T08:10:27.8546480Z * [new branch] gh/malfet/111/head -> origin/gh/malfet/111/head 2025-01-24T08:10:27.8547831Z * [new branch] gh/malfet/111/orig -> origin/gh/malfet/111/orig 2025-01-24T08:10:27.8549818Z * [new branch] gh/malfet/112/base -> origin/gh/malfet/112/base 2025-01-24T08:10:27.8551072Z * [new branch] gh/malfet/112/head -> origin/gh/malfet/112/head 2025-01-24T08:10:27.8552435Z * [new branch] gh/malfet/112/orig -> origin/gh/malfet/112/orig 2025-01-24T08:10:27.8554364Z * [new branch] gh/malfet/113/base -> origin/gh/malfet/113/base 2025-01-24T08:10:27.8555696Z * [new branch] gh/malfet/113/head -> origin/gh/malfet/113/head 2025-01-24T08:10:27.8557063Z * [new branch] gh/malfet/113/orig -> origin/gh/malfet/113/orig 2025-01-24T08:10:27.8559131Z * [new branch] gh/malfet/114/base -> origin/gh/malfet/114/base 2025-01-24T08:10:27.8560496Z * [new branch] gh/malfet/114/head -> origin/gh/malfet/114/head 2025-01-24T08:10:27.8561834Z * [new branch] gh/malfet/114/orig -> origin/gh/malfet/114/orig 2025-01-24T08:10:27.8563843Z * [new branch] gh/malfet/115/base -> origin/gh/malfet/115/base 2025-01-24T08:10:27.8565244Z * [new branch] gh/malfet/115/head -> origin/gh/malfet/115/head 2025-01-24T08:10:27.8566636Z * [new branch] gh/malfet/115/orig -> origin/gh/malfet/115/orig 2025-01-24T08:10:27.8568751Z * [new branch] gh/malfet/116/base -> origin/gh/malfet/116/base 2025-01-24T08:10:27.8569955Z * [new branch] gh/malfet/116/head -> origin/gh/malfet/116/head 2025-01-24T08:10:27.8571289Z * [new branch] gh/malfet/116/orig -> origin/gh/malfet/116/orig 2025-01-24T08:10:27.8573227Z * [new branch] gh/malfet/117/base -> origin/gh/malfet/117/base 2025-01-24T08:10:27.8574680Z * [new branch] gh/malfet/117/head -> origin/gh/malfet/117/head 2025-01-24T08:10:27.8575881Z * [new branch] gh/malfet/117/orig -> origin/gh/malfet/117/orig 2025-01-24T08:10:27.8578094Z * [new branch] gh/malfet/118/base -> origin/gh/malfet/118/base 2025-01-24T08:10:27.8579305Z * [new branch] gh/malfet/118/head -> origin/gh/malfet/118/head 2025-01-24T08:10:27.8580605Z * [new branch] gh/malfet/118/orig -> origin/gh/malfet/118/orig 2025-01-24T08:10:27.8582819Z * [new branch] gh/malfet/119/base -> origin/gh/malfet/119/base 2025-01-24T08:10:27.8584079Z * [new branch] gh/malfet/119/head -> origin/gh/malfet/119/head 2025-01-24T08:10:27.8585421Z * [new branch] gh/malfet/119/orig -> origin/gh/malfet/119/orig 2025-01-24T08:10:27.8587933Z * [new branch] gh/malfet/120/base -> origin/gh/malfet/120/base 2025-01-24T08:10:27.8589280Z * [new branch] gh/malfet/120/head -> origin/gh/malfet/120/head 2025-01-24T08:10:27.8590657Z * [new branch] gh/malfet/120/orig -> origin/gh/malfet/120/orig 2025-01-24T08:10:27.8592670Z * [new branch] gh/malfet/121/base -> origin/gh/malfet/121/base 2025-01-24T08:10:27.8593936Z * [new branch] gh/malfet/121/head -> origin/gh/malfet/121/head 2025-01-24T08:10:27.8595328Z * [new branch] gh/malfet/121/orig -> origin/gh/malfet/121/orig 2025-01-24T08:10:27.8597333Z * [new branch] gh/malfet/122/base -> origin/gh/malfet/122/base 2025-01-24T08:10:27.8598574Z * [new branch] gh/malfet/122/head -> origin/gh/malfet/122/head 2025-01-24T08:10:27.8600022Z * [new branch] gh/malfet/122/orig -> origin/gh/malfet/122/orig 2025-01-24T08:10:27.8619524Z * [new branch] gh/malfet/123/base -> origin/gh/malfet/123/base 2025-01-24T08:10:27.8620754Z * [new branch] gh/malfet/123/head -> origin/gh/malfet/123/head 2025-01-24T08:10:27.8622142Z * [new branch] gh/malfet/123/orig -> origin/gh/malfet/123/orig 2025-01-24T08:10:27.8624338Z * [new branch] gh/malfet/124/base -> origin/gh/malfet/124/base 2025-01-24T08:10:27.8625634Z * [new branch] gh/malfet/124/head -> origin/gh/malfet/124/head 2025-01-24T08:10:27.8626958Z * [new branch] gh/malfet/124/orig -> origin/gh/malfet/124/orig 2025-01-24T08:10:27.8628961Z * [new branch] gh/malfet/125/base -> origin/gh/malfet/125/base 2025-01-24T08:10:27.8630202Z * [new branch] gh/malfet/125/head -> origin/gh/malfet/125/head 2025-01-24T08:10:27.8631634Z * [new branch] gh/malfet/125/orig -> origin/gh/malfet/125/orig 2025-01-24T08:10:27.8633590Z * [new branch] gh/malfet/126/base -> origin/gh/malfet/126/base 2025-01-24T08:10:27.8634895Z * [new branch] gh/malfet/126/head -> origin/gh/malfet/126/head 2025-01-24T08:10:27.8636259Z * [new branch] gh/malfet/126/orig -> origin/gh/malfet/126/orig 2025-01-24T08:10:27.8638305Z * [new branch] gh/malfet/127/base -> origin/gh/malfet/127/base 2025-01-24T08:10:27.8639608Z * [new branch] gh/malfet/127/head -> origin/gh/malfet/127/head 2025-01-24T08:10:27.8641015Z * [new branch] gh/malfet/127/orig -> origin/gh/malfet/127/orig 2025-01-24T08:10:27.8643036Z * [new branch] gh/malfet/128/base -> origin/gh/malfet/128/base 2025-01-24T08:10:27.8644314Z * [new branch] gh/malfet/128/head -> origin/gh/malfet/128/head 2025-01-24T08:10:27.8645637Z * [new branch] gh/malfet/128/orig -> origin/gh/malfet/128/orig 2025-01-24T08:10:27.8647874Z * [new branch] gh/malfet/129/base -> origin/gh/malfet/129/base 2025-01-24T08:10:27.8648906Z * [new branch] gh/malfet/129/head -> origin/gh/malfet/129/head 2025-01-24T08:10:27.8650243Z * [new branch] gh/malfet/129/orig -> origin/gh/malfet/129/orig 2025-01-24T08:10:27.8652252Z * [new branch] gh/malfet/130/base -> origin/gh/malfet/130/base 2025-01-24T08:10:27.8653469Z * [new branch] gh/malfet/130/head -> origin/gh/malfet/130/head 2025-01-24T08:10:27.8654804Z * [new branch] gh/malfet/130/orig -> origin/gh/malfet/130/orig 2025-01-24T08:10:27.8656813Z * [new branch] gh/malfet/131/base -> origin/gh/malfet/131/base 2025-01-24T08:10:27.8658050Z * [new branch] gh/malfet/131/head -> origin/gh/malfet/131/head 2025-01-24T08:10:27.8659418Z * [new branch] gh/malfet/131/orig -> origin/gh/malfet/131/orig 2025-01-24T08:10:27.8661629Z * [new branch] gh/malfet/132/base -> origin/gh/malfet/132/base 2025-01-24T08:10:27.8662911Z * [new branch] gh/malfet/132/head -> origin/gh/malfet/132/head 2025-01-24T08:10:27.8664265Z * [new branch] gh/malfet/132/orig -> origin/gh/malfet/132/orig 2025-01-24T08:10:27.8666286Z * [new branch] gh/malfet/133/base -> origin/gh/malfet/133/base 2025-01-24T08:10:27.8667525Z * [new branch] gh/malfet/133/head -> origin/gh/malfet/133/head 2025-01-24T08:10:27.8668868Z * [new branch] gh/malfet/133/orig -> origin/gh/malfet/133/orig 2025-01-24T08:10:27.8670904Z * [new branch] gh/malfet/134/base -> origin/gh/malfet/134/base 2025-01-24T08:10:27.8672260Z * [new branch] gh/malfet/134/head -> origin/gh/malfet/134/head 2025-01-24T08:10:27.8673609Z * [new branch] gh/malfet/134/orig -> origin/gh/malfet/134/orig 2025-01-24T08:10:27.8675631Z * [new branch] gh/malfet/135/base -> origin/gh/malfet/135/base 2025-01-24T08:10:27.8676883Z * [new branch] gh/malfet/135/head -> origin/gh/malfet/135/head 2025-01-24T08:10:27.8678264Z * [new branch] gh/malfet/135/orig -> origin/gh/malfet/135/orig 2025-01-24T08:10:27.8680314Z * [new branch] gh/malfet/136/base -> origin/gh/malfet/136/base 2025-01-24T08:10:27.8681624Z * [new branch] gh/malfet/136/head -> origin/gh/malfet/136/head 2025-01-24T08:10:27.8683027Z * [new branch] gh/malfet/136/orig -> origin/gh/malfet/136/orig 2025-01-24T08:10:27.8685096Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-01-24T08:10:27.8686347Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-01-24T08:10:27.8687697Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-01-24T08:10:27.8689727Z * [new branch] gh/malfet/138/base -> origin/gh/malfet/138/base 2025-01-24T08:10:27.8690976Z * [new branch] gh/malfet/138/head -> origin/gh/malfet/138/head 2025-01-24T08:10:27.8692442Z * [new branch] gh/malfet/138/orig -> origin/gh/malfet/138/orig 2025-01-24T08:10:27.8694225Z * [new branch] gh/malfet/139/base -> origin/gh/malfet/139/base 2025-01-24T08:10:27.8695821Z * [new branch] gh/malfet/139/head -> origin/gh/malfet/139/head 2025-01-24T08:10:27.8696965Z * [new branch] gh/malfet/139/orig -> origin/gh/malfet/139/orig 2025-01-24T08:10:27.8699035Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-01-24T08:10:27.8700974Z * [new branch] gh/malfet/140/base -> origin/gh/malfet/140/base 2025-01-24T08:10:27.8702214Z * [new branch] gh/malfet/140/head -> origin/gh/malfet/140/head 2025-01-24T08:10:27.8703830Z * [new branch] gh/malfet/140/orig -> origin/gh/malfet/140/orig 2025-01-24T08:10:27.8705617Z * [new branch] gh/malfet/141/base -> origin/gh/malfet/141/base 2025-01-24T08:10:27.8706826Z * [new branch] gh/malfet/141/head -> origin/gh/malfet/141/head 2025-01-24T08:10:27.8708159Z * [new branch] gh/malfet/141/orig -> origin/gh/malfet/141/orig 2025-01-24T08:10:27.8710209Z * [new branch] gh/malfet/142/base -> origin/gh/malfet/142/base 2025-01-24T08:10:27.8711443Z * [new branch] gh/malfet/142/head -> origin/gh/malfet/142/head 2025-01-24T08:10:27.8712822Z * [new branch] gh/malfet/142/orig -> origin/gh/malfet/142/orig 2025-01-24T08:10:27.8714870Z * [new branch] gh/malfet/143/base -> origin/gh/malfet/143/base 2025-01-24T08:10:27.8716163Z * [new branch] gh/malfet/143/head -> origin/gh/malfet/143/head 2025-01-24T08:10:27.8717512Z * [new branch] gh/malfet/143/orig -> origin/gh/malfet/143/orig 2025-01-24T08:10:27.8719608Z * [new branch] gh/malfet/144/base -> origin/gh/malfet/144/base 2025-01-24T08:10:27.8722382Z * [new branch] gh/malfet/144/head -> origin/gh/malfet/144/head 2025-01-24T08:10:27.8723667Z * [new branch] gh/malfet/144/orig -> origin/gh/malfet/144/orig 2025-01-24T08:10:27.8725758Z * [new branch] gh/malfet/145/base -> origin/gh/malfet/145/base 2025-01-24T08:10:27.8727012Z * [new branch] gh/malfet/145/head -> origin/gh/malfet/145/head 2025-01-24T08:10:27.8728330Z * [new branch] gh/malfet/145/orig -> origin/gh/malfet/145/orig 2025-01-24T08:10:27.8730493Z * [new branch] gh/malfet/146/base -> origin/gh/malfet/146/base 2025-01-24T08:10:27.8731820Z * [new branch] gh/malfet/146/head -> origin/gh/malfet/146/head 2025-01-24T08:10:27.8733186Z * [new branch] gh/malfet/146/orig -> origin/gh/malfet/146/orig 2025-01-24T08:10:27.8735250Z * [new branch] gh/malfet/147/base -> origin/gh/malfet/147/base 2025-01-24T08:10:27.8736499Z * [new branch] gh/malfet/147/head -> origin/gh/malfet/147/head 2025-01-24T08:10:27.8738091Z * [new branch] gh/malfet/147/orig -> origin/gh/malfet/147/orig 2025-01-24T08:10:27.8740068Z * [new branch] gh/malfet/31/base -> origin/gh/malfet/31/base 2025-01-24T08:10:27.8741452Z * [new branch] gh/malfet/31/head -> origin/gh/malfet/31/head 2025-01-24T08:10:27.8742821Z * [new branch] gh/malfet/31/orig -> origin/gh/malfet/31/orig 2025-01-24T08:10:27.8744902Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-01-24T08:10:27.8746154Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-01-24T08:10:27.8747517Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-01-24T08:10:27.8749511Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-01-24T08:10:27.8750775Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-01-24T08:10:27.8752842Z * [new branch] gh/malfet/88/base -> origin/gh/malfet/88/base 2025-01-24T08:10:27.8754089Z * [new branch] gh/malfet/88/head -> origin/gh/malfet/88/head 2025-01-24T08:10:27.8755457Z * [new branch] gh/malfet/88/orig -> origin/gh/malfet/88/orig 2025-01-24T08:10:27.8757476Z * [new branch] gh/malfet/89/base -> origin/gh/malfet/89/base 2025-01-24T08:10:27.8758710Z * [new branch] gh/malfet/89/head -> origin/gh/malfet/89/head 2025-01-24T08:10:27.8760130Z * [new branch] gh/malfet/89/orig -> origin/gh/malfet/89/orig 2025-01-24T08:10:27.8762467Z * [new branch] gh/malfet/90/base -> origin/gh/malfet/90/base 2025-01-24T08:10:27.8763485Z * [new branch] gh/malfet/90/head -> origin/gh/malfet/90/head 2025-01-24T08:10:27.8764846Z * [new branch] gh/malfet/90/orig -> origin/gh/malfet/90/orig 2025-01-24T08:10:27.8766924Z * [new branch] gh/malfet/91/base -> origin/gh/malfet/91/base 2025-01-24T08:10:27.8768187Z * [new branch] gh/malfet/91/head -> origin/gh/malfet/91/head 2025-01-24T08:10:27.8769533Z * [new branch] gh/malfet/91/orig -> origin/gh/malfet/91/orig 2025-01-24T08:10:27.8771489Z * [new branch] gh/malfet/92/base -> origin/gh/malfet/92/base 2025-01-24T08:10:27.8772749Z * [new branch] gh/malfet/92/head -> origin/gh/malfet/92/head 2025-01-24T08:10:27.8774197Z * [new branch] gh/malfet/92/orig -> origin/gh/malfet/92/orig 2025-01-24T08:10:27.8776278Z * [new branch] gh/malfet/93/base -> origin/gh/malfet/93/base 2025-01-24T08:10:27.8777486Z * [new branch] gh/malfet/93/head -> origin/gh/malfet/93/head 2025-01-24T08:10:27.8779073Z * [new branch] gh/malfet/93/orig -> origin/gh/malfet/93/orig 2025-01-24T08:10:27.8781126Z * [new branch] gh/malfet/94/base -> origin/gh/malfet/94/base 2025-01-24T08:10:27.8782294Z * [new branch] gh/malfet/94/head -> origin/gh/malfet/94/head 2025-01-24T08:10:27.8783637Z * [new branch] gh/malfet/94/orig -> origin/gh/malfet/94/orig 2025-01-24T08:10:27.8785866Z * [new branch] gh/malfet/95/base -> origin/gh/malfet/95/base 2025-01-24T08:10:27.8787125Z * [new branch] gh/malfet/95/head -> origin/gh/malfet/95/head 2025-01-24T08:10:27.8788480Z * [new branch] gh/malfet/95/orig -> origin/gh/malfet/95/orig 2025-01-24T08:10:27.8790512Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-01-24T08:10:27.8791740Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-01-24T08:10:27.8793178Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-01-24T08:10:27.8795246Z * [new branch] gh/malfet/97/base -> origin/gh/malfet/97/base 2025-01-24T08:10:27.8796889Z * [new branch] gh/malfet/97/head -> origin/gh/malfet/97/head 2025-01-24T08:10:27.8798037Z * [new branch] gh/malfet/97/orig -> origin/gh/malfet/97/orig 2025-01-24T08:10:27.8800188Z * [new branch] gh/malfet/98/base -> origin/gh/malfet/98/base 2025-01-24T08:10:27.8801433Z * [new branch] gh/malfet/98/head -> origin/gh/malfet/98/head 2025-01-24T08:10:27.8803189Z * [new branch] gh/malfet/98/orig -> origin/gh/malfet/98/orig 2025-01-24T08:10:27.8804872Z * [new branch] gh/malfet/99/base -> origin/gh/malfet/99/base 2025-01-24T08:10:27.8806125Z * [new branch] gh/malfet/99/head -> origin/gh/malfet/99/head 2025-01-24T08:10:27.8807478Z * [new branch] gh/malfet/99/orig -> origin/gh/malfet/99/orig 2025-01-24T08:10:27.8810114Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-01-24T08:10:27.8812961Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-01-24T08:10:27.8813860Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-01-24T08:10:27.8815172Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-01-24T08:10:27.8817336Z * [new branch] gh/masnesral/149/base -> origin/gh/masnesral/149/base 2025-01-24T08:10:27.8818920Z * [new branch] gh/masnesral/149/head -> origin/gh/masnesral/149/head 2025-01-24T08:10:27.8820046Z * [new branch] gh/masnesral/149/orig -> origin/gh/masnesral/149/orig 2025-01-24T08:10:27.8822201Z * [new branch] gh/masnesral/150/base -> origin/gh/masnesral/150/base 2025-01-24T08:10:27.8823447Z * [new branch] gh/masnesral/150/head -> origin/gh/masnesral/150/head 2025-01-24T08:10:27.8824875Z * [new branch] gh/masnesral/150/orig -> origin/gh/masnesral/150/orig 2025-01-24T08:10:27.8827092Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-01-24T08:10:27.8828438Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-01-24T08:10:27.8829833Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-01-24T08:10:27.8832022Z * [new branch] gh/masnesral/157/base -> origin/gh/masnesral/157/base 2025-01-24T08:10:27.8833350Z * [new branch] gh/masnesral/157/head -> origin/gh/masnesral/157/head 2025-01-24T08:10:27.8834541Z * [new branch] gh/masnesral/157/orig -> origin/gh/masnesral/157/orig 2025-01-24T08:10:27.8836540Z * [new branch] gh/masnesral/158/base -> origin/gh/masnesral/158/base 2025-01-24T08:10:27.8837925Z * [new branch] gh/masnesral/158/head -> origin/gh/masnesral/158/head 2025-01-24T08:10:27.8839372Z * [new branch] gh/masnesral/158/orig -> origin/gh/masnesral/158/orig 2025-01-24T08:10:27.8842132Z * [new branch] gh/masnesral/159/base -> origin/gh/masnesral/159/base 2025-01-24T08:10:27.8843312Z * [new branch] gh/masnesral/159/head -> origin/gh/masnesral/159/head 2025-01-24T08:10:27.8844566Z * [new branch] gh/masnesral/159/orig -> origin/gh/masnesral/159/orig 2025-01-24T08:10:27.8846503Z * [new branch] gh/masnesral/160/base -> origin/gh/masnesral/160/base 2025-01-24T08:10:27.8847759Z * [new branch] gh/masnesral/160/head -> origin/gh/masnesral/160/head 2025-01-24T08:10:27.8849102Z * [new branch] gh/masnesral/160/orig -> origin/gh/masnesral/160/orig 2025-01-24T08:10:27.8851021Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-01-24T08:10:27.8852237Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-01-24T08:10:27.8853365Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-01-24T08:10:27.8855152Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-01-24T08:10:27.8856431Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-01-24T08:10:27.8857723Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-01-24T08:10:27.8859523Z * [new branch] gh/masnesral/163/base -> origin/gh/masnesral/163/base 2025-01-24T08:10:27.8860944Z * [new branch] gh/masnesral/163/head -> origin/gh/masnesral/163/head 2025-01-24T08:10:27.8862310Z * [new branch] gh/masnesral/163/orig -> origin/gh/masnesral/163/orig 2025-01-24T08:10:27.8865335Z * [new branch] gh/masnesral/164/base -> origin/gh/masnesral/164/base 2025-01-24T08:10:27.8866409Z * [new branch] gh/masnesral/164/head -> origin/gh/masnesral/164/head 2025-01-24T08:10:27.8866962Z * [new branch] gh/masnesral/164/orig -> origin/gh/masnesral/164/orig 2025-01-24T08:10:27.8869072Z * [new branch] gh/masnesral/165/base -> origin/gh/masnesral/165/base 2025-01-24T08:10:27.8870419Z * [new branch] gh/masnesral/165/head -> origin/gh/masnesral/165/head 2025-01-24T08:10:27.8871743Z * [new branch] gh/masnesral/165/orig -> origin/gh/masnesral/165/orig 2025-01-24T08:10:27.8873865Z * [new branch] gh/masnesral/166/base -> origin/gh/masnesral/166/base 2025-01-24T08:10:27.8875089Z * [new branch] gh/masnesral/166/head -> origin/gh/masnesral/166/head 2025-01-24T08:10:27.8876410Z * [new branch] gh/masnesral/166/orig -> origin/gh/masnesral/166/orig 2025-01-24T08:10:27.8878346Z * [new branch] gh/masnesral/167/base -> origin/gh/masnesral/167/base 2025-01-24T08:10:27.8879771Z * [new branch] gh/masnesral/167/head -> origin/gh/masnesral/167/head 2025-01-24T08:10:27.8881153Z * [new branch] gh/masnesral/167/orig -> origin/gh/masnesral/167/orig 2025-01-24T08:10:27.8883029Z * [new branch] gh/masnesral/168/base -> origin/gh/masnesral/168/base 2025-01-24T08:10:27.8884373Z * [new branch] gh/masnesral/168/head -> origin/gh/masnesral/168/head 2025-01-24T08:10:27.8885712Z * [new branch] gh/masnesral/168/orig -> origin/gh/masnesral/168/orig 2025-01-24T08:10:27.8887584Z * [new branch] gh/masnesral/169/base -> origin/gh/masnesral/169/base 2025-01-24T08:10:27.8888955Z * [new branch] gh/masnesral/169/head -> origin/gh/masnesral/169/head 2025-01-24T08:10:27.8890238Z * [new branch] gh/masnesral/169/orig -> origin/gh/masnesral/169/orig 2025-01-24T08:10:27.8892267Z * [new branch] gh/masnesral/170/base -> origin/gh/masnesral/170/base 2025-01-24T08:10:27.8893767Z * [new branch] gh/masnesral/170/head -> origin/gh/masnesral/170/head 2025-01-24T08:10:27.8895461Z * [new branch] gh/masnesral/170/orig -> origin/gh/masnesral/170/orig 2025-01-24T08:10:27.8897342Z * [new branch] gh/masnesral/171/base -> origin/gh/masnesral/171/base 2025-01-24T08:10:27.8898593Z * [new branch] gh/masnesral/171/head -> origin/gh/masnesral/171/head 2025-01-24T08:10:27.8900253Z * [new branch] gh/masnesral/171/orig -> origin/gh/masnesral/171/orig 2025-01-24T08:10:27.8902196Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-01-24T08:10:27.8904149Z * [new branch] gh/masnesral/4/base -> origin/gh/masnesral/4/base 2025-01-24T08:10:27.8905518Z * [new branch] gh/masnesral/4/orig -> origin/gh/masnesral/4/orig 2025-01-24T08:10:27.8907984Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-01-24T08:10:27.8909268Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-01-24T08:10:27.8910623Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-01-24T08:10:27.8913312Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-01-24T08:10:27.8914528Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-01-24T08:10:27.8916451Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-01-24T08:10:27.8917780Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-01-24T08:10:27.8919909Z * [new branch] gh/mhorowitz/10/base -> origin/gh/mhorowitz/10/base 2025-01-24T08:10:27.8921209Z * [new branch] gh/mhorowitz/10/head -> origin/gh/mhorowitz/10/head 2025-01-24T08:10:27.8922534Z * [new branch] gh/mhorowitz/10/orig -> origin/gh/mhorowitz/10/orig 2025-01-24T08:10:27.8924571Z * [new branch] gh/mhorowitz/11/base -> origin/gh/mhorowitz/11/base 2025-01-24T08:10:27.8925864Z * [new branch] gh/mhorowitz/11/head -> origin/gh/mhorowitz/11/head 2025-01-24T08:10:27.8927098Z * [new branch] gh/mhorowitz/11/orig -> origin/gh/mhorowitz/11/orig 2025-01-24T08:10:27.8929036Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-01-24T08:10:27.8930586Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-01-24T08:10:27.8932251Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-01-24T08:10:27.8933543Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-01-24T08:10:27.8935522Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-01-24T08:10:27.8936711Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-01-24T08:10:27.8938733Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-01-24T08:10:27.8939807Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-01-24T08:10:27.8941755Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-01-24T08:10:27.8942960Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-01-24T08:10:27.8945083Z * [new branch] gh/mhorowitz/7/base -> origin/gh/mhorowitz/7/base 2025-01-24T08:10:27.8946426Z * [new branch] gh/mhorowitz/7/head -> origin/gh/mhorowitz/7/head 2025-01-24T08:10:27.8947848Z * [new branch] gh/mhorowitz/7/orig -> origin/gh/mhorowitz/7/orig 2025-01-24T08:10:27.8950013Z * [new branch] gh/mhorowitz/8/base -> origin/gh/mhorowitz/8/base 2025-01-24T08:10:27.8951375Z * [new branch] gh/mhorowitz/8/head -> origin/gh/mhorowitz/8/head 2025-01-24T08:10:27.8952709Z * [new branch] gh/mhorowitz/8/orig -> origin/gh/mhorowitz/8/orig 2025-01-24T08:10:27.8954526Z * [new branch] gh/mhorowitz/9/base -> origin/gh/mhorowitz/9/base 2025-01-24T08:10:27.8956107Z * [new branch] gh/mhorowitz/9/head -> origin/gh/mhorowitz/9/head 2025-01-24T08:10:27.8957384Z * [new branch] gh/mhorowitz/9/orig -> origin/gh/mhorowitz/9/orig 2025-01-24T08:10:27.8960053Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-01-24T08:10:27.8961313Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-01-24T08:10:27.8963295Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-01-24T08:10:27.8964571Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-01-24T08:10:27.8966552Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-01-24T08:10:27.8967775Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-01-24T08:10:27.8969720Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-01-24T08:10:27.8970930Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-01-24T08:10:27.8973016Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-01-24T08:10:27.8974047Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-01-24T08:10:27.8976078Z * [new branch] gh/mikaylagawarecki/274/base -> origin/gh/mikaylagawarecki/274/base 2025-01-24T08:10:27.8977381Z * [new branch] gh/mikaylagawarecki/274/head -> origin/gh/mikaylagawarecki/274/head 2025-01-24T08:10:27.8978772Z * [new branch] gh/mikaylagawarecki/274/orig -> origin/gh/mikaylagawarecki/274/orig 2025-01-24T08:10:27.8980713Z * [new branch] gh/mikaylagawarecki/276/base -> origin/gh/mikaylagawarecki/276/base 2025-01-24T08:10:27.8982197Z * [new branch] gh/mikaylagawarecki/276/head -> origin/gh/mikaylagawarecki/276/head 2025-01-24T08:10:27.8983598Z * [new branch] gh/mikaylagawarecki/276/orig -> origin/gh/mikaylagawarecki/276/orig 2025-01-24T08:10:27.8985619Z * [new branch] gh/mikaylagawarecki/277/base -> origin/gh/mikaylagawarecki/277/base 2025-01-24T08:10:27.8986842Z * [new branch] gh/mikaylagawarecki/277/head -> origin/gh/mikaylagawarecki/277/head 2025-01-24T08:10:27.8988173Z * [new branch] gh/mikaylagawarecki/277/orig -> origin/gh/mikaylagawarecki/277/orig 2025-01-24T08:10:27.8990290Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-01-24T08:10:27.8991657Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-01-24T08:10:27.8993031Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-01-24T08:10:27.8995011Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-01-24T08:10:27.8996294Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-01-24T08:10:27.8997645Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-01-24T08:10:27.8999784Z * [new branch] gh/mikaylagawarecki/301/base -> origin/gh/mikaylagawarecki/301/base 2025-01-24T08:10:27.9002114Z * [new branch] gh/mikaylagawarecki/301/head -> origin/gh/mikaylagawarecki/301/head 2025-01-24T08:10:27.9003460Z * [new branch] gh/mikaylagawarecki/301/orig -> origin/gh/mikaylagawarecki/301/orig 2025-01-24T08:10:27.9005602Z * [new branch] gh/mikaylagawarecki/302/base -> origin/gh/mikaylagawarecki/302/base 2025-01-24T08:10:27.9006918Z * [new branch] gh/mikaylagawarecki/302/head -> origin/gh/mikaylagawarecki/302/head 2025-01-24T08:10:27.9008218Z * [new branch] gh/mikaylagawarecki/302/orig -> origin/gh/mikaylagawarecki/302/orig 2025-01-24T08:10:27.9010310Z * [new branch] gh/mikaylagawarecki/303/base -> origin/gh/mikaylagawarecki/303/base 2025-01-24T08:10:27.9011655Z * [new branch] gh/mikaylagawarecki/303/head -> origin/gh/mikaylagawarecki/303/head 2025-01-24T08:10:27.9012992Z * [new branch] gh/mikaylagawarecki/303/orig -> origin/gh/mikaylagawarecki/303/orig 2025-01-24T08:10:27.9014949Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-01-24T08:10:27.9016282Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-01-24T08:10:27.9017624Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-01-24T08:10:27.9019439Z * [new branch] gh/mikaylagawarecki/305/base -> origin/gh/mikaylagawarecki/305/base 2025-01-24T08:10:27.9020793Z * [new branch] gh/mikaylagawarecki/305/head -> origin/gh/mikaylagawarecki/305/head 2025-01-24T08:10:27.9022129Z * [new branch] gh/mikaylagawarecki/305/orig -> origin/gh/mikaylagawarecki/305/orig 2025-01-24T08:10:27.9024140Z * [new branch] gh/mikaylagawarecki/306/base -> origin/gh/mikaylagawarecki/306/base 2025-01-24T08:10:27.9025507Z * [new branch] gh/mikaylagawarecki/306/head -> origin/gh/mikaylagawarecki/306/head 2025-01-24T08:10:27.9026858Z * [new branch] gh/mikaylagawarecki/306/orig -> origin/gh/mikaylagawarecki/306/orig 2025-01-24T08:10:27.9028929Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-01-24T08:10:27.9030267Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-01-24T08:10:27.9031587Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-01-24T08:10:27.9033983Z * [new branch] gh/mingfeima/125/base -> origin/gh/mingfeima/125/base 2025-01-24T08:10:27.9035650Z * [new branch] gh/mingfeima/125/head -> origin/gh/mingfeima/125/head 2025-01-24T08:10:27.9036823Z * [new branch] gh/mingfeima/125/orig -> origin/gh/mingfeima/125/orig 2025-01-24T08:10:27.9039280Z * [new branch] gh/mingfeima/127/base -> origin/gh/mingfeima/127/base 2025-01-24T08:10:27.9040366Z * [new branch] gh/mingfeima/127/head -> origin/gh/mingfeima/127/head 2025-01-24T08:10:27.9041784Z * [new branch] gh/mingfeima/127/orig -> origin/gh/mingfeima/127/orig 2025-01-24T08:10:27.9044109Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-01-24T08:10:27.9045524Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-01-24T08:10:27.9047296Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-01-24T08:10:27.9048577Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-01-24T08:10:27.9050534Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-01-24T08:10:27.9051908Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-01-24T08:10:27.9053219Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-01-24T08:10:27.9055185Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-01-24T08:10:27.9056560Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-01-24T08:10:27.9057895Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-01-24T08:10:27.9060695Z * [new branch] gh/mrshenli/382/base -> origin/gh/mrshenli/382/base 2025-01-24T08:10:27.9061999Z * [new branch] gh/mrshenli/382/head -> origin/gh/mrshenli/382/head 2025-01-24T08:10:27.9063426Z * [new branch] gh/mrshenli/382/orig -> origin/gh/mrshenli/382/orig 2025-01-24T08:10:27.9065934Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-01-24T08:10:27.9067275Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-01-24T08:10:27.9069163Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-01-24T08:10:27.9070630Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-01-24T08:10:27.9072542Z * [new branch] gh/muchulee8/36/base -> origin/gh/muchulee8/36/base 2025-01-24T08:10:27.9073893Z * [new branch] gh/muchulee8/36/head -> origin/gh/muchulee8/36/head 2025-01-24T08:10:27.9075236Z * [new branch] gh/muchulee8/36/orig -> origin/gh/muchulee8/36/orig 2025-01-24T08:10:27.9077221Z * [new branch] gh/muchulee8/38/base -> origin/gh/muchulee8/38/base 2025-01-24T08:10:27.9078600Z * [new branch] gh/muchulee8/38/head -> origin/gh/muchulee8/38/head 2025-01-24T08:10:27.9079994Z * [new branch] gh/muchulee8/38/orig -> origin/gh/muchulee8/38/orig 2025-01-24T08:10:27.9083078Z * [new branch] gh/muchulee8/39/base -> origin/gh/muchulee8/39/base 2025-01-24T08:10:27.9084524Z * [new branch] gh/muchulee8/39/head -> origin/gh/muchulee8/39/head 2025-01-24T08:10:27.9085857Z * [new branch] gh/muchulee8/39/orig -> origin/gh/muchulee8/39/orig 2025-01-24T08:10:27.9087829Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-01-24T08:10:27.9089198Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-01-24T08:10:27.9090633Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-01-24T08:10:27.9092560Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-01-24T08:10:27.9094012Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-01-24T08:10:27.9095778Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-01-24T08:10:27.9097733Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-01-24T08:10:27.9098742Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-01-24T08:10:27.9101198Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-01-24T08:10:27.9102642Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-01-24T08:10:27.9103969Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-01-24T08:10:27.9106090Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-01-24T08:10:27.9107395Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-01-24T08:10:27.9108794Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-01-24T08:10:27.9110560Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-01-24T08:10:27.9111954Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-01-24T08:10:27.9113953Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-01-24T08:10:27.9115422Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-01-24T08:10:27.9116720Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-01-24T08:10:27.9119316Z * [new branch] gh/nmacchioni/10/base -> origin/gh/nmacchioni/10/base 2025-01-24T08:10:27.9120808Z * [new branch] gh/nmacchioni/10/head -> origin/gh/nmacchioni/10/head 2025-01-24T08:10:27.9122214Z * [new branch] gh/nmacchioni/10/orig -> origin/gh/nmacchioni/10/orig 2025-01-24T08:10:27.9123831Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-01-24T08:10:27.9125188Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-01-24T08:10:27.9126540Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-01-24T08:10:27.9128466Z * [new branch] gh/nmacchioni/13/base -> origin/gh/nmacchioni/13/base 2025-01-24T08:10:27.9129795Z * [new branch] gh/nmacchioni/13/head -> origin/gh/nmacchioni/13/head 2025-01-24T08:10:27.9131118Z * [new branch] gh/nmacchioni/13/orig -> origin/gh/nmacchioni/13/orig 2025-01-24T08:10:27.9133017Z * [new branch] gh/nmacchioni/17/base -> origin/gh/nmacchioni/17/base 2025-01-24T08:10:27.9134340Z * [new branch] gh/nmacchioni/17/head -> origin/gh/nmacchioni/17/head 2025-01-24T08:10:27.9135739Z * [new branch] gh/nmacchioni/17/orig -> origin/gh/nmacchioni/17/orig 2025-01-24T08:10:27.9137659Z * [new branch] gh/nmacchioni/18/base -> origin/gh/nmacchioni/18/base 2025-01-24T08:10:27.9139023Z * [new branch] gh/nmacchioni/18/head -> origin/gh/nmacchioni/18/head 2025-01-24T08:10:27.9140386Z * [new branch] gh/nmacchioni/18/orig -> origin/gh/nmacchioni/18/orig 2025-01-24T08:10:27.9142289Z * [new branch] gh/nmacchioni/19/base -> origin/gh/nmacchioni/19/base 2025-01-24T08:10:27.9143633Z * [new branch] gh/nmacchioni/19/head -> origin/gh/nmacchioni/19/head 2025-01-24T08:10:27.9145099Z * [new branch] gh/nmacchioni/19/orig -> origin/gh/nmacchioni/19/orig 2025-01-24T08:10:27.9147024Z * [new branch] gh/nmacchioni/20/base -> origin/gh/nmacchioni/20/base 2025-01-24T08:10:27.9148370Z * [new branch] gh/nmacchioni/20/head -> origin/gh/nmacchioni/20/head 2025-01-24T08:10:27.9149722Z * [new branch] gh/nmacchioni/20/orig -> origin/gh/nmacchioni/20/orig 2025-01-24T08:10:27.9151724Z * [new branch] gh/nmacchioni/21/base -> origin/gh/nmacchioni/21/base 2025-01-24T08:10:27.9153312Z * [new branch] gh/nmacchioni/21/head -> origin/gh/nmacchioni/21/head 2025-01-24T08:10:27.9154528Z * [new branch] gh/nmacchioni/21/orig -> origin/gh/nmacchioni/21/orig 2025-01-24T08:10:27.9156420Z * [new branch] gh/nmacchioni/22/base -> origin/gh/nmacchioni/22/base 2025-01-24T08:10:27.9157714Z * [new branch] gh/nmacchioni/22/head -> origin/gh/nmacchioni/22/head 2025-01-24T08:10:27.9159622Z * [new branch] gh/nmacchioni/23/base -> origin/gh/nmacchioni/23/base 2025-01-24T08:10:27.9161024Z * [new branch] gh/nmacchioni/23/head -> origin/gh/nmacchioni/23/head 2025-01-24T08:10:27.9162870Z * [new branch] gh/nmacchioni/24/base -> origin/gh/nmacchioni/24/base 2025-01-24T08:10:27.9164180Z * [new branch] gh/nmacchioni/24/head -> origin/gh/nmacchioni/24/head 2025-01-24T08:10:27.9166045Z * [new branch] gh/nmacchioni/25/base -> origin/gh/nmacchioni/25/base 2025-01-24T08:10:27.9167395Z * [new branch] gh/nmacchioni/25/head -> origin/gh/nmacchioni/25/head 2025-01-24T08:10:27.9169325Z * [new branch] gh/nmacchioni/26/base -> origin/gh/nmacchioni/26/base 2025-01-24T08:10:27.9170647Z * [new branch] gh/nmacchioni/26/head -> origin/gh/nmacchioni/26/head 2025-01-24T08:10:27.9171983Z * [new branch] gh/nmacchioni/26/orig -> origin/gh/nmacchioni/26/orig 2025-01-24T08:10:27.9173929Z * [new branch] gh/nmacchioni/30/base -> origin/gh/nmacchioni/30/base 2025-01-24T08:10:27.9175537Z * [new branch] gh/nmacchioni/30/head -> origin/gh/nmacchioni/30/head 2025-01-24T08:10:27.9176929Z * [new branch] gh/nmacchioni/30/orig -> origin/gh/nmacchioni/30/orig 2025-01-24T08:10:27.9178805Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-01-24T08:10:27.9180189Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-01-24T08:10:27.9181554Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-01-24T08:10:27.9183470Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-01-24T08:10:27.9184821Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-01-24T08:10:27.9186137Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-01-24T08:10:27.9188093Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-01-24T08:10:27.9189448Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-01-24T08:10:27.9190746Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-01-24T08:10:27.9192658Z * [new branch] gh/nmacchioni/34/base -> origin/gh/nmacchioni/34/base 2025-01-24T08:10:27.9194003Z * [new branch] gh/nmacchioni/34/orig -> origin/gh/nmacchioni/34/orig 2025-01-24T08:10:27.9195973Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-01-24T08:10:27.9197264Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-01-24T08:10:27.9198579Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-01-24T08:10:27.9200701Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-01-24T08:10:27.9202022Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-01-24T08:10:27.9203369Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-01-24T08:10:27.9205224Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-01-24T08:10:27.9206565Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-01-24T08:10:27.9208206Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-01-24T08:10:27.9209930Z * [new branch] gh/nmacchioni/38/base -> origin/gh/nmacchioni/38/base 2025-01-24T08:10:27.9211271Z * [new branch] gh/nmacchioni/38/orig -> origin/gh/nmacchioni/38/orig 2025-01-24T08:10:27.9213183Z * [new branch] gh/nmacchioni/6/base -> origin/gh/nmacchioni/6/base 2025-01-24T08:10:27.9214502Z * [new branch] gh/nmacchioni/6/head -> origin/gh/nmacchioni/6/head 2025-01-24T08:10:27.9215829Z * [new branch] gh/nmacchioni/6/orig -> origin/gh/nmacchioni/6/orig 2025-01-24T08:10:27.9217716Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-01-24T08:10:27.9220289Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-01-24T08:10:27.9221668Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-01-24T08:10:27.9223618Z * [new branch] gh/nmacchioni/9/base -> origin/gh/nmacchioni/9/base 2025-01-24T08:10:27.9225127Z * [new branch] gh/nmacchioni/9/head -> origin/gh/nmacchioni/9/head 2025-01-24T08:10:27.9226444Z * [new branch] gh/nmacchioni/9/orig -> origin/gh/nmacchioni/9/orig 2025-01-24T08:10:27.9229083Z * [new branch] gh/oulgen/144/base -> origin/gh/oulgen/144/base 2025-01-24T08:10:27.9230422Z * [new branch] gh/oulgen/144/head -> origin/gh/oulgen/144/head 2025-01-24T08:10:27.9231846Z * [new branch] gh/oulgen/144/orig -> origin/gh/oulgen/144/orig 2025-01-24T08:10:27.9233824Z * [new branch] gh/oulgen/146/base -> origin/gh/oulgen/146/base 2025-01-24T08:10:27.9235203Z * [new branch] gh/oulgen/146/head -> origin/gh/oulgen/146/head 2025-01-24T08:10:27.9236481Z * [new branch] gh/oulgen/146/orig -> origin/gh/oulgen/146/orig 2025-01-24T08:10:27.9238432Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-01-24T08:10:27.9240197Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-01-24T08:10:27.9243732Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-01-24T08:10:27.9245719Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-01-24T08:10:27.9247106Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-01-24T08:10:27.9248745Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-01-24T08:10:27.9251159Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-01-24T08:10:27.9252607Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-01-24T08:10:27.9254001Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-01-24T08:10:27.9256247Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-01-24T08:10:27.9257803Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-01-24T08:10:27.9259133Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-01-24T08:10:27.9261192Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-01-24T08:10:27.9262757Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-01-24T08:10:27.9264182Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-01-24T08:10:27.9266649Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-01-24T08:10:27.9268022Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-01-24T08:10:27.9269666Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-01-24T08:10:27.9271401Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-01-24T08:10:27.9272749Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-01-24T08:10:27.9274136Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-01-24T08:10:27.9276211Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-01-24T08:10:27.9277257Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-01-24T08:10:27.9278672Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-01-24T08:10:27.9281204Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-01-24T08:10:27.9282569Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-01-24T08:10:27.9283859Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-01-24T08:10:27.9286016Z * [new branch] gh/raymo/add-envvars-bool-check -> origin/gh/raymo/add-envvars-bool-check 2025-01-24T08:10:27.9288295Z * [new branch] gh/rec/112/base -> origin/gh/rec/112/base 2025-01-24T08:10:27.9289594Z * [new branch] gh/rec/112/head -> origin/gh/rec/112/head 2025-01-24T08:10:27.9290994Z * [new branch] gh/rec/112/orig -> origin/gh/rec/112/orig 2025-01-24T08:10:27.9292888Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-01-24T08:10:27.9294245Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-01-24T08:10:27.9295575Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-01-24T08:10:27.9297506Z * [new branch] gh/rec/116/base -> origin/gh/rec/116/base 2025-01-24T08:10:27.9298919Z * [new branch] gh/rec/116/head -> origin/gh/rec/116/head 2025-01-24T08:10:27.9300250Z * [new branch] gh/rec/116/orig -> origin/gh/rec/116/orig 2025-01-24T08:10:27.9302129Z * [new branch] gh/rec/117/base -> origin/gh/rec/117/base 2025-01-24T08:10:27.9303480Z * [new branch] gh/rec/117/head -> origin/gh/rec/117/head 2025-01-24T08:10:27.9304799Z * [new branch] gh/rec/117/orig -> origin/gh/rec/117/orig 2025-01-24T08:10:27.9306695Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-01-24T08:10:27.9308063Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-01-24T08:10:27.9309537Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-01-24T08:10:27.9311449Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-01-24T08:10:27.9312814Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-01-24T08:10:27.9314157Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-01-24T08:10:27.9316000Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-01-24T08:10:27.9317354Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-01-24T08:10:27.9318726Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-01-24T08:10:27.9320702Z * [new branch] gh/rec/121/base -> origin/gh/rec/121/base 2025-01-24T08:10:27.9322053Z * [new branch] gh/rec/121/head -> origin/gh/rec/121/head 2025-01-24T08:10:27.9323354Z * [new branch] gh/rec/121/orig -> origin/gh/rec/121/orig 2025-01-24T08:10:27.9325315Z * [new branch] gh/rec/122/base -> origin/gh/rec/122/base 2025-01-24T08:10:27.9326912Z * [new branch] gh/rec/122/head -> origin/gh/rec/122/head 2025-01-24T08:10:27.9327892Z * [new branch] gh/rec/122/orig -> origin/gh/rec/122/orig 2025-01-24T08:10:27.9329885Z * [new branch] gh/rec/123/base -> origin/gh/rec/123/base 2025-01-24T08:10:27.9331249Z * [new branch] gh/rec/123/head -> origin/gh/rec/123/head 2025-01-24T08:10:27.9332544Z * [new branch] gh/rec/123/orig -> origin/gh/rec/123/orig 2025-01-24T08:10:27.9334460Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-01-24T08:10:27.9335867Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-01-24T08:10:27.9337210Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-01-24T08:10:27.9339126Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-01-24T08:10:27.9340434Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-01-24T08:10:27.9341771Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-01-24T08:10:27.9343755Z * [new branch] gh/rec/56/base -> origin/gh/rec/56/base 2025-01-24T08:10:27.9345164Z * [new branch] gh/rec/56/head -> origin/gh/rec/56/head 2025-01-24T08:10:27.9346433Z * [new branch] gh/rec/56/orig -> origin/gh/rec/56/orig 2025-01-24T08:10:27.9349116Z * [new branch] gh/rohan-varma/720/base -> origin/gh/rohan-varma/720/base 2025-01-24T08:10:27.9350483Z * [new branch] gh/rohan-varma/720/head -> origin/gh/rohan-varma/720/head 2025-01-24T08:10:27.9351737Z * [new branch] gh/rohan-varma/720/orig -> origin/gh/rohan-varma/720/orig 2025-01-24T08:10:27.9353780Z * [new branch] gh/rohan-varma/721/base -> origin/gh/rohan-varma/721/base 2025-01-24T08:10:27.9355110Z * [new branch] gh/rohan-varma/721/head -> origin/gh/rohan-varma/721/head 2025-01-24T08:10:27.9356343Z * [new branch] gh/rohan-varma/721/orig -> origin/gh/rohan-varma/721/orig 2025-01-24T08:10:27.9358435Z * [new branch] gh/rohan-varma/722/base -> origin/gh/rohan-varma/722/base 2025-01-24T08:10:27.9359789Z * [new branch] gh/rohan-varma/722/head -> origin/gh/rohan-varma/722/head 2025-01-24T08:10:27.9361172Z * [new branch] gh/rohan-varma/722/orig -> origin/gh/rohan-varma/722/orig 2025-01-24T08:10:27.9363153Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-01-24T08:10:27.9364598Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-01-24T08:10:27.9365985Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-01-24T08:10:27.9368307Z * [new branch] gh/sanrise/4/base -> origin/gh/sanrise/4/base 2025-01-24T08:10:27.9369789Z * [new branch] gh/sanrise/4/head -> origin/gh/sanrise/4/head 2025-01-24T08:10:27.9371178Z * [new branch] gh/sanrise/4/orig -> origin/gh/sanrise/4/orig 2025-01-24T08:10:27.9373564Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-01-24T08:10:27.9375138Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-01-24T08:10:27.9376457Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-01-24T08:10:27.9379019Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-01-24T08:10:27.9380506Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-01-24T08:10:27.9381952Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-01-24T08:10:27.9383997Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-01-24T08:10:27.9385670Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-01-24T08:10:27.9386715Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-01-24T08:10:27.9388779Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-01-24T08:10:27.9390435Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-01-24T08:10:27.9391801Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-01-24T08:10:27.9394032Z * [new branch] gh/shunting314/186/base -> origin/gh/shunting314/186/base 2025-01-24T08:10:27.9395483Z * [new branch] gh/shunting314/186/head -> origin/gh/shunting314/186/head 2025-01-24T08:10:27.9396940Z * [new branch] gh/shunting314/186/orig -> origin/gh/shunting314/186/orig 2025-01-24T08:10:27.9398985Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-01-24T08:10:27.9401290Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-01-24T08:10:27.9402694Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-01-24T08:10:27.9404642Z * [new branch] gh/shunting314/190/base -> origin/gh/shunting314/190/base 2025-01-24T08:10:27.9406021Z * [new branch] gh/shunting314/190/head -> origin/gh/shunting314/190/head 2025-01-24T08:10:27.9407314Z * [new branch] gh/shunting314/190/orig -> origin/gh/shunting314/190/orig 2025-01-24T08:10:27.9409620Z * [new branch] gh/shunting314/191/base -> origin/gh/shunting314/191/base 2025-01-24T08:10:27.9410989Z * [new branch] gh/shunting314/191/head -> origin/gh/shunting314/191/head 2025-01-24T08:10:27.9412308Z * [new branch] gh/shunting314/191/orig -> origin/gh/shunting314/191/orig 2025-01-24T08:10:27.9414237Z * [new branch] gh/shunting314/192/base -> origin/gh/shunting314/192/base 2025-01-24T08:10:27.9415606Z * [new branch] gh/shunting314/192/head -> origin/gh/shunting314/192/head 2025-01-24T08:10:27.9416892Z * [new branch] gh/shunting314/192/orig -> origin/gh/shunting314/192/orig 2025-01-24T08:10:27.9418736Z * [new branch] gh/shunting314/193/base -> origin/gh/shunting314/193/base 2025-01-24T08:10:27.9420221Z * [new branch] gh/shunting314/193/head -> origin/gh/shunting314/193/head 2025-01-24T08:10:27.9421645Z * [new branch] gh/shunting314/193/orig -> origin/gh/shunting314/193/orig 2025-01-24T08:10:27.9423427Z * [new branch] gh/shunting314/194/base -> origin/gh/shunting314/194/base 2025-01-24T08:10:27.9424859Z * [new branch] gh/shunting314/194/head -> origin/gh/shunting314/194/head 2025-01-24T08:10:27.9426210Z * [new branch] gh/shunting314/194/orig -> origin/gh/shunting314/194/orig 2025-01-24T08:10:27.9428187Z * [new branch] gh/shunting314/195/base -> origin/gh/shunting314/195/base 2025-01-24T08:10:27.9429523Z * [new branch] gh/shunting314/195/head -> origin/gh/shunting314/195/head 2025-01-24T08:10:27.9430840Z * [new branch] gh/shunting314/195/orig -> origin/gh/shunting314/195/orig 2025-01-24T08:10:27.9433275Z * [new branch] gh/shuqiangzhang/46/base -> origin/gh/shuqiangzhang/46/base 2025-01-24T08:10:27.9434729Z * [new branch] gh/shuqiangzhang/46/head -> origin/gh/shuqiangzhang/46/head 2025-01-24T08:10:27.9436125Z * [new branch] gh/shuqiangzhang/46/orig -> origin/gh/shuqiangzhang/46/orig 2025-01-24T08:10:27.9438075Z * [new branch] gh/shuqiangzhang/53/base -> origin/gh/shuqiangzhang/53/base 2025-01-24T08:10:27.9439571Z * [new branch] gh/shuqiangzhang/53/head -> origin/gh/shuqiangzhang/53/head 2025-01-24T08:10:27.9441295Z * [new branch] gh/shuqiangzhang/53/orig -> origin/gh/shuqiangzhang/53/orig 2025-01-24T08:10:27.9442976Z * [new branch] gh/shuqiangzhang/56/base -> origin/gh/shuqiangzhang/56/base 2025-01-24T08:10:27.9443968Z * [new branch] gh/shuqiangzhang/56/head -> origin/gh/shuqiangzhang/56/head 2025-01-24T08:10:27.9445610Z * [new branch] gh/shuqiangzhang/56/orig -> origin/gh/shuqiangzhang/56/orig 2025-01-24T08:10:27.9447492Z * [new branch] gh/shuqiangzhang/62/base -> origin/gh/shuqiangzhang/62/base 2025-01-24T08:10:27.9448984Z * [new branch] gh/shuqiangzhang/62/head -> origin/gh/shuqiangzhang/62/head 2025-01-24T08:10:27.9450374Z * [new branch] gh/shuqiangzhang/62/orig -> origin/gh/shuqiangzhang/62/orig 2025-01-24T08:10:27.9452488Z * [new branch] gh/shuqiangzhang/63/base -> origin/gh/shuqiangzhang/63/base 2025-01-24T08:10:27.9453872Z * [new branch] gh/shuqiangzhang/63/head -> origin/gh/shuqiangzhang/63/head 2025-01-24T08:10:27.9455317Z * [new branch] gh/shuqiangzhang/63/orig -> origin/gh/shuqiangzhang/63/orig 2025-01-24T08:10:27.9457590Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-01-24T08:10:27.9458860Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-01-24T08:10:27.9460744Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-01-24T08:10:27.9462101Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-01-24T08:10:27.9463891Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-01-24T08:10:27.9465192Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-01-24T08:10:27.9467640Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-01-24T08:10:27.9468980Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-01-24T08:10:27.9470811Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-01-24T08:10:27.9472183Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-01-24T08:10:27.9473973Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-01-24T08:10:27.9475337Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-01-24T08:10:27.9477173Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-01-24T08:10:27.9478542Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-01-24T08:10:27.9481060Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-01-24T08:10:27.9482533Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-01-24T08:10:27.9485069Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-01-24T08:10:27.9486420Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-01-24T08:10:27.9487764Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-01-24T08:10:27.9489774Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-01-24T08:10:27.9491135Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-01-24T08:10:27.9492587Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-01-24T08:10:27.9494812Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-01-24T08:10:27.9496098Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-01-24T08:10:27.9497497Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-01-24T08:10:27.9499862Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-01-24T08:10:27.9500820Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-01-24T08:10:27.9502326Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-01-24T08:10:27.9504246Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-01-24T08:10:27.9505704Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-01-24T08:10:27.9506986Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-01-24T08:10:27.9508923Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-01-24T08:10:27.9510282Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-01-24T08:10:27.9511643Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-01-24T08:10:27.9513684Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-01-24T08:10:27.9515062Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-01-24T08:10:27.9516414Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-01-24T08:10:27.9518458Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-01-24T08:10:27.9519940Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-01-24T08:10:27.9524001Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-01-24T08:10:27.9525916Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-01-24T08:10:27.9527241Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-01-24T08:10:27.9528618Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-01-24T08:10:27.9530610Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-01-24T08:10:27.9531963Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-01-24T08:10:27.9533290Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-01-24T08:10:27.9535090Z * [new branch] gh/soulitzer/326/base -> origin/gh/soulitzer/326/base 2025-01-24T08:10:27.9536425Z * [new branch] gh/soulitzer/326/head -> origin/gh/soulitzer/326/head 2025-01-24T08:10:27.9537772Z * [new branch] gh/soulitzer/326/orig -> origin/gh/soulitzer/326/orig 2025-01-24T08:10:27.9539572Z * [new branch] gh/soulitzer/328/base -> origin/gh/soulitzer/328/base 2025-01-24T08:10:27.9540910Z * [new branch] gh/soulitzer/328/head -> origin/gh/soulitzer/328/head 2025-01-24T08:10:27.9542234Z * [new branch] gh/soulitzer/328/orig -> origin/gh/soulitzer/328/orig 2025-01-24T08:10:27.9544290Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-01-24T08:10:27.9545584Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-01-24T08:10:27.9546952Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-01-24T08:10:27.9548883Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-01-24T08:10:27.9550257Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-01-24T08:10:27.9551544Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-01-24T08:10:27.9553563Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-01-24T08:10:27.9555293Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-01-24T08:10:27.9556322Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-01-24T08:10:27.9558472Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-01-24T08:10:27.9560112Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-01-24T08:10:27.9561483Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-01-24T08:10:27.9563662Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-01-24T08:10:27.9564935Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-01-24T08:10:27.9566325Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-01-24T08:10:27.9568250Z * [new branch] gh/soulitzer/340/base -> origin/gh/soulitzer/340/base 2025-01-24T08:10:27.9569662Z * [new branch] gh/soulitzer/340/head -> origin/gh/soulitzer/340/head 2025-01-24T08:10:27.9570931Z * [new branch] gh/soulitzer/340/orig -> origin/gh/soulitzer/340/orig 2025-01-24T08:10:27.9572814Z * [new branch] gh/soulitzer/341/base -> origin/gh/soulitzer/341/base 2025-01-24T08:10:27.9574068Z * [new branch] gh/soulitzer/341/head -> origin/gh/soulitzer/341/head 2025-01-24T08:10:27.9575631Z * [new branch] gh/soulitzer/341/orig -> origin/gh/soulitzer/341/orig 2025-01-24T08:10:27.9577633Z * [new branch] gh/soulitzer/342/base -> origin/gh/soulitzer/342/base 2025-01-24T08:10:27.9578982Z * [new branch] gh/soulitzer/342/head -> origin/gh/soulitzer/342/head 2025-01-24T08:10:27.9580310Z * [new branch] gh/soulitzer/342/orig -> origin/gh/soulitzer/342/orig 2025-01-24T08:10:27.9582281Z * [new branch] gh/soulitzer/343/base -> origin/gh/soulitzer/343/base 2025-01-24T08:10:27.9583480Z * [new branch] gh/soulitzer/343/head -> origin/gh/soulitzer/343/head 2025-01-24T08:10:27.9584960Z * [new branch] gh/soulitzer/343/orig -> origin/gh/soulitzer/343/orig 2025-01-24T08:10:27.9586808Z * [new branch] gh/soulitzer/344/base -> origin/gh/soulitzer/344/base 2025-01-24T08:10:27.9588201Z * [new branch] gh/soulitzer/344/head -> origin/gh/soulitzer/344/head 2025-01-24T08:10:27.9589453Z * [new branch] gh/soulitzer/344/orig -> origin/gh/soulitzer/344/orig 2025-01-24T08:10:27.9591443Z * [new branch] gh/soulitzer/345/base -> origin/gh/soulitzer/345/base 2025-01-24T08:10:27.9592746Z * [new branch] gh/soulitzer/345/head -> origin/gh/soulitzer/345/head 2025-01-24T08:10:27.9594051Z * [new branch] gh/soulitzer/345/orig -> origin/gh/soulitzer/345/orig 2025-01-24T08:10:27.9596080Z * [new branch] gh/soulitzer/346/base -> origin/gh/soulitzer/346/base 2025-01-24T08:10:27.9597374Z * [new branch] gh/soulitzer/346/head -> origin/gh/soulitzer/346/head 2025-01-24T08:10:27.9598756Z * [new branch] gh/soulitzer/346/orig -> origin/gh/soulitzer/346/orig 2025-01-24T08:10:27.9601349Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-01-24T08:10:27.9603897Z * [new branch] gh/swolchok/685/base -> origin/gh/swolchok/685/base 2025-01-24T08:10:27.9605259Z * [new branch] gh/swolchok/685/head -> origin/gh/swolchok/685/head 2025-01-24T08:10:27.9606579Z * [new branch] gh/swolchok/685/orig -> origin/gh/swolchok/685/orig 2025-01-24T08:10:27.9608550Z * [new branch] gh/swolchok/695/base -> origin/gh/swolchok/695/base 2025-01-24T08:10:27.9609864Z * [new branch] gh/swolchok/695/head -> origin/gh/swolchok/695/head 2025-01-24T08:10:27.9611540Z * [new branch] gh/swolchok/695/orig -> origin/gh/swolchok/695/orig 2025-01-24T08:10:27.9613271Z * [new branch] gh/swolchok/697/base -> origin/gh/swolchok/697/base 2025-01-24T08:10:27.9614631Z * [new branch] gh/swolchok/697/head -> origin/gh/swolchok/697/head 2025-01-24T08:10:27.9616006Z * [new branch] gh/swolchok/697/orig -> origin/gh/swolchok/697/orig 2025-01-24T08:10:27.9618060Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-01-24T08:10:27.9619441Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-01-24T08:10:27.9620945Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-01-24T08:10:27.9622921Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-01-24T08:10:27.9624322Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-01-24T08:10:27.9625690Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-01-24T08:10:27.9627485Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-01-24T08:10:27.9628856Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-01-24T08:10:27.9630125Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-01-24T08:10:27.9632225Z * [new branch] gh/swolchok/714/base -> origin/gh/swolchok/714/base 2025-01-24T08:10:27.9633547Z * [new branch] gh/swolchok/714/head -> origin/gh/swolchok/714/head 2025-01-24T08:10:27.9635069Z * [new branch] gh/swolchok/714/orig -> origin/gh/swolchok/714/orig 2025-01-24T08:10:27.9637140Z * [new branch] gh/swolchok/715/base -> origin/gh/swolchok/715/base 2025-01-24T08:10:27.9638464Z * [new branch] gh/swolchok/715/head -> origin/gh/swolchok/715/head 2025-01-24T08:10:27.9639881Z * [new branch] gh/swolchok/715/orig -> origin/gh/swolchok/715/orig 2025-01-24T08:10:27.9641982Z * [new branch] gh/swolchok/716/base -> origin/gh/swolchok/716/base 2025-01-24T08:10:27.9643308Z * [new branch] gh/swolchok/716/head -> origin/gh/swolchok/716/head 2025-01-24T08:10:27.9644692Z * [new branch] gh/swolchok/716/orig -> origin/gh/swolchok/716/orig 2025-01-24T08:10:27.9646656Z * [new branch] gh/swolchok/717/base -> origin/gh/swolchok/717/base 2025-01-24T08:10:27.9648016Z * [new branch] gh/swolchok/717/head -> origin/gh/swolchok/717/head 2025-01-24T08:10:27.9649356Z * [new branch] gh/swolchok/717/orig -> origin/gh/swolchok/717/orig 2025-01-24T08:10:27.9651196Z * [new branch] gh/swolchok/718/base -> origin/gh/swolchok/718/base 2025-01-24T08:10:27.9652680Z * [new branch] gh/swolchok/718/head -> origin/gh/swolchok/718/head 2025-01-24T08:10:27.9654109Z * [new branch] gh/swolchok/718/orig -> origin/gh/swolchok/718/orig 2025-01-24T08:10:27.9655939Z * [new branch] gh/swolchok/719/base -> origin/gh/swolchok/719/base 2025-01-24T08:10:27.9657292Z * [new branch] gh/swolchok/719/orig -> origin/gh/swolchok/719/orig 2025-01-24T08:10:27.9659225Z * [new branch] gh/swolchok/720/base -> origin/gh/swolchok/720/base 2025-01-24T08:10:27.9660614Z * [new branch] gh/swolchok/720/head -> origin/gh/swolchok/720/head 2025-01-24T08:10:27.9661869Z * [new branch] gh/swolchok/720/orig -> origin/gh/swolchok/720/orig 2025-01-24T08:10:27.9663895Z * [new branch] gh/swolchok/721/base -> origin/gh/swolchok/721/base 2025-01-24T08:10:27.9665322Z * [new branch] gh/swolchok/721/head -> origin/gh/swolchok/721/head 2025-01-24T08:10:27.9666931Z * [new branch] gh/swolchok/721/orig -> origin/gh/swolchok/721/orig 2025-01-24T08:10:27.9669132Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-01-24T08:10:27.9670474Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-01-24T08:10:27.9671789Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-01-24T08:10:27.9674205Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-01-24T08:10:27.9675611Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-01-24T08:10:27.9676973Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-01-24T08:10:27.9678972Z * [new branch] gh/tianyu-l/5/base -> origin/gh/tianyu-l/5/base 2025-01-24T08:10:27.9680410Z * [new branch] gh/tianyu-l/5/head -> origin/gh/tianyu-l/5/head 2025-01-24T08:10:27.9681777Z * [new branch] gh/tianyu-l/5/orig -> origin/gh/tianyu-l/5/orig 2025-01-24T08:10:27.9683683Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-01-24T08:10:27.9684996Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-01-24T08:10:27.9686302Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-01-24T08:10:27.9688982Z * [new branch] gh/titaiwangms/35/base -> origin/gh/titaiwangms/35/base 2025-01-24T08:10:27.9690379Z * [new branch] gh/titaiwangms/35/head -> origin/gh/titaiwangms/35/head 2025-01-24T08:10:27.9691713Z * [new branch] gh/titaiwangms/35/orig -> origin/gh/titaiwangms/35/orig 2025-01-24T08:10:27.9694114Z * [new branch] gh/tugsbayasgalan/142/base -> origin/gh/tugsbayasgalan/142/base 2025-01-24T08:10:27.9695548Z * [new branch] gh/tugsbayasgalan/142/head -> origin/gh/tugsbayasgalan/142/head 2025-01-24T08:10:27.9696927Z * [new branch] gh/tugsbayasgalan/142/orig -> origin/gh/tugsbayasgalan/142/orig 2025-01-24T08:10:27.9698882Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-01-24T08:10:27.9700216Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-01-24T08:10:27.9701598Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-01-24T08:10:27.9703521Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-01-24T08:10:27.9704845Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-01-24T08:10:27.9706231Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-01-24T08:10:27.9708214Z * [new branch] gh/tugsbayasgalan/244/base -> origin/gh/tugsbayasgalan/244/base 2025-01-24T08:10:27.9709568Z * [new branch] gh/tugsbayasgalan/244/head -> origin/gh/tugsbayasgalan/244/head 2025-01-24T08:10:27.9710887Z * [new branch] gh/tugsbayasgalan/244/orig -> origin/gh/tugsbayasgalan/244/orig 2025-01-24T08:10:27.9712913Z * [new branch] gh/tugsbayasgalan/246/base -> origin/gh/tugsbayasgalan/246/base 2025-01-24T08:10:27.9714490Z * [new branch] gh/tugsbayasgalan/246/head -> origin/gh/tugsbayasgalan/246/head 2025-01-24T08:10:27.9715966Z * [new branch] gh/tugsbayasgalan/246/orig -> origin/gh/tugsbayasgalan/246/orig 2025-01-24T08:10:27.9717922Z * [new branch] gh/tugsbayasgalan/247/base -> origin/gh/tugsbayasgalan/247/base 2025-01-24T08:10:27.9719298Z * [new branch] gh/tugsbayasgalan/247/head -> origin/gh/tugsbayasgalan/247/head 2025-01-24T08:10:27.9721946Z * [new branch] gh/tugsbayasgalan/247/orig -> origin/gh/tugsbayasgalan/247/orig 2025-01-24T08:10:27.9724173Z * [new branch] gh/tugsbayasgalan/250/base -> origin/gh/tugsbayasgalan/250/base 2025-01-24T08:10:27.9725260Z * [new branch] gh/tugsbayasgalan/250/head -> origin/gh/tugsbayasgalan/250/head 2025-01-24T08:10:27.9726653Z * [new branch] gh/tugsbayasgalan/250/orig -> origin/gh/tugsbayasgalan/250/orig 2025-01-24T08:10:27.9728585Z * [new branch] gh/tugsbayasgalan/257/base -> origin/gh/tugsbayasgalan/257/base 2025-01-24T08:10:27.9729898Z * [new branch] gh/tugsbayasgalan/257/head -> origin/gh/tugsbayasgalan/257/head 2025-01-24T08:10:27.9731273Z * [new branch] gh/tugsbayasgalan/257/orig -> origin/gh/tugsbayasgalan/257/orig 2025-01-24T08:10:27.9733213Z * [new branch] gh/tugsbayasgalan/259/base -> origin/gh/tugsbayasgalan/259/base 2025-01-24T08:10:27.9734579Z * [new branch] gh/tugsbayasgalan/259/head -> origin/gh/tugsbayasgalan/259/head 2025-01-24T08:10:27.9735876Z * [new branch] gh/tugsbayasgalan/259/orig -> origin/gh/tugsbayasgalan/259/orig 2025-01-24T08:10:27.9737914Z * [new branch] gh/tugsbayasgalan/268/base -> origin/gh/tugsbayasgalan/268/base 2025-01-24T08:10:27.9739264Z * [new branch] gh/tugsbayasgalan/268/head -> origin/gh/tugsbayasgalan/268/head 2025-01-24T08:10:27.9740628Z * [new branch] gh/tugsbayasgalan/268/orig -> origin/gh/tugsbayasgalan/268/orig 2025-01-24T08:10:27.9742456Z * [new branch] gh/tugsbayasgalan/269/base -> origin/gh/tugsbayasgalan/269/base 2025-01-24T08:10:27.9743802Z * [new branch] gh/tugsbayasgalan/269/head -> origin/gh/tugsbayasgalan/269/head 2025-01-24T08:10:27.9745130Z * [new branch] gh/tugsbayasgalan/269/orig -> origin/gh/tugsbayasgalan/269/orig 2025-01-24T08:10:27.9747076Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-01-24T08:10:27.9748356Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-01-24T08:10:27.9749703Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-01-24T08:10:27.9751667Z * [new branch] gh/tugsbayasgalan/281/base -> origin/gh/tugsbayasgalan/281/base 2025-01-24T08:10:27.9753256Z * [new branch] gh/tugsbayasgalan/281/head -> origin/gh/tugsbayasgalan/281/head 2025-01-24T08:10:27.9754720Z * [new branch] gh/tugsbayasgalan/281/orig -> origin/gh/tugsbayasgalan/281/orig 2025-01-24T08:10:27.9756800Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-01-24T08:10:27.9758370Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-01-24T08:10:27.9759766Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-01-24T08:10:27.9761900Z * [new branch] gh/tugsbayasgalan/283/base -> origin/gh/tugsbayasgalan/283/base 2025-01-24T08:10:27.9763268Z * [new branch] gh/tugsbayasgalan/283/head -> origin/gh/tugsbayasgalan/283/head 2025-01-24T08:10:27.9764692Z * [new branch] gh/tugsbayasgalan/283/orig -> origin/gh/tugsbayasgalan/283/orig 2025-01-24T08:10:27.9766616Z * [new branch] gh/tugsbayasgalan/284/base -> origin/gh/tugsbayasgalan/284/base 2025-01-24T08:10:27.9767965Z * [new branch] gh/tugsbayasgalan/284/head -> origin/gh/tugsbayasgalan/284/head 2025-01-24T08:10:27.9769323Z * [new branch] gh/tugsbayasgalan/284/orig -> origin/gh/tugsbayasgalan/284/orig 2025-01-24T08:10:27.9771271Z * [new branch] gh/tugsbayasgalan/285/base -> origin/gh/tugsbayasgalan/285/base 2025-01-24T08:10:27.9772711Z * [new branch] gh/tugsbayasgalan/285/head -> origin/gh/tugsbayasgalan/285/head 2025-01-24T08:10:27.9774022Z * [new branch] gh/tugsbayasgalan/285/orig -> origin/gh/tugsbayasgalan/285/orig 2025-01-24T08:10:27.9776077Z * [new branch] gh/tugsbayasgalan/286/base -> origin/gh/tugsbayasgalan/286/base 2025-01-24T08:10:27.9777154Z * [new branch] gh/tugsbayasgalan/286/head -> origin/gh/tugsbayasgalan/286/head 2025-01-24T08:10:27.9778510Z * [new branch] gh/tugsbayasgalan/286/orig -> origin/gh/tugsbayasgalan/286/orig 2025-01-24T08:10:27.9780505Z * [new branch] gh/tugsbayasgalan/287/base -> origin/gh/tugsbayasgalan/287/base 2025-01-24T08:10:27.9781927Z * [new branch] gh/tugsbayasgalan/287/head -> origin/gh/tugsbayasgalan/287/head 2025-01-24T08:10:27.9783369Z * [new branch] gh/tugsbayasgalan/287/orig -> origin/gh/tugsbayasgalan/287/orig 2025-01-24T08:10:27.9786528Z * [new branch] gh/vfdev-5/13/base -> origin/gh/vfdev-5/13/base 2025-01-24T08:10:27.9787875Z * [new branch] gh/vfdev-5/13/orig -> origin/gh/vfdev-5/13/orig 2025-01-24T08:10:27.9790759Z * [new branch] gh/vfdev-5/14/base -> origin/gh/vfdev-5/14/base 2025-01-24T08:10:27.9792441Z * [new branch] gh/vfdev-5/14/orig -> origin/gh/vfdev-5/14/orig 2025-01-24T08:10:27.9794895Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-01-24T08:10:27.9796251Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-01-24T08:10:27.9797520Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-01-24T08:10:27.9799791Z * [new branch] gh/vmoens/11/base -> origin/gh/vmoens/11/base 2025-01-24T08:10:27.9801171Z * [new branch] gh/vmoens/11/head -> origin/gh/vmoens/11/head 2025-01-24T08:10:27.9802627Z * [new branch] gh/vmoens/11/orig -> origin/gh/vmoens/11/orig 2025-01-24T08:10:27.9804523Z * [new branch] gh/vmoens/12/base -> origin/gh/vmoens/12/base 2025-01-24T08:10:27.9806194Z * [new branch] gh/vmoens/12/head -> origin/gh/vmoens/12/head 2025-01-24T08:10:27.9807320Z * [new branch] gh/vmoens/12/orig -> origin/gh/vmoens/12/orig 2025-01-24T08:10:27.9809278Z * [new branch] gh/vmoens/14/base -> origin/gh/vmoens/14/base 2025-01-24T08:10:27.9810643Z * [new branch] gh/vmoens/14/head -> origin/gh/vmoens/14/head 2025-01-24T08:10:27.9811947Z * [new branch] gh/vmoens/14/orig -> origin/gh/vmoens/14/orig 2025-01-24T08:10:27.9813862Z * [new branch] gh/vmoens/2/base -> origin/gh/vmoens/2/base 2025-01-24T08:10:27.9815258Z * [new branch] gh/vmoens/2/head -> origin/gh/vmoens/2/head 2025-01-24T08:10:27.9816624Z * [new branch] gh/vmoens/2/orig -> origin/gh/vmoens/2/orig 2025-01-24T08:10:27.9819190Z * [new branch] gh/voznesenskym/187/base -> origin/gh/voznesenskym/187/base 2025-01-24T08:10:27.9820615Z * [new branch] gh/voznesenskym/187/head -> origin/gh/voznesenskym/187/head 2025-01-24T08:10:27.9822016Z * [new branch] gh/voznesenskym/187/orig -> origin/gh/voznesenskym/187/orig 2025-01-24T08:10:27.9824195Z * [new branch] gh/voznesenskym/193/base -> origin/gh/voznesenskym/193/base 2025-01-24T08:10:27.9825556Z * [new branch] gh/voznesenskym/193/head -> origin/gh/voznesenskym/193/head 2025-01-24T08:10:27.9827486Z * [new branch] gh/voznesenskym/198/base -> origin/gh/voznesenskym/198/base 2025-01-24T08:10:27.9828817Z * [new branch] gh/voznesenskym/198/head -> origin/gh/voznesenskym/198/head 2025-01-24T08:10:27.9830243Z * [new branch] gh/voznesenskym/198/orig -> origin/gh/voznesenskym/198/orig 2025-01-24T08:10:27.9832317Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-01-24T08:10:27.9833740Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-01-24T08:10:27.9835391Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-01-24T08:10:27.9837108Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-01-24T08:10:27.9838539Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-01-24T08:10:27.9839877Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-01-24T08:10:27.9842010Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-01-24T08:10:27.9843441Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-01-24T08:10:27.9844824Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-01-24T08:10:27.9847208Z * [new branch] gh/wanchaol/344/base -> origin/gh/wanchaol/344/base 2025-01-24T08:10:27.9848568Z * [new branch] gh/wanchaol/344/head -> origin/gh/wanchaol/344/head 2025-01-24T08:10:27.9849942Z * [new branch] gh/wanchaol/344/orig -> origin/gh/wanchaol/344/orig 2025-01-24T08:10:27.9851816Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-01-24T08:10:27.9853356Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-01-24T08:10:27.9854665Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-01-24T08:10:27.9856843Z * [new branch] gh/wanchaol/361/base -> origin/gh/wanchaol/361/base 2025-01-24T08:10:27.9858184Z * [new branch] gh/wanchaol/361/head -> origin/gh/wanchaol/361/head 2025-01-24T08:10:27.9859558Z * [new branch] gh/wanchaol/361/orig -> origin/gh/wanchaol/361/orig 2025-01-24T08:10:27.9861474Z * [new branch] gh/wanchaol/362/base -> origin/gh/wanchaol/362/base 2025-01-24T08:10:27.9862899Z * [new branch] gh/wanchaol/362/head -> origin/gh/wanchaol/362/head 2025-01-24T08:10:27.9864201Z * [new branch] gh/wanchaol/362/orig -> origin/gh/wanchaol/362/orig 2025-01-24T08:10:27.9866152Z * [new branch] gh/wanchaol/363/base -> origin/gh/wanchaol/363/base 2025-01-24T08:10:27.9867503Z * [new branch] gh/wanchaol/363/head -> origin/gh/wanchaol/363/head 2025-01-24T08:10:27.9868953Z * [new branch] gh/wanchaol/363/orig -> origin/gh/wanchaol/363/orig 2025-01-24T08:10:27.9870686Z * [new branch] gh/wanchaol/364/base -> origin/gh/wanchaol/364/base 2025-01-24T08:10:27.9872074Z * [new branch] gh/wanchaol/364/orig -> origin/gh/wanchaol/364/orig 2025-01-24T08:10:27.9874051Z * [new branch] gh/wanchaol/365/base -> origin/gh/wanchaol/365/base 2025-01-24T08:10:27.9875596Z * [new branch] gh/wanchaol/365/head -> origin/gh/wanchaol/365/head 2025-01-24T08:10:27.9876970Z * [new branch] gh/wanchaol/365/orig -> origin/gh/wanchaol/365/orig 2025-01-24T08:10:27.9878975Z * [new branch] gh/wanchaol/366/base -> origin/gh/wanchaol/366/base 2025-01-24T08:10:27.9882302Z * [new branch] gh/wanchaol/366/head -> origin/gh/wanchaol/366/head 2025-01-24T08:10:27.9883699Z * [new branch] gh/wanchaol/366/orig -> origin/gh/wanchaol/366/orig 2025-01-24T08:10:27.9885694Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-01-24T08:10:27.9887197Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-01-24T08:10:27.9888646Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-01-24T08:10:27.9890623Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-01-24T08:10:27.9891963Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-01-24T08:10:27.9893616Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-01-24T08:10:27.9895873Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-01-24T08:10:27.9897312Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-01-24T08:10:27.9899307Z * [new branch] gh/wconstab/371/base -> origin/gh/wconstab/371/base 2025-01-24T08:10:27.9900790Z * [new branch] gh/wconstab/371/head -> origin/gh/wconstab/371/head 2025-01-24T08:10:27.9902161Z * [new branch] gh/wconstab/371/orig -> origin/gh/wconstab/371/orig 2025-01-24T08:10:27.9904148Z * [new branch] gh/wconstab/372/base -> origin/gh/wconstab/372/base 2025-01-24T08:10:27.9905490Z * [new branch] gh/wconstab/372/head -> origin/gh/wconstab/372/head 2025-01-24T08:10:27.9906882Z * [new branch] gh/wconstab/372/orig -> origin/gh/wconstab/372/orig 2025-01-24T08:10:27.9908874Z * [new branch] gh/wconstab/373/base -> origin/gh/wconstab/373/base 2025-01-24T08:10:27.9910139Z * [new branch] gh/wconstab/373/head -> origin/gh/wconstab/373/head 2025-01-24T08:10:27.9911474Z * [new branch] gh/wconstab/373/orig -> origin/gh/wconstab/373/orig 2025-01-24T08:10:27.9913289Z * [new branch] gh/wconstab/374/base -> origin/gh/wconstab/374/base 2025-01-24T08:10:27.9914633Z * [new branch] gh/wconstab/374/head -> origin/gh/wconstab/374/head 2025-01-24T08:10:27.9915934Z * [new branch] gh/wconstab/374/orig -> origin/gh/wconstab/374/orig 2025-01-24T08:10:27.9917928Z * [new branch] gh/wconstab/375/base -> origin/gh/wconstab/375/base 2025-01-24T08:10:27.9919336Z * [new branch] gh/wconstab/375/head -> origin/gh/wconstab/375/head 2025-01-24T08:10:27.9920788Z * [new branch] gh/wconstab/375/orig -> origin/gh/wconstab/375/orig 2025-01-24T08:10:27.9922891Z * [new branch] gh/wconstab/376/base -> origin/gh/wconstab/376/base 2025-01-24T08:10:27.9924296Z * [new branch] gh/wconstab/376/head -> origin/gh/wconstab/376/head 2025-01-24T08:10:27.9925680Z * [new branch] gh/wconstab/376/orig -> origin/gh/wconstab/376/orig 2025-01-24T08:10:27.9927732Z * [new branch] gh/wconstab/377/base -> origin/gh/wconstab/377/base 2025-01-24T08:10:27.9929097Z * [new branch] gh/wconstab/377/head -> origin/gh/wconstab/377/head 2025-01-24T08:10:27.9930431Z * [new branch] gh/wconstab/377/orig -> origin/gh/wconstab/377/orig 2025-01-24T08:10:27.9932445Z * [new branch] gh/wconstab/378/base -> origin/gh/wconstab/378/base 2025-01-24T08:10:27.9933867Z * [new branch] gh/wconstab/378/head -> origin/gh/wconstab/378/head 2025-01-24T08:10:27.9935224Z * [new branch] gh/wconstab/378/orig -> origin/gh/wconstab/378/orig 2025-01-24T08:10:27.9937260Z * [new branch] gh/wconstab/379/base -> origin/gh/wconstab/379/base 2025-01-24T08:10:27.9938619Z * [new branch] gh/wconstab/379/head -> origin/gh/wconstab/379/head 2025-01-24T08:10:27.9939929Z * [new branch] gh/wconstab/379/orig -> origin/gh/wconstab/379/orig 2025-01-24T08:10:27.9941833Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-01-24T08:10:27.9943209Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-01-24T08:10:27.9944533Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-01-24T08:10:27.9946438Z * [new branch] gh/wconstab/381/base -> origin/gh/wconstab/381/base 2025-01-24T08:10:27.9947783Z * [new branch] gh/wconstab/381/head -> origin/gh/wconstab/381/head 2025-01-24T08:10:27.9949502Z * [new branch] gh/wconstab/381/orig -> origin/gh/wconstab/381/orig 2025-01-24T08:10:27.9951093Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-01-24T08:10:27.9952559Z * [new branch] gh/wconstab/382/head -> origin/gh/wconstab/382/head 2025-01-24T08:10:27.9954423Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-01-24T08:10:27.9955803Z * [new branch] gh/wconstab/383/head -> origin/gh/wconstab/383/head 2025-01-24T08:10:27.9957710Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-01-24T08:10:27.9959095Z * [new branch] gh/wconstab/384/head -> origin/gh/wconstab/384/head 2025-01-24T08:10:27.9961219Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-01-24T08:10:27.9962784Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-01-24T08:10:27.9964724Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-01-24T08:10:27.9966127Z * [new branch] gh/wconstab/386/head -> origin/gh/wconstab/386/head 2025-01-24T08:10:27.9968148Z * [new branch] gh/wconstab/387/base -> origin/gh/wconstab/387/base 2025-01-24T08:10:27.9969396Z * [new branch] gh/wconstab/387/head -> origin/gh/wconstab/387/head 2025-01-24T08:10:27.9970896Z * [new branch] gh/wconstab/387/orig -> origin/gh/wconstab/387/orig 2025-01-24T08:10:27.9972917Z * [new branch] gh/wconstab/388/base -> origin/gh/wconstab/388/base 2025-01-24T08:10:27.9974241Z * [new branch] gh/wconstab/388/head -> origin/gh/wconstab/388/head 2025-01-24T08:10:27.9975642Z * [new branch] gh/wconstab/388/orig -> origin/gh/wconstab/388/orig 2025-01-24T08:10:27.9977663Z * [new branch] gh/wconstab/389/base -> origin/gh/wconstab/389/base 2025-01-24T08:10:27.9979144Z * [new branch] gh/wconstab/389/head -> origin/gh/wconstab/389/head 2025-01-24T08:10:27.9980485Z * [new branch] gh/wconstab/389/orig -> origin/gh/wconstab/389/orig 2025-01-24T08:10:27.9982313Z * [new branch] gh/wconstab/390/base -> origin/gh/wconstab/390/base 2025-01-24T08:10:27.9983705Z * [new branch] gh/wconstab/390/head -> origin/gh/wconstab/390/head 2025-01-24T08:10:27.9985130Z * [new branch] gh/wconstab/390/orig -> origin/gh/wconstab/390/orig 2025-01-24T08:10:27.9986920Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-01-24T08:10:27.9988309Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-01-24T08:10:27.9989657Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-01-24T08:10:27.9992238Z * [new branch] gh/weifengpy/20/base -> origin/gh/weifengpy/20/base 2025-01-24T08:10:27.9993647Z * [new branch] gh/weifengpy/20/head -> origin/gh/weifengpy/20/head 2025-01-24T08:10:27.9994980Z * [new branch] gh/weifengpy/20/orig -> origin/gh/weifengpy/20/orig 2025-01-24T08:10:27.9997480Z * [new branch] gh/williamwen42/167/base -> origin/gh/williamwen42/167/base 2025-01-24T08:10:27.9998888Z * [new branch] gh/williamwen42/167/head -> origin/gh/williamwen42/167/head 2025-01-24T08:10:28.0001683Z * [new branch] gh/williamwen42/167/orig -> origin/gh/williamwen42/167/orig 2025-01-24T08:10:28.0003689Z * [new branch] gh/williamwen42/195/base -> origin/gh/williamwen42/195/base 2025-01-24T08:10:28.0005064Z * [new branch] gh/williamwen42/195/head -> origin/gh/williamwen42/195/head 2025-01-24T08:10:28.0006484Z * [new branch] gh/williamwen42/195/orig -> origin/gh/williamwen42/195/orig 2025-01-24T08:10:28.0008644Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-01-24T08:10:28.0009672Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-01-24T08:10:28.0011092Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-01-24T08:10:28.0013061Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-01-24T08:10:28.0014365Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-01-24T08:10:28.0015671Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-01-24T08:10:28.0017634Z * [new branch] gh/williamwen42/198/base -> origin/gh/williamwen42/198/base 2025-01-24T08:10:28.0018980Z * [new branch] gh/williamwen42/198/head -> origin/gh/williamwen42/198/head 2025-01-24T08:10:28.0020321Z * [new branch] gh/williamwen42/198/orig -> origin/gh/williamwen42/198/orig 2025-01-24T08:10:28.0022413Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-01-24T08:10:28.0023720Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-01-24T08:10:28.0025059Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-01-24T08:10:28.0027692Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-01-24T08:10:28.0029051Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-01-24T08:10:28.0030855Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-01-24T08:10:28.0032127Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-01-24T08:10:28.0034633Z * [new branch] gh/xmfan/106/base -> origin/gh/xmfan/106/base 2025-01-24T08:10:28.0035985Z * [new branch] gh/xmfan/106/head -> origin/gh/xmfan/106/head 2025-01-24T08:10:28.0037329Z * [new branch] gh/xmfan/106/orig -> origin/gh/xmfan/106/orig 2025-01-24T08:10:28.0039190Z * [new branch] gh/xmfan/108/base -> origin/gh/xmfan/108/base 2025-01-24T08:10:28.0040775Z * [new branch] gh/xmfan/108/head -> origin/gh/xmfan/108/head 2025-01-24T08:10:28.0042082Z * [new branch] gh/xmfan/108/orig -> origin/gh/xmfan/108/orig 2025-01-24T08:10:28.0044055Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-01-24T08:10:28.0045552Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-01-24T08:10:28.0046916Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-01-24T08:10:28.0048887Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-01-24T08:10:28.0050306Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-01-24T08:10:28.0051640Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-01-24T08:10:28.0053566Z * [new branch] gh/xmfan/150/base -> origin/gh/xmfan/150/base 2025-01-24T08:10:28.0054938Z * [new branch] gh/xmfan/150/head -> origin/gh/xmfan/150/head 2025-01-24T08:10:28.0056265Z * [new branch] gh/xmfan/150/orig -> origin/gh/xmfan/150/orig 2025-01-24T08:10:28.0058117Z * [new branch] gh/xmfan/151/base -> origin/gh/xmfan/151/base 2025-01-24T08:10:28.0059507Z * [new branch] gh/xmfan/151/head -> origin/gh/xmfan/151/head 2025-01-24T08:10:28.0060851Z * [new branch] gh/xmfan/151/orig -> origin/gh/xmfan/151/orig 2025-01-24T08:10:28.0062811Z * [new branch] gh/xmfan/152/base -> origin/gh/xmfan/152/base 2025-01-24T08:10:28.0064363Z * [new branch] gh/xmfan/152/head -> origin/gh/xmfan/152/head 2025-01-24T08:10:28.0065405Z * [new branch] gh/xmfan/152/orig -> origin/gh/xmfan/152/orig 2025-01-24T08:10:28.0067372Z * [new branch] gh/xmfan/153/base -> origin/gh/xmfan/153/base 2025-01-24T08:10:28.0068763Z * [new branch] gh/xmfan/153/head -> origin/gh/xmfan/153/head 2025-01-24T08:10:28.0070082Z * [new branch] gh/xmfan/153/orig -> origin/gh/xmfan/153/orig 2025-01-24T08:10:28.0071988Z * [new branch] gh/xmfan/154/base -> origin/gh/xmfan/154/base 2025-01-24T08:10:28.0073413Z * [new branch] gh/xmfan/154/head -> origin/gh/xmfan/154/head 2025-01-24T08:10:28.0074768Z * [new branch] gh/xmfan/154/orig -> origin/gh/xmfan/154/orig 2025-01-24T08:10:28.0076976Z * [new branch] gh/xmfan/155/base -> origin/gh/xmfan/155/base 2025-01-24T08:10:28.0078379Z * [new branch] gh/xmfan/155/head -> origin/gh/xmfan/155/head 2025-01-24T08:10:28.0079822Z * [new branch] gh/xmfan/155/orig -> origin/gh/xmfan/155/orig 2025-01-24T08:10:28.0081812Z * [new branch] gh/xmfan/156/base -> origin/gh/xmfan/156/base 2025-01-24T08:10:28.0083107Z * [new branch] gh/xmfan/156/head -> origin/gh/xmfan/156/head 2025-01-24T08:10:28.0084382Z * [new branch] gh/xmfan/156/orig -> origin/gh/xmfan/156/orig 2025-01-24T08:10:28.0086394Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-01-24T08:10:28.0087708Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-01-24T08:10:28.0089038Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-01-24T08:10:28.0090931Z * [new branch] gh/xmfan/158/base -> origin/gh/xmfan/158/base 2025-01-24T08:10:28.0092311Z * [new branch] gh/xmfan/158/head -> origin/gh/xmfan/158/head 2025-01-24T08:10:28.0093582Z * [new branch] gh/xmfan/158/orig -> origin/gh/xmfan/158/orig 2025-01-24T08:10:28.0095728Z * [new branch] gh/xmfan/159/base -> origin/gh/xmfan/159/base 2025-01-24T08:10:28.0097064Z * [new branch] gh/xmfan/159/head -> origin/gh/xmfan/159/head 2025-01-24T08:10:28.0098481Z * [new branch] gh/xmfan/159/orig -> origin/gh/xmfan/159/orig 2025-01-24T08:10:28.0100376Z * [new branch] gh/xmfan/160/base -> origin/gh/xmfan/160/base 2025-01-24T08:10:28.0101714Z * [new branch] gh/xmfan/160/head -> origin/gh/xmfan/160/head 2025-01-24T08:10:28.0103065Z * [new branch] gh/xmfan/160/orig -> origin/gh/xmfan/160/orig 2025-01-24T08:10:28.0105017Z * [new branch] gh/xmfan/161/base -> origin/gh/xmfan/161/base 2025-01-24T08:10:28.0106344Z * [new branch] gh/xmfan/161/head -> origin/gh/xmfan/161/head 2025-01-24T08:10:28.0107696Z * [new branch] gh/xmfan/161/orig -> origin/gh/xmfan/161/orig 2025-01-24T08:10:28.0109631Z * [new branch] gh/xmfan/162/base -> origin/gh/xmfan/162/base 2025-01-24T08:10:28.0111046Z * [new branch] gh/xmfan/162/head -> origin/gh/xmfan/162/head 2025-01-24T08:10:28.0112333Z * [new branch] gh/xmfan/162/orig -> origin/gh/xmfan/162/orig 2025-01-24T08:10:28.0114259Z * [new branch] gh/xmfan/163/base -> origin/gh/xmfan/163/base 2025-01-24T08:10:28.0115584Z * [new branch] gh/xmfan/163/head -> origin/gh/xmfan/163/head 2025-01-24T08:10:28.0116988Z * [new branch] gh/xmfan/163/orig -> origin/gh/xmfan/163/orig 2025-01-24T08:10:28.0119085Z * [new branch] gh/xmfan/164/base -> origin/gh/xmfan/164/base 2025-01-24T08:10:28.0120833Z * [new branch] gh/xmfan/164/head -> origin/gh/xmfan/164/head 2025-01-24T08:10:28.0121850Z * [new branch] gh/xmfan/164/orig -> origin/gh/xmfan/164/orig 2025-01-24T08:10:28.0123869Z * [new branch] gh/xmfan/165/base -> origin/gh/xmfan/165/base 2025-01-24T08:10:28.0125406Z * [new branch] gh/xmfan/165/head -> origin/gh/xmfan/165/head 2025-01-24T08:10:28.0126669Z * [new branch] gh/xmfan/165/orig -> origin/gh/xmfan/165/orig 2025-01-24T08:10:28.0128757Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-01-24T08:10:28.0130117Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-01-24T08:10:28.0132124Z * [new branch] gh/xmfan/97/base -> origin/gh/xmfan/97/base 2025-01-24T08:10:28.0133493Z * [new branch] gh/xmfan/97/head -> origin/gh/xmfan/97/head 2025-01-24T08:10:28.0134861Z * [new branch] gh/xmfan/97/orig -> origin/gh/xmfan/97/orig 2025-01-24T08:10:28.0137394Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-01-24T08:10:28.0138719Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-01-24T08:10:28.0140008Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-01-24T08:10:28.0142092Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-01-24T08:10:28.0143444Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-01-24T08:10:28.0144724Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-01-24T08:10:28.0146536Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-01-24T08:10:28.0147866Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-01-24T08:10:28.0149219Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-01-24T08:10:28.0151171Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-01-24T08:10:28.0152522Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-01-24T08:10:28.0153912Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-01-24T08:10:28.0155853Z * [new branch] gh/xuanzhang816/2/base -> origin/gh/xuanzhang816/2/base 2025-01-24T08:10:28.0157195Z * [new branch] gh/xuanzhang816/2/head -> origin/gh/xuanzhang816/2/head 2025-01-24T08:10:28.0158502Z * [new branch] gh/xuanzhang816/2/orig -> origin/gh/xuanzhang816/2/orig 2025-01-24T08:10:28.0160459Z * [new branch] gh/xuanzhang816/3/base -> origin/gh/xuanzhang816/3/base 2025-01-24T08:10:28.0161844Z * [new branch] gh/xuanzhang816/3/head -> origin/gh/xuanzhang816/3/head 2025-01-24T08:10:28.0163161Z * [new branch] gh/xuanzhang816/3/orig -> origin/gh/xuanzhang816/3/orig 2025-01-24T08:10:28.0164970Z * [new branch] gh/xuanzhang816/4/base -> origin/gh/xuanzhang816/4/base 2025-01-24T08:10:28.0166346Z * [new branch] gh/xuanzhang816/4/head -> origin/gh/xuanzhang816/4/head 2025-01-24T08:10:28.0167654Z * [new branch] gh/xuanzhang816/4/orig -> origin/gh/xuanzhang816/4/orig 2025-01-24T08:10:28.0169622Z * [new branch] gh/xuanzhang816/7/base -> origin/gh/xuanzhang816/7/base 2025-01-24T08:10:28.0170936Z * [new branch] gh/xuanzhang816/7/head -> origin/gh/xuanzhang816/7/head 2025-01-24T08:10:28.0172318Z * [new branch] gh/xuanzhang816/7/orig -> origin/gh/xuanzhang816/7/orig 2025-01-24T08:10:28.0174864Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-01-24T08:10:28.0176484Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-01-24T08:10:28.0178129Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-01-24T08:10:28.0179438Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-01-24T08:10:28.0181243Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-01-24T08:10:28.0182539Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-01-24T08:10:28.0184359Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-01-24T08:10:28.0185698Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-01-24T08:10:28.0187480Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-01-24T08:10:28.0188798Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-01-24T08:10:28.0190625Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-01-24T08:10:28.0191969Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-01-24T08:10:28.0193751Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-01-24T08:10:28.0194971Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-01-24T08:10:28.0197566Z * [new branch] gh/yanbing-j/1/base -> origin/gh/yanbing-j/1/base 2025-01-24T08:10:28.0198935Z * [new branch] gh/yanbing-j/1/orig -> origin/gh/yanbing-j/1/orig 2025-01-24T08:10:28.0202115Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-01-24T08:10:28.0203417Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-01-24T08:10:28.0204880Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-01-24T08:10:28.0206860Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-01-24T08:10:28.0208131Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-01-24T08:10:28.0209488Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-01-24T08:10:28.0211508Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-01-24T08:10:28.0212882Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-01-24T08:10:28.0214199Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-01-24T08:10:28.0216189Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-01-24T08:10:28.0217480Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-01-24T08:10:28.0218878Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-01-24T08:10:28.0220806Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-01-24T08:10:28.0222172Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-01-24T08:10:28.0223505Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-01-24T08:10:28.0225398Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-01-24T08:10:28.0226713Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-01-24T08:10:28.0228044Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-01-24T08:10:28.0229969Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-01-24T08:10:28.0231325Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-01-24T08:10:28.0232933Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-01-24T08:10:28.0234609Z * [new branch] gh/yanbing-j/2/base -> origin/gh/yanbing-j/2/base 2025-01-24T08:10:28.0235907Z * [new branch] gh/yanbing-j/2/orig -> origin/gh/yanbing-j/2/orig 2025-01-24T08:10:28.0237923Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-01-24T08:10:28.0239296Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-01-24T08:10:28.0240800Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-01-24T08:10:28.0242718Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-01-24T08:10:28.0244110Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-01-24T08:10:28.0246029Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-01-24T08:10:28.0247427Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-01-24T08:10:28.0248698Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-01-24T08:10:28.0250626Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-01-24T08:10:28.0252001Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-01-24T08:10:28.0253441Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-01-24T08:10:28.0255373Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-01-24T08:10:28.0256735Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-01-24T08:10:28.0258066Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-01-24T08:10:28.0259996Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-01-24T08:10:28.0261408Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-01-24T08:10:28.0262756Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-01-24T08:10:28.0264660Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-01-24T08:10:28.0266015Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-01-24T08:10:28.0267351Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-01-24T08:10:28.0269352Z * [new branch] gh/yanbing-j/27/base -> origin/gh/yanbing-j/27/base 2025-01-24T08:10:28.0270745Z * [new branch] gh/yanbing-j/27/head -> origin/gh/yanbing-j/27/head 2025-01-24T08:10:28.0271993Z * [new branch] gh/yanbing-j/27/orig -> origin/gh/yanbing-j/27/orig 2025-01-24T08:10:28.0273897Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-01-24T08:10:28.0275281Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-01-24T08:10:28.0276589Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-01-24T08:10:28.0278565Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-01-24T08:10:28.0280075Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-01-24T08:10:28.0281401Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-01-24T08:10:28.0283481Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-01-24T08:10:28.0284891Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-01-24T08:10:28.0286268Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-01-24T08:10:28.0288396Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-01-24T08:10:28.0289505Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-01-24T08:10:28.0290886Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-01-24T08:10:28.0292801Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-01-24T08:10:28.0294113Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-01-24T08:10:28.0295439Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-01-24T08:10:28.0297463Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-01-24T08:10:28.0298847Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-01-24T08:10:28.0300148Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-01-24T08:10:28.0302574Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-01-24T08:10:28.0303894Z * [new branch] gh/yanboliang/41/head -> origin/gh/yanboliang/41/head 2025-01-24T08:10:28.0305313Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-01-24T08:10:28.0307246Z * [new branch] gh/yanboliang/46/base -> origin/gh/yanboliang/46/base 2025-01-24T08:10:28.0308565Z * [new branch] gh/yanboliang/46/orig -> origin/gh/yanboliang/46/orig 2025-01-24T08:10:28.0310590Z * [new branch] gh/yanboliang/47/base -> origin/gh/yanboliang/47/base 2025-01-24T08:10:28.0311916Z * [new branch] gh/yanboliang/47/head -> origin/gh/yanboliang/47/head 2025-01-24T08:10:28.0313262Z * [new branch] gh/yanboliang/47/orig -> origin/gh/yanboliang/47/orig 2025-01-24T08:10:28.0315108Z * [new branch] gh/yanboliang/48/base -> origin/gh/yanboliang/48/base 2025-01-24T08:10:28.0316446Z * [new branch] gh/yanboliang/48/head -> origin/gh/yanboliang/48/head 2025-01-24T08:10:28.0317778Z * [new branch] gh/yanboliang/48/orig -> origin/gh/yanboliang/48/orig 2025-01-24T08:10:28.0319696Z * [new branch] gh/yanboliang/49/base -> origin/gh/yanboliang/49/base 2025-01-24T08:10:28.0321120Z * [new branch] gh/yanboliang/49/head -> origin/gh/yanboliang/49/head 2025-01-24T08:10:28.0322456Z * [new branch] gh/yanboliang/49/orig -> origin/gh/yanboliang/49/orig 2025-01-24T08:10:28.0324338Z * [new branch] gh/yanboliang/50/base -> origin/gh/yanboliang/50/base 2025-01-24T08:10:28.0325672Z * [new branch] gh/yanboliang/50/head -> origin/gh/yanboliang/50/head 2025-01-24T08:10:28.0326999Z * [new branch] gh/yanboliang/50/orig -> origin/gh/yanboliang/50/orig 2025-01-24T08:10:28.0328931Z * [new branch] gh/yanboliang/51/base -> origin/gh/yanboliang/51/base 2025-01-24T08:10:28.0330279Z * [new branch] gh/yanboliang/51/orig -> origin/gh/yanboliang/51/orig 2025-01-24T08:10:28.0332171Z * [new branch] gh/yanboliang/52/base -> origin/gh/yanboliang/52/base 2025-01-24T08:10:28.0333499Z * [new branch] gh/yanboliang/52/orig -> origin/gh/yanboliang/52/orig 2025-01-24T08:10:28.0335453Z * [new branch] gh/yanboliang/53/base -> origin/gh/yanboliang/53/base 2025-01-24T08:10:28.0336780Z * [new branch] gh/yanboliang/53/orig -> origin/gh/yanboliang/53/orig 2025-01-24T08:10:28.0338684Z * [new branch] gh/yanboliang/54/base -> origin/gh/yanboliang/54/base 2025-01-24T08:10:28.0340037Z * [new branch] gh/yanboliang/54/orig -> origin/gh/yanboliang/54/orig 2025-01-24T08:10:28.0341976Z * [new branch] gh/yanboliang/55/base -> origin/gh/yanboliang/55/base 2025-01-24T08:10:28.0343590Z * [new branch] gh/yanboliang/55/head -> origin/gh/yanboliang/55/head 2025-01-24T08:10:28.0344619Z * [new branch] gh/yanboliang/55/orig -> origin/gh/yanboliang/55/orig 2025-01-24T08:10:28.0346591Z * [new branch] gh/yanboliang/56/base -> origin/gh/yanboliang/56/base 2025-01-24T08:10:28.0347942Z * [new branch] gh/yanboliang/56/head -> origin/gh/yanboliang/56/head 2025-01-24T08:10:28.0349275Z * [new branch] gh/yanboliang/56/orig -> origin/gh/yanboliang/56/orig 2025-01-24T08:10:28.0351740Z * [new branch] gh/ydwu4/1/base -> origin/gh/ydwu4/1/base 2025-01-24T08:10:28.0353112Z * [new branch] gh/ydwu4/1/head -> origin/gh/ydwu4/1/head 2025-01-24T08:10:28.0354479Z * [new branch] gh/ydwu4/1/orig -> origin/gh/ydwu4/1/orig 2025-01-24T08:10:28.0357252Z * [new branch] gh/ydwu4/153/base -> origin/gh/ydwu4/153/base 2025-01-24T08:10:28.0358895Z * [new branch] gh/ydwu4/153/head -> origin/gh/ydwu4/153/head 2025-01-24T08:10:28.0360382Z * [new branch] gh/ydwu4/153/orig -> origin/gh/ydwu4/153/orig 2025-01-24T08:10:28.0362356Z * [new branch] gh/ydwu4/157/base -> origin/gh/ydwu4/157/base 2025-01-24T08:10:28.0363890Z * [new branch] gh/ydwu4/157/head -> origin/gh/ydwu4/157/head 2025-01-24T08:10:28.0365193Z * [new branch] gh/ydwu4/157/orig -> origin/gh/ydwu4/157/orig 2025-01-24T08:10:28.0367247Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-01-24T08:10:28.0368653Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-01-24T08:10:28.0369935Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-01-24T08:10:28.0373152Z * [new branch] gh/ydwu4/175/base -> origin/gh/ydwu4/175/base 2025-01-24T08:10:28.0375125Z * [new branch] gh/ydwu4/175/head -> origin/gh/ydwu4/175/head 2025-01-24T08:10:28.0375509Z * [new branch] gh/ydwu4/175/orig -> origin/gh/ydwu4/175/orig 2025-01-24T08:10:28.0376820Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-01-24T08:10:28.0378064Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-01-24T08:10:28.0379411Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-01-24T08:10:28.0381541Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-01-24T08:10:28.0382912Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-01-24T08:10:28.0384280Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-01-24T08:10:28.0386366Z * [new branch] gh/ydwu4/189/base -> origin/gh/ydwu4/189/base 2025-01-24T08:10:28.0387843Z * [new branch] gh/ydwu4/189/head -> origin/gh/ydwu4/189/head 2025-01-24T08:10:28.0389131Z * [new branch] gh/ydwu4/189/orig -> origin/gh/ydwu4/189/orig 2025-01-24T08:10:28.0391252Z * [new branch] gh/ydwu4/190/base -> origin/gh/ydwu4/190/base 2025-01-24T08:10:28.0392593Z * [new branch] gh/ydwu4/190/head -> origin/gh/ydwu4/190/head 2025-01-24T08:10:28.0393929Z * [new branch] gh/ydwu4/190/orig -> origin/gh/ydwu4/190/orig 2025-01-24T08:10:28.0395893Z * [new branch] gh/ydwu4/191/base -> origin/gh/ydwu4/191/base 2025-01-24T08:10:28.0397277Z * [new branch] gh/ydwu4/191/head -> origin/gh/ydwu4/191/head 2025-01-24T08:10:28.0398632Z * [new branch] gh/ydwu4/191/orig -> origin/gh/ydwu4/191/orig 2025-01-24T08:10:28.0402605Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-01-24T08:10:28.0404343Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-01-24T08:10:28.0405312Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-01-24T08:10:28.0407338Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-01-24T08:10:28.0408692Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-01-24T08:10:28.0410008Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-01-24T08:10:28.0414858Z * [new branch] gh/ydwu4/195/base -> origin/gh/ydwu4/195/base 2025-01-24T08:10:28.0416226Z * [new branch] gh/ydwu4/195/head -> origin/gh/ydwu4/195/head 2025-01-24T08:10:28.0417589Z * [new branch] gh/ydwu4/195/orig -> origin/gh/ydwu4/195/orig 2025-01-24T08:10:28.0419583Z * [new branch] gh/ydwu4/196/base -> origin/gh/ydwu4/196/base 2025-01-24T08:10:28.0420979Z * [new branch] gh/ydwu4/196/head -> origin/gh/ydwu4/196/head 2025-01-24T08:10:28.0422389Z * [new branch] gh/ydwu4/196/orig -> origin/gh/ydwu4/196/orig 2025-01-24T08:10:28.0424325Z * [new branch] gh/ydwu4/197/base -> origin/gh/ydwu4/197/base 2025-01-24T08:10:28.0425576Z * [new branch] gh/ydwu4/197/head -> origin/gh/ydwu4/197/head 2025-01-24T08:10:28.0427042Z * [new branch] gh/ydwu4/197/orig -> origin/gh/ydwu4/197/orig 2025-01-24T08:10:28.0429011Z * [new branch] gh/ydwu4/198/base -> origin/gh/ydwu4/198/base 2025-01-24T08:10:28.0430367Z * [new branch] gh/ydwu4/198/head -> origin/gh/ydwu4/198/head 2025-01-24T08:10:28.0431737Z * [new branch] gh/ydwu4/198/orig -> origin/gh/ydwu4/198/orig 2025-01-24T08:10:28.0433700Z * [new branch] gh/ydwu4/199/base -> origin/gh/ydwu4/199/base 2025-01-24T08:10:28.0435144Z * [new branch] gh/ydwu4/199/head -> origin/gh/ydwu4/199/head 2025-01-24T08:10:28.0436509Z * [new branch] gh/ydwu4/199/orig -> origin/gh/ydwu4/199/orig 2025-01-24T08:10:28.0438507Z * [new branch] gh/ydwu4/200/base -> origin/gh/ydwu4/200/base 2025-01-24T08:10:28.0440087Z * [new branch] gh/ydwu4/200/head -> origin/gh/ydwu4/200/head 2025-01-24T08:10:28.0441470Z * [new branch] gh/ydwu4/200/orig -> origin/gh/ydwu4/200/orig 2025-01-24T08:10:28.0443543Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-01-24T08:10:28.0444916Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-01-24T08:10:28.0446196Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-01-24T08:10:28.0448427Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-01-24T08:10:28.0449869Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-01-24T08:10:28.0451204Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-01-24T08:10:28.0453646Z * [new branch] gh/yf225/127/base -> origin/gh/yf225/127/base 2025-01-24T08:10:28.0455016Z * [new branch] gh/yf225/127/head -> origin/gh/yf225/127/head 2025-01-24T08:10:28.0456342Z * [new branch] gh/yf225/127/orig -> origin/gh/yf225/127/orig 2025-01-24T08:10:28.0458291Z * [new branch] gh/yf225/132/base -> origin/gh/yf225/132/base 2025-01-24T08:10:28.0459602Z * [new branch] gh/yf225/132/head -> origin/gh/yf225/132/head 2025-01-24T08:10:28.0460974Z * [new branch] gh/yf225/132/orig -> origin/gh/yf225/132/orig 2025-01-24T08:10:28.0462886Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-01-24T08:10:28.0464506Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-01-24T08:10:28.0466257Z * [new branch] gh/yf225/139/base -> origin/gh/yf225/139/base 2025-01-24T08:10:28.0467707Z * [new branch] gh/yf225/139/head -> origin/gh/yf225/139/head 2025-01-24T08:10:28.0468993Z * [new branch] gh/yf225/139/orig -> origin/gh/yf225/139/orig 2025-01-24T08:10:28.0471042Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-01-24T08:10:28.0472320Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-01-24T08:10:28.0473721Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-01-24T08:10:28.0475787Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-01-24T08:10:28.0477086Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-01-24T08:10:28.0478411Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-01-24T08:10:28.0480580Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-01-24T08:10:28.0481891Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-01-24T08:10:28.0483124Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-01-24T08:10:28.0485403Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-01-24T08:10:28.0486779Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-01-24T08:10:28.0488079Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-01-24T08:10:28.0490019Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-01-24T08:10:28.0491394Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-01-24T08:10:28.0492730Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-01-24T08:10:28.0494812Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-01-24T08:10:28.0496139Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-01-24T08:10:28.0497562Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-01-24T08:10:28.0499433Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-01-24T08:10:28.0500741Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-01-24T08:10:28.0502094Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-01-24T08:10:28.0504074Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-01-24T08:10:28.0505443Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-01-24T08:10:28.0506806Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-01-24T08:10:28.0508737Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-01-24T08:10:28.0510192Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-01-24T08:10:28.0511514Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-01-24T08:10:28.0513452Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-01-24T08:10:28.0514791Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-01-24T08:10:28.0517695Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-01-24T08:10:28.0519266Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-01-24T08:10:28.0522549Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-01-24T08:10:28.0524748Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-01-24T08:10:28.0525736Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-01-24T08:10:28.0527197Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-01-24T08:10:28.0529177Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-01-24T08:10:28.0530681Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-01-24T08:10:28.0532012Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-01-24T08:10:28.0533926Z * [new branch] gh/yifuwang/183/base -> origin/gh/yifuwang/183/base 2025-01-24T08:10:28.0535302Z * [new branch] gh/yifuwang/183/head -> origin/gh/yifuwang/183/head 2025-01-24T08:10:28.0536639Z * [new branch] gh/yifuwang/183/orig -> origin/gh/yifuwang/183/orig 2025-01-24T08:10:28.0538533Z * [new branch] gh/yifuwang/184/base -> origin/gh/yifuwang/184/base 2025-01-24T08:10:28.0539892Z * [new branch] gh/yifuwang/184/head -> origin/gh/yifuwang/184/head 2025-01-24T08:10:28.0541233Z * [new branch] gh/yifuwang/184/orig -> origin/gh/yifuwang/184/orig 2025-01-24T08:10:28.0543212Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-01-24T08:10:28.0544542Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-01-24T08:10:28.0545955Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-01-24T08:10:28.0547808Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-01-24T08:10:28.0549143Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-01-24T08:10:28.0550543Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-01-24T08:10:28.0553047Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-01-24T08:10:28.0554379Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-01-24T08:10:28.0556233Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-01-24T08:10:28.0557552Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-01-24T08:10:28.0560098Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-01-24T08:10:28.0561374Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-01-24T08:10:28.0562810Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-01-24T08:10:28.0564823Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-01-24T08:10:28.0566119Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-01-24T08:10:28.0567636Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-01-24T08:10:28.0569528Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-01-24T08:10:28.0570905Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-01-24T08:10:28.0572294Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-01-24T08:10:28.0575019Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-01-24T08:10:28.0576482Z * [new branch] gh/yushangdi/2/orig -> origin/gh/yushangdi/2/orig 2025-01-24T08:10:28.0579076Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-01-24T08:10:28.0580347Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-01-24T08:10:28.0581921Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-01-24T08:10:28.0583603Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-01-24T08:10:28.0584964Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-01-24T08:10:28.0586273Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-01-24T08:10:28.0588196Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-01-24T08:10:28.0589527Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-01-24T08:10:28.0590879Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-01-24T08:10:28.0592786Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-01-24T08:10:28.0594107Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-01-24T08:10:28.0595588Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-01-24T08:10:28.0597435Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-01-24T08:10:28.0598765Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-01-24T08:10:28.0600121Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-01-24T08:10:28.0602706Z * [new branch] gh/zoranzhao/1/base -> origin/gh/zoranzhao/1/base 2025-01-24T08:10:28.0604084Z * [new branch] gh/zoranzhao/1/orig -> origin/gh/zoranzhao/1/orig 2025-01-24T08:10:28.0606534Z * [new branch] gh/zou3519/1072/base -> origin/gh/zou3519/1072/base 2025-01-24T08:10:28.0607889Z * [new branch] gh/zou3519/1072/head -> origin/gh/zou3519/1072/head 2025-01-24T08:10:28.0609258Z * [new branch] gh/zou3519/1072/orig -> origin/gh/zou3519/1072/orig 2025-01-24T08:10:28.0611163Z * [new branch] gh/zou3519/1075/base -> origin/gh/zou3519/1075/base 2025-01-24T08:10:28.0612731Z * [new branch] gh/zou3519/1075/head -> origin/gh/zou3519/1075/head 2025-01-24T08:10:28.0614138Z * [new branch] gh/zou3519/1075/orig -> origin/gh/zou3519/1075/orig 2025-01-24T08:10:28.0616052Z * [new branch] gh/zou3519/1077/base -> origin/gh/zou3519/1077/base 2025-01-24T08:10:28.0617416Z * [new branch] gh/zou3519/1077/head -> origin/gh/zou3519/1077/head 2025-01-24T08:10:28.0618773Z * [new branch] gh/zou3519/1077/orig -> origin/gh/zou3519/1077/orig 2025-01-24T08:10:28.0620707Z * [new branch] gh/zou3519/1080/base -> origin/gh/zou3519/1080/base 2025-01-24T08:10:28.0622029Z * [new branch] gh/zou3519/1080/head -> origin/gh/zou3519/1080/head 2025-01-24T08:10:28.0623554Z * [new branch] gh/zou3519/1080/orig -> origin/gh/zou3519/1080/orig 2025-01-24T08:10:28.0625455Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-01-24T08:10:28.0626776Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-01-24T08:10:28.0628231Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-01-24T08:10:28.0630157Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-01-24T08:10:28.0631520Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-01-24T08:10:28.0632896Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-01-24T08:10:28.0634804Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-01-24T08:10:28.0636186Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-01-24T08:10:28.0637816Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-01-24T08:10:28.0639594Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-01-24T08:10:28.0642152Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-01-24T08:10:28.0643664Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-01-24T08:10:28.0645789Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-01-24T08:10:28.0647342Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-01-24T08:10:28.0648842Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-01-24T08:10:28.0650771Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-01-24T08:10:28.0652128Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-01-24T08:10:28.0653492Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-01-24T08:10:28.0655627Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-01-24T08:10:28.0656959Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-01-24T08:10:28.0658263Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-01-24T08:10:28.0660442Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-01-24T08:10:28.0661838Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-01-24T08:10:28.0663268Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-01-24T08:10:28.0665356Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-01-24T08:10:28.0666745Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-01-24T08:10:28.0668222Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-01-24T08:10:28.0670313Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-01-24T08:10:28.0671708Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-01-24T08:10:28.0673074Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-01-24T08:10:28.0675130Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-01-24T08:10:28.0676469Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-01-24T08:10:28.0677744Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-01-24T08:10:28.0679775Z * [new branch] gh/zou3519/1113/base -> origin/gh/zou3519/1113/base 2025-01-24T08:10:28.0681294Z * [new branch] gh/zou3519/1113/head -> origin/gh/zou3519/1113/head 2025-01-24T08:10:28.0682577Z * [new branch] gh/zou3519/1113/orig -> origin/gh/zou3519/1113/orig 2025-01-24T08:10:28.0684525Z * [new branch] gh/zou3519/1114/base -> origin/gh/zou3519/1114/base 2025-01-24T08:10:28.0686014Z * [new branch] gh/zou3519/1114/head -> origin/gh/zou3519/1114/head 2025-01-24T08:10:28.0687437Z * [new branch] gh/zou3519/1114/orig -> origin/gh/zou3519/1114/orig 2025-01-24T08:10:28.0689223Z * [new branch] gh/zou3519/1115/base -> origin/gh/zou3519/1115/base 2025-01-24T08:10:28.0690589Z * [new branch] gh/zou3519/1115/head -> origin/gh/zou3519/1115/head 2025-01-24T08:10:28.0691981Z * [new branch] gh/zou3519/1115/orig -> origin/gh/zou3519/1115/orig 2025-01-24T08:10:28.0694110Z * [new branch] gh/zou3519/1116/base -> origin/gh/zou3519/1116/base 2025-01-24T08:10:28.0695731Z * [new branch] gh/zou3519/1116/head -> origin/gh/zou3519/1116/head 2025-01-24T08:10:28.0696764Z * [new branch] gh/zou3519/1116/orig -> origin/gh/zou3519/1116/orig 2025-01-24T08:10:28.0698765Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-01-24T08:10:28.0700131Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-01-24T08:10:28.0701461Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-01-24T08:10:28.0703402Z * [new branch] gh/zou3519/1118/base -> origin/gh/zou3519/1118/base 2025-01-24T08:10:28.0704783Z * [new branch] gh/zou3519/1118/head -> origin/gh/zou3519/1118/head 2025-01-24T08:10:28.0706605Z * [new branch] gh/zou3519/1119/base -> origin/gh/zou3519/1119/base 2025-01-24T08:10:28.0707977Z * [new branch] gh/zou3519/1119/head -> origin/gh/zou3519/1119/head 2025-01-24T08:10:28.0710015Z * [new branch] gh/zou3519/702/base -> origin/gh/zou3519/702/base 2025-01-24T08:10:28.0711336Z * [new branch] gh/zou3519/702/head -> origin/gh/zou3519/702/head 2025-01-24T08:10:28.0712597Z * [new branch] gh/zou3519/702/orig -> origin/gh/zou3519/702/orig 2025-01-24T08:10:28.0714653Z * [new branch] gh/zou3519/703/base -> origin/gh/zou3519/703/base 2025-01-24T08:10:28.0715950Z * [new branch] gh/zou3519/703/head -> origin/gh/zou3519/703/head 2025-01-24T08:10:28.0717213Z * [new branch] gh/zou3519/703/orig -> origin/gh/zou3519/703/orig 2025-01-24T08:10:28.0719335Z * [new branch] gh/zou3519/704/base -> origin/gh/zou3519/704/base 2025-01-24T08:10:28.0720789Z * [new branch] gh/zou3519/704/head -> origin/gh/zou3519/704/head 2025-01-24T08:10:28.0722103Z * [new branch] gh/zou3519/704/orig -> origin/gh/zou3519/704/orig 2025-01-24T08:10:28.0724036Z * [new branch] gh/zou3519/709/base -> origin/gh/zou3519/709/base 2025-01-24T08:10:28.0725474Z * [new branch] gh/zou3519/709/head -> origin/gh/zou3519/709/head 2025-01-24T08:10:28.0726877Z * [new branch] gh/zou3519/709/orig -> origin/gh/zou3519/709/orig 2025-01-24T08:10:28.0728997Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-01-24T08:10:28.0730327Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-01-24T08:10:28.0731853Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-01-24T08:10:28.0733788Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-01-24T08:10:28.0735166Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-01-24T08:10:28.0736836Z * [new branch] google-main -> origin/google-main 2025-01-24T08:10:28.0738504Z * [new branch] groupwise_gemm_multithreading -> origin/groupwise_gemm_multithreading 2025-01-24T08:10:28.0740458Z * [new branch] guangyey/acc_fix -> origin/guangyey/acc_fix 2025-01-24T08:10:28.0741872Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-01-24T08:10:28.0742954Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-01-24T08:10:28.0744334Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-01-24T08:10:28.0745791Z * [new branch] guard_source1 -> origin/guard_source1 2025-01-24T08:10:28.0747230Z * [new branch] guard_system -> origin/guard_system 2025-01-24T08:10:28.0748778Z * [new branch] guards-cpp -> origin/guards-cpp 2025-01-24T08:10:28.0751326Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-01-24T08:10:28.0752906Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-01-24T08:10:28.0754153Z * [new branch] higher_order_ops_gb -> origin/higher_order_ops_gb 2025-01-24T08:10:28.0755867Z * [new branch] hl475-patch-1 -> origin/hl475-patch-1 2025-01-24T08:10:28.0757252Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-01-24T08:10:28.0759670Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-01-24T08:10:28.0761588Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-01-24T08:10:28.0763027Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-01-24T08:10:28.0764203Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-01-24T08:10:28.0765543Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-01-24T08:10:28.0766948Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-01-24T08:10:28.0768344Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-01-24T08:10:28.0769448Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-01-24T08:10:28.0770768Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-01-24T08:10:28.0772234Z * [new branch] hoy/ws -> origin/hoy/ws 2025-01-24T08:10:28.0774150Z * [new branch] ignore_lint_in_revs -> origin/ignore_lint_in_revs 2025-01-24T08:10:28.0775567Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-01-24T08:10:28.0777193Z * [new branch] increase-perf-benchmark-shard -> origin/increase-perf-benchmark-shard 2025-01-24T08:10:28.0778790Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-01-24T08:10:28.0780200Z * [new branch] inline -> origin/inline 2025-01-24T08:10:28.0781675Z * [new branch] inlining -> origin/inlining 2025-01-24T08:10:28.0783186Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-01-24T08:10:28.0784565Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-01-24T08:10:28.0786055Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-01-24T08:10:28.0787545Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-01-24T08:10:28.0789529Z * [new branch] ipiszy/cutlass -> origin/ipiszy/cutlass 2025-01-24T08:10:28.0790809Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-01-24T08:10:28.0792120Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-01-24T08:10:28.0793381Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-01-24T08:10:28.0794935Z * [new branch] issue#58739 -> origin/issue#58739 2025-01-24T08:10:28.0796993Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-01-24T08:10:28.0798453Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-01-24T08:10:28.0800140Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-01-24T08:10:28.0802099Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-01-24T08:10:28.0803501Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-01-24T08:10:28.0805270Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-01-24T08:10:28.0806175Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-01-24T08:10:28.0807686Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-01-24T08:10:28.0809100Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-01-24T08:10:28.0810978Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-01-24T08:10:28.0812226Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-01-24T08:10:28.0814234Z * [new branch] justinchu/docs-conf -> origin/justinchu/docs-conf 2025-01-24T08:10:28.0815605Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-01-24T08:10:28.0817147Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-01-24T08:10:28.0819291Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-01-24T08:10:28.0821142Z * [new branch] jz/istft -> origin/jz/istft 2025-01-24T08:10:28.0822573Z * [new branch] jz/masked-select-decomp -> origin/jz/masked-select-decomp 2025-01-24T08:10:28.0823747Z * [new branch] jz/stft -> origin/jz/stft 2025-01-24T08:10:28.0825167Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-01-24T08:10:28.0827047Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-01-24T08:10:28.0829526Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-01-24T08:10:28.0830694Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-01-24T08:10:28.0832650Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-01-24T08:10:28.0833962Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-01-24T08:10:28.0835061Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-01-24T08:10:28.0836671Z * [new branch] kineto_warnings_fix -> origin/kineto_warnings_fix 2025-01-24T08:10:28.0838123Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-01-24T08:10:28.0839786Z * [new branch] kleidiai_github_mirror -> origin/kleidiai_github_mirror 2025-01-24T08:10:28.0842813Z * [new branch] klondenberg/cutlass -> origin/klondenberg/cutlass 2025-01-24T08:10:28.0844279Z * [new branch] layernorm_bias_fix -> origin/layernorm_bias_fix 2025-01-24T08:10:28.0846493Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-01-24T08:10:28.0847812Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-01-24T08:10:28.0849795Z * [new branch] liaoxuan/fuse_attention_pattern -> origin/liaoxuan/fuse_attention_pattern 2025-01-24T08:10:28.0852086Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-01-24T08:10:28.0853742Z * [new branch] main -> origin/main 2025-01-24T08:10:28.0855422Z * [new branch] main-update-cusparselt-0.6.3 -> origin/main-update-cusparselt-0.6.3 2025-01-24T08:10:28.0856915Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-01-24T08:10:28.0858546Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-01-24T08:10:28.0860137Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-01-24T08:10:28.0861739Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-01-24T08:10:28.0863582Z * [new branch] malfet-patch-17 -> origin/malfet-patch-17 2025-01-24T08:10:28.0864881Z * [new branch] malfet-patch-18 -> origin/malfet-patch-18 2025-01-24T08:10:28.0867663Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-01-24T08:10:28.0869206Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-01-24T08:10:28.0870765Z * [new branch] malfet-patch-20 -> origin/malfet-patch-20 2025-01-24T08:10:28.0872336Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-01-24T08:10:28.0873942Z * [new branch] malfet-patch-22 -> origin/malfet-patch-22 2025-01-24T08:10:28.0875586Z * [new branch] malfet-patch-22-1 -> origin/malfet-patch-22-1 2025-01-24T08:10:28.0877159Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-01-24T08:10:28.0878668Z * [new branch] malfet-patch-24 -> origin/malfet-patch-24 2025-01-24T08:10:28.0880326Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-01-24T08:10:28.0881955Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-01-24T08:10:28.0883489Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-01-24T08:10:28.0884954Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-01-24T08:10:28.0886560Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-01-24T08:10:28.0888171Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-01-24T08:10:28.0889660Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-01-24T08:10:28.0891219Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-01-24T08:10:28.0893613Z * [new branch] malfet/add-ami-option-to-instance-allocation -> origin/malfet/add-ami-option-to-instance-allocation 2025-01-24T08:10:28.0894723Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-01-24T08:10:28.0896119Z * [new branch] malfet/add-get-dtype-supported -> origin/malfet/add-get-dtype-supported 2025-01-24T08:10:28.0897486Z * [new branch] malfet/add-mps-inductor-nan -> origin/malfet/add-mps-inductor-nan 2025-01-24T08:10:28.0898806Z * [new branch] malfet/add-nan-to-int-conversion-check-cpu -> origin/malfet/add-nan-to-int-conversion-check-cpu 2025-01-24T08:10:28.0899943Z * [new branch] malfet/cp-143934-and-144055 -> origin/malfet/cp-143934-and-144055 2025-01-24T08:10:28.0901264Z * [new branch] malfet/cp-144716-144698 -> origin/malfet/cp-144716-144698 2025-01-24T08:10:28.0902574Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-01-24T08:10:28.0903917Z * [new branch] malfet/ez-cleanup-test -> origin/malfet/ez-cleanup-test 2025-01-24T08:10:28.0905286Z * [new branch] malfet/fix-conv-backward-cl-2 -> origin/malfet/fix-conv-backward-cl-2 2025-01-24T08:10:28.0906595Z * [new branch] malfet/fix-index-printing -> origin/malfet/fix-index-printing 2025-01-24T08:10:28.0907973Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-01-24T08:10:28.0909246Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-01-24T08:10:28.0910683Z * [new branch] malfet/mpsinductor-add-check-bounds -> origin/malfet/mpsinductor-add-check-bounds 2025-01-24T08:10:28.0911848Z * [new branch] malfet/mpsinductor-add-sizevars -> origin/malfet/mpsinductor-add-sizevars 2025-01-24T08:10:28.0913205Z * [new branch] malfet/mpsinductor-fix-where -> origin/malfet/mpsinductor-fix-where 2025-01-24T08:10:28.0914955Z * [new branch] malfet/mpsinductor-implement-bitcasts -> origin/malfet/mpsinductor-implement-bitcasts 2025-01-24T08:10:28.0916327Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-01-24T08:10:28.0918165Z * [new branch] mcr229/update_cpuinfo -> origin/mcr229/update_cpuinfo 2025-01-24T08:10:28.0920185Z * [new branch] migrate_map -> origin/migrate_map 2025-01-24T08:10:28.0921883Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-01-24T08:10:28.0923295Z * [new branch] mkl -> origin/mkl 2025-01-24T08:10:28.0925419Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-01-24T08:10:28.0926653Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-01-24T08:10:28.0928000Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-01-24T08:10:28.0929331Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-01-24T08:10:28.0930732Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-01-24T08:10:28.0931983Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-01-24T08:10:28.0933249Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-01-24T08:10:28.0934560Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-01-24T08:10:28.0935932Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-01-24T08:10:28.0937182Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-01-24T08:10:28.0938496Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-01-24T08:10:28.0939935Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-01-24T08:10:28.0941154Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-01-24T08:10:28.0942446Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-01-24T08:10:28.0943735Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-01-24T08:10:28.0945026Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-01-24T08:10:28.0946243Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-01-24T08:10:28.0947537Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-01-24T08:10:28.0949208Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-01-24T08:10:28.0950696Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-01-24T08:10:28.0951965Z * [new branch] mlazos/comp-asgd -> origin/mlazos/comp-asgd 2025-01-24T08:10:28.0953311Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-01-24T08:10:28.0954700Z * [new branch] mlazos/concat-opt -> origin/mlazos/concat-opt 2025-01-24T08:10:28.0955938Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-01-24T08:10:28.0957362Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-01-24T08:10:28.0958866Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-01-24T08:10:28.0960600Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-01-24T08:10:28.0961815Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-01-24T08:10:28.0963180Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-01-24T08:10:28.0964731Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-01-24T08:10:28.0965864Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-01-24T08:10:28.0967315Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-01-24T08:10:28.0968627Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-01-24T08:10:28.0969931Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-01-24T08:10:28.0971309Z * [new branch] mlazos/env-fix -> origin/mlazos/env-fix 2025-01-24T08:10:28.0972575Z * [new branch] mlazos/exp -> origin/mlazos/exp 2025-01-24T08:10:28.0974020Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-01-24T08:10:28.0975346Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-01-24T08:10:28.0976753Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-01-24T08:10:28.0978168Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-01-24T08:10:28.0979606Z * [new branch] mlazos/foreach-copy-test -> origin/mlazos/foreach-copy-test 2025-01-24T08:10:28.0980906Z * [new branch] mlazos/foreach-fuse-opts -> origin/mlazos/foreach-fuse-opts 2025-01-24T08:10:28.0982349Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-01-24T08:10:28.0983737Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-01-24T08:10:28.0985060Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-01-24T08:10:28.0986420Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-01-24T08:10:28.0987808Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-01-24T08:10:28.0989133Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-01-24T08:10:28.0990505Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-01-24T08:10:28.0991928Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-01-24T08:10:28.0993294Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-01-24T08:10:28.0994642Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-01-24T08:10:28.0996012Z * [new branch] mlazos/log-test-fix -> origin/mlazos/log-test-fix 2025-01-24T08:10:28.0997427Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-01-24T08:10:28.0999025Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-01-24T08:10:28.1000535Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-01-24T08:10:28.1002189Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-01-24T08:10:28.1003568Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-01-24T08:10:28.1004980Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-01-24T08:10:28.1006410Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-01-24T08:10:28.1008245Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-01-24T08:10:28.1009482Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-01-24T08:10:28.1010824Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-01-24T08:10:28.1012214Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-01-24T08:10:28.1013560Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-01-24T08:10:28.1015164Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-01-24T08:10:28.1016116Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-01-24T08:10:28.1017585Z * [new branch] mlazos/mlazos/tf-trace-obj-tensors -> origin/mlazos/mlazos/tf-trace-obj-tensors 2025-01-24T08:10:28.1018924Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-01-24T08:10:28.1020319Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-01-24T08:10:28.1021818Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-01-24T08:10:28.1023170Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-01-24T08:10:28.1024611Z * [new branch] mlazos/nadam-updates -> origin/mlazos/nadam-updates 2025-01-24T08:10:28.1025982Z * [new branch] mlazos/names -> origin/mlazos/names 2025-01-24T08:10:28.1027388Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-01-24T08:10:28.1029012Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-01-24T08:10:28.1030439Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-01-24T08:10:28.1031834Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-01-24T08:10:28.1033245Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-01-24T08:10:28.1034626Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-01-24T08:10:28.1035980Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-01-24T08:10:28.1037615Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-01-24T08:10:28.1038905Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-01-24T08:10:28.1040451Z * [new branch] mlazos/opt-users -> origin/mlazos/opt-users 2025-01-24T08:10:28.1041939Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-01-24T08:10:28.1043398Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-01-24T08:10:28.1044829Z * [new branch] mlazos/pytest-3 -> origin/mlazos/pytest-3 2025-01-24T08:10:28.1046162Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-01-24T08:10:28.1047568Z * [new branch] mlazos/rm-copy -> origin/mlazos/rm-copy 2025-01-24T08:10:28.1049090Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-01-24T08:10:28.1050497Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-01-24T08:10:28.1051899Z * [new branch] mlazos/spec-api -> origin/mlazos/spec-api 2025-01-24T08:10:28.1053401Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-01-24T08:10:28.1054729Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-01-24T08:10:28.1056125Z * [new branch] mlazos/tc-fix -> origin/mlazos/tc-fix 2025-01-24T08:10:28.1057551Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-01-24T08:10:28.1059081Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-01-24T08:10:28.1060577Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-01-24T08:10:28.1061945Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-01-24T08:10:28.1063343Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-01-24T08:10:28.1065450Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-01-24T08:10:28.1066536Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-01-24T08:10:28.1068109Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-01-24T08:10:28.1069611Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-01-24T08:10:28.1071189Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-01-24T08:10:28.1072778Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-01-24T08:10:28.1074252Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-01-24T08:10:28.1075709Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-01-24T08:10:28.1077244Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-01-24T08:10:28.1078682Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-01-24T08:10:28.1080259Z * [new branch] mlazos/tf-trace-unified -> origin/mlazos/tf-trace-unified 2025-01-24T08:10:28.1081770Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-01-24T08:10:28.1083143Z * [new branch] mlazos/ty-promo -> origin/mlazos/ty-promo 2025-01-24T08:10:28.1084854Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-01-24T08:10:28.1086281Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-01-24T08:10:28.1087825Z * [new branch] mlazos/vsc-fix2 -> origin/mlazos/vsc-fix2 2025-01-24T08:10:28.1089293Z * [new branch] mlazos/vscode-fix -> origin/mlazos/vscode-fix 2025-01-24T08:10:28.1090782Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-01-24T08:10:28.1092782Z * [new branch] mlee8/aot_large_weight -> origin/mlee8/aot_large_weight 2025-01-24T08:10:28.1094238Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-01-24T08:10:28.1095771Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-01-24T08:10:28.1097277Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-01-24T08:10:28.1098897Z * [new branch] move_model_to_eval_2.1 -> origin/move_model_to_eval_2.1 2025-01-24T08:10:28.1100482Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-01-24T08:10:28.1102012Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-01-24T08:10:28.1103524Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-01-24T08:10:28.1105047Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-01-24T08:10:28.1106583Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-01-24T08:10:28.1108126Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-01-24T08:10:28.1109654Z * [new branch] msaroufim-patch-7 -> origin/msaroufim-patch-7 2025-01-24T08:10:28.1111296Z * [new branch] msaroufim-patch-8 -> origin/msaroufim-patch-8 2025-01-24T08:10:28.1112773Z * [new branch] msaroufim-patch-9 -> origin/msaroufim-patch-9 2025-01-24T08:10:28.1114746Z * [new branch] msaroufim/bdfix -> origin/msaroufim/bdfix 2025-01-24T08:10:28.1116027Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-01-24T08:10:28.1117474Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-01-24T08:10:28.1118720Z * [new branch] msaroufim/fixexpected -> origin/msaroufim/fixexpected 2025-01-24T08:10:28.1120550Z * [new branch] msaroufim/fsspecindcache -> origin/msaroufim/fsspecindcache 2025-01-24T08:10:28.1121379Z * [new branch] msaroufim/sdbf16fix -> origin/msaroufim/sdbf16fix 2025-01-24T08:10:28.1122729Z * [new branch] msaroufim/typeind10 -> origin/msaroufim/typeind10 2025-01-24T08:10:28.1124100Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-01-24T08:10:28.1126014Z * [new branch] mypy_fix -> origin/mypy_fix 2025-01-24T08:10:28.1127506Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-01-24T08:10:28.1128915Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-01-24T08:10:28.1130387Z * [new branch] new_branch -> origin/new_branch 2025-01-24T08:10:28.1131880Z * [new branch] new_guard_system -> origin/new_guard_system 2025-01-24T08:10:28.1133815Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-01-24T08:10:28.1135196Z * [new branch] ngimel/disable_rng_fbcode -> origin/ngimel/disable_rng_fbcode 2025-01-24T08:10:28.1136415Z * [new branch] ngimel/random_fix -> origin/ngimel/random_fix 2025-01-24T08:10:28.1137681Z * [new branch] ngimel/randperm_fix -> origin/ngimel/randperm_fix 2025-01-24T08:10:28.1139085Z * [new branch] ngimel/release_randperm -> origin/ngimel/release_randperm 2025-01-24T08:10:28.1140319Z * [new branch] ngimel/scaled_mm_coop -> origin/ngimel/scaled_mm_coop 2025-01-24T08:10:28.1141539Z * [new branch] ngimel/topk -> origin/ngimel/topk 2025-01-24T08:10:28.1142867Z * [new branch] ngimel/topk2 -> origin/ngimel/topk2 2025-01-24T08:10:28.1144323Z * [new branch] nightly -> origin/nightly 2025-01-24T08:10:28.1146523Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-01-24T08:10:28.1147815Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-01-24T08:10:28.1149236Z * [new branch] offline -> origin/offline 2025-01-24T08:10:28.1150685Z * [new branch] on_completion -> origin/on_completion 2025-01-24T08:10:28.1153172Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-01-24T08:10:28.1154618Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-01-24T08:10:28.1156041Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-01-24T08:10:28.1157575Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-01-24T08:10:28.1159010Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-01-24T08:10:28.1160648Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-01-24T08:10:28.1162069Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-01-24T08:10:28.1163492Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-01-24T08:10:28.1164938Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-01-24T08:10:28.1166266Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-01-24T08:10:28.1167596Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-01-24T08:10:28.1168967Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-01-24T08:10:28.1170291Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-01-24T08:10:28.1171670Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-01-24T08:10:28.1173265Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-01-24T08:10:28.1176282Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-01-24T08:10:28.1178146Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-01-24T08:10:28.1180086Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-01-24T08:10:28.1181542Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-01-24T08:10:28.1183277Z * [new branch] parallel_cat -> origin/parallel_cat 2025-01-24T08:10:28.1184888Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-01-24T08:10:28.1186408Z * [new branch] patch_up_signature -> origin/patch_up_signature 2025-01-24T08:10:28.1187755Z * [new branch] pca2 -> origin/pca2 2025-01-24T08:10:28.1189819Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-01-24T08:10:28.1191689Z * [new branch] pianpwk/dim_hint_ranges -> origin/pianpwk/dim_hint_ranges 2025-01-24T08:10:28.1193191Z * [new branch] pianpwk/dynamic_shapes_api_doc_12_10 -> origin/pianpwk/dynamic_shapes_api_doc_12_10 2025-01-24T08:10:28.1194288Z * [new branch] pianpwk/dynamo_full_scalar -> origin/pianpwk/dynamo_full_scalar 2025-01-24T08:10:28.1195644Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-01-24T08:10:28.1196785Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-01-24T08:10:28.1198272Z * [new branch] pianpwk/preserve_dynamic_markers -> origin/pianpwk/preserve_dynamic_markers 2025-01-24T08:10:28.1199478Z * [new branch] pianpwk/real_tensor_prop_3 -> origin/pianpwk/real_tensor_prop_3 2025-01-24T08:10:28.1200952Z * [new branch] pianpwk/serdes_logging -> origin/pianpwk/serdes_logging 2025-01-24T08:10:28.1202270Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-01-24T08:10:28.1203426Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-01-24T08:10:28.1204776Z * [new branch] pianpwk/sympy_trunc_float_2 -> origin/pianpwk/sympy_trunc_float_2 2025-01-24T08:10:28.1206122Z * [new branch] pianpwk/try_deregister_hooks -> origin/pianpwk/try_deregister_hooks 2025-01-24T08:10:28.1207489Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-01-24T08:10:28.1208982Z * [new branch] pr-cancel-smol -> origin/pr-cancel-smol 2025-01-24T08:10:28.1210967Z * [new branch] pr/131860 -> origin/pr/131860 2025-01-24T08:10:28.1212617Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-01-24T08:10:28.1214023Z * [new branch] profiler_triton_kwargs -> origin/profiler_triton_kwargs 2025-01-24T08:10:28.1215427Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-01-24T08:10:28.1216834Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-01-24T08:10:28.1218308Z * [new branch] pt2-torchrec -> origin/pt2-torchrec 2025-01-24T08:10:28.1219777Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-01-24T08:10:28.1221253Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-01-24T08:10:28.1222974Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-01-24T08:10:28.1224426Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-01-24T08:10:28.1226219Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-01-24T08:10:28.1228320Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-01-24T08:10:28.1229980Z * [new branch] record-ghstack-deps-in-commit-msg -> origin/record-ghstack-deps-in-commit-msg 2025-01-24T08:10:28.1231278Z * [new branch] reduce1 -> origin/reduce1 2025-01-24T08:10:28.1232847Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-01-24T08:10:28.1234076Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-01-24T08:10:28.1236151Z * [new branch] release/1.10 -> origin/release/1.10 2025-01-24T08:10:28.1237572Z * [new branch] release/1.11 -> origin/release/1.11 2025-01-24T08:10:28.1239038Z * [new branch] release/1.12 -> origin/release/1.12 2025-01-24T08:10:28.1242325Z * [new branch] release/1.13 -> origin/release/1.13 2025-01-24T08:10:28.1243678Z * [new branch] release/1.4 -> origin/release/1.4 2025-01-24T08:10:28.1244852Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-01-24T08:10:28.1246262Z * [new branch] release/1.5 -> origin/release/1.5 2025-01-24T08:10:28.1247691Z * [new branch] release/1.6 -> origin/release/1.6 2025-01-24T08:10:28.1249091Z * [new branch] release/1.7 -> origin/release/1.7 2025-01-24T08:10:28.1250561Z * [new branch] release/1.8 -> origin/release/1.8 2025-01-24T08:10:28.1251872Z * [new branch] release/1.9 -> origin/release/1.9 2025-01-24T08:10:28.1253290Z * [new branch] release/2.0 -> origin/release/2.0 2025-01-24T08:10:28.1254725Z * [new branch] release/2.1 -> origin/release/2.1 2025-01-24T08:10:28.1256124Z * [new branch] release/2.2 -> origin/release/2.2 2025-01-24T08:10:28.1257504Z * [new branch] release/2.3 -> origin/release/2.3 2025-01-24T08:10:28.1258904Z * [new branch] release/2.4 -> origin/release/2.4 2025-01-24T08:10:28.1260282Z * [new branch] release/2.5 -> origin/release/2.5 2025-01-24T08:10:28.1261716Z * [new branch] release/2.6 -> origin/release/2.6 2025-01-24T08:10:28.1263055Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-01-24T08:10:28.1264621Z * [new branch] release_notes -> origin/release_notes 2025-01-24T08:10:28.1266151Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-01-24T08:10:28.1267607Z * [new branch] remove_add_runtime -> origin/remove_add_runtime 2025-01-24T08:10:28.1269124Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-01-24T08:10:28.1270585Z * [new branch] remove_workflow -> origin/remove_workflow 2025-01-24T08:10:28.1272121Z * [new branch] rename_transform -> origin/rename_transform 2025-01-24T08:10:28.1273613Z * [new branch] rename_validate -> origin/rename_validate 2025-01-24T08:10:28.1275230Z * [new branch] request_english -> origin/request_english 2025-01-24T08:10:28.1276678Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-01-24T08:10:28.1278901Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-01-24T08:10:28.1280305Z * [new branch] revert-112125 -> origin/revert-112125 2025-01-24T08:10:28.1283434Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-01-24T08:10:28.1286172Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-01-24T08:10:28.1287661Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-01-24T08:10:28.1289524Z * [new branch] richard/init_types -> origin/richard/init_types 2025-01-24T08:10:28.1290843Z * [new branch] richard/more_types -> origin/richard/more_types 2025-01-24T08:10:28.1292407Z * [new branch] rocm-triton-nightly-wheelfix -> origin/rocm-triton-nightly-wheelfix 2025-01-24T08:10:28.1294254Z * [new branch] rocm-triton-wheel-pinupdate-21 -> origin/rocm-triton-wheel-pinupdate-21 2025-01-24T08:10:28.1295622Z * [new branch] rocm_ck_sdpa -> origin/rocm_ck_sdpa 2025-01-24T08:10:28.1297188Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-01-24T08:10:28.1298714Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-01-24T08:10:28.1300194Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-01-24T08:10:28.1301784Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-01-24T08:10:28.1303468Z * [new branch] rprop-playground -> origin/rprop-playground 2025-01-24T08:10:28.1304917Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-01-24T08:10:28.1307184Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-01-24T08:10:28.1308186Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-01-24T08:10:28.1310174Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-01-24T08:10:28.1311518Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-01-24T08:10:28.1312771Z * [new branch] rzou/fix -> origin/rzou/fix 2025-01-24T08:10:28.1314117Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-01-24T08:10:28.1315427Z * [new branch] rzou/njt -> origin/rzou/njt 2025-01-24T08:10:28.1316744Z * [new branch] rzou/operator -> origin/rzou/operator 2025-01-24T08:10:28.1318062Z * [new branch] rzou/out_dtype_decomp -> origin/rzou/out_dtype_decomp 2025-01-24T08:10:28.1319330Z * [new branch] rzou/pca -> origin/rzou/pca 2025-01-24T08:10:28.1323882Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-01-24T08:10:28.1325361Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-01-24T08:10:28.1326529Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-01-24T08:10:28.1328061Z * [new branch] safe-rollout -> origin/safe-rollout 2025-01-24T08:10:28.1330488Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-01-24T08:10:28.1332495Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-01-24T08:10:28.1333714Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-01-24T08:10:28.1335103Z * [new branch] sdpa_base -> origin/sdpa_base 2025-01-24T08:10:28.1337071Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-01-24T08:10:28.1338454Z * [new branch] sdym/chp -> origin/sdym/chp 2025-01-24T08:10:28.1339749Z * [new branch] sdym/chp2 -> origin/sdym/chp2 2025-01-24T08:10:28.1341496Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-01-24T08:10:28.1342455Z * [new branch] sdym/jit-attribute -> origin/sdym/jit-attribute 2025-01-24T08:10:28.1343811Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-01-24T08:10:28.1345067Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-01-24T08:10:28.1346403Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-01-24T08:10:28.1347667Z * [new branch] sdym/skipifrocm -> origin/sdym/skipifrocm 2025-01-24T08:10:28.1349028Z * [new branch] sdym/test_quantized_op -> origin/sdym/test_quantized_op 2025-01-24T08:10:28.1350332Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-01-24T08:10:28.1351641Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-01-24T08:10:28.1353009Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-01-24T08:10:28.1354215Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-01-24T08:10:28.1355515Z * [new branch] sdym/wno -> origin/sdym/wno 2025-01-24T08:10:28.1357137Z * [new branch] serialize -> origin/serialize 2025-01-24T08:10:28.1358585Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-01-24T08:10:28.1360797Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-01-24T08:10:28.1362329Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-01-24T08:10:28.1363975Z * [new branch] shunting-add-reduction-config -> origin/shunting-add-reduction-config 2025-01-24T08:10:28.1365394Z * [new branch] shunting-add-reduction-config-2 -> origin/shunting-add-reduction-config-2 2025-01-24T08:10:28.1366962Z * [new branch] shunting-add-reduction-config-3 -> origin/shunting-add-reduction-config-3 2025-01-24T08:10:28.1368570Z * [new branch] shunting-avoid-stale-cache -> origin/shunting-avoid-stale-cache 2025-01-24T08:10:28.1370102Z * [new branch] shunting-benchmark-fusion -> origin/shunting-benchmark-fusion 2025-01-24T08:10:28.1371570Z * [new branch] shunting-benchmark-fusion-2 -> origin/shunting-benchmark-fusion-2 2025-01-24T08:10:28.1373156Z * [new branch] shunting-benchmark-fusion-3 -> origin/shunting-benchmark-fusion-3 2025-01-24T08:10:28.1374776Z * [new branch] shunting-benchmark-fusion-4 -> origin/shunting-benchmark-fusion-4 2025-01-24T08:10:28.1376354Z * [new branch] shunting-consistent-thread-order -> origin/shunting-consistent-thread-order 2025-01-24T08:10:28.1377979Z * [new branch] shunting-consistent-thread-order-2 -> origin/shunting-consistent-thread-order-2 2025-01-24T08:10:28.1379641Z * [new branch] shunting-consistent-thread-order-3 -> origin/shunting-consistent-thread-order-3 2025-01-24T08:10:28.1381470Z * [new branch] shunting-inductor-change-for-triton -> origin/shunting-inductor-change-for-triton 2025-01-24T08:10:28.1382967Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-01-24T08:10:28.1384493Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-01-24T08:10:28.1386401Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-01-24T08:10:28.1387898Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-01-24T08:10:28.1389639Z * [new branch] shunting-loop-ordering-after-fusion -> origin/shunting-loop-ordering-after-fusion 2025-01-24T08:10:28.1391659Z * [new branch] shunting-loop-ordering-after-fusion-2 -> origin/shunting-loop-ordering-after-fusion-2 2025-01-24T08:10:28.1392895Z * [new branch] shunting-loop-ordering-after-fusion-3 -> origin/shunting-loop-ordering-after-fusion-3 2025-01-24T08:10:28.1394517Z * [new branch] shunting-loop-ordering-after-fusion-bm -> origin/shunting-loop-ordering-after-fusion-bm 2025-01-24T08:10:28.1396077Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-01-24T08:10:28.1397659Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-01-24T08:10:28.1399131Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-01-24T08:10:28.1401277Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-01-24T08:10:28.1402940Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-01-24T08:10:28.1404477Z * [new branch] shunting-triton-pin-update -> origin/shunting-triton-pin-update 2025-01-24T08:10:28.1405906Z * [new branch] shunting-triton-pin-update-2 -> origin/shunting-triton-pin-update-2 2025-01-24T08:10:28.1407479Z * [new branch] shunting-triton-pin-update-3 -> origin/shunting-triton-pin-update-3 2025-01-24T08:10:28.1408769Z * [new branch] shunting-triton-pin-update-4 -> origin/shunting-triton-pin-update-4 2025-01-24T08:10:28.1410365Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-01-24T08:10:28.1411923Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-01-24T08:10:28.1413928Z * [new branch] soulitzer/refactor-njt -> origin/soulitzer/refactor-njt 2025-01-24T08:10:28.1415606Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-01-24T08:10:28.1417322Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-01-24T08:10:28.1419350Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-01-24T08:10:28.1420790Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-01-24T08:10:28.1422743Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-01-24T08:10:28.1424635Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-01-24T08:10:28.1426268Z * [new branch] standalone -> origin/standalone 2025-01-24T08:10:28.1427994Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-01-24T08:10:28.1429327Z * [new branch] super -> origin/super 2025-01-24T08:10:28.1431023Z * [new branch] support_dequant_out_dtype -> origin/support_dequant_out_dtype 2025-01-24T08:10:28.1432481Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-01-24T08:10:28.1433986Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-01-24T08:10:28.1435545Z * [new branch] switch-bn -> origin/switch-bn 2025-01-24T08:10:28.1437127Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-01-24T08:10:28.1438590Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-01-24T08:10:28.1440157Z * [new branch] test-cast-hook -> origin/test-cast-hook 2025-01-24T08:10:28.1441799Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-01-24T08:10:28.1443477Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-01-24T08:10:28.1445377Z * [new branch] test/inductor -> origin/test/inductor 2025-01-24T08:10:28.1447236Z * [new branch] test_imdsv2 -> origin/test_imdsv2 2025-01-24T08:10:28.1448472Z * [new branch] test_od -> origin/test_od 2025-01-24T08:10:28.1449986Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-01-24T08:10:28.1451400Z * [new branch] tidy_mordenize_cyy -> origin/tidy_mordenize_cyy 2025-01-24T08:10:28.1453338Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-01-24T08:10:28.1454932Z * [new branch] torch_autograd_function_ts_fix -> origin/torch_autograd_function_ts_fix 2025-01-24T08:10:28.1456298Z * [new branch] torch_export -> origin/torch_export 2025-01-24T08:10:28.1457878Z * [new branch] torch_export_only -> origin/torch_export_only 2025-01-24T08:10:28.1459467Z * [new branch] torch_logs_improvements -> origin/torch_logs_improvements 2025-01-24T08:10:28.1460892Z * [new branch] torch_np -> origin/torch_np 2025-01-24T08:10:28.1462593Z * [new branch] torchbench-pin-commit -> origin/torchbench-pin-commit 2025-01-24T08:10:28.1464114Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-01-24T08:10:28.1465639Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-01-24T08:10:28.1467089Z * [new branch] transformer_name -> origin/transformer_name 2025-01-24T08:10:28.1468645Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-01-24T08:10:28.1470196Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-01-24T08:10:28.1471654Z * [new branch] triton-update -> origin/triton-update 2025-01-24T08:10:28.1473077Z * [new branch] triton_kernel -> origin/triton_kernel 2025-01-24T08:10:28.1474482Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-01-24T08:10:28.1475962Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-01-24T08:10:28.1477480Z * [new branch] type_check -> origin/type_check 2025-01-24T08:10:28.1479058Z * [new branch] type_dec -> origin/type_dec 2025-01-24T08:10:28.1482264Z * [new branch] update-audio-commit-hash/12898458761-1429-1 -> origin/update-audio-commit-hash/12898458761-1429-1 2025-01-24T08:10:28.1484258Z * [new branch] update-executorch-commit-hash/11847856213-1353-1 -> origin/update-executorch-commit-hash/11847856213-1353-1 2025-01-24T08:10:28.1485536Z * [new branch] update-executorch-commit-hash/12778861619-1419-1 -> origin/update-executorch-commit-hash/12778861619-1419-1 2025-01-24T08:10:28.1486848Z * [new branch] update-executorch-commit-hash/12820045707-1423-1 -> origin/update-executorch-commit-hash/12820045707-1423-1 2025-01-24T08:10:28.1488140Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-01-24T08:10:28.1490169Z * [new branch] update-triton-commit-hash/7164317553-91-1 -> origin/update-triton-commit-hash/7164317553-91-1 2025-01-24T08:10:28.1492092Z * [new branch] update-vision-commit-hash/5686712198-646-1 -> origin/update-vision-commit-hash/5686712198-646-1 2025-01-24T08:10:28.1493304Z * [new branch] update-vision-commit-hash/5697383899-647-1 -> origin/update-vision-commit-hash/5697383899-647-1 2025-01-24T08:10:28.1494740Z * [new branch] update-vision-commit-hash/5703215648-648-1 -> origin/update-vision-commit-hash/5703215648-648-1 2025-01-24T08:10:28.1495965Z * [new branch] update-vision-commit-hash/5721003453-652-1 -> origin/update-vision-commit-hash/5721003453-652-1 2025-01-24T08:10:28.1497492Z * [new branch] update-vision-commit-hash/5733163916-653-1 -> origin/update-vision-commit-hash/5733163916-653-1 2025-01-24T08:10:28.1498561Z * [new branch] update-vision-commit-hash/5745082876-655-1 -> origin/update-vision-commit-hash/5745082876-655-1 2025-01-24T08:10:28.1499999Z * [new branch] update-vision-commit-hash/5756913626-656-1 -> origin/update-vision-commit-hash/5756913626-656-1 2025-01-24T08:10:28.1501201Z * [new branch] update-vision-commit-hash/5767629392-657-1 -> origin/update-vision-commit-hash/5767629392-657-1 2025-01-24T08:10:28.1502618Z * [new branch] update-vision-commit-hash/5791192212-660-1 -> origin/update-vision-commit-hash/5791192212-660-1 2025-01-24T08:10:28.1503795Z * [new branch] update-vision-commit-hash/5803321708-661-1 -> origin/update-vision-commit-hash/5803321708-661-1 2025-01-24T08:10:28.1505207Z * [new branch] update-vision-commit-hash/5815393173-662-1 -> origin/update-vision-commit-hash/5815393173-662-1 2025-01-24T08:10:28.1506435Z * [new branch] update-vision-commit-hash/5827402908-663-1 -> origin/update-vision-commit-hash/5827402908-663-1 2025-01-24T08:10:28.1507749Z * [new branch] update-vision-commit-hash/5838148554-664-1 -> origin/update-vision-commit-hash/5838148554-664-1 2025-01-24T08:10:28.1509095Z * [new branch] update-vision-commit-hash/5844184042-669-1 -> origin/update-vision-commit-hash/5844184042-669-1 2025-01-24T08:10:28.1510505Z * [new branch] update-vision-commit-hash/5850331519-670-1 -> origin/update-vision-commit-hash/5850331519-670-1 2025-01-24T08:10:28.1511725Z * [new branch] update-vision-commit-hash/5862012764-671-1 -> origin/update-vision-commit-hash/5862012764-671-1 2025-01-24T08:10:28.1513133Z * [new branch] update-vision-commit-hash/5873060393-672-1 -> origin/update-vision-commit-hash/5873060393-672-1 2025-01-24T08:10:28.1514320Z * [new branch] update-vision-commit-hash/5885149056-673-1 -> origin/update-vision-commit-hash/5885149056-673-1 2025-01-24T08:10:28.1515793Z * [new branch] update-vision-commit-hash/5897221503-674-1 -> origin/update-vision-commit-hash/5897221503-674-1 2025-01-24T08:10:28.1516965Z * [new branch] update-vision-commit-hash/5908209609-675-1 -> origin/update-vision-commit-hash/5908209609-675-1 2025-01-24T08:10:28.1518373Z * [new branch] update-vision-commit-hash/5932800208-678-1 -> origin/update-vision-commit-hash/5932800208-678-1 2025-01-24T08:10:28.1519729Z * [new branch] update-vision-commit-hash/5945368651-679-1 -> origin/update-vision-commit-hash/5945368651-679-1 2025-01-24T08:10:28.1521208Z * [new branch] update-vision-commit-hash/5957816346-680-1 -> origin/update-vision-commit-hash/5957816346-680-1 2025-01-24T08:10:28.1522590Z * [new branch] update-vision-commit-hash/5970234703-681-1 -> origin/update-vision-commit-hash/5970234703-681-1 2025-01-24T08:10:28.1523832Z * [new branch] update-vision-commit-hash/5987723897-683-1 -> origin/update-vision-commit-hash/5987723897-683-1 2025-01-24T08:10:28.1525221Z * [new branch] update-vision-commit-hash/6006315671-686-1 -> origin/update-vision-commit-hash/6006315671-686-1 2025-01-24T08:10:28.1526490Z * [new branch] update-vision-commit-hash/6018891470-687-1 -> origin/update-vision-commit-hash/6018891470-687-1 2025-01-24T08:10:28.1527908Z * [new branch] update-vision-commit-hash/6055107264-691-1 -> origin/update-vision-commit-hash/6055107264-691-1 2025-01-24T08:10:28.1529159Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-01-24T08:10:28.1530653Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-01-24T08:10:28.1531845Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-01-24T08:10:28.1533389Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-01-24T08:10:28.1534475Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-01-24T08:10:28.1535811Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-01-24T08:10:28.1537166Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-01-24T08:10:28.1538535Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-01-24T08:10:28.1539946Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-01-24T08:10:28.1541316Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-01-24T08:10:28.1542654Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-01-24T08:10:28.1544057Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-01-24T08:10:28.1545427Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-01-24T08:10:28.1546777Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-01-24T08:10:28.1548136Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-01-24T08:10:28.1549501Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-01-24T08:10:28.1550875Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-01-24T08:10:28.1552230Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-01-24T08:10:28.1553585Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-01-24T08:10:28.1554954Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-01-24T08:10:28.1556335Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-01-24T08:10:28.1557687Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-01-24T08:10:28.1559041Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-01-24T08:10:28.1561318Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-01-24T08:10:28.1562691Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-01-24T08:10:28.1564067Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-01-24T08:10:28.1565517Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-01-24T08:10:28.1567501Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-01-24T08:10:28.1568803Z * [new branch] update-xla-commit-hash/5711964502-56-1 -> origin/update-xla-commit-hash/5711964502-56-1 2025-01-24T08:10:28.1570208Z * [new branch] update-xla-commit-hash/5782359377-57-1 -> origin/update-xla-commit-hash/5782359377-57-1 2025-01-24T08:10:28.1571381Z * [new branch] update-xla-commit-hash/5837098370-60-1 -> origin/update-xla-commit-hash/5837098370-60-1 2025-01-24T08:10:28.1572643Z * [new branch] update-xla-commit-hash/5837494164-62-2 -> origin/update-xla-commit-hash/5837494164-62-2 2025-01-24T08:10:28.1573943Z * [new branch] update-xla-commit-hash/5853121215-70-1 -> origin/update-xla-commit-hash/5853121215-70-1 2025-01-24T08:10:28.1575233Z * [new branch] update-xla-commit-hash/5856611801-73-1 -> origin/update-xla-commit-hash/5856611801-73-1 2025-01-24T08:10:28.1576648Z * [new branch] update-xla-commit-hash/5861803330-74-1 -> origin/update-xla-commit-hash/5861803330-74-1 2025-01-24T08:10:28.1577968Z * [new branch] update-xla-commit-hash/5923384420-75-1 -> origin/update-xla-commit-hash/5923384420-75-1 2025-01-24T08:10:28.1579263Z * [new branch] update-xla-commit-hash/5997018991-76-1 -> origin/update-xla-commit-hash/5997018991-76-1 2025-01-24T08:10:28.1580515Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-01-24T08:10:28.1581841Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-01-24T08:10:28.1583176Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-01-24T08:10:28.1584444Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-01-24T08:10:28.1585775Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-01-24T08:10:28.1587104Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-01-24T08:10:28.1588429Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-01-24T08:10:28.1589781Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-01-24T08:10:28.1591084Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-01-24T08:10:28.1592414Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-01-24T08:10:28.1593726Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-01-24T08:10:28.1595276Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-01-24T08:10:28.1596631Z * [new branch] update_pin -> origin/update_pin 2025-01-24T08:10:28.1598224Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-01-24T08:10:28.1599850Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-01-24T08:10:28.1601436Z * [new branch] update_slow_tests_1734939586 -> origin/update_slow_tests_1734939586 2025-01-24T08:10:28.1602984Z * [new branch] update_slow_tests_1736149192 -> origin/update_slow_tests_1736149192 2025-01-24T08:10:28.1604665Z * [new branch] update_slow_tests_1736754002 -> origin/update_slow_tests_1736754002 2025-01-24T08:10:28.1606168Z * [new branch] update_slow_tests_1737358785 -> origin/update_slow_tests_1737358785 2025-01-24T08:10:28.1607766Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-01-24T08:10:28.1609295Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-01-24T08:10:28.1610916Z * [new branch] upload-test-stats-workflow-env -> origin/upload-test-stats-workflow-env 2025-01-24T08:10:28.1612618Z * [new branch] use_torch_export_3 -> origin/use_torch_export_3 2025-01-24T08:10:28.1614207Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-01-24T08:10:28.1616919Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-01-24T08:10:28.1617726Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-01-24T08:10:28.1619265Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-01-24T08:10:28.1620836Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-01-24T08:10:28.1622407Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-01-24T08:10:28.1623985Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-01-24T08:10:28.1625642Z * [new branch] validate_fn -> origin/validate_fn 2025-01-24T08:10:28.1627631Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-01-24T08:10:28.1629194Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-01-24T08:10:28.1631027Z * [new branch] viable/strict -> origin/viable/strict 2025-01-24T08:10:28.1633026Z * [new branch] voz/always_lift -> origin/voz/always_lift 2025-01-24T08:10:28.1634362Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-01-24T08:10:28.1635669Z * [new branch] voz/debug_dec -> origin/voz/debug_dec 2025-01-24T08:10:28.1636931Z * [new branch] voz/fix_fsdp -> origin/voz/fix_fsdp 2025-01-24T08:10:28.1638261Z * [new branch] voz/fix_np -> origin/voz/fix_np 2025-01-24T08:10:28.1639301Z * [new branch] voz/fix_np_2 -> origin/voz/fix_np_2 2025-01-24T08:10:28.1640938Z * [new branch] voz/fsdp_autograd -> origin/voz/fsdp_autograd 2025-01-24T08:10:28.1642244Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-01-24T08:10:28.1643526Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-01-24T08:10:28.1644826Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-01-24T08:10:28.1646112Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-01-24T08:10:28.1647366Z * [new branch] voz/fsdp_ops -> origin/voz/fsdp_ops 2025-01-24T08:10:28.1648696Z * [new branch] voz/fsdp_ops2 -> origin/voz/fsdp_ops2 2025-01-24T08:10:28.1649948Z * [new branch] voz/fsdp_ops3 -> origin/voz/fsdp_ops3 2025-01-24T08:10:28.1651263Z * [new branch] voz/hacks -> origin/voz/hacks 2025-01-24T08:10:28.1652585Z * [new branch] voz/partials -> origin/voz/partials 2025-01-24T08:10:28.1653886Z * [new branch] voz/puffery -> origin/voz/puffery 2025-01-24T08:10:28.1655165Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-01-24T08:10:28.1656554Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-01-24T08:10:28.1657758Z * [new branch] voz/torch_np -> origin/voz/torch_np 2025-01-24T08:10:28.1659163Z * [new branch] voz/torchrec_enablement -> origin/voz/torchrec_enablement 2025-01-24T08:10:28.1660477Z * [new branch] voz/torchrec_enablement2 -> origin/voz/torchrec_enablement2 2025-01-24T08:10:28.1662012Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-01-24T08:10:28.1664074Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-01-24T08:10:28.1665421Z * [new branch] wdvr/fix_cppwarnings_build -> origin/wdvr/fix_cppwarnings_build 2025-01-24T08:10:28.1666895Z * [new branch] wdvr/sccache091 -> origin/wdvr/sccache091 2025-01-24T08:10:28.1667864Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-01-24T08:10:28.1669427Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-01-24T08:10:28.1670531Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-01-24T08:10:28.1672703Z * [new branch] whc/flight -> origin/whc/flight 2025-01-24T08:10:28.1674141Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-01-24T08:10:28.1675440Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-01-24T08:10:28.1676791Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-01-24T08:10:28.1678273Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-01-24T08:10:28.1679670Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-01-24T08:10:28.1680974Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-01-24T08:10:28.1682325Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-01-24T08:10:28.1684569Z * [new branch] wwen/dynamo-preserve-node-metadata -> origin/wwen/dynamo-preserve-node-metadata 2025-01-24T08:10:28.1686421Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-01-24T08:10:28.1687676Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-01-24T08:10:28.1689006Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-01-24T08:10:28.1690062Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-01-24T08:10:28.1691472Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-01-24T08:10:28.1692774Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-01-24T08:10:28.1694143Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-01-24T08:10:28.1695425Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-01-24T08:10:28.1696737Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-01-24T08:10:28.1698065Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-01-24T08:10:28.1699470Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-01-24T08:10:28.1700809Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-01-24T08:10:28.1702093Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-01-24T08:10:28.1703587Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-01-24T08:10:28.1704618Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-01-24T08:10:28.1706127Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-01-24T08:10:28.1707329Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-01-24T08:10:28.1708702Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-01-24T08:10:28.1709968Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-01-24T08:10:28.1711273Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-01-24T08:10:28.1712591Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-01-24T08:10:28.1713915Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-01-24T08:10:28.1715227Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-01-24T08:10:28.1716848Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-01-24T08:10:28.1718003Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-01-24T08:10:28.1719529Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-01-24T08:10:28.1721576Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-01-24T08:10:28.1723001Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-01-24T08:10:28.1724357Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-01-24T08:10:28.1725643Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-01-24T08:10:28.1727201Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-01-24T08:10:28.1728364Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-01-24T08:10:28.1729661Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-01-24T08:10:28.1730988Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-01-24T08:10:28.1732420Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-01-24T08:10:28.1733710Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-01-24T08:10:28.1735164Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-01-24T08:10:28.1736267Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-01-24T08:10:28.1737696Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-01-24T08:10:28.1739087Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-01-24T08:10:28.1740419Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-01-24T08:10:28.1741754Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-01-24T08:10:28.1743084Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-01-24T08:10:28.1744227Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-01-24T08:10:28.1745738Z * [new branch] xmfan/test -> origin/xmfan/test 2025-01-24T08:10:28.1747283Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-01-24T08:10:28.1749322Z * [new branch] xz9/remove-run-torchbench -> origin/xz9/remove-run-torchbench 2025-01-24T08:10:28.1750862Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-01-24T08:10:28.1752808Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-01-24T08:10:28.1754740Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-01-24T08:10:28.1756042Z * [new branch] zainr/emit-debug -> origin/zainr/emit-debug 2025-01-24T08:10:28.1757407Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-01-24T08:10:28.1758586Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-01-24T08:10:28.1759982Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-01-24T08:10:28.1761264Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-01-24T08:10:28.1762515Z * [new branch] zainr/no-op -> origin/zainr/no-op 2025-01-24T08:10:28.1763952Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-01-24T08:10:28.1765124Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-01-24T08:10:28.1766393Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-01-24T08:10:28.1767708Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-01-24T08:10:28.1768967Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-01-24T08:10:28.1770256Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-01-24T08:10:28.1771565Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-01-24T08:10:28.1773187Z * [new branch] zainr/td-metrics2 -> origin/zainr/td-metrics2 2025-01-24T08:10:28.1774637Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-01-24T08:10:28.1775733Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-01-24T08:10:28.1777091Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-01-24T08:10:28.1778409Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-01-24T08:10:28.1780095Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-01-24T08:10:28.1781471Z * [new branch] zb2p -> origin/zb2p 2025-01-24T08:10:28.1782911Z * [new branch] zbv_algo -> origin/zbv_algo 2025-01-24T08:10:28.1784570Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-01-24T08:10:28.1786078Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-01-24T08:10:28.1787659Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-01-24T08:10:28.1789249Z * [new branch] zhuhaozhe-patch-1 -> origin/zhuhaozhe-patch-1 2025-01-24T08:10:28.1791582Z * [new branch] zhxchen17/dynamo/0 -> origin/zhxchen17/dynamo/0 2025-01-24T08:10:28.1793077Z * [new branch] zhxchen17/dynamo/1 -> origin/zhxchen17/dynamo/1 2025-01-24T08:10:28.1794134Z * [new branch] zhxchen17/dynamo/2 -> origin/zhxchen17/dynamo/2 2025-01-24T08:10:28.1796281Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-01-24T08:10:28.1797562Z * [new branch] zhxchen17/export/10 -> origin/zhxchen17/export/10 2025-01-24T08:10:28.1799009Z * [new branch] zhxchen17/export/11 -> origin/zhxchen17/export/11 2025-01-24T08:10:28.1801165Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-01-24T08:10:28.1802529Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-01-24T08:10:28.1803844Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-01-24T08:10:28.1805195Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-01-24T08:10:28.1806459Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-01-24T08:10:28.1807798Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-01-24T08:10:28.1809150Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-01-24T08:10:28.1810491Z * [new branch] zhxchen17/export/9 -> origin/zhxchen17/export/9 2025-01-24T08:10:28.1812443Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-01-24T08:10:28.1813751Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-01-24T08:10:28.1815828Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-01-24T08:10:28.1817413Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-01-24T08:10:28.1818069Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-01-24T08:10:28.1819482Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-01-24T08:10:28.1820307Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-01-24T08:10:28.1821278Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-01-24T08:10:28.1822485Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-01-24T08:10:28.1823282Z * [new tag] ciflow/binaries/128672 -> ciflow/binaries/128672 2025-01-24T08:10:28.1824151Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-01-24T08:10:28.1824896Z * [new tag] ciflow/binaries/138175 -> ciflow/binaries/138175 2025-01-24T08:10:28.1825875Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-01-24T08:10:28.1826770Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-01-24T08:10:28.1827608Z * [new tag] ciflow/binaries/140844 -> ciflow/binaries/140844 2025-01-24T08:10:28.1828514Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-01-24T08:10:28.1829259Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-01-24T08:10:28.1830046Z * [new tag] ciflow/binaries/143360 -> ciflow/binaries/143360 2025-01-24T08:10:28.1830963Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-01-24T08:10:28.1831813Z * [new tag] ciflow/binaries/143791 -> ciflow/binaries/143791 2025-01-24T08:10:28.1832693Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-01-24T08:10:28.1833533Z * [new tag] ciflow/binaries/144046 -> ciflow/binaries/144046 2025-01-24T08:10:28.1834377Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-01-24T08:10:28.1835158Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-01-24T08:10:28.1836056Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-01-24T08:10:28.1837133Z * [new tag] ciflow/binaries_conda/139576 -> ciflow/binaries_conda/139576 2025-01-24T08:10:28.1838194Z * [new tag] ciflow/binaries_libtorch/139576 -> ciflow/binaries_libtorch/139576 2025-01-24T08:10:28.1839184Z * [new tag] ciflow/binaries_wheel/135189 -> ciflow/binaries_wheel/135189 2025-01-24T08:10:28.1840008Z * [new tag] ciflow/binaries_wheel/139576 -> ciflow/binaries_wheel/139576 2025-01-24T08:10:28.1841039Z * [new tag] ciflow/binaries_wheel/141584 -> ciflow/binaries_wheel/141584 2025-01-24T08:10:28.1841836Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-01-24T08:10:28.1842567Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-01-24T08:10:28.1843403Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-01-24T08:10:28.1844263Z * [new tag] ciflow/binaries_wheel/144842 -> ciflow/binaries_wheel/144842 2025-01-24T08:10:28.1845084Z * [new tag] ciflow/binaries_wheel/144887 -> ciflow/binaries_wheel/144887 2025-01-24T08:10:28.1846020Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-01-24T08:10:28.1846751Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-01-24T08:10:28.1847494Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-01-24T08:10:28.1848981Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-01-24T08:10:28.1849460Z * [new tag] ciflow/inductor-cu126/143806 -> ciflow/inductor-cu126/143806 2025-01-24T08:10:28.1850467Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-01-24T08:10:28.1851381Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-01-24T08:10:28.1852188Z * [new tag] ciflow/inductor-perf-compare/145455 -> ciflow/inductor-perf-compare/145455 2025-01-24T08:10:28.1853168Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-01-24T08:10:28.1854123Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-01-24T08:10:28.1855002Z * [new tag] ciflow/inductor-periodic/143560 -> ciflow/inductor-periodic/143560 2025-01-24T08:10:28.1855972Z * [new tag] ciflow/inductor-periodic/144594 -> ciflow/inductor-periodic/144594 2025-01-24T08:10:28.1856687Z * [new tag] ciflow/inductor-periodic/145455 -> ciflow/inductor-periodic/145455 2025-01-24T08:10:28.1857745Z * [new tag] ciflow/inductor-rocm/140261 -> ciflow/inductor-rocm/140261 2025-01-24T08:10:28.1858765Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-01-24T08:10:28.1859728Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-01-24T08:10:28.1860589Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-01-24T08:10:28.1861508Z * [new tag] ciflow/inductor-rocm/142408 -> ciflow/inductor-rocm/142408 2025-01-24T08:10:28.1862334Z * [new tag] ciflow/inductor-rocm/144985 -> ciflow/inductor-rocm/144985 2025-01-24T08:10:28.1863323Z * [new tag] ciflow/inductor-rocm/145504 -> ciflow/inductor-rocm/145504 2025-01-24T08:10:28.1864161Z * [new tag] ciflow/inductor-rocm/145518 -> ciflow/inductor-rocm/145518 2025-01-24T08:10:28.1865172Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-01-24T08:10:28.1865925Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-01-24T08:10:28.1866682Z * [new tag] ciflow/inductor/118489 -> ciflow/inductor/118489 2025-01-24T08:10:28.1867441Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-01-24T08:10:28.1868202Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-01-24T08:10:28.1868951Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-01-24T08:10:28.1869695Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-01-24T08:10:28.1870441Z * [new tag] ciflow/inductor/123661 -> ciflow/inductor/123661 2025-01-24T08:10:28.1871227Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-01-24T08:10:28.1871973Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-01-24T08:10:28.1872734Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-01-24T08:10:28.1873495Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-01-24T08:10:28.1874263Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-01-24T08:10:28.1875068Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-01-24T08:10:28.1875825Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-01-24T08:10:28.1876707Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-01-24T08:10:28.1877488Z * [new tag] ciflow/inductor/126129 -> ciflow/inductor/126129 2025-01-24T08:10:28.1878397Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-01-24T08:10:28.1879073Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-01-24T08:10:28.1879982Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-01-24T08:10:28.1880753Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-01-24T08:10:28.1881510Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-01-24T08:10:28.1882295Z * [new tag] ciflow/inductor/128802 -> ciflow/inductor/128802 2025-01-24T08:10:28.1883156Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-01-24T08:10:28.1883937Z * [new tag] ciflow/inductor/129409 -> ciflow/inductor/129409 2025-01-24T08:10:28.1884715Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-01-24T08:10:28.1885504Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-01-24T08:10:28.1886377Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-01-24T08:10:28.1887167Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-01-24T08:10:28.1888001Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-01-24T08:10:28.1888900Z * [new tag] ciflow/inductor/131481 -> ciflow/inductor/131481 2025-01-24T08:10:28.1889803Z * [new tag] ciflow/inductor/131493 -> ciflow/inductor/131493 2025-01-24T08:10:28.1890566Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-01-24T08:10:28.1891368Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-01-24T08:10:28.1892159Z * [new tag] ciflow/inductor/132755 -> ciflow/inductor/132755 2025-01-24T08:10:28.1892973Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-01-24T08:10:28.1893765Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-01-24T08:10:28.1894588Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-01-24T08:10:28.1895327Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-01-24T08:10:28.1896112Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-01-24T08:10:28.1896930Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-01-24T08:10:28.1897734Z * [new tag] ciflow/inductor/133307 -> ciflow/inductor/133307 2025-01-24T08:10:28.1898521Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-01-24T08:10:28.1899300Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-01-24T08:10:28.1900117Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-01-24T08:10:28.1900983Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-01-24T08:10:28.1901773Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-01-24T08:10:28.1902549Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-01-24T08:10:28.1903352Z * [new tag] ciflow/inductor/133842 -> ciflow/inductor/133842 2025-01-24T08:10:28.1904182Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-01-24T08:10:28.1904956Z * [new tag] ciflow/inductor/134881 -> ciflow/inductor/134881 2025-01-24T08:10:28.1905859Z * [new tag] ciflow/inductor/134969 -> ciflow/inductor/134969 2025-01-24T08:10:28.1906687Z * [new tag] ciflow/inductor/135189 -> ciflow/inductor/135189 2025-01-24T08:10:28.1907499Z * [new tag] ciflow/inductor/135337 -> ciflow/inductor/135337 2025-01-24T08:10:28.1908433Z * [new tag] ciflow/inductor/135465 -> ciflow/inductor/135465 2025-01-24T08:10:28.1909139Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-01-24T08:10:28.1909971Z * [new tag] ciflow/inductor/135719 -> ciflow/inductor/135719 2025-01-24T08:10:28.1910770Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-01-24T08:10:28.1911727Z * [new tag] ciflow/inductor/136268 -> ciflow/inductor/136268 2025-01-24T08:10:28.1912531Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-01-24T08:10:28.1913333Z * [new tag] ciflow/inductor/136478 -> ciflow/inductor/136478 2025-01-24T08:10:28.1914166Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-01-24T08:10:28.1915019Z * [new tag] ciflow/inductor/136753 -> ciflow/inductor/136753 2025-01-24T08:10:28.1915830Z * [new tag] ciflow/inductor/136802 -> ciflow/inductor/136802 2025-01-24T08:10:28.1916659Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-01-24T08:10:28.1917478Z * [new tag] ciflow/inductor/137493 -> ciflow/inductor/137493 2025-01-24T08:10:28.1918321Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-01-24T08:10:28.1919191Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-01-24T08:10:28.1920305Z * [new tag] ciflow/inductor/137658 -> ciflow/inductor/137658 2025-01-24T08:10:28.1921190Z * [new tag] ciflow/inductor/137662 -> ciflow/inductor/137662 2025-01-24T08:10:28.1921989Z * [new tag] ciflow/inductor/137726 -> ciflow/inductor/137726 2025-01-24T08:10:28.1922829Z * [new tag] ciflow/inductor/137808 -> ciflow/inductor/137808 2025-01-24T08:10:28.1923688Z * [new tag] ciflow/inductor/137822 -> ciflow/inductor/137822 2025-01-24T08:10:28.1924602Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-01-24T08:10:28.1925439Z * [new tag] ciflow/inductor/137861 -> ciflow/inductor/137861 2025-01-24T08:10:28.1926252Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-01-24T08:10:28.1927114Z * [new tag] ciflow/inductor/137921 -> ciflow/inductor/137921 2025-01-24T08:10:28.1927984Z * [new tag] ciflow/inductor/137959 -> ciflow/inductor/137959 2025-01-24T08:10:28.1928811Z * [new tag] ciflow/inductor/138101 -> ciflow/inductor/138101 2025-01-24T08:10:28.1929638Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-01-24T08:10:28.1930498Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-01-24T08:10:28.1931333Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-01-24T08:10:28.1932137Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-01-24T08:10:28.1932975Z * [new tag] ciflow/inductor/138282 -> ciflow/inductor/138282 2025-01-24T08:10:28.1933855Z * [new tag] ciflow/inductor/138503 -> ciflow/inductor/138503 2025-01-24T08:10:28.1934674Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-01-24T08:10:28.1935529Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-01-24T08:10:28.1936458Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-01-24T08:10:28.1937482Z * [new tag] ciflow/inductor/138573 -> ciflow/inductor/138573 2025-01-24T08:10:28.1938429Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-01-24T08:10:28.1939489Z * [new tag] ciflow/inductor/138749 -> ciflow/inductor/138749 2025-01-24T08:10:28.1940366Z * [new tag] ciflow/inductor/138871 -> ciflow/inductor/138871 2025-01-24T08:10:28.1941216Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-01-24T08:10:28.1942064Z * [new tag] ciflow/inductor/138929 -> ciflow/inductor/138929 2025-01-24T08:10:28.1942913Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-01-24T08:10:28.1943755Z * [new tag] ciflow/inductor/138938 -> ciflow/inductor/138938 2025-01-24T08:10:28.1944633Z * [new tag] ciflow/inductor/138953 -> ciflow/inductor/138953 2025-01-24T08:10:28.1945475Z * [new tag] ciflow/inductor/138963 -> ciflow/inductor/138963 2025-01-24T08:10:28.1946433Z * [new tag] ciflow/inductor/138966 -> ciflow/inductor/138966 2025-01-24T08:10:28.1947429Z * [new tag] ciflow/inductor/138999 -> ciflow/inductor/138999 2025-01-24T08:10:28.1948294Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-01-24T08:10:28.1949168Z * [new tag] ciflow/inductor/139098 -> ciflow/inductor/139098 2025-01-24T08:10:28.1950013Z * [new tag] ciflow/inductor/139101 -> ciflow/inductor/139101 2025-01-24T08:10:28.1950896Z * [new tag] ciflow/inductor/139102 -> ciflow/inductor/139102 2025-01-24T08:10:28.1951742Z * [new tag] ciflow/inductor/139105 -> ciflow/inductor/139105 2025-01-24T08:10:28.1952797Z * [new tag] ciflow/inductor/139135 -> ciflow/inductor/139135 2025-01-24T08:10:28.1953798Z * [new tag] ciflow/inductor/139146 -> ciflow/inductor/139146 2025-01-24T08:10:28.1954825Z * [new tag] ciflow/inductor/139171 -> ciflow/inductor/139171 2025-01-24T08:10:28.1955709Z * [new tag] ciflow/inductor/139247 -> ciflow/inductor/139247 2025-01-24T08:10:28.1956599Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-01-24T08:10:28.1957475Z * [new tag] ciflow/inductor/139308 -> ciflow/inductor/139308 2025-01-24T08:10:28.1958346Z * [new tag] ciflow/inductor/139325 -> ciflow/inductor/139325 2025-01-24T08:10:28.1959236Z * [new tag] ciflow/inductor/139329 -> ciflow/inductor/139329 2025-01-24T08:10:28.1961759Z * [new tag] ciflow/inductor/139338 -> ciflow/inductor/139338 2025-01-24T08:10:28.1962628Z * [new tag] ciflow/inductor/139356 -> ciflow/inductor/139356 2025-01-24T08:10:28.1963503Z * [new tag] ciflow/inductor/139357 -> ciflow/inductor/139357 2025-01-24T08:10:28.1964391Z * [new tag] ciflow/inductor/139379 -> ciflow/inductor/139379 2025-01-24T08:10:28.1965250Z * [new tag] ciflow/inductor/139384 -> ciflow/inductor/139384 2025-01-24T08:10:28.1966128Z * [new tag] ciflow/inductor/139421 -> ciflow/inductor/139421 2025-01-24T08:10:28.1967128Z * [new tag] ciflow/inductor/139437 -> ciflow/inductor/139437 2025-01-24T08:10:28.1968002Z * [new tag] ciflow/inductor/139535 -> ciflow/inductor/139535 2025-01-24T08:10:28.1968890Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-01-24T08:10:28.1969745Z * [new tag] ciflow/inductor/139672 -> ciflow/inductor/139672 2025-01-24T08:10:28.1970626Z * [new tag] ciflow/inductor/139697 -> ciflow/inductor/139697 2025-01-24T08:10:28.1971507Z * [new tag] ciflow/inductor/139708 -> ciflow/inductor/139708 2025-01-24T08:10:28.1972394Z * [new tag] ciflow/inductor/139796 -> ciflow/inductor/139796 2025-01-24T08:10:28.1973304Z * [new tag] ciflow/inductor/139840 -> ciflow/inductor/139840 2025-01-24T08:10:28.1974442Z * [new tag] ciflow/inductor/139864 -> ciflow/inductor/139864 2025-01-24T08:10:28.1975268Z * [new tag] ciflow/inductor/139928 -> ciflow/inductor/139928 2025-01-24T08:10:28.1976118Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-01-24T08:10:28.1977022Z * [new tag] ciflow/inductor/139976 -> ciflow/inductor/139976 2025-01-24T08:10:28.1977876Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-01-24T08:10:28.1978776Z * [new tag] ciflow/inductor/140048 -> ciflow/inductor/140048 2025-01-24T08:10:28.1979684Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-01-24T08:10:28.1980557Z * [new tag] ciflow/inductor/140132 -> ciflow/inductor/140132 2025-01-24T08:10:28.1981597Z * [new tag] ciflow/inductor/140146 -> ciflow/inductor/140146 2025-01-24T08:10:28.1982572Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-01-24T08:10:28.1983468Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-01-24T08:10:28.1984350Z * [new tag] ciflow/inductor/140283 -> ciflow/inductor/140283 2025-01-24T08:10:28.1985262Z * [new tag] ciflow/inductor/140328 -> ciflow/inductor/140328 2025-01-24T08:10:28.1986314Z * [new tag] ciflow/inductor/140362 -> ciflow/inductor/140362 2025-01-24T08:10:28.1987256Z * [new tag] ciflow/inductor/140677 -> ciflow/inductor/140677 2025-01-24T08:10:28.1988354Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-01-24T08:10:28.1989294Z * [new tag] ciflow/inductor/140747 -> ciflow/inductor/140747 2025-01-24T08:10:28.1990162Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-01-24T08:10:28.1991165Z * [new tag] ciflow/inductor/140807 -> ciflow/inductor/140807 2025-01-24T08:10:28.1992074Z * [new tag] ciflow/inductor/140858 -> ciflow/inductor/140858 2025-01-24T08:10:28.1993111Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-01-24T08:10:28.1994006Z * [new tag] ciflow/inductor/141055 -> ciflow/inductor/141055 2025-01-24T08:10:28.1995312Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-01-24T08:10:28.1996231Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-01-24T08:10:28.1997151Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-01-24T08:10:28.1998043Z * [new tag] ciflow/inductor/141131 -> ciflow/inductor/141131 2025-01-24T08:10:28.1998968Z * [new tag] ciflow/inductor/141168 -> ciflow/inductor/141168 2025-01-24T08:10:28.1999989Z * [new tag] ciflow/inductor/141193 -> ciflow/inductor/141193 2025-01-24T08:10:28.2000950Z * [new tag] ciflow/inductor/141195 -> ciflow/inductor/141195 2025-01-24T08:10:28.2001994Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-01-24T08:10:28.2003009Z * [new tag] ciflow/inductor/141226 -> ciflow/inductor/141226 2025-01-24T08:10:28.2003938Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-01-24T08:10:28.2005014Z * [new tag] ciflow/inductor/141342 -> ciflow/inductor/141342 2025-01-24T08:10:28.2005912Z * [new tag] ciflow/inductor/141347 -> ciflow/inductor/141347 2025-01-24T08:10:28.2006825Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-01-24T08:10:28.2007742Z * [new tag] ciflow/inductor/141489 -> ciflow/inductor/141489 2025-01-24T08:10:28.2008829Z * [new tag] ciflow/inductor/141493 -> ciflow/inductor/141493 2025-01-24T08:10:28.2009635Z * [new tag] ciflow/inductor/141496 -> ciflow/inductor/141496 2025-01-24T08:10:28.2010560Z * [new tag] ciflow/inductor/141588 -> ciflow/inductor/141588 2025-01-24T08:10:28.2011459Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-01-24T08:10:28.2012391Z * [new tag] ciflow/inductor/141659 -> ciflow/inductor/141659 2025-01-24T08:10:28.2013294Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-01-24T08:10:28.2014237Z * [new tag] ciflow/inductor/141697 -> ciflow/inductor/141697 2025-01-24T08:10:28.2015179Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-01-24T08:10:28.2016111Z * [new tag] ciflow/inductor/141702 -> ciflow/inductor/141702 2025-01-24T08:10:28.2017051Z * [new tag] ciflow/inductor/141720 -> ciflow/inductor/141720 2025-01-24T08:10:28.2018176Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-01-24T08:10:28.2019220Z * [new tag] ciflow/inductor/141795 -> ciflow/inductor/141795 2025-01-24T08:10:28.2020148Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-01-24T08:10:28.2021120Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-01-24T08:10:28.2022040Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-01-24T08:10:28.2022951Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-01-24T08:10:28.2023907Z * [new tag] ciflow/inductor/141947 -> ciflow/inductor/141947 2025-01-24T08:10:28.2024908Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-01-24T08:10:28.2025867Z * [new tag] ciflow/inductor/142026 -> ciflow/inductor/142026 2025-01-24T08:10:28.2026797Z * [new tag] ciflow/inductor/142046 -> ciflow/inductor/142046 2025-01-24T08:10:28.2027760Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-01-24T08:10:28.2028695Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-01-24T08:10:28.2029631Z * [new tag] ciflow/inductor/142105 -> ciflow/inductor/142105 2025-01-24T08:10:28.2030715Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-01-24T08:10:28.2031921Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-01-24T08:10:28.2033046Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-01-24T08:10:28.2034019Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-01-24T08:10:28.2034973Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-01-24T08:10:28.2036029Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-01-24T08:10:28.2037014Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-01-24T08:10:28.2037944Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-01-24T08:10:28.2038915Z * [new tag] ciflow/inductor/142407 -> ciflow/inductor/142407 2025-01-24T08:10:28.2039924Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-01-24T08:10:28.2040886Z * [new tag] ciflow/inductor/142513 -> ciflow/inductor/142513 2025-01-24T08:10:28.2041876Z * [new tag] ciflow/inductor/142830 -> ciflow/inductor/142830 2025-01-24T08:10:28.2042838Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-01-24T08:10:28.2043897Z * [new tag] ciflow/inductor/142861 -> ciflow/inductor/142861 2025-01-24T08:10:28.2045009Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-01-24T08:10:28.2045838Z * [new tag] ciflow/inductor/143061 -> ciflow/inductor/143061 2025-01-24T08:10:28.2046809Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-01-24T08:10:28.2047721Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-01-24T08:10:28.2048707Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-01-24T08:10:28.2049816Z * [new tag] ciflow/inductor/143286 -> ciflow/inductor/143286 2025-01-24T08:10:28.2050813Z * [new tag] ciflow/inductor/143296 -> ciflow/inductor/143296 2025-01-24T08:10:28.2051746Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-01-24T08:10:28.2052694Z * [new tag] ciflow/inductor/143378 -> ciflow/inductor/143378 2025-01-24T08:10:28.2053747Z * [new tag] ciflow/inductor/143387 -> ciflow/inductor/143387 2025-01-24T08:10:28.2054735Z * [new tag] ciflow/inductor/143405 -> ciflow/inductor/143405 2025-01-24T08:10:28.2055690Z * [new tag] ciflow/inductor/143408 -> ciflow/inductor/143408 2025-01-24T08:10:28.2056676Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-01-24T08:10:28.2057646Z * [new tag] ciflow/inductor/143417 -> ciflow/inductor/143417 2025-01-24T08:10:28.2058645Z * [new tag] ciflow/inductor/143456 -> ciflow/inductor/143456 2025-01-24T08:10:28.2059648Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-01-24T08:10:28.2060839Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-01-24T08:10:28.2061889Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-01-24T08:10:28.2062953Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-01-24T08:10:28.2064001Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-01-24T08:10:28.2064995Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-01-24T08:10:28.2065975Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-01-24T08:10:28.2067115Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-01-24T08:10:28.2068070Z * [new tag] ciflow/inductor/143559 -> ciflow/inductor/143559 2025-01-24T08:10:28.2069052Z * [new tag] ciflow/inductor/143622 -> ciflow/inductor/143622 2025-01-24T08:10:28.2070060Z * [new tag] ciflow/inductor/143631 -> ciflow/inductor/143631 2025-01-24T08:10:28.2071068Z * [new tag] ciflow/inductor/143638 -> ciflow/inductor/143638 2025-01-24T08:10:28.2072055Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-01-24T08:10:28.2073037Z * [new tag] ciflow/inductor/143683 -> ciflow/inductor/143683 2025-01-24T08:10:28.2074019Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-01-24T08:10:28.2074991Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-01-24T08:10:28.2076105Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-01-24T08:10:28.2077115Z * [new tag] ciflow/inductor/143872 -> ciflow/inductor/143872 2025-01-24T08:10:28.2078115Z * [new tag] ciflow/inductor/143877 -> ciflow/inductor/143877 2025-01-24T08:10:28.2079102Z * [new tag] ciflow/inductor/143880 -> ciflow/inductor/143880 2025-01-24T08:10:28.2080164Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-01-24T08:10:28.2081286Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-01-24T08:10:28.2082457Z * [new tag] ciflow/inductor/144002 -> ciflow/inductor/144002 2025-01-24T08:10:28.2083331Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-01-24T08:10:28.2084410Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-01-24T08:10:28.2085477Z * [new tag] ciflow/inductor/144020 -> ciflow/inductor/144020 2025-01-24T08:10:28.2086459Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-01-24T08:10:28.2087437Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-01-24T08:10:28.2088449Z * [new tag] ciflow/inductor/144108 -> ciflow/inductor/144108 2025-01-24T08:10:28.2089457Z * [new tag] ciflow/inductor/144114 -> ciflow/inductor/144114 2025-01-24T08:10:28.2090460Z * [new tag] ciflow/inductor/144115 -> ciflow/inductor/144115 2025-01-24T08:10:28.2091492Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-01-24T08:10:28.2092679Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-01-24T08:10:28.2093818Z * [new tag] ciflow/inductor/144193 -> ciflow/inductor/144193 2025-01-24T08:10:28.2094947Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-01-24T08:10:28.2096085Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-01-24T08:10:28.2097092Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-01-24T08:10:28.2098738Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-01-24T08:10:28.2100105Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-01-24T08:10:28.2101197Z * [new tag] ciflow/inductor/144303 -> ciflow/inductor/144303 2025-01-24T08:10:28.2102243Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-01-24T08:10:28.2103209Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-01-24T08:10:28.2104199Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-01-24T08:10:28.2105179Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-01-24T08:10:28.2106144Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-01-24T08:10:28.2107156Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-01-24T08:10:28.2108134Z * [new tag] ciflow/inductor/144395 -> ciflow/inductor/144395 2025-01-24T08:10:28.2109104Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-01-24T08:10:28.2110102Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-01-24T08:10:28.2111105Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-01-24T08:10:28.2112125Z * [new tag] ciflow/inductor/144420 -> ciflow/inductor/144420 2025-01-24T08:10:28.2113095Z * [new tag] ciflow/inductor/144421 -> ciflow/inductor/144421 2025-01-24T08:10:28.2114163Z * [new tag] ciflow/inductor/144422 -> ciflow/inductor/144422 2025-01-24T08:10:28.2115170Z * [new tag] ciflow/inductor/144423 -> ciflow/inductor/144423 2025-01-24T08:10:28.2116199Z * [new tag] ciflow/inductor/144424 -> ciflow/inductor/144424 2025-01-24T08:10:28.2117184Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-01-24T08:10:28.2118168Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-01-24T08:10:28.2119146Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-01-24T08:10:28.2121258Z * [new tag] ciflow/inductor/144485 -> ciflow/inductor/144485 2025-01-24T08:10:28.2122231Z * [new tag] ciflow/inductor/144492 -> ciflow/inductor/144492 2025-01-24T08:10:28.2123217Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-01-24T08:10:28.2124201Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-01-24T08:10:28.2125225Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-01-24T08:10:28.2126196Z * [new tag] ciflow/inductor/144513 -> ciflow/inductor/144513 2025-01-24T08:10:28.2127190Z * [new tag] ciflow/inductor/144515 -> ciflow/inductor/144515 2025-01-24T08:10:28.2128194Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-01-24T08:10:28.2129231Z * [new tag] ciflow/inductor/144526 -> ciflow/inductor/144526 2025-01-24T08:10:28.2130227Z * [new tag] ciflow/inductor/144527 -> ciflow/inductor/144527 2025-01-24T08:10:28.2131214Z * [new tag] ciflow/inductor/144528 -> ciflow/inductor/144528 2025-01-24T08:10:28.2132229Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-01-24T08:10:28.2133278Z * [new tag] ciflow/inductor/144546 -> ciflow/inductor/144546 2025-01-24T08:10:28.2134272Z * [new tag] ciflow/inductor/144547 -> ciflow/inductor/144547 2025-01-24T08:10:28.2135270Z * [new tag] ciflow/inductor/144549 -> ciflow/inductor/144549 2025-01-24T08:10:28.2136265Z * [new tag] ciflow/inductor/144550 -> ciflow/inductor/144550 2025-01-24T08:10:28.2137267Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-01-24T08:10:28.2138279Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-01-24T08:10:28.2139286Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-01-24T08:10:28.2140271Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-01-24T08:10:28.2141350Z * [new tag] ciflow/inductor/144569 -> ciflow/inductor/144569 2025-01-24T08:10:28.2142375Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-01-24T08:10:28.2143544Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-01-24T08:10:28.2144583Z * [new tag] ciflow/inductor/144640 -> ciflow/inductor/144640 2025-01-24T08:10:28.2145701Z * [new tag] ciflow/inductor/144642 -> ciflow/inductor/144642 2025-01-24T08:10:28.2146828Z * [new tag] ciflow/inductor/144646 -> ciflow/inductor/144646 2025-01-24T08:10:28.2147833Z * [new tag] ciflow/inductor/144695 -> ciflow/inductor/144695 2025-01-24T08:10:28.2148848Z * [new tag] ciflow/inductor/144700 -> ciflow/inductor/144700 2025-01-24T08:10:28.2149904Z * [new tag] ciflow/inductor/144707 -> ciflow/inductor/144707 2025-01-24T08:10:28.2150918Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-01-24T08:10:28.2151943Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-01-24T08:10:28.2153136Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-01-24T08:10:28.2154125Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-01-24T08:10:28.2155142Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-01-24T08:10:28.2156168Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-01-24T08:10:28.2157313Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-01-24T08:10:28.2158442Z * [new tag] ciflow/inductor/144773 -> ciflow/inductor/144773 2025-01-24T08:10:28.2159636Z * [new tag] ciflow/inductor/144829 -> ciflow/inductor/144829 2025-01-24T08:10:28.2160757Z * [new tag] ciflow/inductor/144865 -> ciflow/inductor/144865 2025-01-24T08:10:28.2161969Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-01-24T08:10:28.2162948Z * [new tag] ciflow/inductor/144894 -> ciflow/inductor/144894 2025-01-24T08:10:28.2163984Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-01-24T08:10:28.2165005Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-01-24T08:10:28.2166258Z * [new tag] ciflow/inductor/144940 -> ciflow/inductor/144940 2025-01-24T08:10:28.2167299Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-01-24T08:10:28.2168410Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-01-24T08:10:28.2169454Z * [new tag] ciflow/inductor/144974 -> ciflow/inductor/144974 2025-01-24T08:10:28.2170500Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-01-24T08:10:28.2171494Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-01-24T08:10:28.2172671Z * [new tag] ciflow/inductor/144980 -> ciflow/inductor/144980 2025-01-24T08:10:28.2173672Z * [new tag] ciflow/inductor/144985 -> ciflow/inductor/144985 2025-01-24T08:10:28.2174759Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-01-24T08:10:28.2175764Z * [new tag] ciflow/inductor/144999 -> ciflow/inductor/144999 2025-01-24T08:10:28.2176810Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-01-24T08:10:28.2177915Z * [new tag] ciflow/inductor/145047 -> ciflow/inductor/145047 2025-01-24T08:10:28.2178958Z * [new tag] ciflow/inductor/145059 -> ciflow/inductor/145059 2025-01-24T08:10:28.2180028Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-01-24T08:10:28.2181125Z * [new tag] ciflow/inductor/145082 -> ciflow/inductor/145082 2025-01-24T08:10:28.2182186Z * [new tag] ciflow/inductor/145083 -> ciflow/inductor/145083 2025-01-24T08:10:28.2183222Z * [new tag] ciflow/inductor/145095 -> ciflow/inductor/145095 2025-01-24T08:10:28.2184285Z * [new tag] ciflow/inductor/145103 -> ciflow/inductor/145103 2025-01-24T08:10:28.2185344Z * [new tag] ciflow/inductor/145104 -> ciflow/inductor/145104 2025-01-24T08:10:28.2186376Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-01-24T08:10:28.2187430Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-01-24T08:10:28.2188449Z * [new tag] ciflow/inductor/145120 -> ciflow/inductor/145120 2025-01-24T08:10:28.2189525Z * [new tag] ciflow/inductor/145122 -> ciflow/inductor/145122 2025-01-24T08:10:28.2190570Z * [new tag] ciflow/inductor/145128 -> ciflow/inductor/145128 2025-01-24T08:10:28.2191791Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-01-24T08:10:28.2192843Z * [new tag] ciflow/inductor/145132 -> ciflow/inductor/145132 2025-01-24T08:10:28.2193884Z * [new tag] ciflow/inductor/145148 -> ciflow/inductor/145148 2025-01-24T08:10:28.2194929Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-01-24T08:10:28.2196159Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-01-24T08:10:28.2197205Z * [new tag] ciflow/inductor/145156 -> ciflow/inductor/145156 2025-01-24T08:10:28.2198579Z * [new tag] ciflow/inductor/145194 -> ciflow/inductor/145194 2025-01-24T08:10:28.2199494Z * [new tag] ciflow/inductor/145196 -> ciflow/inductor/145196 2025-01-24T08:10:28.2202174Z * [new tag] ciflow/inductor/145223 -> ciflow/inductor/145223 2025-01-24T08:10:28.2203262Z * [new tag] ciflow/inductor/145245 -> ciflow/inductor/145245 2025-01-24T08:10:28.2204308Z * [new tag] ciflow/inductor/145248 -> ciflow/inductor/145248 2025-01-24T08:10:28.2205366Z * [new tag] ciflow/inductor/145250 -> ciflow/inductor/145250 2025-01-24T08:10:28.2206425Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-01-24T08:10:28.2207713Z * [new tag] ciflow/inductor/145303 -> ciflow/inductor/145303 2025-01-24T08:10:28.2208778Z * [new tag] ciflow/inductor/145307 -> ciflow/inductor/145307 2025-01-24T08:10:28.2209843Z * [new tag] ciflow/inductor/145321 -> ciflow/inductor/145321 2025-01-24T08:10:28.2211020Z * [new tag] ciflow/inductor/145323 -> ciflow/inductor/145323 2025-01-24T08:10:28.2212077Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-01-24T08:10:28.2213148Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-01-24T08:10:28.2214234Z * [new tag] ciflow/inductor/145354 -> ciflow/inductor/145354 2025-01-24T08:10:28.2215296Z * [new tag] ciflow/inductor/145373 -> ciflow/inductor/145373 2025-01-24T08:10:28.2216356Z * [new tag] ciflow/inductor/145375 -> ciflow/inductor/145375 2025-01-24T08:10:28.2217582Z * [new tag] ciflow/inductor/145381 -> ciflow/inductor/145381 2025-01-24T08:10:28.2218653Z * [new tag] ciflow/inductor/145400 -> ciflow/inductor/145400 2025-01-24T08:10:28.2219722Z * [new tag] ciflow/inductor/145403 -> ciflow/inductor/145403 2025-01-24T08:10:28.2220806Z * [new tag] ciflow/inductor/145407 -> ciflow/inductor/145407 2025-01-24T08:10:28.2221887Z * [new tag] ciflow/inductor/145415 -> ciflow/inductor/145415 2025-01-24T08:10:28.2223008Z * [new tag] ciflow/inductor/145422 -> ciflow/inductor/145422 2025-01-24T08:10:28.2224130Z * [new tag] ciflow/inductor/145426 -> ciflow/inductor/145426 2025-01-24T08:10:28.2225310Z * [new tag] ciflow/inductor/145427 -> ciflow/inductor/145427 2025-01-24T08:10:28.2226383Z * [new tag] ciflow/inductor/145429 -> ciflow/inductor/145429 2025-01-24T08:10:28.2227488Z * [new tag] ciflow/inductor/145431 -> ciflow/inductor/145431 2025-01-24T08:10:28.2228540Z * [new tag] ciflow/inductor/145435 -> ciflow/inductor/145435 2025-01-24T08:10:28.2229606Z * [new tag] ciflow/inductor/145448 -> ciflow/inductor/145448 2025-01-24T08:10:28.2230676Z * [new tag] ciflow/inductor/145455 -> ciflow/inductor/145455 2025-01-24T08:10:28.2231915Z * [new tag] ciflow/inductor/145459 -> ciflow/inductor/145459 2025-01-24T08:10:28.2232975Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-01-24T08:10:28.2234063Z * [new tag] ciflow/inductor/145479 -> ciflow/inductor/145479 2025-01-24T08:10:28.2235165Z * [new tag] ciflow/inductor/145490 -> ciflow/inductor/145490 2025-01-24T08:10:28.2236257Z * [new tag] ciflow/inductor/145509 -> ciflow/inductor/145509 2025-01-24T08:10:28.2237329Z * [new tag] ciflow/inductor/145515 -> ciflow/inductor/145515 2025-01-24T08:10:28.2238452Z * [new tag] ciflow/inductor/145518 -> ciflow/inductor/145518 2025-01-24T08:10:28.2239598Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-01-24T08:10:28.2240914Z * [new tag] ciflow/inductor/145527 -> ciflow/inductor/145527 2025-01-24T08:10:28.2241840Z * [new tag] ciflow/inductor/145532 -> ciflow/inductor/145532 2025-01-24T08:10:28.2242916Z * [new tag] ciflow/inductor/145533 -> ciflow/inductor/145533 2025-01-24T08:10:28.2244017Z * [new tag] ciflow/inductor/145537 -> ciflow/inductor/145537 2025-01-24T08:10:28.2245190Z * [new tag] ciflow/inductor/145538 -> ciflow/inductor/145538 2025-01-24T08:10:28.2266733Z * [new tag] ciflow/inductor/145539 -> ciflow/inductor/145539 2025-01-24T08:10:28.2267204Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-01-24T08:10:28.2267422Z * [new tag] ciflow/inductor/145542 -> ciflow/inductor/145542 2025-01-24T08:10:28.2267642Z * [new tag] ciflow/inductor/145546 -> ciflow/inductor/145546 2025-01-24T08:10:28.2267846Z * [new tag] ciflow/inductor/145547 -> ciflow/inductor/145547 2025-01-24T08:10:28.2268037Z * [new tag] ciflow/inductor/145548 -> ciflow/inductor/145548 2025-01-24T08:10:28.2268232Z * [new tag] ciflow/inductor/145549 -> ciflow/inductor/145549 2025-01-24T08:10:28.2268676Z * [new tag] ciflow/inductor/145551 -> ciflow/inductor/145551 2025-01-24T08:10:28.2268879Z * [new tag] ciflow/inductor/145552 -> ciflow/inductor/145552 2025-01-24T08:10:28.2269065Z * [new tag] ciflow/inductor/145553 -> ciflow/inductor/145553 2025-01-24T08:10:28.2269252Z * [new tag] ciflow/inductor/145554 -> ciflow/inductor/145554 2025-01-24T08:10:28.2269450Z * [new tag] ciflow/inductor/145558 -> ciflow/inductor/145558 2025-01-24T08:10:28.2269630Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-01-24T08:10:28.2269818Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-01-24T08:10:28.2270012Z * [new tag] ciflow/inductor/145565 -> ciflow/inductor/145565 2025-01-24T08:10:28.2270199Z * [new tag] ciflow/inductor/145569 -> ciflow/inductor/145569 2025-01-24T08:10:28.2270391Z * [new tag] ciflow/inductor/145572 -> ciflow/inductor/145572 2025-01-24T08:10:28.2270581Z * [new tag] ciflow/inductor/145573 -> ciflow/inductor/145573 2025-01-24T08:10:28.2270765Z * [new tag] ciflow/inductor/145575 -> ciflow/inductor/145575 2025-01-24T08:10:28.2270976Z * [new tag] ciflow/inductor/145576 -> ciflow/inductor/145576 2025-01-24T08:10:28.2271159Z * [new tag] ciflow/inductor/145577 -> ciflow/inductor/145577 2025-01-24T08:10:28.2271350Z * [new tag] ciflow/inductor/145579 -> ciflow/inductor/145579 2025-01-24T08:10:28.2271543Z * [new tag] ciflow/inductor/145583 -> ciflow/inductor/145583 2025-01-24T08:10:28.2271851Z * [new tag] ciflow/inductor/145590 -> ciflow/inductor/145590 2025-01-24T08:10:28.2273039Z * [new tag] ciflow/inductor/145593 -> ciflow/inductor/145593 2025-01-24T08:10:28.2274031Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-01-24T08:10:28.2275155Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-01-24T08:10:28.2276441Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-01-24T08:10:28.2277695Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-01-24T08:10:28.2278897Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-01-24T08:10:28.2280190Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-01-24T08:10:28.2281669Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-01-24T08:10:28.2282762Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-01-24T08:10:28.2283773Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-01-24T08:10:28.2284533Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-01-24T08:10:28.2285313Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-01-24T08:10:28.2286053Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-01-24T08:10:28.2286806Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-01-24T08:10:28.2287560Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-01-24T08:10:28.2288326Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-01-24T08:10:28.2289084Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-01-24T08:10:28.2289852Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-01-24T08:10:28.2290619Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-01-24T08:10:28.2291539Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-01-24T08:10:28.2292299Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-01-24T08:10:28.2293059Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-01-24T08:10:28.2293837Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-01-24T08:10:28.2294588Z * [new tag] ciflow/linux-aarch64/137562 -> ciflow/linux-aarch64/137562 2025-01-24T08:10:28.2295357Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-01-24T08:10:28.2296116Z * [new tag] ciflow/linux-aarch64/137995 -> ciflow/linux-aarch64/137995 2025-01-24T08:10:28.2297059Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-01-24T08:10:28.2297814Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-01-24T08:10:28.2298591Z * [new tag] ciflow/linux-aarch64/139243 -> ciflow/linux-aarch64/139243 2025-01-24T08:10:28.2299356Z * [new tag] ciflow/linux-aarch64/139973 -> ciflow/linux-aarch64/139973 2025-01-24T08:10:28.2300235Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-01-24T08:10:28.2300970Z * [new tag] ciflow/linux-aarch64/140362 -> ciflow/linux-aarch64/140362 2025-01-24T08:10:28.2301760Z * [new tag] ciflow/linux-aarch64/142501 -> ciflow/linux-aarch64/142501 2025-01-24T08:10:28.2302532Z * [new tag] ciflow/linux-aarch64/142760 -> ciflow/linux-aarch64/142760 2025-01-24T08:10:28.2303454Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-01-24T08:10:28.2304631Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-01-24T08:10:28.2305428Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-01-24T08:10:28.2306169Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-01-24T08:10:28.2306961Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-01-24T08:10:28.2307683Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-01-24T08:10:28.2308425Z * [new tag] ciflow/mps/137562 -> ciflow/mps/137562 2025-01-24T08:10:28.2309426Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-01-24T08:10:28.2310217Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-01-24T08:10:28.2311060Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-01-24T08:10:28.2311882Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-01-24T08:10:28.2312938Z * [new tag] ciflow/mps/140371 -> ciflow/mps/140371 2025-01-24T08:10:28.2314095Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-01-24T08:10:28.2314843Z * [new tag] ciflow/mps/140869 -> ciflow/mps/140869 2025-01-24T08:10:28.2315623Z * [new tag] ciflow/mps/141795 -> ciflow/mps/141795 2025-01-24T08:10:28.2316661Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-01-24T08:10:28.2317595Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-01-24T08:10:28.2318373Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-01-24T08:10:28.2319155Z * [new tag] ciflow/mps/143656 -> ciflow/mps/143656 2025-01-24T08:10:28.2319998Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-01-24T08:10:28.2320774Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-01-24T08:10:28.2321531Z * [new tag] ciflow/mps/144193 -> ciflow/mps/144193 2025-01-24T08:10:28.2322347Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-01-24T08:10:28.2323115Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-01-24T08:10:28.2323882Z * [new tag] ciflow/mps/145512 -> ciflow/mps/145512 2025-01-24T08:10:28.2324657Z * [new tag] ciflow/mps/145526 -> ciflow/mps/145526 2025-01-24T08:10:28.2325419Z * [new tag] ciflow/mps/145533 -> ciflow/mps/145533 2025-01-24T08:10:28.2326318Z * [new tag] ciflow/mps/145568 -> ciflow/mps/145568 2025-01-24T08:10:28.2327096Z * [new tag] ciflow/mps/145581 -> ciflow/mps/145581 2025-01-24T08:10:28.2328362Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-01-24T08:10:28.2329321Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-01-24T08:10:28.2330195Z * [new tag] ciflow/periodic/131296 -> ciflow/periodic/131296 2025-01-24T08:10:28.2330971Z * [new tag] ciflow/periodic/131493 -> ciflow/periodic/131493 2025-01-24T08:10:28.2331733Z * [new tag] ciflow/periodic/132742 -> ciflow/periodic/132742 2025-01-24T08:10:28.2332497Z * [new tag] ciflow/periodic/132755 -> ciflow/periodic/132755 2025-01-24T08:10:28.2333487Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-01-24T08:10:28.2334270Z * [new tag] ciflow/periodic/138503 -> ciflow/periodic/138503 2025-01-24T08:10:28.2335003Z * [new tag] ciflow/periodic/138573 -> ciflow/periodic/138573 2025-01-24T08:10:28.2335872Z * [new tag] ciflow/periodic/139225 -> ciflow/periodic/139225 2025-01-24T08:10:28.2336640Z * [new tag] ciflow/periodic/139576 -> ciflow/periodic/139576 2025-01-24T08:10:28.2337490Z * [new tag] ciflow/periodic/140293 -> ciflow/periodic/140293 2025-01-24T08:10:28.2338293Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-01-24T08:10:28.2339040Z * [new tag] ciflow/periodic/141168 -> ciflow/periodic/141168 2025-01-24T08:10:28.2339796Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-01-24T08:10:28.2340565Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-01-24T08:10:28.2341337Z * [new tag] ciflow/periodic/141588 -> ciflow/periodic/141588 2025-01-24T08:10:28.2342112Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-01-24T08:10:28.2343003Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-01-24T08:10:28.2343606Z * [new tag] ciflow/periodic/143806 -> ciflow/periodic/143806 2025-01-24T08:10:28.2344524Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-01-24T08:10:28.2345279Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-01-24T08:10:28.2346061Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-01-24T08:10:28.2346937Z * [new tag] ciflow/periodic/145416 -> ciflow/periodic/145416 2025-01-24T08:10:28.2347710Z * [new tag] ciflow/periodic/145504 -> ciflow/periodic/145504 2025-01-24T08:10:28.2348642Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-01-24T08:10:28.2349544Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-01-24T08:10:28.2350436Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-01-24T08:10:28.2351477Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-01-24T08:10:28.2352577Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-01-24T08:10:28.2353884Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-01-24T08:10:28.2354815Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-01-24T08:10:28.2355710Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-01-24T08:10:28.2356678Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-01-24T08:10:28.2357775Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-01-24T08:10:28.2358811Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-01-24T08:10:28.2361345Z * [new tag] ciflow/rocm/121885 -> ciflow/rocm/121885 2025-01-24T08:10:28.2362303Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-01-24T08:10:28.2363066Z * [new tag] ciflow/rocm/129409 -> ciflow/rocm/129409 2025-01-24T08:10:28.2363792Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-01-24T08:10:28.2364756Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-01-24T08:10:28.2365621Z * [new tag] ciflow/rocm/138964 -> ciflow/rocm/138964 2025-01-24T08:10:28.2366384Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-01-24T08:10:28.2367222Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-01-24T08:10:28.2367986Z * [new tag] ciflow/rocm/140261 -> ciflow/rocm/140261 2025-01-24T08:10:28.2368761Z * [new tag] ciflow/rocm/140293 -> ciflow/rocm/140293 2025-01-24T08:10:28.2369544Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-01-24T08:10:28.2370274Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-01-24T08:10:28.2371028Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-01-24T08:10:28.2371805Z * [new tag] ciflow/rocm/142408 -> ciflow/rocm/142408 2025-01-24T08:10:28.2372566Z * [new tag] ciflow/rocm/143286 -> ciflow/rocm/143286 2025-01-24T08:10:28.2373320Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-01-24T08:10:28.2374160Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-01-24T08:10:28.2374943Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-01-24T08:10:28.2376026Z * [new tag] ciflow/rocm/144441 -> ciflow/rocm/144441 2025-01-24T08:10:28.2376718Z * [new tag] ciflow/rocm/144476 -> ciflow/rocm/144476 2025-01-24T08:10:28.2377634Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-01-24T08:10:28.2378436Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-01-24T08:10:28.2379219Z * [new tag] ciflow/rocm/144865 -> ciflow/rocm/144865 2025-01-24T08:10:28.2380082Z * [new tag] ciflow/rocm/144942 -> ciflow/rocm/144942 2025-01-24T08:10:28.2380844Z * [new tag] ciflow/rocm/144985 -> ciflow/rocm/144985 2025-01-24T08:10:28.2381621Z * [new tag] ciflow/rocm/145083 -> ciflow/rocm/145083 2025-01-24T08:10:28.2382421Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-01-24T08:10:28.2383275Z * [new tag] ciflow/rocm/145227 -> ciflow/rocm/145227 2025-01-24T08:10:28.2384206Z * [new tag] ciflow/rocm/145294 -> ciflow/rocm/145294 2025-01-24T08:10:28.2384958Z * [new tag] ciflow/rocm/145416 -> ciflow/rocm/145416 2025-01-24T08:10:28.2385786Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-01-24T08:10:28.2386484Z * [new tag] ciflow/rocm/145490 -> ciflow/rocm/145490 2025-01-24T08:10:28.2387320Z * [new tag] ciflow/rocm/145504 -> ciflow/rocm/145504 2025-01-24T08:10:28.2388117Z * [new tag] ciflow/rocm/145518 -> ciflow/rocm/145518 2025-01-24T08:10:28.2389114Z * [new tag] ciflow/s390/137995 -> ciflow/s390/137995 2025-01-24T08:10:28.2389953Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-01-24T08:10:28.2390712Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-01-24T08:10:28.2391940Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-01-24T08:10:28.2392829Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-01-24T08:10:28.2393992Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-01-24T08:10:28.2394666Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-01-24T08:10:28.2395401Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-01-24T08:10:28.2396154Z * [new tag] ciflow/slow/141588 -> ciflow/slow/141588 2025-01-24T08:10:28.2396888Z * [new tag] ciflow/slow/144865 -> ciflow/slow/144865 2025-01-24T08:10:28.2397644Z * [new tag] ciflow/slow/145206 -> ciflow/slow/145206 2025-01-24T08:10:28.2398554Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-01-24T08:10:28.2399638Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-01-24T08:10:28.2400557Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-01-24T08:10:28.2401545Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-01-24T08:10:28.2402430Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-01-24T08:10:28.2403327Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-01-24T08:10:28.2404173Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-01-24T08:10:28.2405096Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-01-24T08:10:28.2406343Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-01-24T08:10:28.2407013Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-01-24T08:10:28.2408070Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-01-24T08:10:28.2408831Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-01-24T08:10:28.2409738Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-01-24T08:10:28.2410639Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-01-24T08:10:28.2411933Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-01-24T08:10:28.2412723Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-01-24T08:10:28.2413511Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-01-24T08:10:28.2414243Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-01-24T08:10:28.2414986Z * [new tag] ciflow/trunk/115749 -> ciflow/trunk/115749 2025-01-24T08:10:28.2415757Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-01-24T08:10:28.2416504Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-01-24T08:10:28.2417244Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-01-24T08:10:28.2417952Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-01-24T08:10:28.2418746Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-01-24T08:10:28.2419512Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-01-24T08:10:28.2420258Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-01-24T08:10:28.2421026Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-01-24T08:10:28.2421793Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-01-24T08:10:28.2422580Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-01-24T08:10:28.2423313Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-01-24T08:10:28.2424296Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-01-24T08:10:28.2425197Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-01-24T08:10:28.2426156Z * [new tag] ciflow/trunk/127370 -> ciflow/trunk/127370 2025-01-24T08:10:28.2426992Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-01-24T08:10:28.2427773Z * [new tag] ciflow/trunk/128672 -> ciflow/trunk/128672 2025-01-24T08:10:28.2428517Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-01-24T08:10:28.2429314Z * [new tag] ciflow/trunk/129409 -> ciflow/trunk/129409 2025-01-24T08:10:28.2430067Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-01-24T08:10:28.2430850Z * [new tag] ciflow/trunk/130140 -> ciflow/trunk/130140 2025-01-24T08:10:28.2431698Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-01-24T08:10:28.2432527Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-01-24T08:10:28.2433294Z * [new tag] ciflow/trunk/131296 -> ciflow/trunk/131296 2025-01-24T08:10:28.2434091Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-01-24T08:10:28.2434855Z * [new tag] ciflow/trunk/131481 -> ciflow/trunk/131481 2025-01-24T08:10:28.2435662Z * [new tag] ciflow/trunk/131493 -> ciflow/trunk/131493 2025-01-24T08:10:28.2436424Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-01-24T08:10:28.2437201Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-01-24T08:10:28.2438103Z * [new tag] ciflow/trunk/132742 -> ciflow/trunk/132742 2025-01-24T08:10:28.2438780Z * [new tag] ciflow/trunk/132755 -> ciflow/trunk/132755 2025-01-24T08:10:28.2439594Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-01-24T08:10:28.2440521Z * [new tag] ciflow/trunk/133222 -> ciflow/trunk/133222 2025-01-24T08:10:28.2441325Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-01-24T08:10:28.2442096Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-01-24T08:10:28.2442885Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-01-24T08:10:28.2443651Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-01-24T08:10:28.2444437Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-01-24T08:10:28.2445240Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-01-24T08:10:28.2447205Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-01-24T08:10:28.2447325Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-01-24T08:10:28.2448833Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-01-24T08:10:28.2449248Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-01-24T08:10:28.2449565Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-01-24T08:10:28.2450581Z * [new tag] ciflow/trunk/134667 -> ciflow/trunk/134667 2025-01-24T08:10:28.2451357Z * [new tag] ciflow/trunk/134969 -> ciflow/trunk/134969 2025-01-24T08:10:28.2452157Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-01-24T08:10:28.2453022Z * [new tag] ciflow/trunk/135189 -> ciflow/trunk/135189 2025-01-24T08:10:28.2453780Z * [new tag] ciflow/trunk/135337 -> ciflow/trunk/135337 2025-01-24T08:10:28.2454673Z * [new tag] ciflow/trunk/135338 -> ciflow/trunk/135338 2025-01-24T08:10:28.2455483Z * [new tag] ciflow/trunk/135465 -> ciflow/trunk/135465 2025-01-24T08:10:28.2456396Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-01-24T08:10:28.2457177Z * [new tag] ciflow/trunk/135719 -> ciflow/trunk/135719 2025-01-24T08:10:28.2458111Z * [new tag] ciflow/trunk/136241 -> ciflow/trunk/136241 2025-01-24T08:10:28.2459043Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-01-24T08:10:28.2460029Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-01-24T08:10:28.2460925Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-01-24T08:10:28.2461749Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-01-24T08:10:28.2462541Z * [new tag] ciflow/trunk/137570 -> ciflow/trunk/137570 2025-01-24T08:10:28.2463454Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-01-24T08:10:28.2464238Z * [new tag] ciflow/trunk/137726 -> ciflow/trunk/137726 2025-01-24T08:10:28.2465043Z * [new tag] ciflow/trunk/137822 -> ciflow/trunk/137822 2025-01-24T08:10:28.2465867Z * [new tag] ciflow/trunk/137921 -> ciflow/trunk/137921 2025-01-24T08:10:28.2466705Z * [new tag] ciflow/trunk/138175 -> ciflow/trunk/138175 2025-01-24T08:10:28.2467524Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-01-24T08:10:28.2468520Z * [new tag] ciflow/trunk/138618 -> ciflow/trunk/138618 2025-01-24T08:10:28.2469485Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-01-24T08:10:28.2470323Z * [new tag] ciflow/trunk/138628 -> ciflow/trunk/138628 2025-01-24T08:10:28.2471271Z * [new tag] ciflow/trunk/138672 -> ciflow/trunk/138672 2025-01-24T08:10:28.2472196Z * [new tag] ciflow/trunk/138684 -> ciflow/trunk/138684 2025-01-24T08:10:28.2473024Z * [new tag] ciflow/trunk/138749 -> ciflow/trunk/138749 2025-01-24T08:10:28.2473885Z * [new tag] ciflow/trunk/138871 -> ciflow/trunk/138871 2025-01-24T08:10:28.2474679Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-01-24T08:10:28.2475510Z * [new tag] ciflow/trunk/138923 -> ciflow/trunk/138923 2025-01-24T08:10:28.2476361Z * [new tag] ciflow/trunk/138938 -> ciflow/trunk/138938 2025-01-24T08:10:28.2477173Z * [new tag] ciflow/trunk/138964 -> ciflow/trunk/138964 2025-01-24T08:10:28.2478025Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-01-24T08:10:28.2478848Z * [new tag] ciflow/trunk/138998 -> ciflow/trunk/138998 2025-01-24T08:10:28.2479750Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-01-24T08:10:28.2480659Z * [new tag] ciflow/trunk/139135 -> ciflow/trunk/139135 2025-01-24T08:10:28.2481476Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-01-24T08:10:28.2482418Z * [new tag] ciflow/trunk/139217 -> ciflow/trunk/139217 2025-01-24T08:10:28.2483246Z * [new tag] ciflow/trunk/139219 -> ciflow/trunk/139219 2025-01-24T08:10:28.2484102Z * [new tag] ciflow/trunk/139225 -> ciflow/trunk/139225 2025-01-24T08:10:28.2484935Z * [new tag] ciflow/trunk/139308 -> ciflow/trunk/139308 2025-01-24T08:10:28.2485768Z * [new tag] ciflow/trunk/139338 -> ciflow/trunk/139338 2025-01-24T08:10:28.2486707Z * [new tag] ciflow/trunk/139380 -> ciflow/trunk/139380 2025-01-24T08:10:28.2487586Z * [new tag] ciflow/trunk/139426 -> ciflow/trunk/139426 2025-01-24T08:10:28.2488438Z * [new tag] ciflow/trunk/139535 -> ciflow/trunk/139535 2025-01-24T08:10:28.2489299Z * [new tag] ciflow/trunk/139576 -> ciflow/trunk/139576 2025-01-24T08:10:28.2490353Z * [new tag] ciflow/trunk/139750 -> ciflow/trunk/139750 2025-01-24T08:10:28.2491183Z * [new tag] ciflow/trunk/139796 -> ciflow/trunk/139796 2025-01-24T08:10:28.2492025Z * [new tag] ciflow/trunk/139820 -> ciflow/trunk/139820 2025-01-24T08:10:28.2492874Z * [new tag] ciflow/trunk/139864 -> ciflow/trunk/139864 2025-01-24T08:10:28.2493717Z * [new tag] ciflow/trunk/139919 -> ciflow/trunk/139919 2025-01-24T08:10:28.2494687Z * [new tag] ciflow/trunk/139932 -> ciflow/trunk/139932 2025-01-24T08:10:28.2495665Z * [new tag] ciflow/trunk/139966 -> ciflow/trunk/139966 2025-01-24T08:10:28.2496523Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-01-24T08:10:28.2497453Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-01-24T08:10:28.2498303Z * [new tag] ciflow/trunk/139976 -> ciflow/trunk/139976 2025-01-24T08:10:28.2499142Z * [new tag] ciflow/trunk/139985 -> ciflow/trunk/139985 2025-01-24T08:10:28.2500075Z * [new tag] ciflow/trunk/140061 -> ciflow/trunk/140061 2025-01-24T08:10:28.2500956Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-01-24T08:10:28.2501818Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-01-24T08:10:28.2502911Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-01-24T08:10:28.2503640Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-01-24T08:10:28.2505646Z * [new tag] ciflow/trunk/140256 -> ciflow/trunk/140256 2025-01-24T08:10:28.2506518Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-01-24T08:10:28.2507402Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-01-24T08:10:28.2508245Z * [new tag] ciflow/trunk/140362 -> ciflow/trunk/140362 2025-01-24T08:10:28.2509120Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-01-24T08:10:28.2510109Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-01-24T08:10:28.2510976Z * [new tag] ciflow/trunk/140677 -> ciflow/trunk/140677 2025-01-24T08:10:28.2511979Z * [new tag] ciflow/trunk/140734 -> ciflow/trunk/140734 2025-01-24T08:10:28.2512842Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-01-24T08:10:28.2513839Z * [new tag] ciflow/trunk/140836 -> ciflow/trunk/140836 2025-01-24T08:10:28.2514987Z * [new tag] ciflow/trunk/140868 -> ciflow/trunk/140868 2025-01-24T08:10:28.2515895Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-01-24T08:10:28.2516765Z * [new tag] ciflow/trunk/141002 -> ciflow/trunk/141002 2025-01-24T08:10:28.2517858Z * [new tag] ciflow/trunk/141038 -> ciflow/trunk/141038 2025-01-24T08:10:28.2518739Z * [new tag] ciflow/trunk/141131 -> ciflow/trunk/141131 2025-01-24T08:10:28.2519664Z * [new tag] ciflow/trunk/141168 -> ciflow/trunk/141168 2025-01-24T08:10:28.2521294Z * [new tag] ciflow/trunk/141195 -> ciflow/trunk/141195 2025-01-24T08:10:28.2522204Z * [new tag] ciflow/trunk/141226 -> ciflow/trunk/141226 2025-01-24T08:10:28.2523225Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-01-24T08:10:28.2524101Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-01-24T08:10:28.2525098Z * [new tag] ciflow/trunk/141468 -> ciflow/trunk/141468 2025-01-24T08:10:28.2525966Z * [new tag] ciflow/trunk/141489 -> ciflow/trunk/141489 2025-01-24T08:10:28.2526850Z * [new tag] ciflow/trunk/141503 -> ciflow/trunk/141503 2025-01-24T08:10:28.2527990Z * [new tag] ciflow/trunk/141508 -> ciflow/trunk/141508 2025-01-24T08:10:28.2528995Z * [new tag] ciflow/trunk/141530 -> ciflow/trunk/141530 2025-01-24T08:10:28.2529873Z * [new tag] ciflow/trunk/141588 -> ciflow/trunk/141588 2025-01-24T08:10:28.2530749Z * [new tag] ciflow/trunk/141697 -> ciflow/trunk/141697 2025-01-24T08:10:28.2531640Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-01-24T08:10:28.2532744Z * [new tag] ciflow/trunk/141791 -> ciflow/trunk/141791 2025-01-24T08:10:28.2533753Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-01-24T08:10:28.2534633Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-01-24T08:10:28.2535614Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-01-24T08:10:28.2536492Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-01-24T08:10:28.2537626Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-01-24T08:10:28.2538663Z * [new tag] ciflow/trunk/141959 -> ciflow/trunk/141959 2025-01-24T08:10:28.2539566Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-01-24T08:10:28.2540694Z * [new tag] ciflow/trunk/142067 -> ciflow/trunk/142067 2025-01-24T08:10:28.2541469Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-01-24T08:10:28.2542335Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-01-24T08:10:28.2543366Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-01-24T08:10:28.2544263Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-01-24T08:10:28.2545255Z * [new tag] ciflow/trunk/142263 -> ciflow/trunk/142263 2025-01-24T08:10:28.2546153Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-01-24T08:10:28.2547055Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-01-24T08:10:28.2547977Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-01-24T08:10:28.2548912Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-01-24T08:10:28.2549821Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-01-24T08:10:28.2550738Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-01-24T08:10:28.2551862Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-01-24T08:10:28.2552846Z * [new tag] ciflow/trunk/142848 -> ciflow/trunk/142848 2025-01-24T08:10:28.2553767Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-01-24T08:10:28.2554676Z * [new tag] ciflow/trunk/142861 -> ciflow/trunk/142861 2025-01-24T08:10:28.2555712Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-01-24T08:10:28.2556622Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-01-24T08:10:28.2557825Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-01-24T08:10:28.2558774Z * [new tag] ciflow/trunk/143168 -> ciflow/trunk/143168 2025-01-24T08:10:28.2559748Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-01-24T08:10:28.2560852Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-01-24T08:10:28.2561763Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-01-24T08:10:28.2562697Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-01-24T08:10:28.2563804Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-01-24T08:10:28.2564733Z * [new tag] ciflow/trunk/143360 -> ciflow/trunk/143360 2025-01-24T08:10:28.2565637Z * [new tag] ciflow/trunk/143378 -> ciflow/trunk/143378 2025-01-24T08:10:28.2566796Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-01-24T08:10:28.2567819Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-01-24T08:10:28.2568693Z * [new tag] ciflow/trunk/143417 -> ciflow/trunk/143417 2025-01-24T08:10:28.2569766Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-01-24T08:10:28.2570778Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-01-24T08:10:28.2571711Z * [new tag] ciflow/trunk/143622 -> ciflow/trunk/143622 2025-01-24T08:10:28.2572666Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-01-24T08:10:28.2573604Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-01-24T08:10:28.2574527Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-01-24T08:10:28.2575591Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-01-24T08:10:28.2576769Z * [new tag] ciflow/trunk/143806 -> ciflow/trunk/143806 2025-01-24T08:10:28.2577574Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-01-24T08:10:28.2578627Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-01-24T08:10:28.2579582Z * [new tag] ciflow/trunk/143879 -> ciflow/trunk/143879 2025-01-24T08:10:28.2580513Z * [new tag] ciflow/trunk/143880 -> ciflow/trunk/143880 2025-01-24T08:10:28.2581620Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-01-24T08:10:28.2582570Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-01-24T08:10:28.2583540Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-01-24T08:10:28.2584451Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-01-24T08:10:28.2585401Z * [new tag] ciflow/trunk/144011 -> ciflow/trunk/144011 2025-01-24T08:10:28.2586349Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-01-24T08:10:28.2587390Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-01-24T08:10:28.2588360Z * [new tag] ciflow/trunk/144020 -> ciflow/trunk/144020 2025-01-24T08:10:28.2589346Z * [new tag] ciflow/trunk/144046 -> ciflow/trunk/144046 2025-01-24T08:10:28.2590304Z * [new tag] ciflow/trunk/144115 -> ciflow/trunk/144115 2025-01-24T08:10:28.2591279Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-01-24T08:10:28.2592305Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-01-24T08:10:28.2593263Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-01-24T08:10:28.2594330Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-01-24T08:10:28.2595469Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-01-24T08:10:28.2596432Z * [new tag] ciflow/trunk/144341 -> ciflow/trunk/144341 2025-01-24T08:10:28.2597511Z * [new tag] ciflow/trunk/144354 -> ciflow/trunk/144354 2025-01-24T08:10:28.2598473Z * [new tag] ciflow/trunk/144368 -> ciflow/trunk/144368 2025-01-24T08:10:28.2599475Z * [new tag] ciflow/trunk/144378 -> ciflow/trunk/144378 2025-01-24T08:10:28.2600589Z * [new tag] ciflow/trunk/144441 -> ciflow/trunk/144441 2025-01-24T08:10:28.2601569Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-01-24T08:10:28.2602620Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-01-24T08:10:28.2603582Z * [new tag] ciflow/trunk/144485 -> ciflow/trunk/144485 2025-01-24T08:10:28.2604556Z * [new tag] ciflow/trunk/144492 -> ciflow/trunk/144492 2025-01-24T08:10:28.2605529Z * [new tag] ciflow/trunk/144498 -> ciflow/trunk/144498 2025-01-24T08:10:28.2606743Z * [new tag] ciflow/trunk/144508 -> ciflow/trunk/144508 2025-01-24T08:10:28.2607709Z * [new tag] ciflow/trunk/144513 -> ciflow/trunk/144513 2025-01-24T08:10:28.2608838Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-01-24T08:10:28.2609982Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-01-24T08:10:28.2610967Z * [new tag] ciflow/trunk/144642 -> ciflow/trunk/144642 2025-01-24T08:10:28.2612107Z * [new tag] ciflow/trunk/144644 -> ciflow/trunk/144644 2025-01-24T08:10:28.2613110Z * [new tag] ciflow/trunk/144646 -> ciflow/trunk/144646 2025-01-24T08:10:28.2614098Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-01-24T08:10:28.2615215Z * [new tag] ciflow/trunk/144695 -> ciflow/trunk/144695 2025-01-24T08:10:28.2616162Z * [new tag] ciflow/trunk/144700 -> ciflow/trunk/144700 2025-01-24T08:10:28.2617139Z * [new tag] ciflow/trunk/144707 -> ciflow/trunk/144707 2025-01-24T08:10:28.2618233Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-01-24T08:10:28.2619251Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-01-24T08:10:28.2620224Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-01-24T08:10:28.2621319Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-01-24T08:10:28.2622298Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-01-24T08:10:28.2623292Z * [new tag] ciflow/trunk/144773 -> ciflow/trunk/144773 2025-01-24T08:10:28.2624262Z * [new tag] ciflow/trunk/144829 -> ciflow/trunk/144829 2025-01-24T08:10:28.2625271Z * [new tag] ciflow/trunk/144865 -> ciflow/trunk/144865 2025-01-24T08:10:28.2626255Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-01-24T08:10:28.2627230Z * [new tag] ciflow/trunk/144894 -> ciflow/trunk/144894 2025-01-24T08:10:28.2628261Z * [new tag] ciflow/trunk/144940 -> ciflow/trunk/144940 2025-01-24T08:10:28.2629237Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-01-24T08:10:28.2630323Z * [new tag] ciflow/trunk/144956 -> ciflow/trunk/144956 2025-01-24T08:10:28.2631316Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-01-24T08:10:28.2632305Z * [new tag] ciflow/trunk/144985 -> ciflow/trunk/144985 2025-01-24T08:10:28.2633535Z * [new tag] ciflow/trunk/144994 -> ciflow/trunk/144994 2025-01-24T08:10:28.2634538Z * [new tag] ciflow/trunk/144999 -> ciflow/trunk/144999 2025-01-24T08:10:28.2635646Z * [new tag] ciflow/trunk/145031 -> ciflow/trunk/145031 2025-01-24T08:10:28.2636653Z * [new tag] ciflow/trunk/145047 -> ciflow/trunk/145047 2025-01-24T08:10:28.2637633Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-01-24T08:10:28.2638643Z * [new tag] ciflow/trunk/145083 -> ciflow/trunk/145083 2025-01-24T08:10:28.2639690Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-01-24T08:10:28.2640747Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-01-24T08:10:28.2641741Z * [new tag] ciflow/trunk/145120 -> ciflow/trunk/145120 2025-01-24T08:10:28.2642741Z * [new tag] ciflow/trunk/145128 -> ciflow/trunk/145128 2025-01-24T08:10:28.2643744Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-01-24T08:10:28.2644794Z * [new tag] ciflow/trunk/145132 -> ciflow/trunk/145132 2025-01-24T08:10:28.2645966Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-01-24T08:10:28.2646960Z * [new tag] ciflow/trunk/145148 -> ciflow/trunk/145148 2025-01-24T08:10:28.2648603Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-01-24T08:10:28.2649562Z * [new tag] ciflow/trunk/145156 -> ciflow/trunk/145156 2025-01-24T08:10:28.2650443Z * [new tag] ciflow/trunk/145206 -> ciflow/trunk/145206 2025-01-24T08:10:28.2651391Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-01-24T08:10:28.2652433Z * [new tag] ciflow/trunk/145227 -> ciflow/trunk/145227 2025-01-24T08:10:28.2653586Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-01-24T08:10:28.2654475Z * [new tag] ciflow/trunk/145245 -> ciflow/trunk/145245 2025-01-24T08:10:28.2655413Z * [new tag] ciflow/trunk/145250 -> ciflow/trunk/145250 2025-01-24T08:10:28.2656450Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-01-24T08:10:28.2657535Z * [new tag] ciflow/trunk/145269 -> ciflow/trunk/145269 2025-01-24T08:10:28.2658526Z * [new tag] ciflow/trunk/145288 -> ciflow/trunk/145288 2025-01-24T08:10:28.2659519Z * [new tag] ciflow/trunk/145303 -> ciflow/trunk/145303 2025-01-24T08:10:28.2660496Z * [new tag] ciflow/trunk/145307 -> ciflow/trunk/145307 2025-01-24T08:10:28.2661495Z * [new tag] ciflow/trunk/145321 -> ciflow/trunk/145321 2025-01-24T08:10:28.2662506Z * [new tag] ciflow/trunk/145323 -> ciflow/trunk/145323 2025-01-24T08:10:28.2663521Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-01-24T08:10:28.2664495Z * [new tag] ciflow/trunk/145373 -> ciflow/trunk/145373 2025-01-24T08:10:28.2665485Z * [new tag] ciflow/trunk/145375 -> ciflow/trunk/145375 2025-01-24T08:10:28.2666643Z * [new tag] ciflow/trunk/145391 -> ciflow/trunk/145391 2025-01-24T08:10:28.2667675Z * [new tag] ciflow/trunk/145399 -> ciflow/trunk/145399 2025-01-24T08:10:28.2668789Z * [new tag] ciflow/trunk/145406 -> ciflow/trunk/145406 2025-01-24T08:10:28.2669777Z * [new tag] ciflow/trunk/145407 -> ciflow/trunk/145407 2025-01-24T08:10:28.2670769Z * [new tag] ciflow/trunk/145412 -> ciflow/trunk/145412 2025-01-24T08:10:28.2671763Z * [new tag] ciflow/trunk/145435 -> ciflow/trunk/145435 2025-01-24T08:10:28.2672781Z * [new tag] ciflow/trunk/145443 -> ciflow/trunk/145443 2025-01-24T08:10:28.2673781Z * [new tag] ciflow/trunk/145448 -> ciflow/trunk/145448 2025-01-24T08:10:28.2674886Z * [new tag] ciflow/trunk/145449 -> ciflow/trunk/145449 2025-01-24T08:10:28.2675981Z * [new tag] ciflow/trunk/145450 -> ciflow/trunk/145450 2025-01-24T08:10:28.2676997Z * [new tag] ciflow/trunk/145462 -> ciflow/trunk/145462 2025-01-24T08:10:28.2678130Z * [new tag] ciflow/trunk/145465 -> ciflow/trunk/145465 2025-01-24T08:10:28.2679347Z * [new tag] ciflow/trunk/145467 -> ciflow/trunk/145467 2025-01-24T08:10:28.2681870Z * [new tag] ciflow/trunk/145490 -> ciflow/trunk/145490 2025-01-24T08:10:28.2682909Z * [new tag] ciflow/trunk/145494 -> ciflow/trunk/145494 2025-01-24T08:10:28.2684017Z * [new tag] ciflow/trunk/145495 -> ciflow/trunk/145495 2025-01-24T08:10:28.2685024Z * [new tag] ciflow/trunk/145502 -> ciflow/trunk/145502 2025-01-24T08:10:28.2686026Z * [new tag] ciflow/trunk/145509 -> ciflow/trunk/145509 2025-01-24T08:10:28.2687052Z * [new tag] ciflow/trunk/145530 -> ciflow/trunk/145530 2025-01-24T08:10:28.2688020Z * [new tag] ciflow/trunk/145531 -> ciflow/trunk/145531 2025-01-24T08:10:28.2689017Z * [new tag] ciflow/trunk/145533 -> ciflow/trunk/145533 2025-01-24T08:10:28.2690026Z * [new tag] ciflow/trunk/145539 -> ciflow/trunk/145539 2025-01-24T08:10:28.2691060Z * [new tag] ciflow/trunk/145542 -> ciflow/trunk/145542 2025-01-24T08:10:28.2692042Z * [new tag] ciflow/trunk/145547 -> ciflow/trunk/145547 2025-01-24T08:10:28.2693127Z * [new tag] ciflow/trunk/145549 -> ciflow/trunk/145549 2025-01-24T08:10:28.2694299Z * [new tag] ciflow/trunk/145550 -> ciflow/trunk/145550 2025-01-24T08:10:28.2695201Z * [new tag] ciflow/trunk/145551 -> ciflow/trunk/145551 2025-01-24T08:10:28.2696194Z * [new tag] ciflow/trunk/145552 -> ciflow/trunk/145552 2025-01-24T08:10:28.2697231Z * [new tag] ciflow/trunk/145553 -> ciflow/trunk/145553 2025-01-24T08:10:28.2698235Z * [new tag] ciflow/trunk/145554 -> ciflow/trunk/145554 2025-01-24T08:10:28.2699260Z * [new tag] ciflow/trunk/145558 -> ciflow/trunk/145558 2025-01-24T08:10:28.2700276Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-01-24T08:10:28.2701307Z * [new tag] ciflow/trunk/145576 -> ciflow/trunk/145576 2025-01-24T08:10:28.2702308Z * [new tag] ciflow/trunk/145593 -> ciflow/trunk/145593 2025-01-24T08:10:28.2703435Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-01-24T08:10:28.2704533Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-01-24T08:10:28.2705697Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-01-24T08:10:28.2706823Z * [new tag] ciflow/xpu/132945 -> ciflow/xpu/132945 2025-01-24T08:10:28.2707544Z * [new tag] ciflow/xpu/133307 -> ciflow/xpu/133307 2025-01-24T08:10:28.2708318Z * [new tag] ciflow/xpu/135189 -> ciflow/xpu/135189 2025-01-24T08:10:28.2709067Z * [new tag] ciflow/xpu/135337 -> ciflow/xpu/135337 2025-01-24T08:10:28.2709816Z * [new tag] ciflow/xpu/135465 -> ciflow/xpu/135465 2025-01-24T08:10:28.2710613Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-01-24T08:10:28.2711351Z * [new tag] ciflow/xpu/137570 -> ciflow/xpu/137570 2025-01-24T08:10:28.2712122Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-01-24T08:10:28.2712857Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-01-24T08:10:28.2713630Z * [new tag] ciflow/xpu/139171 -> ciflow/xpu/139171 2025-01-24T08:10:28.2714392Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-01-24T08:10:28.2715148Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-01-24T08:10:28.2715916Z * [new tag] ciflow/xpu/140362 -> ciflow/xpu/140362 2025-01-24T08:10:28.2716669Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-01-24T08:10:28.2717427Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-01-24T08:10:28.2718359Z * [new tag] ciflow/xpu/140389 -> ciflow/xpu/140389 2025-01-24T08:10:28.2719139Z * [new tag] ciflow/xpu/140677 -> ciflow/xpu/140677 2025-01-24T08:10:28.2720030Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-01-24T08:10:28.2720873Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-01-24T08:10:28.2721769Z * [new tag] ciflow/xpu/141318 -> ciflow/xpu/141318 2025-01-24T08:10:28.2722552Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-01-24T08:10:28.2723342Z * [new tag] ciflow/xpu/142067 -> ciflow/xpu/142067 2025-01-24T08:10:28.2724119Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-01-24T08:10:28.2724887Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-01-24T08:10:28.2725755Z * [new tag] ciflow/xpu/143784 -> ciflow/xpu/143784 2025-01-24T08:10:28.2726541Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-01-24T08:10:28.2727536Z * [new tag] ciflow/xpu/144046 -> ciflow/xpu/144046 2025-01-24T08:10:28.2728220Z * [new tag] ciflow/xpu/144368 -> ciflow/xpu/144368 2025-01-24T08:10:28.2728935Z * [new tag] ciflow/xpu/144378 -> ciflow/xpu/144378 2025-01-24T08:10:28.2729840Z * [new tag] ciflow/xpu/144385 -> ciflow/xpu/144385 2025-01-24T08:10:28.2730640Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-01-24T08:10:28.2731512Z * [new tag] ciflow/xpu/144473 -> ciflow/xpu/144473 2025-01-24T08:10:28.2732311Z * [new tag] ciflow/xpu/144644 -> ciflow/xpu/144644 2025-01-24T08:10:28.2733105Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-01-24T08:10:28.2733978Z * [new tag] ciflow/xpu/144722 -> ciflow/xpu/144722 2025-01-24T08:10:28.2734776Z * [new tag] ciflow/xpu/145083 -> ciflow/xpu/145083 2025-01-24T08:10:28.2735613Z * [new tag] ciflow/xpu/145248 -> ciflow/xpu/145248 2025-01-24T08:10:28.2736441Z * [new tag] ciflow/xpu/145490 -> ciflow/xpu/145490 2025-01-24T08:10:28.2737266Z * [new tag] cslpull75 -> cslpull75 2025-01-24T08:10:28.2738098Z * [new tag] cslpull76 -> cslpull76 2025-01-24T08:10:28.2738900Z * [new tag] cslpull77 -> cslpull77 2025-01-24T08:10:28.2739789Z * [new tag] cslpull78 -> cslpull78 2025-01-24T08:10:28.2740576Z * [new tag] cslpull79 -> cslpull79 2025-01-24T08:10:28.2741424Z * [new tag] cslpull80 -> cslpull80 2025-01-24T08:10:28.2742283Z * [new tag] cslpull81 -> cslpull81 2025-01-24T08:10:28.2743094Z * [new tag] cslpull82 -> cslpull82 2025-01-24T08:10:28.2743925Z * [new tag] cslpull83 -> cslpull83 2025-01-24T08:10:28.2744822Z * [new tag] cslpull84 -> cslpull84 2025-01-24T08:10:28.2745653Z * [new tag] cslpull85 -> cslpull85 2025-01-24T08:10:28.2746544Z * [new tag] cslpull86 -> cslpull86 2025-01-24T08:10:28.2747393Z * [new tag] cslpull87 -> cslpull87 2025-01-24T08:10:28.2748306Z * [new tag] cslpull88 -> cslpull88 2025-01-24T08:10:28.2749205Z * [new tag] cslpull89 -> cslpull89 2025-01-24T08:10:28.2749937Z * [new tag] cslpull90 -> cslpull90 2025-01-24T08:10:28.2751094Z * [new tag] cslpull91 -> cslpull91 2025-01-24T08:10:28.2751911Z * [new tag] cslpull92 -> cslpull92 2025-01-24T08:10:28.2752799Z * [new tag] flight_5 -> flight_5 2025-01-24T08:10:28.2753760Z * [new tag] flight_5.1 -> flight_5.1 2025-01-24T08:10:28.2754647Z * [new tag] flight_5.2 -> flight_5.2 2025-01-24T08:10:28.2755456Z * [new tag] flight_5.3 -> flight_5.3 2025-01-24T08:10:28.2756265Z * [new tag] forpull1 -> forpull1 2025-01-24T08:10:28.2757415Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-01-24T08:10:28.2758331Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-01-24T08:10:28.2759178Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-01-24T08:10:28.2760234Z * [new tag] nightly-binary -> nightly-binary 2025-01-24T08:10:28.2760957Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-01-24T08:10:28.2762049Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-01-24T08:10:28.2762833Z * [new tag] v0.1.1 -> v0.1.1 2025-01-24T08:10:28.2763848Z * [new tag] v0.1.10 -> v0.1.10 2025-01-24T08:10:28.2764685Z * [new tag] v0.1.11 -> v0.1.11 2025-01-24T08:10:28.2765550Z * [new tag] v0.1.12 -> v0.1.12 2025-01-24T08:10:28.2766376Z * [new tag] v0.1.2 -> v0.1.2 2025-01-24T08:10:28.2767216Z * [new tag] v0.1.3 -> v0.1.3 2025-01-24T08:10:28.2768106Z * [new tag] v0.1.4 -> v0.1.4 2025-01-24T08:10:28.2768985Z * [new tag] v0.1.5 -> v0.1.5 2025-01-24T08:10:28.2769869Z * [new tag] v0.1.6 -> v0.1.6 2025-01-24T08:10:28.2770719Z * [new tag] v0.1.7 -> v0.1.7 2025-01-24T08:10:28.2771592Z * [new tag] v0.1.8 -> v0.1.8 2025-01-24T08:10:28.2772396Z * [new tag] v0.1.9 -> v0.1.9 2025-01-24T08:10:28.2773293Z * [new tag] v0.2.0 -> v0.2.0 2025-01-24T08:10:28.2774251Z * [new tag] v0.3.0 -> v0.3.0 2025-01-24T08:10:28.2775224Z * [new tag] v0.3.1 -> v0.3.1 2025-01-24T08:10:28.2776184Z * [new tag] v0.4.0 -> v0.4.0 2025-01-24T08:10:28.2777072Z * [new tag] v0.4.1 -> v0.4.1 2025-01-24T08:10:28.2778013Z * [new tag] v1.0.0 -> v1.0.0 2025-01-24T08:10:28.2778966Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-01-24T08:10:28.2779941Z * [new tag] v1.0.1 -> v1.0.1 2025-01-24T08:10:28.2780902Z * [new tag] v1.0rc0 -> v1.0rc0 2025-01-24T08:10:28.2781624Z * [new tag] v1.0rc1 -> v1.0rc1 2025-01-24T08:10:28.2782529Z * [new tag] v1.1.0 -> v1.1.0 2025-01-24T08:10:28.2783444Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-01-24T08:10:28.2784536Z * [new tag] v1.10.0 -> v1.10.0 2025-01-24T08:10:28.2785538Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-01-24T08:10:28.2786476Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-01-24T08:10:28.2787247Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-01-24T08:10:28.2788193Z * [new tag] v1.10.1 -> v1.10.1 2025-01-24T08:10:28.2788955Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-01-24T08:10:28.2789699Z * [new tag] v1.10.2 -> v1.10.2 2025-01-24T08:10:28.2790442Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-01-24T08:10:28.2791414Z * [new tag] v1.11.0 -> v1.11.0 2025-01-24T08:10:28.2792373Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-01-24T08:10:28.2793391Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-01-24T08:10:28.2794392Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-01-24T08:10:28.2795368Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-01-24T08:10:28.2796337Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-01-24T08:10:28.2797086Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-01-24T08:10:28.2797873Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-01-24T08:10:28.2798843Z * [new tag] v1.12.0 -> v1.12.0 2025-01-24T08:10:28.2799935Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-01-24T08:10:28.2800789Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-01-24T08:10:28.2801783Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-01-24T08:10:28.2802888Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-01-24T08:10:28.2803809Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-01-24T08:10:28.2804824Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-01-24T08:10:28.2805586Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-01-24T08:10:28.2806335Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-01-24T08:10:28.2807082Z * [new tag] v1.12.1 -> v1.12.1 2025-01-24T08:10:28.2808177Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-01-24T08:10:28.2809157Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-01-24T08:10:28.2810218Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-01-24T08:10:28.2811139Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-01-24T08:10:28.2811949Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-01-24T08:10:28.2812979Z * [new tag] v1.13.0 -> v1.13.0 2025-01-24T08:10:28.2813873Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-01-24T08:10:28.2814830Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-01-24T08:10:28.2815747Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-01-24T08:10:28.2816774Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-01-24T08:10:28.2817578Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-01-24T08:10:28.2818332Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-01-24T08:10:28.2819343Z * [new tag] v1.13.1 -> v1.13.1 2025-01-24T08:10:28.2820127Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-01-24T08:10:28.2821097Z * [new tag] v1.2.0 -> v1.2.0 2025-01-24T08:10:28.2822089Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-01-24T08:10:28.2823048Z * [new tag] v1.3.0 -> v1.3.0 2025-01-24T08:10:28.2824005Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-01-24T08:10:28.2824765Z * [new tag] v1.3.1 -> v1.3.1 2025-01-24T08:10:28.2825701Z * [new tag] v1.4.0 -> v1.4.0 2025-01-24T08:10:28.2826650Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-01-24T08:10:28.2827503Z * [new tag] v1.4.1 -> v1.4.1 2025-01-24T08:10:28.2828578Z * [new tag] v1.5.0 -> v1.5.0 2025-01-24T08:10:28.2829534Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-01-24T08:10:28.2830527Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-01-24T08:10:28.2831594Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-01-24T08:10:28.2832467Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-01-24T08:10:28.2833237Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-01-24T08:10:28.2834249Z * [new tag] v1.5.1 -> v1.5.1 2025-01-24T08:10:28.2835022Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-01-24T08:10:28.2835825Z * [new tag] v1.6.0 -> v1.6.0 2025-01-24T08:10:28.2836842Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-01-24T08:10:28.2838005Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-01-24T08:10:28.2838896Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-01-24T08:10:28.2841408Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-01-24T08:10:28.2842420Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-01-24T08:10:28.2843478Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-01-24T08:10:28.2844269Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-01-24T08:10:28.2845248Z * [new tag] v1.7.0 -> v1.7.0 2025-01-24T08:10:28.2846182Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-01-24T08:10:28.2847261Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-01-24T08:10:28.2848198Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-01-24T08:10:28.2849047Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-01-24T08:10:28.2850038Z * [new tag] v1.7.1 -> v1.7.1 2025-01-24T08:10:28.2851114Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-01-24T08:10:28.2852122Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-01-24T08:10:28.2852973Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-01-24T08:10:28.2853975Z * [new tag] v1.8.0 -> v1.8.0 2025-01-24T08:10:28.2854780Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-01-24T08:10:28.2855780Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-01-24T08:10:28.2856797Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-01-24T08:10:28.2857790Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-01-24T08:10:28.2858588Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-01-24T08:10:28.2859355Z * [new tag] v1.8.1 -> v1.8.1 2025-01-24T08:10:28.2860427Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-01-24T08:10:28.2861245Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-01-24T08:10:28.2862021Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-01-24T08:10:28.2863367Z * [new tag] v1.8.2 -> v1.8.2 2025-01-24T08:10:28.2864168Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-01-24T08:10:28.2865225Z * [new tag] v1.9.0 -> v1.9.0 2025-01-24T08:10:28.2866234Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-01-24T08:10:28.2867323Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-01-24T08:10:28.2868360Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-01-24T08:10:28.2869184Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-01-24T08:10:28.2870241Z * [new tag] v1.9.1 -> v1.9.1 2025-01-24T08:10:28.2871319Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-01-24T08:10:28.2872148Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-01-24T08:10:28.2873207Z * [new tag] v2.0.0 -> v2.0.0 2025-01-24T08:10:28.2874145Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-01-24T08:10:28.2875172Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-01-24T08:10:28.2876234Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-01-24T08:10:28.2877271Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-01-24T08:10:28.2878296Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-01-24T08:10:28.2879247Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-01-24T08:10:28.2880236Z * [new tag] v2.0.1 -> v2.0.1 2025-01-24T08:10:28.2881259Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-01-24T08:10:28.2882070Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-01-24T08:10:28.2883044Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-01-24T08:10:28.2883854Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-01-24T08:10:28.2885285Z * [new tag] v2.1.0 -> v2.1.0 2025-01-24T08:10:28.2886257Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-01-24T08:10:28.2887270Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-01-24T08:10:28.2888261Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-01-24T08:10:28.2889260Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-01-24T08:10:28.2890305Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-01-24T08:10:28.2891116Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-01-24T08:10:28.2892060Z * [new tag] v2.1.1 -> v2.1.1 2025-01-24T08:10:28.2893058Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-01-24T08:10:28.2894027Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-01-24T08:10:28.2895092Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-01-24T08:10:28.2896074Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-01-24T08:10:28.2897033Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-01-24T08:10:28.2897878Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-01-24T08:10:28.2898815Z * [new tag] v2.1.2 -> v2.1.2 2025-01-24T08:10:28.2899900Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-01-24T08:10:28.2900914Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-01-24T08:10:28.2901746Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-01-24T08:10:28.2902799Z * [new tag] v2.2.0 -> v2.2.0 2025-01-24T08:10:28.2903781Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-01-24T08:10:28.2904786Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-01-24T08:10:28.2905757Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-01-24T08:10:28.2906710Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-01-24T08:10:28.2907716Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-01-24T08:10:28.2908752Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-01-24T08:10:28.2909613Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-01-24T08:10:28.2910433Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-01-24T08:10:28.2911457Z * [new tag] v2.2.1 -> v2.2.1 2025-01-24T08:10:28.2912479Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-01-24T08:10:28.2913357Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-01-24T08:10:28.2914182Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-01-24T08:10:28.2915040Z * [new tag] v2.2.2 -> v2.2.2 2025-01-24T08:10:28.2916167Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-01-24T08:10:28.2917016Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-01-24T08:10:28.2917870Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-01-24T08:10:28.2918851Z * [new tag] v2.3.0 -> v2.3.0 2025-01-24T08:10:28.2920082Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-01-24T08:10:28.2921025Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-01-24T08:10:28.2922090Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-01-24T08:10:28.2922934Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-01-24T08:10:28.2923901Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-01-24T08:10:28.2925076Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-01-24T08:10:28.2926139Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-01-24T08:10:28.2927145Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-01-24T08:10:28.2928029Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-01-24T08:10:28.2929056Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-01-24T08:10:28.2930074Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-01-24T08:10:28.2930934Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-01-24T08:10:28.2931830Z * [new tag] v2.3.1 -> v2.3.1 2025-01-24T08:10:28.2932809Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-01-24T08:10:28.2933862Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-01-24T08:10:28.2934917Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-01-24T08:10:28.2936597Z * [new tag] v2.4.0 -> v2.4.0 2025-01-24T08:10:28.2937611Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-01-24T08:10:28.2938655Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-01-24T08:10:28.2939712Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-01-24T08:10:28.2940747Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-01-24T08:10:28.2941810Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-01-24T08:10:28.2942825Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-01-24T08:10:28.2943897Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-01-24T08:10:28.2944919Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-01-24T08:10:28.2945964Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-01-24T08:10:28.2946819Z * [new tag] v2.4.1 -> v2.4.1 2025-01-24T08:10:28.2947953Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-01-24T08:10:28.2949057Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-01-24T08:10:28.2950125Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-01-24T08:10:28.2951167Z * [new tag] v2.5.0 -> v2.5.0 2025-01-24T08:10:28.2952164Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-01-24T08:10:28.2953040Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-01-24T08:10:28.2954068Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-01-24T08:10:28.2955070Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-01-24T08:10:28.2956130Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-01-24T08:10:28.2957211Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-01-24T08:10:28.2958296Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-01-24T08:10:28.2959340Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-01-24T08:10:28.2960483Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-01-24T08:10:28.2961553Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-01-24T08:10:28.2962538Z * [new tag] v2.5.1 -> v2.5.1 2025-01-24T08:10:28.2963281Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-01-24T08:10:28.2964370Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-01-24T08:10:28.2965491Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-01-24T08:10:28.2966534Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-01-24T08:10:28.2967596Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-01-24T08:10:28.2968794Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-01-24T08:10:28.2970014Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-01-24T08:10:28.2970996Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-01-24T08:10:28.2972003Z * [new tag] whc_flight_1 -> whc_flight_1 2025-01-24T08:10:28.2972865Z * [new tag] whc_flight_2 -> whc_flight_2 2025-01-24T08:10:28.2973837Z * [new tag] whc_flight_4 -> whc_flight_4 2025-01-24T08:10:28.3885109Z [command]/usr/bin/git rev-parse --verify --quiet d087145b9259b4cfbcb758dc0bca6a6e5d75d08f^{object} 2025-01-24T08:10:28.3911678Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:10:28.3917962Z ##[endgroup] 2025-01-24T08:10:28.3918543Z ##[group]Determining the checkout info 2025-01-24T08:10:28.3920657Z ##[endgroup] 2025-01-24T08:10:28.3928033Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T08:10:28.3996289Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T08:10:28.4032389Z ##[group]Checking out the ref 2025-01-24T08:10:28.4040019Z [command]/usr/bin/git checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:10:29.4311365Z Updating files: 88% (15945/18011) 2025-01-24T08:10:29.4441432Z Updating files: 89% (16030/18011) 2025-01-24T08:10:29.4599186Z Updating files: 90% (16210/18011) 2025-01-24T08:10:29.4695744Z Updating files: 91% (16391/18011) 2025-01-24T08:10:29.4813951Z Updating files: 92% (16571/18011) 2025-01-24T08:10:29.4974862Z Updating files: 93% (16751/18011) 2025-01-24T08:10:29.5136295Z Updating files: 94% (16931/18011) 2025-01-24T08:10:29.5304353Z Updating files: 95% (17111/18011) 2025-01-24T08:10:29.5409465Z Updating files: 96% (17291/18011) 2025-01-24T08:10:29.5666702Z Updating files: 97% (17471/18011) 2025-01-24T08:10:29.5841050Z Updating files: 98% (17651/18011) 2025-01-24T08:10:29.5974974Z Updating files: 99% (17831/18011) 2025-01-24T08:10:29.5975629Z Updating files: 100% (18011/18011) 2025-01-24T08:10:29.5976182Z Updating files: 100% (18011/18011), done. 2025-01-24T08:10:29.6200386Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T08:10:29.6201053Z 2025-01-24T08:10:29.6201518Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T08:10:29.6202490Z changes and commit them, and you can discard any commits you make in this 2025-01-24T08:10:29.6203395Z state without impacting any branches by switching back to a branch. 2025-01-24T08:10:29.6203926Z 2025-01-24T08:10:29.6204278Z If you want to create a new branch to retain commits you create, you may 2025-01-24T08:10:29.6205113Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T08:10:29.6205598Z 2025-01-24T08:10:29.6205788Z git switch -c 2025-01-24T08:10:29.6206116Z 2025-01-24T08:10:29.6206299Z Or undo this operation with: 2025-01-24T08:10:29.6206590Z 2025-01-24T08:10:29.6206739Z git switch - 2025-01-24T08:10:29.6206969Z 2025-01-24T08:10:29.6207366Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T08:10:29.6207946Z 2025-01-24T08:10:29.6208369Z HEAD is now at d087145b925 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T08:10:29.6358695Z ##[endgroup] 2025-01-24T08:10:29.6359587Z ##[group]Setting up auth for fetching submodules 2025-01-24T08:10:29.6369527Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T08:10:29.6425537Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-01-24T08:10:29.6474806Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-24T08:10:29.6535257Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-24T08:10:29.6587811Z ##[endgroup] 2025-01-24T08:10:29.6588480Z ##[group]Fetching submodules 2025-01-24T08:10:29.6595073Z [command]/usr/bin/git submodule sync --recursive 2025-01-24T08:10:29.6925905Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-01-24T08:10:29.7206911Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-01-24T08:10:29.7209205Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-01-24T08:10:29.7213103Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-01-24T08:10:29.7216011Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-01-24T08:10:29.7219755Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-01-24T08:10:29.7223770Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-01-24T08:10:29.7227215Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-01-24T08:10:29.7230852Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-01-24T08:10:29.7234526Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-01-24T08:10:29.7238247Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-01-24T08:10:29.7242067Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-01-24T08:10:29.7246075Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-01-24T08:10:29.7249878Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-01-24T08:10:29.7253812Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-01-24T08:10:29.7257845Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-01-24T08:10:29.7264309Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-01-24T08:10:29.7268498Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-01-24T08:10:29.7272831Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:10:29.7277010Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-01-24T08:10:29.7281613Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-01-24T08:10:29.7286172Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-01-24T08:10:29.7290663Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-01-24T08:10:29.7295363Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-01-24T08:10:29.7299889Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-01-24T08:10:29.7304880Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-01-24T08:10:29.7309533Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2025-01-24T08:10:29.7314266Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-01-24T08:10:29.7319030Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-01-24T08:10:29.7324512Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-01-24T08:10:29.7329321Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-01-24T08:10:29.7334317Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-01-24T08:10:29.7339436Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-01-24T08:10:29.7344915Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-01-24T08:10:29.7350003Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-01-24T08:10:29.7355215Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-01-24T08:10:29.7360520Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-01-24T08:10:29.7366259Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-01-24T08:10:29.7451917Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-01-24T08:10:30.4206258Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-01-24T08:10:30.9623391Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-01-24T08:10:31.4887717Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-01-24T08:10:32.1350693Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-01-24T08:10:32.8739126Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-01-24T08:10:35.0565272Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-01-24T08:10:42.2115058Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-01-24T08:10:43.0411736Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-01-24T08:10:45.2422880Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-01-24T08:10:46.0775758Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-01-24T08:10:47.0993896Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-01-24T08:10:49.0693272Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-01-24T08:10:51.9675453Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-01-24T08:10:55.5657279Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-01-24T08:10:57.2360267Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-01-24T08:11:03.0555089Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-01-24T08:11:04.3856287Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-01-24T08:11:05.2483519Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-01-24T08:11:06.0573782Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-01-24T08:11:07.3557540Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-01-24T08:11:08.1355984Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-01-24T08:11:08.9057078Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-01-24T08:11:16.7931732Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-01-24T08:11:17.7615618Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-01-24T08:11:19.0012239Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2025-01-24T08:11:19.7926062Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-01-24T08:11:26.9212052Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-01-24T08:11:31.1893757Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-01-24T08:11:35.3625449Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-01-24T08:11:35.9500482Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-01-24T08:11:44.2585948Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-01-24T08:11:44.8303749Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-01-24T08:11:45.4446530Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-01-24T08:11:46.8759513Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-01-24T08:11:47.5346153Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-01-24T08:11:48.5172535Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-01-24T08:11:49.3659857Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-01-24T08:11:49.3917080Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-01-24T08:11:49.4158277Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-01-24T08:11:49.4552387Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-01-24T08:11:49.5058947Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-01-24T08:11:49.5579972Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-01-24T08:11:50.2876774Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-01-24T08:11:50.3294597Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-01-24T08:11:50.5733692Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2025-01-24T08:11:50.6413561Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-01-24T08:11:50.7596682Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-01-24T08:11:50.8180310Z Submodule path 'third_party/cudnn_frontend': checked out 'ee971b18ee428ff55b444ac93876cfbd377d304f' 2025-01-24T08:11:51.4003524Z Submodule path 'third_party/cutlass': checked out 'bf9da7b76c766d7ee7d536afc77880a4ef1f1156' 2025-01-24T08:11:51.6502874Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-01-24T08:11:51.7583126Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-01-24T08:11:51.7663326Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:11:51.7671180Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:11:51.7678836Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:11:51.7687039Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:11:51.7694091Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:11:51.7748770Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-01-24T08:11:52.8874029Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-01-24T08:11:53.8217795Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-01-24T08:12:02.2434276Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-01-24T08:12:03.7215767Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-01-24T08:12:04.4404004Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-01-24T08:12:04.5584977Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-01-24T08:12:04.9838434Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-01-24T08:12:05.0619934Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-01-24T08:12:05.0924595Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-01-24T08:12:05.2440761Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-01-24T08:12:05.2931202Z Submodule path 'third_party/fmt': checked out 'e3ddede6c4ee818825c4e5a6dfa1d384860c27d9' 2025-01-24T08:12:05.3495393Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-01-24T08:12:05.3886795Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-01-24T08:12:05.4448001Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-01-24T08:12:05.4793920Z Submodule path 'third_party/ideep': checked out 'e026f3b0318087fe19e2b062e8edf55bfe7a522c' 2025-01-24T08:12:05.4855837Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-01-24T08:12:05.4896864Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-01-24T08:13:26.1035061Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2025-01-24T08:13:26.1458586Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-01-24T08:13:26.2461975Z Submodule path 'third_party/kineto': checked out 'bc1616a65cfe552516ce62f81ead48e45c85e18c' 2025-01-24T08:13:26.2537609Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:13:26.2540944Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:13:26.2544515Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:13:26.2586780Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-01-24T08:13:27.4097298Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-01-24T08:13:28.8328789Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-01-24T08:13:30.1052539Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-01-24T08:13:30.1133243Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:13:30.1137641Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:13:30.1143878Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:13:30.1150737Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:13:30.1157512Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:13:30.1164945Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:13:30.1170212Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:13:30.1174532Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:13:30.1264965Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-01-24T08:13:31.9652232Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-01-24T08:13:32.9253922Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-01-24T08:13:34.2886545Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-01-24T08:13:35.0771426Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-01-24T08:13:36.3030783Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-01-24T08:13:37.6303775Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-01-24T08:13:43.8490466Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-01-24T08:13:44.6308979Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-01-24T08:13:44.6627839Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-01-24T08:13:44.7158902Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-01-24T08:13:44.7425110Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-01-24T08:13:44.7478599Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:13:44.7539690Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-01-24T08:13:45.6254127Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-01-24T08:13:45.6589330Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-01-24T08:13:45.7095698Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-01-24T08:13:45.8235425Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-01-24T08:13:45.8536611Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-01-24T08:13:45.9086910Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-01-24T08:13:45.9765419Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-01-24T08:13:46.0197416Z Submodule path 'third_party/kleidiai': checked out '202603f38a9df9d2ded89f12b41ded621c71d4ea' 2025-01-24T08:13:46.0775713Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-01-24T08:13:46.1214462Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2025-01-24T08:13:46.2499734Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-01-24T08:13:46.6763053Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-01-24T08:13:46.6854516Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-01-24T08:13:46.6926905Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-01-24T08:13:48.1079863Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-01-24T08:13:48.1953068Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-01-24T08:13:48.2013950Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:13:48.2019124Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:13:48.2021741Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:13:48.2025704Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:13:48.2029373Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:13:48.2033553Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:13:48.2036446Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:13:48.2039574Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:13:48.2095163Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-01-24T08:13:49.0467197Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-01-24T08:13:50.3100547Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-01-24T08:13:51.0082912Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-01-24T08:14:10.7253392Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-01-24T08:14:11.4310715Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-01-24T08:14:12.0222164Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-01-24T08:14:12.7039748Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-01-24T08:14:21.9497850Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-01-24T08:14:22.0064981Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-01-24T08:14:22.0366383Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-01-24T08:14:22.1578734Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-01-24T08:14:22.1893304Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-01-24T08:14:22.2211889Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-01-24T08:14:22.2505439Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-01-24T08:14:22.2559881Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:14:22.2565787Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:14:22.2604875Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-01-24T08:14:23.9647710Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-01-24T08:14:25.5083366Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-01-24T08:14:25.5725472Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-01-24T08:14:26.0864102Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-01-24T08:14:26.1184739Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-01-24T08:14:26.4101836Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-01-24T08:14:26.4186201Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:14:26.4188365Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-01-24T08:14:26.4246939Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-01-24T08:14:27.3808255Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-01-24T08:14:28.6916017Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-01-24T08:14:28.7725064Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-01-24T08:14:28.7987834Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-01-24T08:14:28.8273134Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-01-24T08:14:28.8772572Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-01-24T08:14:28.9246663Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-01-24T08:14:28.9810975Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-01-24T08:14:29.0217516Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-01-24T08:14:29.0280294Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:14:29.0286519Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:14:29.0288015Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:14:29.0291323Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:14:29.0345694Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-01-24T08:14:30.9906748Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-01-24T08:14:31.6014147Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-01-24T08:14:33.6262076Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-01-24T08:14:36.0017873Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-01-24T08:14:36.0324055Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-01-24T08:14:36.1039907Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-01-24T08:14:36.1488798Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-01-24T08:14:36.1550459Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:14:36.1600513Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-01-24T08:14:36.7608742Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-01-24T08:14:36.7717514Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-01-24T08:14:36.8008439Z Entering 'android/libs/fbjni' 2025-01-24T08:14:36.8064546Z Entering 'third_party/FP16' 2025-01-24T08:14:36.8105064Z Entering 'third_party/FXdiv' 2025-01-24T08:14:36.8145670Z Entering 'third_party/NNPACK' 2025-01-24T08:14:36.8183488Z Entering 'third_party/NVTX' 2025-01-24T08:14:36.8224861Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:14:36.8263660Z Entering 'third_party/XNNPACK' 2025-01-24T08:14:36.8315422Z Entering 'third_party/benchmark' 2025-01-24T08:14:36.8352364Z Entering 'third_party/composable_kernel' 2025-01-24T08:14:36.8395947Z Entering 'third_party/cpp-httplib' 2025-01-24T08:14:36.8437667Z Entering 'third_party/cpuinfo' 2025-01-24T08:14:36.8486435Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:14:36.8526670Z Entering 'third_party/cutlass' 2025-01-24T08:14:36.8569605Z Entering 'third_party/eigen' 2025-01-24T08:14:36.8609408Z Entering 'third_party/fbgemm' 2025-01-24T08:14:36.8647232Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:14:36.8691659Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:14:36.8726265Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:14:36.8766276Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:14:36.8807691Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:14:36.8842964Z Entering 'third_party/flatbuffers' 2025-01-24T08:14:36.8885825Z Entering 'third_party/fmt' 2025-01-24T08:14:36.8921024Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:14:36.8957604Z Entering 'third_party/gloo' 2025-01-24T08:14:36.9002347Z Entering 'third_party/googletest' 2025-01-24T08:14:36.9046193Z Entering 'third_party/ideep' 2025-01-24T08:14:36.9087153Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:14:36.9132462Z Entering 'third_party/ittapi' 2025-01-24T08:14:36.9172655Z Entering 'third_party/kineto' 2025-01-24T08:14:36.9212732Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:14:36.9247847Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:14:36.9292231Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:14:36.9328483Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:14:36.9371233Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:14:36.9404424Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:14:36.9441540Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:14:36.9476133Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:14:36.9509916Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:14:36.9560370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:14:36.9612326Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:14:36.9649489Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:14:36.9687127Z Entering 'third_party/kleidiai' 2025-01-24T08:14:36.9725909Z Entering 'third_party/mimalloc' 2025-01-24T08:14:36.9770895Z Entering 'third_party/nccl/nccl' 2025-01-24T08:14:36.9811922Z Entering 'third_party/nlohmann' 2025-01-24T08:14:36.9865288Z Entering 'third_party/onnx' 2025-01-24T08:14:36.9935568Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:14:36.9994621Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:14:37.0049868Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:14:37.0082531Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:14:37.0120546Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:14:37.0163442Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:14:37.0206695Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:14:37.0237741Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:14:37.0278049Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:14:37.0327286Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:14:37.0368679Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:14:37.0407537Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:14:37.0454263Z Entering 'third_party/pocketfft' 2025-01-24T08:14:37.0489859Z Entering 'third_party/protobuf' 2025-01-24T08:14:37.0533522Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:14:37.0569311Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:14:37.0607186Z Entering 'third_party/psimd' 2025-01-24T08:14:37.0650114Z Entering 'third_party/pthreadpool' 2025-01-24T08:14:37.0688914Z Entering 'third_party/pybind11' 2025-01-24T08:14:37.0728245Z Entering 'third_party/python-peachpy' 2025-01-24T08:14:37.0766019Z Entering 'third_party/sleef' 2025-01-24T08:14:37.0806349Z Entering 'third_party/tensorpipe' 2025-01-24T08:14:37.0843325Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:14:37.0883162Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:14:37.0917927Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:14:37.0953806Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:14:37.0986071Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:14:37.1047703Z ##[endgroup] 2025-01-24T08:14:37.1048191Z ##[group]Persisting credentials for submodules 2025-01-24T08:14:37.1058716Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-01-24T08:14:37.1335326Z Entering 'android/libs/fbjni' 2025-01-24T08:14:37.1385242Z Entering 'third_party/FP16' 2025-01-24T08:14:37.1426773Z Entering 'third_party/FXdiv' 2025-01-24T08:14:37.1467965Z Entering 'third_party/NNPACK' 2025-01-24T08:14:37.1509169Z Entering 'third_party/NVTX' 2025-01-24T08:14:37.1554937Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:14:37.1606791Z Entering 'third_party/XNNPACK' 2025-01-24T08:14:37.1654312Z Entering 'third_party/benchmark' 2025-01-24T08:14:37.1695399Z Entering 'third_party/composable_kernel' 2025-01-24T08:14:37.1745400Z Entering 'third_party/cpp-httplib' 2025-01-24T08:14:37.1785842Z Entering 'third_party/cpuinfo' 2025-01-24T08:14:37.1828415Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:14:37.1873067Z Entering 'third_party/cutlass' 2025-01-24T08:14:37.1927979Z Entering 'third_party/eigen' 2025-01-24T08:14:37.1972528Z Entering 'third_party/fbgemm' 2025-01-24T08:14:37.2011229Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:14:37.2052218Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:14:37.2091291Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:14:37.2136490Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:14:37.2176012Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:14:37.2223682Z Entering 'third_party/flatbuffers' 2025-01-24T08:14:37.2265943Z Entering 'third_party/fmt' 2025-01-24T08:14:37.2305419Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:14:37.2345426Z Entering 'third_party/gloo' 2025-01-24T08:14:37.2386075Z Entering 'third_party/googletest' 2025-01-24T08:14:37.2428012Z Entering 'third_party/ideep' 2025-01-24T08:14:37.2476719Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:14:37.2529788Z Entering 'third_party/ittapi' 2025-01-24T08:14:37.2576216Z Entering 'third_party/kineto' 2025-01-24T08:14:37.2619423Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:14:37.2665136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:14:37.2707334Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:14:37.2743693Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:14:37.2781622Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:14:37.2821876Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:14:37.2866739Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:14:37.2904603Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:14:37.2944106Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:14:37.2984828Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:14:37.3025916Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:14:37.3065020Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:14:37.3108048Z Entering 'third_party/kleidiai' 2025-01-24T08:14:37.3156080Z Entering 'third_party/mimalloc' 2025-01-24T08:14:37.3200494Z Entering 'third_party/nccl/nccl' 2025-01-24T08:14:37.3249189Z Entering 'third_party/nlohmann' 2025-01-24T08:14:37.3292383Z Entering 'third_party/onnx' 2025-01-24T08:14:37.3342649Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:14:37.3389786Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:14:37.3430151Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:14:37.3470152Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:14:37.3510141Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:14:37.3555192Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:14:37.3596765Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:14:37.3637416Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:14:37.3682191Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:14:37.3730322Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:14:37.3775982Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:14:37.3820465Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:14:37.3881838Z Entering 'third_party/pocketfft' 2025-01-24T08:14:37.3928213Z Entering 'third_party/protobuf' 2025-01-24T08:14:37.3972252Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:14:37.4011773Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:14:37.4052620Z Entering 'third_party/psimd' 2025-01-24T08:14:37.4092277Z Entering 'third_party/pthreadpool' 2025-01-24T08:14:37.4132022Z Entering 'third_party/pybind11' 2025-01-24T08:14:37.4175123Z Entering 'third_party/python-peachpy' 2025-01-24T08:14:37.4220156Z Entering 'third_party/sleef' 2025-01-24T08:14:37.4264815Z Entering 'third_party/tensorpipe' 2025-01-24T08:14:37.4303647Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:14:37.4344459Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:14:37.4388660Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:14:37.4432798Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:14:37.4473574Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:14:37.4536677Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-01-24T08:14:37.4818982Z Entering 'android/libs/fbjni' 2025-01-24T08:14:37.4864252Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-01-24T08:14:37.4889272Z Entering 'third_party/FP16' 2025-01-24T08:14:37.4927738Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-01-24T08:14:37.4940294Z Entering 'third_party/FXdiv' 2025-01-24T08:14:37.4972687Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-01-24T08:14:37.4989348Z Entering 'third_party/NNPACK' 2025-01-24T08:14:37.5023565Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-01-24T08:14:37.5047997Z Entering 'third_party/NVTX' 2025-01-24T08:14:37.5075153Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-01-24T08:14:37.5093708Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:14:37.5127441Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-01-24T08:14:37.5145558Z Entering 'third_party/XNNPACK' 2025-01-24T08:14:37.5181089Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-01-24T08:14:37.5215746Z Entering 'third_party/benchmark' 2025-01-24T08:14:37.5256130Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-01-24T08:14:37.5275757Z Entering 'third_party/composable_kernel' 2025-01-24T08:14:37.5318651Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-01-24T08:14:37.5348459Z Entering 'third_party/cpp-httplib' 2025-01-24T08:14:37.5387739Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-01-24T08:14:37.5407198Z Entering 'third_party/cpuinfo' 2025-01-24T08:14:37.5447507Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T08:14:37.5465261Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:14:37.5505892Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-01-24T08:14:37.5527037Z Entering 'third_party/cutlass' 2025-01-24T08:14:37.5557268Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-01-24T08:14:37.5583646Z Entering 'third_party/eigen' 2025-01-24T08:14:37.5621646Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-01-24T08:14:37.5647384Z Entering 'third_party/fbgemm' 2025-01-24T08:14:37.5677878Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-01-24T08:14:37.5699663Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:14:37.5738517Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-01-24T08:14:37.5760010Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:14:37.5797285Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T08:14:37.5820177Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:14:37.5860166Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-01-24T08:14:37.5888233Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:14:37.5933418Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:14:37.5951848Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:14:37.5987289Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-01-24T08:14:37.6011848Z Entering 'third_party/flatbuffers' 2025-01-24T08:14:37.6052811Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-01-24T08:14:37.6073251Z Entering 'third_party/fmt' 2025-01-24T08:14:37.6105358Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-01-24T08:14:37.6127352Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:14:37.6159714Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-01-24T08:14:37.6181273Z Entering 'third_party/gloo' 2025-01-24T08:14:37.6217783Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-01-24T08:14:37.6238659Z Entering 'third_party/googletest' 2025-01-24T08:14:37.6273629Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:14:37.6292670Z Entering 'third_party/ideep' 2025-01-24T08:14:37.6325651Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-01-24T08:14:37.6343550Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:14:37.6383112Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-01-24T08:14:37.6410324Z Entering 'third_party/ittapi' 2025-01-24T08:14:37.6447331Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-01-24T08:14:37.6464915Z Entering 'third_party/kineto' 2025-01-24T08:14:37.6499540Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-01-24T08:14:37.6519552Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:14:37.6570346Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-01-24T08:14:37.6588271Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:14:37.6633671Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-01-24T08:14:37.6655389Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:14:37.6700690Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-01-24T08:14:37.6728048Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:14:37.6767316Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-01-24T08:14:37.6785439Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:14:37.6818886Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-01-24T08:14:37.6836638Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:14:37.6876535Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-01-24T08:14:37.6901950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:14:37.6940479Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-01-24T08:14:37.6968191Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:14:37.6997658Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:14:37.7022001Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:14:37.7060203Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-01-24T08:14:37.7081076Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:14:37.7118647Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-01-24T08:14:37.7146008Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:14:37.7185641Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-01-24T08:14:37.7205789Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:14:37.7243993Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-01-24T08:14:37.7266222Z Entering 'third_party/kleidiai' 2025-01-24T08:14:37.7300683Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-01-24T08:14:37.7328454Z Entering 'third_party/mimalloc' 2025-01-24T08:14:37.7367972Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-01-24T08:14:37.7384177Z Entering 'third_party/nccl/nccl' 2025-01-24T08:14:37.7422352Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2025-01-24T08:14:37.7447976Z Entering 'third_party/nlohmann' 2025-01-24T08:14:37.7478743Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-01-24T08:14:37.7501403Z Entering 'third_party/onnx' 2025-01-24T08:14:37.7541289Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-01-24T08:14:37.7579035Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:14:37.7616928Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-01-24T08:14:37.7640746Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:14:37.7678101Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-01-24T08:14:37.7697437Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:14:37.7737020Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-01-24T08:14:37.7758005Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:14:37.7798112Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:14:37.7811683Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:14:37.7843519Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-01-24T08:14:37.7862991Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:14:37.7900267Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-01-24T08:14:37.7928064Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:14:37.7959161Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-01-24T08:14:37.7979850Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:14:37.8017609Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-01-24T08:14:37.8035858Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:14:37.8078499Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-01-24T08:14:37.8099345Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:14:37.8142240Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-01-24T08:14:37.8161816Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:14:37.8209398Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-01-24T08:14:37.8230840Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:14:37.8267375Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-01-24T08:14:37.8304485Z Entering 'third_party/pocketfft' 2025-01-24T08:14:37.8341948Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-01-24T08:14:37.8367084Z Entering 'third_party/protobuf' 2025-01-24T08:14:37.8395637Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-01-24T08:14:37.8417343Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:14:37.8455386Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-01-24T08:14:37.8472680Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:14:37.8505305Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:14:37.8525349Z Entering 'third_party/psimd' 2025-01-24T08:14:37.8568743Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-01-24T08:14:37.8584483Z Entering 'third_party/pthreadpool' 2025-01-24T08:14:37.8620464Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-01-24T08:14:37.8641169Z Entering 'third_party/pybind11' 2025-01-24T08:14:37.8688543Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-01-24T08:14:37.8708096Z Entering 'third_party/python-peachpy' 2025-01-24T08:14:37.8744172Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-01-24T08:14:37.8762512Z Entering 'third_party/sleef' 2025-01-24T08:14:37.8802476Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-01-24T08:14:37.8823790Z Entering 'third_party/tensorpipe' 2025-01-24T08:14:37.8859215Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-01-24T08:14:37.8877287Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:14:37.8914784Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:14:37.8932671Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:14:37.8970996Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-01-24T08:14:37.8990753Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:14:37.9032959Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-01-24T08:14:37.9051480Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:14:37.9089521Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-01-24T08:14:37.9105760Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:14:37.9141586Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-01-24T08:14:37.9433504Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-01-24T08:14:37.9717612Z Entering 'android/libs/fbjni' 2025-01-24T08:14:37.9757102Z Entering 'third_party/FP16' 2025-01-24T08:14:37.9806424Z Entering 'third_party/FXdiv' 2025-01-24T08:14:37.9847084Z Entering 'third_party/NNPACK' 2025-01-24T08:14:37.9878460Z Entering 'third_party/NVTX' 2025-01-24T08:14:37.9930508Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:14:37.9970190Z Entering 'third_party/XNNPACK' 2025-01-24T08:14:38.0026947Z Entering 'third_party/benchmark' 2025-01-24T08:14:38.0065421Z Entering 'third_party/composable_kernel' 2025-01-24T08:14:38.0111358Z Entering 'third_party/cpp-httplib' 2025-01-24T08:14:38.0156482Z Entering 'third_party/cpuinfo' 2025-01-24T08:14:38.0207056Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:14:38.0250130Z Entering 'third_party/cutlass' 2025-01-24T08:14:38.0297366Z Entering 'third_party/eigen' 2025-01-24T08:14:38.0347314Z Entering 'third_party/fbgemm' 2025-01-24T08:14:38.0387643Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:14:38.0429084Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:14:38.0467730Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:14:38.0511639Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:14:38.0549088Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:14:38.0587815Z Entering 'third_party/flatbuffers' 2025-01-24T08:14:38.0629757Z Entering 'third_party/fmt' 2025-01-24T08:14:38.0668094Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:14:38.0709211Z Entering 'third_party/gloo' 2025-01-24T08:14:38.0747105Z Entering 'third_party/googletest' 2025-01-24T08:14:38.0786659Z Entering 'third_party/ideep' 2025-01-24T08:14:38.0826272Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:14:38.0872746Z Entering 'third_party/ittapi' 2025-01-24T08:14:38.0909010Z Entering 'third_party/kineto' 2025-01-24T08:14:38.0950427Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:14:38.0988923Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:14:38.1039012Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:14:38.1082479Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:14:38.1124971Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:14:38.1158545Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:14:38.1204141Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:14:38.1250325Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:14:38.1293432Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:14:38.1332479Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:14:38.1369058Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:14:38.1410379Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:14:38.1451006Z Entering 'third_party/kleidiai' 2025-01-24T08:14:38.1490261Z Entering 'third_party/mimalloc' 2025-01-24T08:14:38.1530761Z Entering 'third_party/nccl/nccl' 2025-01-24T08:14:38.1569501Z Entering 'third_party/nlohmann' 2025-01-24T08:14:38.1609072Z Entering 'third_party/onnx' 2025-01-24T08:14:38.1677837Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:14:38.1726218Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:14:38.1772339Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:14:38.1814347Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:14:38.1853219Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:14:38.1893007Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:14:38.1928376Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:14:38.1961419Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:14:38.1997181Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:14:38.2047724Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:14:38.2085653Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:14:38.2126871Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:14:38.2180790Z Entering 'third_party/pocketfft' 2025-01-24T08:14:38.2222775Z Entering 'third_party/protobuf' 2025-01-24T08:14:38.2265802Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:14:38.2303071Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:14:38.2344594Z Entering 'third_party/psimd' 2025-01-24T08:14:38.2388224Z Entering 'third_party/pthreadpool' 2025-01-24T08:14:38.2429421Z Entering 'third_party/pybind11' 2025-01-24T08:14:38.2477488Z Entering 'third_party/python-peachpy' 2025-01-24T08:14:38.2521094Z Entering 'third_party/sleef' 2025-01-24T08:14:38.2567405Z Entering 'third_party/tensorpipe' 2025-01-24T08:14:38.2609314Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:14:38.2646294Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:14:38.2682889Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:14:38.2730926Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:14:38.2782827Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:14:38.2851568Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-01-24T08:14:38.3146931Z Entering 'android/libs/fbjni' 2025-01-24T08:14:38.3195530Z Entering 'third_party/FP16' 2025-01-24T08:14:38.3245470Z Entering 'third_party/FXdiv' 2025-01-24T08:14:38.3290852Z Entering 'third_party/NNPACK' 2025-01-24T08:14:38.3332506Z Entering 'third_party/NVTX' 2025-01-24T08:14:38.3373239Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:14:38.3415409Z Entering 'third_party/XNNPACK' 2025-01-24T08:14:38.3472199Z Entering 'third_party/benchmark' 2025-01-24T08:14:38.3513464Z Entering 'third_party/composable_kernel' 2025-01-24T08:14:38.3556802Z Entering 'third_party/cpp-httplib' 2025-01-24T08:14:38.3605187Z Entering 'third_party/cpuinfo' 2025-01-24T08:14:38.3653844Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:14:38.3700120Z Entering 'third_party/cutlass' 2025-01-24T08:14:38.3751420Z Entering 'third_party/eigen' 2025-01-24T08:14:38.3809827Z Entering 'third_party/fbgemm' 2025-01-24T08:14:38.3854820Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:14:38.3894684Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:14:38.3929152Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:14:38.3969843Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:14:38.4005490Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:14:38.4041119Z Entering 'third_party/flatbuffers' 2025-01-24T08:14:38.4086246Z Entering 'third_party/fmt' 2025-01-24T08:14:38.4129545Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:14:38.4171965Z Entering 'third_party/gloo' 2025-01-24T08:14:38.4212347Z Entering 'third_party/googletest' 2025-01-24T08:14:38.4252399Z Entering 'third_party/ideep' 2025-01-24T08:14:38.4289538Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:14:38.4332154Z Entering 'third_party/ittapi' 2025-01-24T08:14:38.4369291Z Entering 'third_party/kineto' 2025-01-24T08:14:38.4404305Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:14:38.4442802Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:14:38.4482632Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:14:38.4521947Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:14:38.4565314Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:14:38.4603386Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:14:38.4649121Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:14:38.4684522Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:14:38.4723498Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:14:38.4759049Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:14:38.4802639Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:14:38.4839759Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:14:38.4884491Z Entering 'third_party/kleidiai' 2025-01-24T08:14:38.4922062Z Entering 'third_party/mimalloc' 2025-01-24T08:14:38.4962984Z Entering 'third_party/nccl/nccl' 2025-01-24T08:14:38.5004606Z Entering 'third_party/nlohmann' 2025-01-24T08:14:38.5043793Z Entering 'third_party/onnx' 2025-01-24T08:14:38.5099850Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:14:38.5147315Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:14:38.5186481Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:14:38.5223689Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:14:38.5260290Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:14:38.5305751Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:14:38.5343643Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:14:38.5377486Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:14:38.5410369Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:14:38.5448733Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:14:38.5489662Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:14:38.5531957Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:14:38.5586985Z Entering 'third_party/pocketfft' 2025-01-24T08:14:38.5626158Z Entering 'third_party/protobuf' 2025-01-24T08:14:38.5665983Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:14:38.5702479Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:14:38.5747325Z Entering 'third_party/psimd' 2025-01-24T08:14:38.5793285Z Entering 'third_party/pthreadpool' 2025-01-24T08:14:38.5839527Z Entering 'third_party/pybind11' 2025-01-24T08:14:38.5883445Z Entering 'third_party/python-peachpy' 2025-01-24T08:14:38.5930712Z Entering 'third_party/sleef' 2025-01-24T08:14:38.5973099Z Entering 'third_party/tensorpipe' 2025-01-24T08:14:38.6012531Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:14:38.6053648Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:14:38.6089607Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:14:38.6131100Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:14:38.6170361Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:14:38.6234272Z ##[endgroup] 2025-01-24T08:14:38.6277363Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T08:14:38.6309665Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:14:38.6515041Z Prepare all required actions 2025-01-24T08:14:38.6515734Z Getting action download info 2025-01-24T08:14:39.1876123Z ##[group]Run ./.github/actions/setup-rocm 2025-01-24T08:14:39.1876351Z env: 2025-01-24T08:14:39.1876496Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.1876678Z ##[endgroup] 2025-01-24T08:14:39.1895908Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T08:14:39.1896309Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T08:14:39.1896812Z # shellcheck disable=SC2046 2025-01-24T08:14:39.1897055Z docker stop $(docker ps -q) || true 2025-01-24T08:14:39.1897298Z # Prune all stopped containers. 2025-01-24T08:14:39.1897520Z docker container prune -f 2025-01-24T08:14:39.1920536Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.1920808Z env: 2025-01-24T08:14:39.1920952Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.1921169Z ##[endgroup] 2025-01-24T08:14:39.2300362Z "docker stop" requires at least 1 argument. 2025-01-24T08:14:39.2300787Z See 'docker stop --help'. 2025-01-24T08:14:39.2301002Z 2025-01-24T08:14:39.2301259Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-01-24T08:14:39.2301562Z 2025-01-24T08:14:39.2301866Z Stop one or more running containers 2025-01-24T08:14:39.2466047Z Total reclaimed space: 0B 2025-01-24T08:14:39.2509343Z ##[group]Run cat /etc/os-release || true 2025-01-24T08:14:39.2509645Z cat /etc/os-release || true 2025-01-24T08:14:39.2509970Z cat /etc/apt/sources.list.d/rocm.list || true 2025-01-24T08:14:39.2510294Z cat /opt/rocm/.info/version || true 2025-01-24T08:14:39.2510558Z whoami 2025-01-24T08:14:39.2543130Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.2543604Z env: 2025-01-24T08:14:39.2543863Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.2544184Z ##[endgroup] 2025-01-24T08:14:39.2611672Z PRETTY_NAME="Ubuntu 22.04.3 LTS" 2025-01-24T08:14:39.2611919Z NAME="Ubuntu" 2025-01-24T08:14:39.2612151Z VERSION_ID="22.04" 2025-01-24T08:14:39.2612378Z VERSION="22.04.3 LTS (Jammy Jellyfish)" 2025-01-24T08:14:39.2612615Z VERSION_CODENAME=jammy 2025-01-24T08:14:39.2612800Z ID=ubuntu 2025-01-24T08:14:39.2613030Z ID_LIKE=debian 2025-01-24T08:14:39.2613225Z HOME_URL="https://www.ubuntu.com/" 2025-01-24T08:14:39.2613469Z SUPPORT_URL="https://help.ubuntu.com/" 2025-01-24T08:14:39.2613724Z BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2025-01-24T08:14:39.2614114Z PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2025-01-24T08:14:39.2614466Z UBUNTU_CODENAME=jammy 2025-01-24T08:14:39.2619281Z deb [arch=amd64] https://repo.radeon.com/rocm/apt/6.2.1 jammy main 2025-01-24T08:14:39.2627105Z 6.2.1-112 2025-01-24T08:14:39.2634703Z pytorchci 2025-01-24T08:14:39.2655511Z ##[group]Run dpkg -l | grep -E " amdgpu" 2025-01-24T08:14:39.2655785Z dpkg -l | grep -E " amdgpu" 2025-01-24T08:14:39.2680605Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.2680881Z env: 2025-01-24T08:14:39.2681032Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.2681216Z ##[endgroup] 2025-01-24T08:14:39.2831995Z ii amdgpu-core 1:6.2.60201-2038383.22.04 all Core meta package for unified amdgpu driver. 2025-01-24T08:14:39.2832975Z ii amdgpu-dkms 1:6.8.5.60201-2038383.22.04 all amdgpu driver in DKMS format. 2025-01-24T08:14:39.2834032Z ii amdgpu-dkms-firmware 1:6.8.5.60201-2038383.22.04 all firmware blobs used by amdgpu driver in DKMS format 2025-01-24T08:14:39.2835243Z ii amdgpu-install 6.2.60201-2038383.22.04 all AMDGPU driver repository and installer 2025-01-24T08:14:39.2858509Z ##[group]Run rocm-smi 2025-01-24T08:14:39.2858730Z rocm-smi 2025-01-24T08:14:39.2878309Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.2878589Z env: 2025-01-24T08:14:39.2878735Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.2878920Z ##[endgroup] 2025-01-24T08:14:39.3697008Z 2025-01-24T08:14:39.3697080Z 2025-01-24T08:14:39.3697338Z ========================================= ROCm System Management Interface ========================================= 2025-01-24T08:14:39.3697720Z =================================================== Concise Info =================================================== 2025-01-24T08:14:39.3698387Z Device Node IDs Temp Power Partitions SCLK MCLK Fan Perf PwrCap VRAM% GPU% 2025-01-24T08:14:39.3698990Z  (DID, GUID) (Edge) (Avg) (Mem, Compute, ID)  2025-01-24T08:14:39.3699330Z ==================================================================================================================== 2025-01-24T08:14:39.3699843Z 0 2 0x740f, 12261 42.0°C 42.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 300.0W 0% 0% 2025-01-24T08:14:39.3700314Z 1 3 0x740f, 36740 39.0°C 42.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 300.0W 0% 0% 2025-01-24T08:14:39.3706434Z ==================================================================================================================== 2025-01-24T08:14:39.3706777Z =============================================== End of ROCm SMI Log ================================================ 2025-01-24T08:14:39.3838510Z ##[group]Run rocminfo 2025-01-24T08:14:39.3838945Z rocminfo 2025-01-24T08:14:39.3881122Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.3881776Z env: 2025-01-24T08:14:39.3882120Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.3882547Z ##[endgroup] 2025-01-24T08:14:39.4656127Z ROCk module version 6.8.5 is loaded 2025-01-24T08:14:39.4656437Z ===================== 2025-01-24T08:14:39.4656674Z HSA System Attributes 2025-01-24T08:14:39.4656902Z ===================== 2025-01-24T08:14:39.4657110Z Runtime Version: 1.14 2025-01-24T08:14:39.4657336Z Runtime Ext Version: 1.6 2025-01-24T08:14:39.4657591Z System Timestamp Freq.: 1000.000000MHz 2025-01-24T08:14:39.4658076Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2025-01-24T08:14:39.4658678Z Machine Model: LARGE 2025-01-24T08:14:39.4659089Z System Endianness: LITTLE 2025-01-24T08:14:39.4659455Z Mwaitx: DISABLED 2025-01-24T08:14:39.4659697Z DMAbuf Support: YES 2025-01-24T08:14:39.4659840Z 2025-01-24T08:14:39.4659914Z ========== 2025-01-24T08:14:39.4660120Z HSA Agents 2025-01-24T08:14:39.4660317Z ========== 2025-01-24T08:14:39.4660503Z ******* 2025-01-24T08:14:39.4660696Z Agent 1 2025-01-24T08:14:39.4660887Z ******* 2025-01-24T08:14:39.4661135Z Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:14:39.4661498Z Uuid: CPU-XX 2025-01-24T08:14:39.4661836Z Marketing Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:14:39.4662175Z Vendor Name: CPU 2025-01-24T08:14:39.4662500Z Feature: None specified 2025-01-24T08:14:39.4662831Z Profile: FULL_PROFILE 2025-01-24T08:14:39.4663169Z Float Round Mode: NEAR 2025-01-24T08:14:39.4663561Z Max Queue Number: 0(0x0) 2025-01-24T08:14:39.4663894Z Queue Min Size: 0(0x0) 2025-01-24T08:14:39.4664236Z Queue Max Size: 0(0x0) 2025-01-24T08:14:39.4664558Z Queue Type: MULTI 2025-01-24T08:14:39.4665126Z Node: 0 2025-01-24T08:14:39.4665447Z Device Type: CPU 2025-01-24T08:14:39.4665747Z Cache Info: 2025-01-24T08:14:39.4666000Z L1: 32768(0x8000) KB 2025-01-24T08:14:39.4666313Z Chip ID: 0(0x0) 2025-01-24T08:14:39.4666642Z ASIC Revision: 0(0x0) 2025-01-24T08:14:39.4666984Z Cacheline Size: 64(0x40) 2025-01-24T08:14:39.4667551Z Max Clock Freq. (MHz): 2600 2025-01-24T08:14:39.4667872Z BDFID: 0 2025-01-24T08:14:39.4668179Z Internal Node ID: 0 2025-01-24T08:14:39.4668526Z Compute Unit: 32 2025-01-24T08:14:39.4668855Z SIMDs per CU: 0 2025-01-24T08:14:39.4669171Z Shader Engines: 0 2025-01-24T08:14:39.4669511Z Shader Arrs. per Eng.: 0 2025-01-24T08:14:39.4669868Z WatchPts on Addr. Ranges:1 2025-01-24T08:14:39.4670176Z Memory Properties: 2025-01-24T08:14:39.4670409Z Features: None 2025-01-24T08:14:39.4670636Z Pool Info: 2025-01-24T08:14:39.4670846Z Pool 1 2025-01-24T08:14:39.4671136Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:14:39.4671475Z Size: 65790776(0x3ebe338) KB 2025-01-24T08:14:39.4671794Z Allocatable: TRUE 2025-01-24T08:14:39.4672138Z Alloc Granule: 4KB 2025-01-24T08:14:39.4672495Z Alloc Recommended Granule:4KB 2025-01-24T08:14:39.4672855Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4673204Z Accessible by all: TRUE 2025-01-24T08:14:39.4673504Z Pool 2 2025-01-24T08:14:39.4673776Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:14:39.4674093Z Size: 65790776(0x3ebe338) KB 2025-01-24T08:14:39.4674414Z Allocatable: TRUE 2025-01-24T08:14:39.4674757Z Alloc Granule: 4KB 2025-01-24T08:14:39.4675103Z Alloc Recommended Granule:4KB 2025-01-24T08:14:39.4675460Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4675806Z Accessible by all: TRUE 2025-01-24T08:14:39.4676094Z Pool 3 2025-01-24T08:14:39.4676374Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:14:39.4676703Z Size: 65790776(0x3ebe338) KB 2025-01-24T08:14:39.4677020Z Allocatable: TRUE 2025-01-24T08:14:39.4677359Z Alloc Granule: 4KB 2025-01-24T08:14:39.4677716Z Alloc Recommended Granule:4KB 2025-01-24T08:14:39.4678072Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4678426Z Accessible by all: TRUE 2025-01-24T08:14:39.4678727Z ISA Info: 2025-01-24T08:14:39.4678935Z ******* 2025-01-24T08:14:39.4679138Z Agent 2 2025-01-24T08:14:39.4679335Z ******* 2025-01-24T08:14:39.4679661Z Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:14:39.4679977Z Uuid: CPU-XX 2025-01-24T08:14:39.4680554Z Marketing Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:14:39.4680900Z Vendor Name: CPU 2025-01-24T08:14:39.4681226Z Feature: None specified 2025-01-24T08:14:39.4681558Z Profile: FULL_PROFILE 2025-01-24T08:14:39.4681881Z Float Round Mode: NEAR 2025-01-24T08:14:39.4682215Z Max Queue Number: 0(0x0) 2025-01-24T08:14:39.4682701Z Queue Min Size: 0(0x0) 2025-01-24T08:14:39.4683018Z Queue Max Size: 0(0x0) 2025-01-24T08:14:39.4683340Z Queue Type: MULTI 2025-01-24T08:14:39.4683640Z Node: 1 2025-01-24T08:14:39.4683946Z Device Type: CPU 2025-01-24T08:14:39.4684243Z Cache Info: 2025-01-24T08:14:39.4684479Z L1: 32768(0x8000) KB 2025-01-24T08:14:39.4684765Z Chip ID: 0(0x0) 2025-01-24T08:14:39.4685081Z ASIC Revision: 0(0x0) 2025-01-24T08:14:39.4685413Z Cacheline Size: 64(0x40) 2025-01-24T08:14:39.4685741Z Max Clock Freq. (MHz): 2600 2025-01-24T08:14:39.4686059Z BDFID: 0 2025-01-24T08:14:39.4686373Z Internal Node ID: 1 2025-01-24T08:14:39.4686696Z Compute Unit: 32 2025-01-24T08:14:39.4687009Z SIMDs per CU: 0 2025-01-24T08:14:39.4687336Z Shader Engines: 0 2025-01-24T08:14:39.4687677Z Shader Arrs. per Eng.: 0 2025-01-24T08:14:39.4688021Z WatchPts on Addr. Ranges:1 2025-01-24T08:14:39.4688327Z Memory Properties: 2025-01-24T08:14:39.4688551Z Features: None 2025-01-24T08:14:39.4688828Z Pool Info: 2025-01-24T08:14:39.4689034Z Pool 1 2025-01-24T08:14:39.4689303Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:14:39.4689631Z Size: 66046476(0x3efca0c) KB 2025-01-24T08:14:39.4689955Z Allocatable: TRUE 2025-01-24T08:14:39.4690293Z Alloc Granule: 4KB 2025-01-24T08:14:39.4690648Z Alloc Recommended Granule:4KB 2025-01-24T08:14:39.4691003Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4691351Z Accessible by all: TRUE 2025-01-24T08:14:39.4691652Z Pool 2 2025-01-24T08:14:39.4691916Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:14:39.4692241Z Size: 66046476(0x3efca0c) KB 2025-01-24T08:14:39.4692559Z Allocatable: TRUE 2025-01-24T08:14:39.4692896Z Alloc Granule: 4KB 2025-01-24T08:14:39.4693242Z Alloc Recommended Granule:4KB 2025-01-24T08:14:39.4693607Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4693957Z Accessible by all: TRUE 2025-01-24T08:14:39.4694255Z Pool 3 2025-01-24T08:14:39.4694522Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:14:39.4694844Z Size: 66046476(0x3efca0c) KB 2025-01-24T08:14:39.4695292Z Allocatable: TRUE 2025-01-24T08:14:39.4695634Z Alloc Granule: 4KB 2025-01-24T08:14:39.4695986Z Alloc Recommended Granule:4KB 2025-01-24T08:14:39.4696337Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4696686Z Accessible by all: TRUE 2025-01-24T08:14:39.4696984Z ISA Info: 2025-01-24T08:14:39.4697322Z ******* 2025-01-24T08:14:39.4697524Z Agent 3 2025-01-24T08:14:39.4697722Z ******* 2025-01-24T08:14:39.4697948Z Name: gfx90a 2025-01-24T08:14:39.4698262Z Uuid: GPU-57cd99ed4cd4643e 2025-01-24T08:14:39.4698604Z Marketing Name: AMD Instinct MI210 2025-01-24T08:14:39.4698944Z Vendor Name: AMD 2025-01-24T08:14:39.4699279Z Feature: KERNEL_DISPATCH 2025-01-24T08:14:39.4699608Z Profile: BASE_PROFILE 2025-01-24T08:14:39.4699935Z Float Round Mode: NEAR 2025-01-24T08:14:39.4700273Z Max Queue Number: 128(0x80) 2025-01-24T08:14:39.4700602Z Queue Min Size: 64(0x40) 2025-01-24T08:14:39.4700924Z Queue Max Size: 131072(0x20000) 2025-01-24T08:14:39.4701257Z Queue Type: MULTI 2025-01-24T08:14:39.4701578Z Node: 2 2025-01-24T08:14:39.4701929Z Device Type: GPU 2025-01-24T08:14:39.4702503Z Cache Info: 2025-01-24T08:14:39.4703044Z L1: 16(0x10) KB 2025-01-24T08:14:39.4703682Z L2: 8192(0x2000) KB 2025-01-24T08:14:39.4704333Z Chip ID: 29711(0x740f) 2025-01-24T08:14:39.4705005Z ASIC Revision: 1(0x1) 2025-01-24T08:14:39.4705648Z Cacheline Size: 64(0x40) 2025-01-24T08:14:39.4706297Z Max Clock Freq. (MHz): 1700 2025-01-24T08:14:39.4706903Z BDFID: 768 2025-01-24T08:14:39.4707517Z Internal Node ID: 2 2025-01-24T08:14:39.4708153Z Compute Unit: 104 2025-01-24T08:14:39.4708766Z SIMDs per CU: 4 2025-01-24T08:14:39.4709399Z Shader Engines: 8 2025-01-24T08:14:39.4710048Z Shader Arrs. per Eng.: 1 2025-01-24T08:14:39.4710728Z WatchPts on Addr. Ranges:4 2025-01-24T08:14:39.4711415Z Coherent Host Access: FALSE 2025-01-24T08:14:39.4712150Z Memory Properties: 2025-01-24T08:14:39.4712729Z Features: KERNEL_DISPATCH 2025-01-24T08:14:39.4713440Z Fast F16 Operation: TRUE 2025-01-24T08:14:39.4714259Z Wavefront Size: 64(0x40) 2025-01-24T08:14:39.4715062Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:14:39.4715794Z Workgroup Max Size per Dimension: 2025-01-24T08:14:39.4716378Z x 1024(0x400) 2025-01-24T08:14:39.4717009Z y 1024(0x400) 2025-01-24T08:14:39.4717587Z z 1024(0x400) 2025-01-24T08:14:39.4718158Z Max Waves Per CU: 32(0x20) 2025-01-24T08:14:39.4719096Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:14:39.4719869Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:14:39.4720438Z Grid Max Size per Dimension: 2025-01-24T08:14:39.4720902Z x 4294967295(0xffffffff) 2025-01-24T08:14:39.4721439Z y 4294967295(0xffffffff) 2025-01-24T08:14:39.4721958Z z 4294967295(0xffffffff) 2025-01-24T08:14:39.4722864Z Max fbarriers/Workgrp: 32 2025-01-24T08:14:39.4730083Z Packet Processor uCode:: 83 2025-01-24T08:14:39.4730897Z SDMA engine uCode:: 8 2025-01-24T08:14:39.4731604Z IOMMU Support:: None 2025-01-24T08:14:39.4732292Z Pool Info: 2025-01-24T08:14:39.4732816Z Pool 1 2025-01-24T08:14:39.4733469Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:14:39.4733922Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:14:39.4734300Z Allocatable: TRUE 2025-01-24T08:14:39.4734639Z Alloc Granule: 4KB 2025-01-24T08:14:39.4734997Z Alloc Recommended Granule:2048KB 2025-01-24T08:14:39.4735363Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4735713Z Accessible by all: FALSE 2025-01-24T08:14:39.4736014Z Pool 2 2025-01-24T08:14:39.4736289Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:14:39.4736618Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:14:39.4736952Z Allocatable: TRUE 2025-01-24T08:14:39.4737305Z Alloc Granule: 4KB 2025-01-24T08:14:39.4737661Z Alloc Recommended Granule:2048KB 2025-01-24T08:14:39.4738027Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4738376Z Accessible by all: FALSE 2025-01-24T08:14:39.4738674Z Pool 3 2025-01-24T08:14:39.4738938Z Segment: GROUP 2025-01-24T08:14:39.4739241Z Size: 64(0x40) KB 2025-01-24T08:14:39.4739557Z Allocatable: FALSE 2025-01-24T08:14:39.4739898Z Alloc Granule: 0KB 2025-01-24T08:14:39.4740250Z Alloc Recommended Granule:0KB 2025-01-24T08:14:39.4740601Z Alloc Alignment: 0KB 2025-01-24T08:14:39.4740950Z Accessible by all: FALSE 2025-01-24T08:14:39.4741253Z ISA Info: 2025-01-24T08:14:39.4741468Z ISA 1 2025-01-24T08:14:39.4741800Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:14:39.4742463Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:14:39.4743275Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:14:39.4744065Z Default Rounding Mode: NEAR 2025-01-24T08:14:39.4744877Z Default Rounding Mode: NEAR 2025-01-24T08:14:39.4745514Z Fast f16: TRUE 2025-01-24T08:14:39.4746142Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:14:39.4746766Z Workgroup Max Size per Dimension: 2025-01-24T08:14:39.4747312Z x 1024(0x400) 2025-01-24T08:14:39.4748229Z y 1024(0x400) 2025-01-24T08:14:39.4748769Z z 1024(0x400) 2025-01-24T08:14:39.4749357Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:14:39.4749930Z Grid Max Size per Dimension: 2025-01-24T08:14:39.4750449Z x 4294967295(0xffffffff) 2025-01-24T08:14:39.4751019Z y 4294967295(0xffffffff) 2025-01-24T08:14:39.4751798Z z 4294967295(0xffffffff) 2025-01-24T08:14:39.4752430Z FBarrier Max Size: 32 2025-01-24T08:14:39.4753020Z ******* 2025-01-24T08:14:39.4753421Z Agent 4 2025-01-24T08:14:39.4753814Z ******* 2025-01-24T08:14:39.4754271Z Name: gfx90a 2025-01-24T08:14:39.4754895Z Uuid: GPU-6b7c2bd8af06ff6a 2025-01-24T08:14:39.4755546Z Marketing Name: AMD Instinct MI210 2025-01-24T08:14:39.4756216Z Vendor Name: AMD 2025-01-24T08:14:39.4756866Z Feature: KERNEL_DISPATCH 2025-01-24T08:14:39.4757505Z Profile: BASE_PROFILE 2025-01-24T08:14:39.4758153Z Float Round Mode: NEAR 2025-01-24T08:14:39.4758820Z Max Queue Number: 128(0x80) 2025-01-24T08:14:39.4759579Z Queue Min Size: 64(0x40) 2025-01-24T08:14:39.4760214Z Queue Max Size: 131072(0x20000) 2025-01-24T08:14:39.4760838Z Queue Type: MULTI 2025-01-24T08:14:39.4761415Z Node: 3 2025-01-24T08:14:39.4762019Z Device Type: GPU 2025-01-24T08:14:39.4762574Z Cache Info: 2025-01-24T08:14:39.4763026Z L1: 16(0x10) KB 2025-01-24T08:14:39.4763580Z L2: 8192(0x2000) KB 2025-01-24T08:14:39.4764194Z Chip ID: 29711(0x740f) 2025-01-24T08:14:39.4764906Z ASIC Revision: 1(0x1) 2025-01-24T08:14:39.4765681Z Cacheline Size: 64(0x40) 2025-01-24T08:14:39.4766461Z Max Clock Freq. (MHz): 1700 2025-01-24T08:14:39.4767180Z BDFID: 33536 2025-01-24T08:14:39.4767896Z Internal Node ID: 3 2025-01-24T08:14:39.4768656Z Compute Unit: 104 2025-01-24T08:14:39.4769388Z SIMDs per CU: 4 2025-01-24T08:14:39.4770136Z Shader Engines: 8 2025-01-24T08:14:39.4770608Z Shader Arrs. per Eng.: 1 2025-01-24T08:14:39.4770991Z WatchPts on Addr. Ranges:4 2025-01-24T08:14:39.4771342Z Coherent Host Access: FALSE 2025-01-24T08:14:39.4771651Z Memory Properties: 2025-01-24T08:14:39.4771893Z Features: KERNEL_DISPATCH 2025-01-24T08:14:39.4772206Z Fast F16 Operation: TRUE 2025-01-24T08:14:39.4772548Z Wavefront Size: 64(0x40) 2025-01-24T08:14:39.4772893Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:14:39.4773200Z Workgroup Max Size per Dimension: 2025-01-24T08:14:39.4773467Z x 1024(0x400) 2025-01-24T08:14:39.4773741Z y 1024(0x400) 2025-01-24T08:14:39.4774161Z z 1024(0x400) 2025-01-24T08:14:39.4774465Z Max Waves Per CU: 32(0x20) 2025-01-24T08:14:39.4774801Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:14:39.4775130Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:14:39.4775427Z Grid Max Size per Dimension: 2025-01-24T08:14:39.4775663Z x 4294967295(0xffffffff) 2025-01-24T08:14:39.4776083Z y 4294967295(0xffffffff) 2025-01-24T08:14:39.4776356Z z 4294967295(0xffffffff) 2025-01-24T08:14:39.4776685Z Max fbarriers/Workgrp: 32 2025-01-24T08:14:39.4777047Z Packet Processor uCode:: 83 2025-01-24T08:14:39.4777402Z SDMA engine uCode:: 8 2025-01-24T08:14:39.4777750Z IOMMU Support:: None 2025-01-24T08:14:39.4778045Z Pool Info: 2025-01-24T08:14:39.4778271Z Pool 1 2025-01-24T08:14:39.4778552Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:14:39.4778879Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:14:39.4779206Z Allocatable: TRUE 2025-01-24T08:14:39.4779548Z Alloc Granule: 4KB 2025-01-24T08:14:39.4779911Z Alloc Recommended Granule:2048KB 2025-01-24T08:14:39.4780277Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4780626Z Accessible by all: FALSE 2025-01-24T08:14:39.4780925Z Pool 2 2025-01-24T08:14:39.4781193Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:14:39.4781525Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:14:39.4781843Z Allocatable: TRUE 2025-01-24T08:14:39.4782189Z Alloc Granule: 4KB 2025-01-24T08:14:39.4782616Z Alloc Recommended Granule:2048KB 2025-01-24T08:14:39.4783401Z Alloc Alignment: 4KB 2025-01-24T08:14:39.4784191Z Accessible by all: FALSE 2025-01-24T08:14:39.4784875Z Pool 3 2025-01-24T08:14:39.4785445Z Segment: GROUP 2025-01-24T08:14:39.4786031Z Size: 64(0x40) KB 2025-01-24T08:14:39.4786645Z Allocatable: FALSE 2025-01-24T08:14:39.4787305Z Alloc Granule: 0KB 2025-01-24T08:14:39.4787991Z Alloc Recommended Granule:0KB 2025-01-24T08:14:39.4788682Z Alloc Alignment: 0KB 2025-01-24T08:14:39.4789358Z Accessible by all: FALSE 2025-01-24T08:14:39.4789925Z ISA Info: 2025-01-24T08:14:39.4790325Z ISA 1 2025-01-24T08:14:39.4790860Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:14:39.4791556Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:14:39.4792265Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:14:39.4792948Z Default Rounding Mode: NEAR 2025-01-24T08:14:39.4793642Z Default Rounding Mode: NEAR 2025-01-24T08:14:39.4794295Z Fast f16: TRUE 2025-01-24T08:14:39.4795191Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:14:39.4795803Z Workgroup Max Size per Dimension: 2025-01-24T08:14:39.4796333Z x 1024(0x400) 2025-01-24T08:14:39.4796871Z y 1024(0x400) 2025-01-24T08:14:39.4797383Z z 1024(0x400) 2025-01-24T08:14:39.4797975Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:14:39.4798554Z Grid Max Size per Dimension: 2025-01-24T08:14:39.4799262Z x 4294967295(0xffffffff) 2025-01-24T08:14:39.4799903Z y 4294967295(0xffffffff) 2025-01-24T08:14:39.4800447Z z 4294967295(0xffffffff) 2025-01-24T08:14:39.4801054Z FBarrier Max Size: 32 2025-01-24T08:14:39.4801619Z *** Done *** 2025-01-24T08:14:39.4916839Z ##[group]Run ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-01-24T08:14:39.4917274Z ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-01-24T08:14:39.4917938Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-01-24T08:14:39.4918560Z if [[ $ngpu -eq 0 ]]; then 2025-01-24T08:14:39.4918878Z  echo "Error: Failed to detect any GPUs on the runner" 2025-01-24T08:14:39.4919217Z  echo "$msg" 2025-01-24T08:14:39.4919537Z  exit 1 2025-01-24T08:14:39.4919725Z fi 2025-01-24T08:14:39.4919914Z if [[ $ngpu -eq 1 ]]; then 2025-01-24T08:14:39.4920305Z  echo "Error: only 1 GPU detected, at least 2 GPUs are needed for distributed jobs" 2025-01-24T08:14:39.4920694Z  echo "$msg" 2025-01-24T08:14:39.4920898Z  exit 1 2025-01-24T08:14:39.4921087Z fi 2025-01-24T08:14:39.4965521Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.4966166Z env: 2025-01-24T08:14:39.4966532Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.4966953Z ##[endgroup] 2025-01-24T08:14:39.5938720Z ##[group]Run pytorch/pytorch/.github/actions/diskspace-cleanup@main 2025-01-24T08:14:39.5939005Z with: 2025-01-24T08:14:39.5939153Z diskspace-cutoff: 70 2025-01-24T08:14:39.5939318Z env: 2025-01-24T08:14:39.5939463Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.5939637Z ##[endgroup] 2025-01-24T08:14:39.5970558Z ##[group]Run set -ex 2025-01-24T08:14:39.5970761Z set -ex 2025-01-24T08:14:39.5970926Z diskspace_cutoff=70 2025-01-24T08:14:39.5971187Z docker_root_dir=$(docker info -f '{{.DockerRootDir}}') 2025-01-24T08:14:39.5971533Z if [ ! -d "$docker_root_dir" ]; then 2025-01-24T08:14:39.5971970Z  echo "Docker root directory ($docker_root_dir) does not exist. Skipping disk space check." 2025-01-24T08:14:39.5972376Z  exit 0 2025-01-24T08:14:39.5972575Z fi 2025-01-24T08:14:39.5972926Z diskspace=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T08:14:39.5973664Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-01-24T08:14:39.5974246Z if [[ "$diskspace" -ge "$diskspace_cutoff" ]] ; then 2025-01-24T08:14:39.5974509Z  docker system prune -af 2025-01-24T08:14:39.5974867Z  diskspace_new=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T08:14:39.5975264Z  if [[ "$diskspace_new" -gt "$diskspace_cutoff" ]] ; then 2025-01-24T08:14:39.5975684Z  echo "Error: Available diskspace is less than $diskspace_cutoff percent. Not enough diskspace." 2025-01-24T08:14:39.5976047Z  echo "$msg" 2025-01-24T08:14:39.5976238Z  exit 1 2025-01-24T08:14:39.5976615Z  else 2025-01-24T08:14:39.5976819Z  difference=$((diskspace - diskspace_new)) 2025-01-24T08:14:39.5977109Z  echo "Diskspace saved: $difference percent" 2025-01-24T08:14:39.5977345Z  fi 2025-01-24T08:14:39.5977492Z fi 2025-01-24T08:14:39.5996354Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.5996619Z env: 2025-01-24T08:14:39.5996762Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.5996944Z ##[endgroup] 2025-01-24T08:14:39.6039553Z + diskspace_cutoff=70 2025-01-24T08:14:39.6047857Z ++ docker info -f '{{.DockerRootDir}}' 2025-01-24T08:14:39.6608325Z + docker_root_dir=/home/pytorchci/.local/share/docker 2025-01-24T08:14:39.6608941Z + '[' '!' -d /home/pytorchci/.local/share/docker ']' 2025-01-24T08:14:39.6616548Z ++ df -H --output=pcent /home/pytorchci/.local/share/docker 2025-01-24T08:14:39.6617582Z ++ sed -n 2p 2025-01-24T08:14:39.6618471Z ++ sed s/%// 2025-01-24T08:14:39.6619556Z ++ sed 's/ //' 2025-01-24T08:14:39.6633053Z + diskspace=66 2025-01-24T08:14:39.6633771Z + msg='Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified' 2025-01-24T08:14:39.6634395Z + [[ 66 -ge 70 ]] 2025-01-24T08:14:39.6657655Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-24T08:14:39.6657985Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-24T08:14:39.6658249Z rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-01-24T08:14:39.6658504Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-01-24T08:14:39.6658823Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-01-24T08:14:39.6659118Z  2025-01-24T08:14:39.6659330Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-01-24T08:14:39.6659620Z rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-01-24T08:14:39.6659872Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-01-24T08:14:39.6660225Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-01-24T08:14:39.6660547Z  2025-01-24T08:14:39.6660723Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-01-24T08:14:39.6660991Z rm -rf "${RUNNER_DOCS_DIR}" 2025-01-24T08:14:39.6661250Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-01-24T08:14:39.6661596Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-01-24T08:14:39.6680251Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.6680530Z env: 2025-01-24T08:14:39.6680679Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.6680857Z ##[endgroup] 2025-01-24T08:14:39.6803435Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-24T08:14:39.6803850Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-24T08:14:39.6804200Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-24T08:14:39.6825489Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.6825764Z env: 2025-01-24T08:14:39.6825919Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.6826206Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:39.6826629Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:39.6827019Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:39.6827289Z ##[endgroup] 2025-01-24T08:14:39.6910233Z ##[group]Run # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2025-01-24T08:14:39.6910882Z # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2025-01-24T08:14:39.6911506Z # Add render group for container creation. 2025-01-24T08:14:39.6912170Z render_gid=`cat /etc/group | grep render | cut -d: -f3` 2025-01-24T08:14:39.6913498Z # The --group-add daemon and --group-add bin are needed in the Ubuntu 24.04 and Almalinux OSs respectively. 2025-01-24T08:14:39.6914552Z # This is due to the device files (/dev/kfd & /dev/dri) being owned by video group on bare metal. 2025-01-24T08:14:39.6915446Z # This video group ID maps to subgid 1 inside the docker image due to the /etc/subgid entries. 2025-01-24T08:14:39.6916360Z # The group name corresponding to group ID 1 can change depending on the OS, so both are necessary. 2025-01-24T08:14:39.6917964Z echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add $render_gid --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host" >> "${GITHUB_ENV}" 2025-01-24T08:14:39.6945325Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:39.6945663Z env: 2025-01-24T08:14:39.6945853Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.6946212Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:39.6946740Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:39.6947214Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:39.6947547Z ##[endgroup] 2025-01-24T08:14:39.7075252Z ##[group]Run aws-actions/configure-aws-credentials@v4 2025-01-24T08:14:39.7075533Z with: 2025-01-24T08:14:39.7075782Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only 2025-01-24T08:14:39.7076092Z aws-region: us-east-1 2025-01-24T08:14:39.7076292Z role-duration-seconds: 18000 2025-01-24T08:14:39.7076484Z audience: sts.amazonaws.com 2025-01-24T08:14:39.7076667Z env: 2025-01-24T08:14:39.7076809Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:39.7077086Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:39.7077505Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:39.7077891Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:39.7078597Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:39.7079213Z ##[endgroup] 2025-01-24T08:14:40.1618660Z Assuming role with OIDC 2025-01-24T08:14:40.5448300Z Authenticated as assumedRoleId AROAUPVRELQNLLCOPFEJR:GitHubActions 2025-01-24T08:14:40.6611800Z ##[group]Run aws-actions/amazon-ecr-login@v2 2025-01-24T08:14:40.6612466Z with: 2025-01-24T08:14:40.6612860Z mask-password: true 2025-01-24T08:14:40.6613329Z registry-type: private 2025-01-24T08:14:40.6613787Z skip-logout: false 2025-01-24T08:14:40.6614184Z env: 2025-01-24T08:14:40.6614543Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:40.6615502Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:40.6645804Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:40.6646842Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:40.6648563Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:40.6650101Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:40.6650625Z AWS_REGION: us-east-1 2025-01-24T08:14:40.6651784Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:40.6652483Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:40.6663415Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:40.6663941Z ##[endgroup] 2025-01-24T08:14:41.1962734Z Logging into registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:41.9659025Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2025-01-24T08:14:41.9659890Z with: 2025-01-24T08:14:41.9661018Z docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:41.9662336Z docker-build-dir: .ci/docker 2025-01-24T08:14:41.9662839Z working-directory: . 2025-01-24T08:14:41.9663437Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:41.9664197Z force-push: false 2025-01-24T08:14:41.9664668Z env: 2025-01-24T08:14:41.9665090Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:41.9665909Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:41.9667507Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:41.9668458Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:41.9670200Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:41.9671727Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:41.9672215Z AWS_REGION: us-east-1 2025-01-24T08:14:41.9672853Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:41.9673521Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:41.9684439Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:41.9684894Z ##[endgroup] 2025-01-24T08:14:41.9722636Z ##[group]Run set -ex 2025-01-24T08:14:41.9723144Z set -ex 2025-01-24T08:14:41.9723538Z  2025-01-24T08:14:41.9724230Z # If the docker build directory or the build script doesn't exist, the action will 2025-01-24T08:14:41.9725386Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-01-24T08:14:41.9726346Z # job could then download the pre-built image as usual 2025-01-24T08:14:41.9727232Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-01-24T08:14:41.9728033Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:41.9728841Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:41.9729576Z  2025-01-24T08:14:41.9730207Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-01-24T08:14:41.9731139Z  exit 0 2025-01-24T08:14:41.9731542Z else 2025-01-24T08:14:41.9732022Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:41.9732600Z fi 2025-01-24T08:14:41.9732978Z  2025-01-24T08:14:41.9733575Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-01-24T08:14:41.9734605Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-01-24T08:14:41.9735522Z  # use it as it is, but first let's extract the tag 2025-01-24T08:14:41.9736377Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-01-24T08:14:41.9737284Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:41.9738141Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:41.9738835Z else 2025-01-24T08:14:41.9739389Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-01-24T08:14:41.9740214Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:41.9741343Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:41.9742305Z fi 2025-01-24T08:14:41.9792599Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:41.9793291Z env: 2025-01-24T08:14:41.9793732Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:41.9794890Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:41.9795986Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:41.9796972Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:41.9798676Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:41.9800427Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:41.9800922Z AWS_REGION: us-east-1 2025-01-24T08:14:41.9801496Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:41.9802218Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:41.9812841Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:41.9813320Z REPO_NAME: pytorch 2025-01-24T08:14:41.9814820Z DOCKER_IMAGE_NAME: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:41.9816112Z DOCKER_BUILD_DIR: .ci/docker 2025-01-24T08:14:41.9816760Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:41.9817439Z ##[endgroup] 2025-01-24T08:14:41.9887748Z + [[ ! -d .ci/docker ]] 2025-01-24T08:14:41.9888297Z + [[ ! -f .ci/docker/build.sh ]] 2025-01-24T08:14:41.9888793Z + echo skip=false 2025-01-24T08:14:41.9890346Z + [[ 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2025-01-24T08:14:41.9899458Z ++ echo 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:41.9900780Z ++ awk -F '[:,]' '{print $2}' 2025-01-24T08:14:41.9933894Z + DOCKER_TAG=bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:41.9934331Z + echo docker-tag=bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:41.9935081Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:41.9984551Z ##[group]Run set +e 2025-01-24T08:14:41.9984839Z set +e 2025-01-24T08:14:41.9985048Z set -x 2025-01-24T08:14:41.9985249Z  2025-01-24T08:14:41.9985439Z login() { 2025-01-24T08:14:41.9985940Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-01-24T08:14:41.9986915Z } 2025-01-24T08:14:41.9987343Z  2025-01-24T08:14:41.9987766Z retry () { 2025-01-24T08:14:41.9988323Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-01-24T08:14:41.9988960Z } 2025-01-24T08:14:41.9989323Z  2025-01-24T08:14:41.9989751Z retry login "${DOCKER_REGISTRY}" 2025-01-24T08:14:41.9990274Z  2025-01-24T08:14:41.9990648Z START_TIME=$(date +%s) 2025-01-24T08:14:41.9991157Z # Wait up to 90 minutes 2025-01-24T08:14:41.9991805Z while [[ $(( $(date +%s) - 5400 )) -lt $START_TIME ]]; do 2025-01-24T08:14:41.9992653Z  # Check if image already exists, if it does then skip building it 2025-01-24T08:14:41.9993484Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-01-24T08:14:41.9994111Z  exit 0 2025-01-24T08:14:41.9994513Z  fi 2025-01-24T08:14:41.9994881Z  2025-01-24T08:14:41.9995535Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-01-24T08:14:41.9996650Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-01-24T08:14:41.9997757Z  # latter, it will wait for the Docker images to become available before continuing 2025-01-24T08:14:41.9998651Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-01-24T08:14:41.9999374Z  # It's a Docker build job, let's build the image 2025-01-24T08:14:42.0000575Z  break 2025-01-24T08:14:42.0001038Z  else 2025-01-24T08:14:42.0001627Z  # It's a regular build job, wait for the image to become available 2025-01-24T08:14:42.0002348Z  sleep 300 2025-01-24T08:14:42.0002775Z  fi 2025-01-24T08:14:42.0003151Z done 2025-01-24T08:14:42.0003518Z  2025-01-24T08:14:42.0004123Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-01-24T08:14:42.0005092Z # be empty. The default action would be to continue rebuild the image 2025-01-24T08:14:42.0005961Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-01-24T08:14:42.0006740Z  # if we're on the base branch then use the parent commit 2025-01-24T08:14:42.0007758Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-01-24T08:14:42.0008293Z else 2025-01-24T08:14:42.0008839Z  # otherwise we're on a PR, so use the most recent base commit 2025-01-24T08:14:42.0009651Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-01-24T08:14:42.0010273Z fi 2025-01-24T08:14:42.0010636Z  2025-01-24T08:14:42.0011030Z if [[ -z "${MERGE_BASE}" ]]; then 2025-01-24T08:14:42.0011640Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:42.0012203Z  2025-01-24T08:14:42.0013141Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-01-24T08:14:42.0014246Z  exit 0 2025-01-24T08:14:42.0014701Z fi 2025-01-24T08:14:42.0015121Z  2025-01-24T08:14:42.0015740Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-01-24T08:14:42.0017113Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-01-24T08:14:42.0018312Z  exit 1 2025-01-24T08:14:42.0018742Z fi 2025-01-24T08:14:42.0019006Z  2025-01-24T08:14:42.0019399Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-01-24T08:14:42.0020051Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-01-24T08:14:42.0020577Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-01-24T08:14:42.0021179Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-01-24T08:14:42.0021846Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-01-24T08:14:42.0022250Z fi 2025-01-24T08:14:42.0022439Z  2025-01-24T08:14:42.0022673Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-01-24T08:14:42.0065749Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:42.0066094Z env: 2025-01-24T08:14:42.0066301Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:42.0066720Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:42.0067722Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:42.0068860Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:42.0070658Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:42.0072213Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:42.0072689Z AWS_REGION: us-east-1 2025-01-24T08:14:42.0073308Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:42.0074000Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:42.0084776Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:42.0085261Z DOCKER_BUILD_DIR: .ci/docker 2025-01-24T08:14:42.0085841Z BASE_REVISION: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:14:42.0087531Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:42.0088863Z DOCKER_TAG: bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:42.0089623Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:42.0090295Z DOCKER_PUSH: 2025-01-24T08:14:42.0090688Z ##[endgroup] 2025-01-24T08:14:42.0160568Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:42.0161400Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:42.0166817Z + aws ecr get-login-password --region us-east-1 2025-01-24T08:14:42.0168343Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:43.4536191Z WARNING! Your password will be stored unencrypted in /home/pytorchci/.docker/config.json. 2025-01-24T08:14:43.4538028Z Configure a credential helper to remove this warning. See 2025-01-24T08:14:43.4539021Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-24T08:14:43.4539714Z 2025-01-24T08:14:43.4540051Z Login Succeeded 2025-01-24T08:14:43.4591212Z ++ date +%s 2025-01-24T08:14:43.4609275Z + START_TIME=1737706483 2025-01-24T08:14:43.4615979Z ++ date +%s 2025-01-24T08:14:43.4634434Z + [[ 1737701083 -lt 1737706483 ]] 2025-01-24T08:14:43.4635887Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:44.9040315Z { 2025-01-24T08:14:44.9041223Z "schemaVersion": 2, 2025-01-24T08:14:44.9042024Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-01-24T08:14:44.9042787Z "config": { 2025-01-24T08:14:44.9043355Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-01-24T08:14:44.9044036Z "size": 23909, 2025-01-24T08:14:44.9044933Z "digest": "sha256:c86f02fc31a374514c1fd6a6b74f7d743846c853994f499d0554f54de3924f92" 2025-01-24T08:14:44.9045882Z }, 2025-01-24T08:14:44.9046589Z "layers": [ 2025-01-24T08:14:44.9047003Z { 2025-01-24T08:14:44.9047593Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9048310Z "size": 28583948, 2025-01-24T08:14:44.9049023Z "digest": "sha256:86e5016c269355b382c9cabab4f6646d56d75914f20d545289970436dae431b1" 2025-01-24T08:14:44.9049803Z }, 2025-01-24T08:14:44.9050130Z { 2025-01-24T08:14:44.9050690Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9051393Z "size": 1824, 2025-01-24T08:14:44.9052087Z "digest": "sha256:c69a98755e527120e45883c4d892b851f2dff2d32d676804f97eb1ee971d94a3" 2025-01-24T08:14:44.9052890Z }, 2025-01-24T08:14:44.9053219Z { 2025-01-24T08:14:44.9053775Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9054491Z "size": 312626543, 2025-01-24T08:14:44.9055205Z "digest": "sha256:e0187d360703443b536ed65e1110a580edb6bb7af847664ed8cd01477b4b2257" 2025-01-24T08:14:44.9055975Z }, 2025-01-24T08:14:44.9056294Z { 2025-01-24T08:14:44.9056835Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9057527Z "size": 863, 2025-01-24T08:14:44.9058203Z "digest": "sha256:ff60dd34e2dbe92e5a766b116d75aacf385fd7011898395d6661c190496c2f82" 2025-01-24T08:14:44.9058971Z }, 2025-01-24T08:14:44.9059290Z { 2025-01-24T08:14:44.9059817Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9060517Z "size": 106, 2025-01-24T08:14:44.9061206Z "digest": "sha256:d96b1146992765d233591498dc62a9be30e3e666a670f71644a3fb449aeb6e7b" 2025-01-24T08:14:44.9061987Z }, 2025-01-24T08:14:44.9062314Z { 2025-01-24T08:14:44.9062871Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9063632Z "size": 704, 2025-01-24T08:14:44.9064468Z "digest": "sha256:ea11b1d3c16b9e448d4c0e0ab97b57415e4cf5043bc3759c1a93a0c054e0ceb0" 2025-01-24T08:14:44.9065386Z }, 2025-01-24T08:14:44.9065720Z { 2025-01-24T08:14:44.9066804Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9067518Z "size": 1258, 2025-01-24T08:14:44.9068210Z "digest": "sha256:fa928f59c40e3179d6a5faf2f0fed84bb20a390645ac9a5730b316fb028a63d7" 2025-01-24T08:14:44.9068993Z }, 2025-01-24T08:14:44.9069303Z { 2025-01-24T08:14:44.9069833Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9070518Z "size": 3744, 2025-01-24T08:14:44.9071185Z "digest": "sha256:d70a05d2475283682908f523cc4a47507fe763e2c6b6c14152e426a2febedd00" 2025-01-24T08:14:44.9071948Z }, 2025-01-24T08:14:44.9072267Z { 2025-01-24T08:14:44.9072791Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9073470Z "size": 1860, 2025-01-24T08:14:44.9074135Z "digest": "sha256:9491b40fc614bdd4d42a03d389328a140603551d1a701c3199f83fdfe209f89d" 2025-01-24T08:14:44.9075247Z }, 2025-01-24T08:14:44.9075559Z { 2025-01-24T08:14:44.9076077Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9076785Z "size": 700, 2025-01-24T08:14:44.9077447Z "digest": "sha256:0cd502242d73940773f2c93c3cdb1c70de1ff9e351d0888e10a4948f36bda7d0" 2025-01-24T08:14:44.9078218Z }, 2025-01-24T08:14:44.9078539Z { 2025-01-24T08:14:44.9079073Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9079956Z "size": 2734617729, 2025-01-24T08:14:44.9080685Z "digest": "sha256:e8f810c1050f6bb9dec472695500fab48f116d8250a8e8ffb83daf270c79d4c8" 2025-01-24T08:14:44.9081473Z }, 2025-01-24T08:14:44.9081797Z { 2025-01-24T08:14:44.9082349Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9083037Z "size": 380, 2025-01-24T08:14:44.9083754Z "digest": "sha256:76886df9f2ba1d750ab9a5bf5ac395ff67f9c5f67d254f7b444f1ccd003f2a90" 2025-01-24T08:14:44.9084557Z }, 2025-01-24T08:14:44.9084877Z { 2025-01-24T08:14:44.9085418Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9086117Z "size": 12145, 2025-01-24T08:14:44.9086822Z "digest": "sha256:93b841a7a0dbe1601e7bda48287f679cba80c37bc830718ab3a77dfedc6d48a3" 2025-01-24T08:14:44.9087605Z }, 2025-01-24T08:14:44.9087925Z { 2025-01-24T08:14:44.9088527Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9089298Z "size": 505, 2025-01-24T08:14:44.9090009Z "digest": "sha256:2e81a6a958bda5eacee165e0af5bb3bd2859b89a2b5a8d89ffb04563bdc0a726" 2025-01-24T08:14:44.9090848Z }, 2025-01-24T08:14:44.9091179Z { 2025-01-24T08:14:44.9091726Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9092460Z "size": 121477505, 2025-01-24T08:14:44.9093174Z "digest": "sha256:8c539d43176297a789ffacf0c76a15779fae26a09d8ceef25d6f6da04665cceb" 2025-01-24T08:14:44.9093962Z }, 2025-01-24T08:14:44.9094282Z { 2025-01-24T08:14:44.9094803Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9095484Z "size": 109, 2025-01-24T08:14:44.9096150Z "digest": "sha256:e494dc50728329a87f323da466655195c1ed309caf08f167983747925d99688d" 2025-01-24T08:14:44.9096907Z }, 2025-01-24T08:14:44.9097218Z { 2025-01-24T08:14:44.9097745Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9098424Z "size": 491, 2025-01-24T08:14:44.9099073Z "digest": "sha256:710a28baf4044fe6c201830292389dfa06fb320189803a71c18636989790ce77" 2025-01-24T08:14:44.9099826Z }, 2025-01-24T08:14:44.9100138Z { 2025-01-24T08:14:44.9100656Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9101330Z "size": 299, 2025-01-24T08:14:44.9101992Z "digest": "sha256:95e8692fecbc780d60e0ff1a44c315ab889d5f56e46c778a521355be85ef57c3" 2025-01-24T08:14:44.9102764Z }, 2025-01-24T08:14:44.9103080Z { 2025-01-24T08:14:44.9103616Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9104295Z "size": 103, 2025-01-24T08:14:44.9105264Z "digest": "sha256:fa247f6f8270eb8af6876a21188a804515e36f4cf0d1c0a4829fa293234f65b8" 2025-01-24T08:14:44.9106054Z }, 2025-01-24T08:14:44.9106371Z { 2025-01-24T08:14:44.9106895Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9107567Z "size": 1473, 2025-01-24T08:14:44.9108239Z "digest": "sha256:0610c4d0eb955bc403d456444c591d7d415641b1a78ed136dd1e99917b7bd7ba" 2025-01-24T08:14:44.9109016Z }, 2025-01-24T08:14:44.9109337Z { 2025-01-24T08:14:44.9109862Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9110549Z "size": 427248877, 2025-01-24T08:14:44.9111226Z "digest": "sha256:5c88ef18bb9010683699082caeb3a9495b93c113435ec21285966d3dd17b058f" 2025-01-24T08:14:44.9111975Z }, 2025-01-24T08:14:44.9112291Z { 2025-01-24T08:14:44.9112809Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9113798Z "size": 164, 2025-01-24T08:14:44.9114455Z "digest": "sha256:ae4554d711b5288060e62fec6e23057ceb6e27087072ce62660168905c30e495" 2025-01-24T08:14:44.9115217Z }, 2025-01-24T08:14:44.9115547Z { 2025-01-24T08:14:44.9116072Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9116740Z "size": 1944, 2025-01-24T08:14:44.9117405Z "digest": "sha256:7085d5214abe4713503370285f8f7ae3f1615e774cb8c6a69d743c0c7f9475cc" 2025-01-24T08:14:44.9118168Z }, 2025-01-24T08:14:44.9118489Z { 2025-01-24T08:14:44.9119009Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9119792Z "size": 8674691917, 2025-01-24T08:14:44.9120487Z "digest": "sha256:249f61b7b26bb5baa179d9bfc7d82658d5c5d3fa8583868d783a36f690436151" 2025-01-24T08:14:44.9121267Z }, 2025-01-24T08:14:44.9121585Z { 2025-01-24T08:14:44.9122093Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9122797Z "size": 105, 2025-01-24T08:14:44.9123451Z "digest": "sha256:265cbeacc07f1b939c660d5f771d0c8f37b125794836706288d060d1c9ee9045" 2025-01-24T08:14:44.9124213Z }, 2025-01-24T08:14:44.9124527Z { 2025-01-24T08:14:44.9125060Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9125743Z "size": 1117, 2025-01-24T08:14:44.9126435Z "digest": "sha256:1d0ba2327dfcd11bdfe48138cff688bd6e6cadab5bbda6a5a9229620038c7d71" 2025-01-24T08:14:44.9127229Z }, 2025-01-24T08:14:44.9127548Z { 2025-01-24T08:14:44.9128068Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9128745Z "size": 366084769, 2025-01-24T08:14:44.9129434Z "digest": "sha256:42303a4d214cbbcb6739bc6c2b786fedd0a9ca10bc3e2383c1252b3e2c2b50e6" 2025-01-24T08:14:44.9130215Z }, 2025-01-24T08:14:44.9130533Z { 2025-01-24T08:14:44.9131056Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9131736Z "size": 111, 2025-01-24T08:14:44.9132416Z "digest": "sha256:9c13b32c50b7f1cf6b5cad1a74f2040c9785880e8aa45e1c658ff3a27df1021f" 2025-01-24T08:14:44.9133193Z }, 2025-01-24T08:14:44.9133511Z { 2025-01-24T08:14:44.9134058Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9134739Z "size": 1556, 2025-01-24T08:14:44.9135405Z "digest": "sha256:2a8d52f87443caa26199e600a97fa5651c315985246ee44cd819cf41bbc94de0" 2025-01-24T08:14:44.9136186Z }, 2025-01-24T08:14:44.9136503Z { 2025-01-24T08:14:44.9137049Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9137739Z "size": 107, 2025-01-24T08:14:44.9138454Z "digest": "sha256:031fdf8b22754a5fe1bfa055a10721d004d1b760f8fc70a9cab862c6028cf77d" 2025-01-24T08:14:44.9139238Z }, 2025-01-24T08:14:44.9139557Z { 2025-01-24T08:14:44.9140099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9140779Z "size": 166, 2025-01-24T08:14:44.9141464Z "digest": "sha256:3e94a865b9f18decfae12b0c38a84a0a15b0f022a6a46b681c5b81e0647355b6" 2025-01-24T08:14:44.9142266Z }, 2025-01-24T08:14:44.9142582Z { 2025-01-24T08:14:44.9143407Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9144108Z "size": 2697583, 2025-01-24T08:14:44.9144797Z "digest": "sha256:744418bdf7fcc0cf77145003bbfbc49e9655f7b8b35b61cbf7c362b9ef092cd7" 2025-01-24T08:14:44.9145585Z }, 2025-01-24T08:14:44.9145902Z { 2025-01-24T08:14:44.9146424Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9147096Z "size": 107, 2025-01-24T08:14:44.9147755Z "digest": "sha256:6290227e819d3612fb09ba93328a7afed6b0bd6c07b28f76c3a3e5333beb4b97" 2025-01-24T08:14:44.9148518Z }, 2025-01-24T08:14:44.9148830Z { 2025-01-24T08:14:44.9149351Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9150024Z "size": 566, 2025-01-24T08:14:44.9150686Z "digest": "sha256:f140ae4ef8b662908ea9118fad2e9410d8f30445e7bec18ff96988ce861d798f" 2025-01-24T08:14:44.9151769Z }, 2025-01-24T08:14:44.9152079Z { 2025-01-24T08:14:44.9152597Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9153283Z "size": 43195248, 2025-01-24T08:14:44.9153981Z "digest": "sha256:9d64a8fc23173e08979a712fe6cf2a3c59f408d486f519c83c66e0271b26f7c9" 2025-01-24T08:14:44.9154746Z }, 2025-01-24T08:14:44.9155061Z { 2025-01-24T08:14:44.9155576Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9156251Z "size": 106, 2025-01-24T08:14:44.9156933Z "digest": "sha256:c6b48d7bad7c069dcd1a1fcd3b61afa689be83106c9e072c81ecd1aa96cb5511" 2025-01-24T08:14:44.9157722Z }, 2025-01-24T08:14:44.9158035Z { 2025-01-24T08:14:44.9158557Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9159232Z "size": 294, 2025-01-24T08:14:44.9159981Z "digest": "sha256:fd40ca88450978847c3c04a32580e5a7f2c01c9f971f724122b06e20db9d26ee" 2025-01-24T08:14:44.9160786Z }, 2025-01-24T08:14:44.9161101Z { 2025-01-24T08:14:44.9161621Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9162297Z "size": 88291, 2025-01-24T08:14:44.9162982Z "digest": "sha256:75e4898bb08ebf862a1b44003a29465fe6df1d6ebd2cf7efac9973c6baf9c25f" 2025-01-24T08:14:44.9163767Z }, 2025-01-24T08:14:44.9164071Z { 2025-01-24T08:14:44.9164588Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9165262Z "size": 106, 2025-01-24T08:14:44.9165925Z "digest": "sha256:d8ad5a699178d96f734906020eedd24d04fbc98f3f426a6bf9ba92d861a830f8" 2025-01-24T08:14:44.9166704Z }, 2025-01-24T08:14:44.9167020Z { 2025-01-24T08:14:44.9167540Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9168216Z "size": 1402, 2025-01-24T08:14:44.9168885Z "digest": "sha256:97355512a87d45c2518b244a5dc758019f2e1c1602c4f4989fa9b565a04f9579" 2025-01-24T08:14:44.9169642Z }, 2025-01-24T08:14:44.9169974Z { 2025-01-24T08:14:44.9170494Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9171172Z "size": 700, 2025-01-24T08:14:44.9171838Z "digest": "sha256:0cd502242d73940773f2c93c3cdb1c70de1ff9e351d0888e10a4948f36bda7d0" 2025-01-24T08:14:44.9172605Z }, 2025-01-24T08:14:44.9172918Z { 2025-01-24T08:14:44.9173435Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9174117Z "size": 136, 2025-01-24T08:14:44.9174782Z "digest": "sha256:c54a49d5aeaff4f3d497ee0d0cc1a329082c19104dcf98546f856f0cd33ea659" 2025-01-24T08:14:44.9175563Z }, 2025-01-24T08:14:44.9175874Z { 2025-01-24T08:14:44.9176392Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9177064Z "size": 120, 2025-01-24T08:14:44.9177708Z "digest": "sha256:b02784cb346470ec6478837e0ee307a9bee130ee584124ef8599d17683f2e74a" 2025-01-24T08:14:44.9178468Z }, 2025-01-24T08:14:44.9178779Z { 2025-01-24T08:14:44.9179300Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9179997Z "size": 5213848689, 2025-01-24T08:14:44.9181006Z "digest": "sha256:8e0b8edfd177751f7cde81ec040a8803284f1af97958298deaf0146b47cd209a" 2025-01-24T08:14:44.9181797Z }, 2025-01-24T08:14:44.9182108Z { 2025-01-24T08:14:44.9182632Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9183302Z "size": 176, 2025-01-24T08:14:44.9183973Z "digest": "sha256:4ba7848f60bbd3bde90b992dbf6d113af68d47ae5188b7428fe54cf028bddee8" 2025-01-24T08:14:44.9184752Z }, 2025-01-24T08:14:44.9185065Z { 2025-01-24T08:14:44.9185585Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9186260Z "size": 425, 2025-01-24T08:14:44.9186913Z "digest": "sha256:e6ffa227563e178f9f95248747f7696fa5bfea59d9f44957b36eb7704554bcd4" 2025-01-24T08:14:44.9187684Z }, 2025-01-24T08:14:44.9187999Z { 2025-01-24T08:14:44.9188517Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9189534Z "size": 20262178, 2025-01-24T08:14:44.9190204Z "digest": "sha256:96a1e75a6152c60b77a81453498a76665a4f7e0cf839588c83afe107055a568c" 2025-01-24T08:14:44.9190967Z }, 2025-01-24T08:14:44.9191296Z { 2025-01-24T08:14:44.9191822Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9192498Z "size": 1899, 2025-01-24T08:14:44.9193162Z "digest": "sha256:2600f7b337ebed20cdd986b8c812492c650618b2f5ab040a6b87c1994e6557d5" 2025-01-24T08:14:44.9193947Z }, 2025-01-24T08:14:44.9194270Z { 2025-01-24T08:14:44.9194811Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9195508Z "size": 196375777, 2025-01-24T08:14:44.9196215Z "digest": "sha256:340207dedd0102dc39377ec9a4da29ef492810765b429cabf1d1e3f39b4cffe2" 2025-01-24T08:14:44.9196998Z }, 2025-01-24T08:14:44.9197309Z { 2025-01-24T08:14:44.9197836Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:14:44.9198536Z "size": 54145661, 2025-01-24T08:14:44.9199243Z "digest": "sha256:d9c8a470f2f7dffefd5f73545f629dddaffcea121cc3ee0d062b55681adb6690" 2025-01-24T08:14:44.9200136Z } 2025-01-24T08:14:44.9200459Z ] 2025-01-24T08:14:44.9200783Z } 2025-01-24T08:14:44.9201125Z + exit 0 2025-01-24T08:14:44.9250965Z ##[group]Run set -eux 2025-01-24T08:14:44.9251435Z set -eux 2025-01-24T08:14:44.9252942Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-01-24T08:14:44.9304211Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:44.9304867Z env: 2025-01-24T08:14:44.9305248Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:44.9305955Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:44.9306999Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:44.9308014Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:44.9309713Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:44.9311251Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:44.9311745Z AWS_REGION: us-east-1 2025-01-24T08:14:44.9312414Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:44.9313072Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:44.9323944Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:44.9324388Z ##[endgroup] 2025-01-24T08:14:44.9410099Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-01-24T08:14:44.9411916Z + jq --raw-output .SecretString 2025-01-24T08:14:44.9413494Z + jq -r .docker_hub_readonly_token 2025-01-24T08:14:44.9417135Z + docker login --username pytorchbot --password-stdin 2025-01-24T08:14:45.6466085Z 2025-01-24T08:14:45.6469314Z An error occurred (AccessDeniedException) when calling the GetSecretValue operation: User: arn:aws:sts::308535385114:assumed-role/gha_workflow_s3_and_ecr_read_only/GitHubActions is not authorized to perform: secretsmanager:GetSecretValue on resource: docker_hub_readonly_token because no identity-based policy allows the secretsmanager:GetSecretValue action 2025-01-24T08:14:45.6994055Z Error: Cannot perform an interactive login from a non TTY device 2025-01-24T08:14:45.7024403Z ##[error]Process completed with exit code 1. 2025-01-24T08:14:45.7086709Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2025-01-24T08:14:45.7087042Z with: 2025-01-24T08:14:45.7087497Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:45.7088086Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:45.7088365Z env: 2025-01-24T08:14:45.7088526Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:45.7089000Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:45.7089425Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:45.7089823Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:45.7090564Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:45.7091206Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:45.7091419Z AWS_REGION: us-east-1 2025-01-24T08:14:45.7091665Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:45.7091938Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:45.7096632Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:45.7096822Z ##[endgroup] 2025-01-24T08:14:45.7108714Z ##[group]Run set -x 2025-01-24T08:14:45.7108921Z set -x 2025-01-24T08:14:45.7109087Z set +e 2025-01-24T08:14:45.7109258Z  2025-01-24T08:14:45.7109414Z login() { 2025-01-24T08:14:45.7109767Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-01-24T08:14:45.7110146Z } 2025-01-24T08:14:45.7110298Z  2025-01-24T08:14:45.7110450Z retry () { 2025-01-24T08:14:45.7110646Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-01-24T08:14:45.7110874Z } 2025-01-24T08:14:45.7111023Z  2025-01-24T08:14:45.7111187Z retry login "${DOCKER_REGISTRY}" 2025-01-24T08:14:45.7111412Z  2025-01-24T08:14:45.7111560Z set -e 2025-01-24T08:14:45.7111810Z # ignore output since only exit code is used for conditional 2025-01-24T08:14:45.7112162Z # only pull docker image if it's not available locally 2025-01-24T08:14:45.7112554Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-01-24T08:14:45.7112908Z  retry docker pull "${DOCKER_IMAGE}" 2025-01-24T08:14:45.7113138Z fi 2025-01-24T08:14:45.7134698Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:14:45.7135024Z env: 2025-01-24T08:14:45.7135218Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:45.7135545Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:45.7135971Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:45.7136372Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:45.7137064Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:45.7137688Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:45.7137896Z AWS_REGION: us-east-1 2025-01-24T08:14:45.7138130Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:45.7138401Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:45.7142763Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:45.7143240Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:45.7143806Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:45.7144083Z ##[endgroup] 2025-01-24T08:14:45.7186809Z + set +e 2025-01-24T08:14:45.7187132Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:45.7187822Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:45.7193393Z + aws ecr get-login-password --region us-east-1 2025-01-24T08:14:45.7194185Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:14:47.2032939Z WARNING! Your password will be stored unencrypted in /home/pytorchci/.docker/config.json. 2025-01-24T08:14:47.2034125Z Configure a credential helper to remove this warning. See 2025-01-24T08:14:47.2035143Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-24T08:14:47.2042167Z 2025-01-24T08:14:47.2054017Z Login Succeeded 2025-01-24T08:14:47.2085152Z + set -e 2025-01-24T08:14:47.2086493Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:14:47.2349522Z Prepare all required actions 2025-01-24T08:14:47.2350485Z Getting action download info 2025-01-24T08:14:47.4286978Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-01-24T08:14:48.0719983Z Download action repository 'actions/download-artifact@v4' (SHA:fa0a91b85d4f404e444e00e005971372dc801d16) 2025-01-24T08:14:48.6710005Z ##[group]Run ./.github/actions/download-build-artifacts 2025-01-24T08:14:48.6710507Z with: 2025-01-24T08:14:48.6710827Z name: linux-focal-rocm6.3-py3.10 2025-01-24T08:14:48.6711239Z s3-bucket: gha-artifacts 2025-01-24T08:14:48.6711601Z env: 2025-01-24T08:14:48.6711903Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:48.6712451Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:48.6713279Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:48.6714074Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:48.6715413Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:48.6716622Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:48.6717004Z AWS_REGION: us-east-1 2025-01-24T08:14:48.6717459Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:48.6717969Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:48.6726447Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:48.6726862Z ##[endgroup] 2025-01-24T08:14:48.6763549Z ##[group]Run seemethere/download-artifact-s3@v4 2025-01-24T08:14:48.6764015Z with: 2025-01-24T08:14:48.6764352Z name: linux-focal-rocm6.3-py3.10 2025-01-24T08:14:48.6764764Z s3-bucket: gha-artifacts 2025-01-24T08:14:48.6765124Z region: us-east-1 2025-01-24T08:14:48.6765433Z env: 2025-01-24T08:14:48.6765716Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:14:48.6766290Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:14:48.6767248Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:14:48.6768130Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:14:48.6769683Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:14:48.6771077Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:14:48.6771533Z AWS_REGION: us-east-1 2025-01-24T08:14:48.6771879Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:14:48.6772277Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:14:48.6777868Z AWS_SESSION_TOKEN: *** 2025-01-24T08:14:48.6778284Z ##[endgroup] 2025-01-24T08:14:49.0729915Z (node:1506405) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-01-24T08:14:49.0730834Z 2025-01-24T08:14:49.0731304Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-01-24T08:14:49.0732254Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-01-24T08:14:49.0733224Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-01-24T08:14:49.3632507Z Found 1 objects with prefix pytorch/pytorch/12940917524/linux-focal-rocm6.3-py3.10/ 2025-01-24T08:14:49.3633845Z Starting download (1/1): /home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2025-01-24T08:15:35.0920082Z Finished download (1/1): /home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2025-01-24T08:15:35.0938447Z Artifact download has finished successfully 2025-01-24T08:15:35.1444595Z ##[group]Run unzip -o artifacts.zip 2025-01-24T08:15:35.1445073Z unzip -o artifacts.zip 2025-01-24T08:15:35.1485182Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:35.1485711Z env: 2025-01-24T08:15:35.1486016Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:35.1486951Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:35.1487788Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:35.1488578Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:35.1490113Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:35.1491518Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:35.1491976Z AWS_REGION: us-east-1 2025-01-24T08:15:35.1492522Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:35.1493164Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:35.1499229Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:35.1499461Z ##[endgroup] 2025-01-24T08:15:35.1580765Z Archive: artifacts.zip 2025-01-24T08:15:35.1584489Z creating: dist/ 2025-01-24T08:15:37.7040665Z inflating: dist/torch-2.7.0a0+gitd087145-cp310-cp310-linux_x86_64.whl 2025-01-24T08:15:37.7161753Z inflating: dist/.ninja_log 2025-01-24T08:15:37.7162440Z creating: build/custom_test_artifacts/ 2025-01-24T08:15:37.7163154Z creating: build/custom_test_artifacts/custom-op-build/ 2025-01-24T08:15:37.7164014Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2025-01-24T08:15:37.7165038Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ 2025-01-24T08:15:37.7166914Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml 2025-01-24T08:15:37.7168054Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/ 2025-01-24T08:15:37.7169168Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeSystem.cmake 2025-01-24T08:15:37.7170372Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/ 2025-01-24T08:15:37.7171535Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/tmp/ 2025-01-24T08:15:37.7172855Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c 2025-01-24T08:15:37.7174219Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/a.out 2025-01-24T08:15:37.7175484Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeCCompiler.cmake 2025-01-24T08:15:37.7176706Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/ 2025-01-24T08:15:37.7177893Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/tmp/ 2025-01-24T08:15:37.7179273Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-01-24T08:15:37.7180689Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/a.out 2025-01-24T08:15:37.7181995Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeCXXCompiler.cmake 2025-01-24T08:15:37.7183408Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin 2025-01-24T08:15:37.7184943Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin 2025-01-24T08:15:37.7186233Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ 2025-01-24T08:15:37.7187298Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2025-01-24T08:15:37.7188365Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2025-01-24T08:15:37.7189471Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2025-01-24T08:15:37.7191272Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2025-01-24T08:15:37.7192704Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2025-01-24T08:15:37.7194372Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2025-01-24T08:15:37.7195632Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2025-01-24T08:15:37.7196911Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2025-01-24T08:15:37.7198204Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2025-01-24T08:15:37.7199665Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2025-01-24T08:15:37.7200954Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2025-01-24T08:15:37.7202232Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2025-01-24T08:15:37.7205694Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2025-01-24T08:15:37.7338375Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2025-01-24T08:15:37.7339707Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2025-01-24T08:15:37.7341086Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2025-01-24T08:15:37.7342621Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2025-01-24T08:15:37.7344053Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2025-01-24T08:15:37.7345381Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2025-01-24T08:15:37.7346786Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2025-01-24T08:15:37.7348158Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2025-01-24T08:15:37.7349524Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2025-01-24T08:15:37.7350880Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2025-01-24T08:15:37.7352230Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2025-01-24T08:15:37.7362558Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2025-01-24T08:15:37.7438291Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2025-01-24T08:15:37.7440110Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-01-24T08:15:37.7441513Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2025-01-24T08:15:37.7442777Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2025-01-24T08:15:37.7443969Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2025-01-24T08:15:37.7445074Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2025-01-24T08:15:37.7446131Z inflating: build/custom_test_artifacts/custom-op-build/hip_new_types.cc 2025-01-24T08:15:37.7447170Z inflating: build/custom_test_artifacts/custom-op-build/hipblaslt_test_vec_ext.cc 2025-01-24T08:15:37.7448198Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2025-01-24T08:15:37.7449123Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2025-01-24T08:15:37.7450073Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2025-01-24T08:15:37.7552837Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2025-01-24T08:15:37.7609185Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2025-01-24T08:15:37.7610647Z creating: build/custom_test_artifacts/jit-hook-build/ 2025-01-24T08:15:37.7611546Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2025-01-24T08:15:37.7612542Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ 2025-01-24T08:15:37.7613719Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml 2025-01-24T08:15:37.7614869Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/ 2025-01-24T08:15:37.7615986Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeSystem.cmake 2025-01-24T08:15:37.7617190Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/ 2025-01-24T08:15:37.7618337Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/tmp/ 2025-01-24T08:15:37.7619658Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c 2025-01-24T08:15:37.7621228Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/a.out 2025-01-24T08:15:37.7622328Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeCCompiler.cmake 2025-01-24T08:15:37.7622976Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/ 2025-01-24T08:15:37.7623568Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/tmp/ 2025-01-24T08:15:37.7624295Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-01-24T08:15:37.7625009Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/a.out 2025-01-24T08:15:37.7625663Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeCXXCompiler.cmake 2025-01-24T08:15:37.7626379Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin 2025-01-24T08:15:37.7627142Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin 2025-01-24T08:15:37.7627813Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ 2025-01-24T08:15:37.7628337Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2025-01-24T08:15:37.7628874Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2025-01-24T08:15:37.7629445Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2025-01-24T08:15:37.7630101Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2025-01-24T08:15:37.7630838Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2025-01-24T08:15:37.7631556Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2025-01-24T08:15:37.7632220Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2025-01-24T08:15:37.7632898Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2025-01-24T08:15:37.7633591Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2025-01-24T08:15:37.7634273Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2025-01-24T08:15:37.7634949Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2025-01-24T08:15:37.7635629Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2025-01-24T08:15:37.7651979Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2025-01-24T08:15:37.7712166Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2025-01-24T08:15:37.7714188Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-01-24T08:15:37.7715544Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2025-01-24T08:15:37.7716748Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2025-01-24T08:15:37.7717843Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2025-01-24T08:15:37.7718919Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2025-01-24T08:15:37.7720107Z inflating: build/custom_test_artifacts/jit-hook-build/hip_new_types.cc 2025-01-24T08:15:37.7721134Z inflating: build/custom_test_artifacts/jit-hook-build/hipblaslt_test_vec_ext.cc 2025-01-24T08:15:37.7721799Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2025-01-24T08:15:37.7722273Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2025-01-24T08:15:37.7722760Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2025-01-24T08:15:37.7762862Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2025-01-24T08:15:37.7763888Z creating: build/custom_test_artifacts/custom-backend-build/ 2025-01-24T08:15:37.7764804Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2025-01-24T08:15:37.7765877Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ 2025-01-24T08:15:37.7767199Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml 2025-01-24T08:15:37.7768432Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/ 2025-01-24T08:15:37.7769683Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeSystem.cmake 2025-01-24T08:15:37.7771176Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/ 2025-01-24T08:15:37.7772294Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/tmp/ 2025-01-24T08:15:37.7773062Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c 2025-01-24T08:15:37.7773794Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/a.out 2025-01-24T08:15:37.7774480Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeCCompiler.cmake 2025-01-24T08:15:37.7775147Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/ 2025-01-24T08:15:37.7775796Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/tmp/ 2025-01-24T08:15:37.7776551Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-01-24T08:15:37.7777332Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/a.out 2025-01-24T08:15:37.7778043Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeCXXCompiler.cmake 2025-01-24T08:15:37.7778812Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin 2025-01-24T08:15:37.7780100Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin 2025-01-24T08:15:37.7781395Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ 2025-01-24T08:15:37.7782589Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2025-01-24T08:15:37.7783758Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2025-01-24T08:15:37.7785416Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2025-01-24T08:15:37.7786837Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2025-01-24T08:15:37.7788730Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2025-01-24T08:15:37.7790244Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2025-01-24T08:15:37.7791643Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2025-01-24T08:15:37.7793126Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2025-01-24T08:15:37.7794593Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2025-01-24T08:15:37.7796060Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2025-01-24T08:15:37.7797536Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2025-01-24T08:15:37.7798971Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2025-01-24T08:15:37.7800676Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2025-01-24T08:15:37.7903215Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2025-01-24T08:15:37.7904696Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2025-01-24T08:15:37.7906157Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2025-01-24T08:15:37.7907787Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2025-01-24T08:15:37.7909369Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2025-01-24T08:15:37.7910864Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2025-01-24T08:15:37.7912389Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2025-01-24T08:15:37.7913916Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2025-01-24T08:15:37.7915471Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2025-01-24T08:15:37.7917002Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2025-01-24T08:15:37.7918504Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2025-01-24T08:15:37.7927283Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2025-01-24T08:15:37.7977979Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2025-01-24T08:15:37.7978818Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-01-24T08:15:37.7979542Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2025-01-24T08:15:37.7980254Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2025-01-24T08:15:37.7981422Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2025-01-24T08:15:37.7982632Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2025-01-24T08:15:37.7983748Z inflating: build/custom_test_artifacts/custom-backend-build/hip_new_types.cc 2025-01-24T08:15:37.7985234Z inflating: build/custom_test_artifacts/custom-backend-build/hipblaslt_test_vec_ext.cc 2025-01-24T08:15:37.7986356Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2025-01-24T08:15:37.7987345Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2025-01-24T08:15:37.7988640Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2025-01-24T08:15:37.8076742Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2025-01-24T08:15:37.8115637Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2025-01-24T08:15:37.8116451Z creating: build/lib/ 2025-01-24T08:15:37.8197111Z inflating: build/lib/libprotobuf-lite.a 2025-01-24T08:15:37.8610213Z inflating: build/lib/libprotobuf.a 2025-01-24T08:15:37.9060495Z inflating: build/lib/libprotoc.a 2025-01-24T08:15:37.9069157Z inflating: build/lib/libpthreadpool.a 2025-01-24T08:15:37.9076335Z inflating: build/lib/libcpuinfo.a 2025-01-24T08:15:37.9083508Z inflating: build/lib/libcpuinfo_internals.a 2025-01-24T08:15:37.9084220Z inflating: build/lib/libclog.a 2025-01-24T08:15:37.9101311Z inflating: build/lib/libpytorch_qnnpack.a 2025-01-24T08:15:37.9102190Z inflating: build/lib/libnnpack_reference_layers.a 2025-01-24T08:15:37.9268733Z inflating: build/lib/libmicrokernels-prod.a 2025-01-24T08:15:37.9284958Z inflating: build/lib/libnnpack.a 2025-01-24T08:15:37.9999201Z inflating: build/lib/libmicrokernels-all.a 2025-01-24T08:15:38.0065842Z inflating: build/lib/libbenchmark.a 2025-01-24T08:15:38.0066548Z inflating: build/lib/libbenchmark_main.a 2025-01-24T08:15:38.0127927Z inflating: build/lib/libgtest.a 2025-01-24T08:15:38.0128588Z inflating: build/lib/libgtest_main.a 2025-01-24T08:15:38.0143875Z inflating: build/lib/libgmock.a 2025-01-24T08:15:38.0225736Z inflating: build/lib/libXNNPACK.a 2025-01-24T08:15:38.0226447Z inflating: build/lib/libgmock_main.a 2025-01-24T08:15:38.0233073Z inflating: build/lib/libittnotify.a 2025-01-24T08:15:38.0289761Z inflating: build/lib/libasmjit.a 2025-01-24T08:15:38.1427740Z inflating: build/lib/libfbgemm.a 2025-01-24T08:15:38.1452355Z inflating: build/lib/libtensorpipe_uv.a 2025-01-24T08:15:38.1969764Z inflating: build/lib/libtensorpipe.a 2025-01-24T08:15:38.2071658Z inflating: build/lib/libgloo.a 2025-01-24T08:15:38.2109811Z inflating: build/lib/libonnx_proto.a 2025-01-24T08:15:38.2459505Z inflating: build/lib/libgloo_hip.a 2025-01-24T08:15:38.3117143Z inflating: build/lib/libonnx.a 2025-01-24T08:15:39.2418056Z inflating: build/lib/libdnnl.a 2025-01-24T08:15:39.2435014Z inflating: build/lib/libfmt.a 2025-01-24T08:15:39.2702000Z inflating: build/lib/libkineto.a 2025-01-24T08:15:39.2801079Z inflating: build/lib/libc10.so 2025-01-24T08:15:39.2801832Z inflating: build/lib/libtorch_global_deps.so 2025-01-24T08:15:39.2802948Z inflating: build/lib/libcaffe2_nvrtc.so 2025-01-24T08:15:39.2845834Z inflating: build/lib/libc10_hip.so 2025-01-24T08:15:41.5237413Z inflating: build/lib/libtorch_cpu.so 2025-01-24T08:15:41.5241635Z inflating: build/lib/libunbox_lib.a 2025-01-24T08:15:41.5245322Z inflating: build/lib/libshm.so 2025-01-24T08:15:42.0758876Z inflating: build/lib/libtorch_hip.so 2025-01-24T08:15:42.0759751Z inflating: build/lib/libtorch.so 2025-01-24T08:15:42.0777830Z inflating: build/lib/libjitbackend_test.so 2025-01-24T08:15:42.0799593Z inflating: build/lib/libbackend_with_compiler.so 2025-01-24T08:15:42.0861414Z inflating: build/lib/libtorchbind_test.so 2025-01-24T08:15:42.0883412Z inflating: build/lib/libaoti_custom_ops.so 2025-01-24T08:15:42.2684919Z inflating: build/lib/libtorch_python.so 2025-01-24T08:15:42.2715051Z inflating: build/lib/libnnapi_backend.so 2025-01-24T08:15:42.2715718Z creating: build/bin/ 2025-01-24T08:15:42.2716192Z creating: build/bin/CMakeFiles/ 2025-01-24T08:15:42.2717420Z inflating: build/bin/cmake_install.cmake 2025-01-24T08:15:42.2718031Z inflating: build/bin/CTestTestfile.cmake 2025-01-24T08:15:42.3109693Z inflating: build/bin/protoc-3.13.0.0 2025-01-24T08:15:42.3503374Z inflating: build/bin/protoc 2025-01-24T08:15:42.3550999Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2025-01-24T08:15:42.3598750Z inflating: build/bin/c10_DeviceGuard_test 2025-01-24T08:15:42.3647307Z inflating: build/bin/c10_Device_test 2025-01-24T08:15:42.3693063Z inflating: build/bin/c10_StreamGuard_test 2025-01-24T08:15:42.3743572Z inflating: build/bin/c10_InlineDeviceGuard_test 2025-01-24T08:15:42.3798843Z inflating: build/bin/c10_DispatchKeySet_test 2025-01-24T08:15:42.3848983Z inflating: build/bin/c10_Scalar_test 2025-01-24T08:15:42.3896720Z inflating: build/bin/c10_SymInt_test 2025-01-24T08:15:42.3948788Z inflating: build/bin/c10_InlineStreamGuard_test 2025-01-24T08:15:42.3994444Z inflating: build/bin/c10_ConstexprCrc_test 2025-01-24T08:15:42.4046915Z inflating: build/bin/c10_SizesAndStrides_test 2025-01-24T08:15:42.4093430Z inflating: build/bin/c10_ArrayRef_test 2025-01-24T08:15:42.4143121Z inflating: build/bin/c10_Bitset_test 2025-01-24T08:15:42.4208419Z inflating: build/bin/c10_cow_test 2025-01-24T08:15:42.4255069Z inflating: build/bin/c10_DeadlockDetection_test 2025-01-24T08:15:42.4302516Z inflating: build/bin/c10_Half_test 2025-01-24T08:15:42.4354917Z inflating: build/bin/c10_LeftRight_test 2025-01-24T08:15:42.4406720Z inflating: build/bin/c10_Metaprogramming_test 2025-01-24T08:15:42.4453605Z inflating: build/bin/c10_Synchronized_test 2025-01-24T08:15:42.4503074Z inflating: build/bin/c10_NetworkFlow_test 2025-01-24T08:15:42.4554822Z inflating: build/bin/c10_ThreadLocal_test 2025-01-24T08:15:42.4603175Z inflating: build/bin/c10_TypeIndex_test 2025-01-24T08:15:42.4651556Z inflating: build/bin/c10_accumulate_test 2025-01-24T08:15:42.4697274Z inflating: build/bin/c10_TypeTraits_test 2025-01-24T08:15:42.4745327Z inflating: build/bin/c10_TypeList_test 2025-01-24T08:15:42.4797516Z inflating: build/bin/c10_bfloat16_test 2025-01-24T08:15:42.4844865Z inflating: build/bin/c10_bit_cast_test 2025-01-24T08:15:42.4896189Z inflating: build/bin/c10_complex_test 2025-01-24T08:15:42.4945451Z inflating: build/bin/c10_exception_test 2025-01-24T08:15:42.4998393Z inflating: build/bin/c10_complex_math_test 2025-01-24T08:15:42.5045075Z inflating: build/bin/c10_error_test 2025-01-24T08:15:42.5092375Z inflating: build/bin/c10_flags_test 2025-01-24T08:15:42.5139582Z inflating: build/bin/c10_generic_math_test 2025-01-24T08:15:42.5189461Z inflating: build/bin/c10_lazy_test 2025-01-24T08:15:42.5237100Z inflating: build/bin/c10_irange_test 2025-01-24T08:15:42.5290446Z inflating: build/bin/c10_logging_test 2025-01-24T08:15:42.5442714Z inflating: build/bin/c10_intrusive_ptr_test 2025-01-24T08:15:42.5512425Z inflating: build/bin/c10_optional_test 2025-01-24T08:15:42.5654870Z inflating: build/bin/c10_small_vector_test 2025-01-24T08:15:42.5704721Z inflating: build/bin/c10_registry_test 2025-01-24T08:15:42.5763002Z inflating: build/bin/c10_ordered_preserving_dict_test 2025-01-24T08:15:42.5811340Z inflating: build/bin/c10_ssize_test 2025-01-24T08:15:42.5859427Z inflating: build/bin/c10_string_util_test 2025-01-24T08:15:42.5907143Z inflating: build/bin/c10_tempfile_test 2025-01-24T08:15:42.5952867Z inflating: build/bin/c10_string_view_test 2025-01-24T08:15:42.5995484Z inflating: build/bin/c10_intrusive_ptr_benchmark 2025-01-24T08:15:42.6047666Z inflating: build/bin/c10_typeid_test 2025-01-24T08:15:42.6093513Z inflating: build/bin/c10_hip_HIPAssertionsTest_1_var_test 2025-01-24T08:15:42.6139202Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_stream 2025-01-24T08:15:42.6185309Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device 2025-01-24T08:15:42.6230978Z inflating: build/bin/c10_hip_HIPAssertionsTest_from_2_processes 2025-01-24T08:15:42.6276765Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads 2025-01-24T08:15:42.6322525Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks 2025-01-24T08:15:42.6368588Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block 2025-01-24T08:15:42.6414005Z inflating: build/bin/c10_hip_HIPTest 2025-01-24T08:15:42.6780116Z inflating: build/bin/vec_test_all_types_DEFAULT 2025-01-24T08:15:42.7153889Z inflating: build/bin/vec_test_all_types_AVX512 2025-01-24T08:15:42.7548666Z inflating: build/bin/vec_test_all_types_AVX2 2025-01-24T08:15:42.7598747Z inflating: build/bin/test_edge_op_registration 2025-01-24T08:15:42.7647923Z inflating: build/bin/BackoffTest 2025-01-24T08:15:42.7697494Z inflating: build/bin/FileStoreTest 2025-01-24T08:15:42.7749464Z inflating: build/bin/TCPStoreTest 2025-01-24T08:15:42.7799088Z inflating: build/bin/HashStoreTest 2025-01-24T08:15:42.7860139Z inflating: build/bin/ProcessGroupGlooTest 2025-01-24T08:15:42.7861817Z inflating: build/bin/example_allreduce 2025-01-24T08:15:42.7866351Z inflating: build/bin/torch_shm_manager 2025-01-24T08:15:42.7935186Z inflating: build/bin/Dict_test 2025-01-24T08:15:42.7980935Z inflating: build/bin/hip_half_test 2025-01-24T08:15:42.8029611Z inflating: build/bin/Dimname_test 2025-01-24T08:15:42.8083486Z inflating: build/bin/NamedTensor_test 2025-01-24T08:15:42.8135559Z inflating: build/bin/static_runtime_bench 2025-01-24T08:15:42.8195880Z inflating: build/bin/MaybeOwned_test 2025-01-24T08:15:42.8250704Z inflating: build/bin/apply_utils_test 2025-01-24T08:15:42.8305988Z inflating: build/bin/atest 2025-01-24T08:15:42.8365064Z inflating: build/bin/basic 2025-01-24T08:15:42.8412874Z inflating: build/bin/cpu_allocator_test 2025-01-24T08:15:42.8641707Z inflating: build/bin/static_runtime_test 2025-01-24T08:15:42.8693074Z inflating: build/bin/broadcast_test 2025-01-24T08:15:42.8747826Z inflating: build/bin/cpu_generator_test 2025-01-24T08:15:42.8797745Z inflating: build/bin/cpu_profiling_allocator_test 2025-01-24T08:15:42.8844756Z inflating: build/bin/dispatch_key_set_test 2025-01-24T08:15:42.8896679Z inflating: build/bin/half_test 2025-01-24T08:15:42.8944112Z inflating: build/bin/dlconvertor_test 2025-01-24T08:15:42.8998080Z inflating: build/bin/extension_backend_test 2025-01-24T08:15:42.9048485Z inflating: build/bin/memory_format_test 2025-01-24T08:15:42.9095053Z inflating: build/bin/lazy_tensor_test 2025-01-24T08:15:42.9144787Z inflating: build/bin/memory_overlapping_test 2025-01-24T08:15:42.9192337Z inflating: build/bin/operator_name_test 2025-01-24T08:15:42.9242841Z inflating: build/bin/math_kernel_test 2025-01-24T08:15:42.9295407Z inflating: build/bin/native_test 2025-01-24T08:15:42.9382708Z inflating: build/bin/cpu_rng_test 2025-01-24T08:15:42.9430913Z inflating: build/bin/operators_test 2025-01-24T08:15:42.9479787Z inflating: build/bin/packedtensoraccessor_test 2025-01-24T08:15:42.9529482Z inflating: build/bin/mobile_memory_cleanup 2025-01-24T08:15:42.9618895Z inflating: build/bin/ivalue_test 2025-01-24T08:15:42.9665800Z inflating: build/bin/reduce_ops_test 2025-01-24T08:15:42.9719569Z inflating: build/bin/quantized_test 2025-01-24T08:15:42.9767419Z inflating: build/bin/reportMemoryUsage_test 2025-01-24T08:15:42.9829437Z inflating: build/bin/pow_test 2025-01-24T08:15:42.9882869Z inflating: build/bin/scalar_tensor_test 2025-01-24T08:15:42.9931237Z inflating: build/bin/StorageUtils_test 2025-01-24T08:15:42.9986010Z inflating: build/bin/scalar_test 2025-01-24T08:15:42.9987686Z inflating: build/bin/thread_init_test 2025-01-24T08:15:43.0037736Z inflating: build/bin/stride_properties_test 2025-01-24T08:15:43.0089632Z inflating: build/bin/type_ptr_test 2025-01-24T08:15:43.0138983Z inflating: build/bin/undefined_tensor_test 2025-01-24T08:15:43.0212840Z inflating: build/bin/tensor_iterator_test 2025-01-24T08:15:43.0263674Z inflating: build/bin/test_parallel 2025-01-24T08:15:43.0264392Z inflating: build/bin/verify_api_visibility 2025-01-24T08:15:43.0321364Z inflating: build/bin/IListRef_test 2025-01-24T08:15:43.0369085Z inflating: build/bin/weakref_test 2025-01-24T08:15:43.0417599Z inflating: build/bin/xla_tensor_test 2025-01-24T08:15:43.0482513Z inflating: build/bin/legacy_vmap_test 2025-01-24T08:15:43.0581283Z inflating: build/bin/List_test 2025-01-24T08:15:43.0692635Z inflating: build/bin/kernel_function_legacy_test 2025-01-24T08:15:43.0781260Z inflating: build/bin/kernel_function_test 2025-01-24T08:15:43.0898605Z inflating: build/bin/kernel_lambda_legacy_test 2025-01-24T08:15:43.0946724Z inflating: build/bin/wrapdim_test 2025-01-24T08:15:43.1042320Z inflating: build/bin/kernel_lambda_test 2025-01-24T08:15:43.1099519Z inflating: build/bin/kernel_stackbased_test 2025-01-24T08:15:43.1188100Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2025-01-24T08:15:43.1236471Z inflating: build/bin/CppSignature_test 2025-01-24T08:15:43.1282454Z inflating: build/bin/op_allowlist_test 2025-01-24T08:15:43.1557154Z inflating: build/bin/op_registration_test 2025-01-24T08:15:43.1616719Z inflating: build/bin/inline_container_test 2025-01-24T08:15:43.1666271Z inflating: build/bin/hip_apply_test 2025-01-24T08:15:43.1712193Z inflating: build/bin/hip_complex_math_test 2025-01-24T08:15:43.1758275Z inflating: build/bin/hip_complex_test 2025-01-24T08:15:43.1804118Z inflating: build/bin/hip_distributions_test 2025-01-24T08:15:43.1851817Z inflating: build/bin/hip_dlconvertor_test 2025-01-24T08:15:43.1897555Z inflating: build/bin/hip_generator_test 2025-01-24T08:15:43.1943385Z inflating: build/bin/hip_integer_divider_test 2025-01-24T08:15:43.1989089Z inflating: build/bin/hip_optional_test 2025-01-24T08:15:43.2034887Z inflating: build/bin/hip_packedtensoraccessor_test 2025-01-24T08:15:43.2081181Z inflating: build/bin/hip_vectorized_test 2025-01-24T08:15:43.2136779Z inflating: build/bin/type_test 2025-01-24T08:15:43.2198703Z inflating: build/bin/KernelFunction_test 2025-01-24T08:15:43.2250830Z inflating: build/bin/backend_fallback_test 2025-01-24T08:15:43.2776227Z inflating: build/bin/test_jit 2025-01-24T08:15:43.2789069Z inflating: build/bin/tutorial_tensorexpr 2025-01-24T08:15:43.2840386Z inflating: build/bin/test_dist_autograd 2025-01-24T08:15:43.2903790Z inflating: build/bin/test_cpp_rpc 2025-01-24T08:15:43.3617167Z inflating: build/bin/test_tensorexpr 2025-01-24T08:15:43.3618656Z inflating: build/bin/parallel_benchmark 2025-01-24T08:15:43.3681526Z inflating: build/bin/test_mobile_nnc 2025-01-24T08:15:43.4736529Z inflating: build/bin/test_api 2025-01-24T08:15:43.4744558Z inflating: build/bin/aot_model_compiler_test 2025-01-24T08:15:43.5060203Z inflating: build/bin/test_lazy 2025-01-24T08:15:43.5060851Z creating: .additional_ci_files/ 2025-01-24T08:15:43.5146110Z inflating: .additional_ci_files/test-times.json 2025-01-24T08:15:43.5478196Z inflating: .additional_ci_files/test-class-times.json 2025-01-24T08:15:43.5519647Z ##[group]Run rm artifacts.zip 2025-01-24T08:15:43.5519945Z rm artifacts.zip 2025-01-24T08:15:43.5548438Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:43.5548789Z env: 2025-01-24T08:15:43.5548993Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:43.5549363Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:43.5549901Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:43.5550400Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:43.5551269Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:43.5552259Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:43.5552517Z AWS_REGION: us-east-1 2025-01-24T08:15:43.5552830Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:43.5553314Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:43.5558854Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:43.5559088Z ##[endgroup] 2025-01-24T08:15:43.7065344Z ##[group]Run df -H 2025-01-24T08:15:43.7065567Z df -H 2025-01-24T08:15:43.7088315Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:43.7088654Z env: 2025-01-24T08:15:43.7088848Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:43.7089216Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:43.7089746Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:43.7090233Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:43.7091100Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:43.7091875Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:43.7092139Z AWS_REGION: us-east-1 2025-01-24T08:15:43.7092432Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:43.7092776Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:43.7098259Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:43.7098498Z ##[endgroup] 2025-01-24T08:15:43.7155269Z Filesystem Size Used Avail Use% Mounted on 2025-01-24T08:15:43.7155684Z tmpfs 14G 18M 14G 1% /run 2025-01-24T08:15:43.7156119Z /dev/mapper/ubuntu--vg-ubuntu--lv 1.9T 1.2T 623G 66% / 2025-01-24T08:15:43.7156506Z tmpfs 68G 8.2k 68G 1% /dev/shm 2025-01-24T08:15:43.7156843Z tmpfs 5.3M 0 5.3M 0% /run/lock 2025-01-24T08:15:43.7157195Z /dev/sda2 2.1G 324M 1.6G 17% /boot 2025-01-24T08:15:43.7157540Z /dev/sda1 1.2G 6.4M 1.2G 1% /boot/efi 2025-01-24T08:15:43.7157881Z tmpfs 14G 17k 14G 1% /run/user/1001 2025-01-24T08:15:43.7199021Z Prepare all required actions 2025-01-24T08:15:43.7199869Z Getting action download info 2025-01-24T08:15:43.9224264Z ##[group]Run ./.github/actions/download-td-artifacts 2025-01-24T08:15:43.9224885Z with: 2025-01-24T08:15:43.9225235Z env: 2025-01-24T08:15:43.9225602Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:43.9226316Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:43.9227372Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:43.9228369Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:43.9230092Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:43.9231668Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:43.9232161Z AWS_REGION: us-east-1 2025-01-24T08:15:43.9232799Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:43.9233460Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:43.9244924Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:43.9245389Z ##[endgroup] 2025-01-24T08:15:43.9297939Z ##[group]Run seemethere/download-artifact-s3@v4 2025-01-24T08:15:43.9298583Z with: 2025-01-24T08:15:43.9298948Z name: td_results 2025-01-24T08:15:43.9299356Z s3-bucket: gha-artifacts 2025-01-24T08:15:43.9299810Z region: us-east-1 2025-01-24T08:15:43.9300191Z env: 2025-01-24T08:15:43.9300551Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:43.9301283Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:43.9302315Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:43.9303664Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:43.9305374Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:43.9306909Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:43.9307395Z AWS_REGION: us-east-1 2025-01-24T08:15:43.9308000Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:43.9308666Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:43.9319362Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:43.9319945Z ##[endgroup] 2025-01-24T08:15:44.3414693Z (node:1506456) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-01-24T08:15:44.3415183Z 2025-01-24T08:15:44.3415369Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-01-24T08:15:44.3415861Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-01-24T08:15:44.3416387Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-01-24T08:15:44.6484716Z Found 0 objects with prefix pytorch/pytorch/12940917524/td_results/ 2025-01-24T08:15:44.6489956Z Artifact download has finished successfully 2025-01-24T08:15:44.6804874Z ##[group]Run mkdir -p .additional_ci_files 2025-01-24T08:15:44.6805530Z mkdir -p .additional_ci_files 2025-01-24T08:15:44.6806270Z mv td_results.json .additional_ci_files/td_results.json || true 2025-01-24T08:15:44.6854633Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:44.6855442Z env: 2025-01-24T08:15:44.6855895Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:44.6856742Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:44.6857973Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:44.6858961Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:44.6860571Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:44.6862012Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:44.6862891Z AWS_REGION: us-east-1 2025-01-24T08:15:44.6863440Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:44.6864161Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:44.6875311Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:44.6875764Z ##[endgroup] 2025-01-24T08:15:44.7000394Z mv: cannot stat 'td_results.json': No such file or directory 2025-01-24T08:15:44.7055371Z ##[group]Run .github/scripts/parse_ref.py 2025-01-24T08:15:44.7056045Z .github/scripts/parse_ref.py 2025-01-24T08:15:44.7103744Z shell: /usr/bin/bash -e {0} 2025-01-24T08:15:44.7104246Z env: 2025-01-24T08:15:44.7104656Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:44.7105507Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:44.7106817Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:44.7107900Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:44.7109598Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:44.7111131Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:44.7111628Z AWS_REGION: us-east-1 2025-01-24T08:15:44.7112169Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:44.7112869Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:44.7123650Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:44.7124098Z ##[endgroup] 2025-01-24T08:15:44.7443209Z Prepare all required actions 2025-01-24T08:15:44.7490228Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-01-24T08:15:44.7490948Z with: 2025-01-24T08:15:44.7491783Z github-token: *** 2025-01-24T08:15:44.7492577Z env: 2025-01-24T08:15:44.7492807Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:44.7493246Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:44.7493802Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:44.7494301Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:44.7495168Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:44.7495955Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:44.7496211Z AWS_REGION: us-east-1 2025-01-24T08:15:44.7496514Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:44.7496850Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:44.7502521Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:44.7503045Z ##[endgroup] 2025-01-24T08:15:44.7531106Z ##[group]Run set -eux 2025-01-24T08:15:44.7531583Z set -eux 2025-01-24T08:15:44.7532421Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T08:15:44.7580725Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:44.7581072Z env: 2025-01-24T08:15:44.7581278Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:44.7581657Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:44.7582215Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:44.7582722Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:44.7583605Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:44.7584431Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:44.7584743Z AWS_REGION: us-east-1 2025-01-24T08:15:44.7585368Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:44.7586158Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:44.7596994Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:44.7597637Z GITHUB_TOKEN: *** 2025-01-24T08:15:44.7598053Z ##[endgroup] 2025-01-24T08:15:44.7665748Z + python3 .github/scripts/get_workflow_job_id.py 12940917524 pytorch-rocm-hw-43 2025-01-24T08:15:45.1894741Z setting job-id=36098369908 2025-01-24T08:15:45.1895610Z setting job-name=rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:15:45.2260215Z Prepare all required actions 2025-01-24T08:15:45.2260595Z Getting action download info 2025-01-24T08:15:45.4128209Z ##[group]Run ./.github/actions/filter-test-configs 2025-01-24T08:15:45.4128817Z with: 2025-01-24T08:15:45.4129545Z github-token: *** 2025-01-24T08:15:45.4130762Z test-matrix: {"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]} 2025-01-24T08:15:45.4132300Z job-name: rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:15:45.4133071Z env: 2025-01-24T08:15:45.4133447Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:45.4134161Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:45.4135197Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:45.4136203Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:45.4137999Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:45.4139567Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:45.4140079Z AWS_REGION: us-east-1 2025-01-24T08:15:45.4140599Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:45.4141253Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:45.4151862Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:45.4152313Z ##[endgroup] 2025-01-24T08:15:45.4212814Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T08:15:45.4213323Z with: 2025-01-24T08:15:45.4213670Z shell: bash 2025-01-24T08:15:45.4214049Z timeout_minutes: 10 2025-01-24T08:15:45.4214452Z max_attempts: 5 2025-01-24T08:15:45.4214840Z retry_wait_seconds: 30 2025-01-24T08:15:45.4216134Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T08:15:45.4217491Z polling_interval_seconds: 1 2025-01-24T08:15:45.4217948Z warning_on_retry: true 2025-01-24T08:15:45.4218372Z continue_on_error: false 2025-01-24T08:15:45.4218800Z env: 2025-01-24T08:15:45.4219148Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:45.4219813Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:45.4220797Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:45.4221714Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:45.4223336Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:45.4224801Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:45.4225277Z AWS_REGION: us-east-1 2025-01-24T08:15:45.4225793Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:45.4226427Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:45.4236544Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:45.4237178Z GITHUB_TOKEN: *** 2025-01-24T08:15:45.4237601Z ##[endgroup] 2025-01-24T08:15:45.4916458Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T08:15:45.7397118Z Defaulting to user installation because normal site-packages is not writeable 2025-01-24T08:15:45.8156123Z Requirement already satisfied: requests==2.27.1 in /home/pytorchci/.local/lib/python3.10/site-packages (2.27.1) 2025-01-24T08:15:45.8160274Z Requirement already satisfied: pyyaml==6.0.1 in /home/pytorchci/.local/lib/python3.10/site-packages (6.0.1) 2025-01-24T08:15:45.8246982Z Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.27.1) (2020.6.20) 2025-01-24T08:15:45.8256298Z Requirement already satisfied: charset-normalizer~=2.0.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from requests==2.27.1) (2.0.12) 2025-01-24T08:15:45.8266618Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests==2.27.1) (3.3) 2025-01-24T08:15:45.8269795Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.27.1) (1.26.5) 2025-01-24T08:15:46.4915936Z Command completed after 1 attempt(s). 2025-01-24T08:15:46.5037345Z ##[group]Run set -x 2025-01-24T08:15:46.5037807Z set -x 2025-01-24T08:15:46.5038199Z  2025-01-24T08:15:46.5038872Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T08:15:46.5039922Z # in runner workspace 2025-01-24T08:15:46.5040611Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-01-24T08:15:46.5091481Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:46.5092177Z env: 2025-01-24T08:15:46.5092562Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:46.5093297Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:46.5094363Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:46.5095327Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:46.5097032Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:46.5098588Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:46.5099081Z AWS_REGION: us-east-1 2025-01-24T08:15:46.5100054Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:46.5100718Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:46.5111411Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:46.5111865Z ##[endgroup] 2025-01-24T08:15:46.5191749Z + python3 /home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-01-24T08:15:46.5422038Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T08:15:46.5422433Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T08:15:46.5422761Z echo "Job name: ${JOB_NAME}" 2025-01-24T08:15:46.5423072Z  2025-01-24T08:15:46.5423755Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T08:15:46.5424742Z # in runner workspace 2025-01-24T08:15:46.5425623Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-01-24T08:15:46.5426512Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-01-24T08:15:46.5427112Z  --job-name "${JOB_NAME}" \ 2025-01-24T08:15:46.5428461Z  --test-matrix "{"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]}" \ 2025-01-24T08:15:46.5429846Z  --selected-test-configs "" \ 2025-01-24T08:15:46.5430427Z  --pr-number "${PR_NUMBER}" \ 2025-01-24T08:15:46.5430969Z  --tag "${TAG}" \ 2025-01-24T08:15:46.5431480Z  --event-name "${EVENT_NAME}" \ 2025-01-24T08:15:46.5432032Z  --schedule "${SCHEDULE}" \ 2025-01-24T08:15:46.5432590Z  --branch "${HEAD_BRANCH}" 2025-01-24T08:15:46.5478808Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:46.5479613Z env: 2025-01-24T08:15:46.5479999Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:46.5480730Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:46.5481771Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:46.5482745Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:46.5484427Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:46.5485969Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:46.5486873Z AWS_REGION: us-east-1 2025-01-24T08:15:46.5487452Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:46.5488105Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:46.5497657Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:46.5498027Z GITHUB_TOKEN: *** 2025-01-24T08:15:46.5498370Z JOB_NAME: rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:15:46.5498765Z PR_NUMBER: 2025-01-24T08:15:46.5498982Z TAG: ciflow/inductor/145539 2025-01-24T08:15:46.5499233Z EVENT_NAME: push 2025-01-24T08:15:46.5499441Z SCHEDULE: 2025-01-24T08:15:46.5499640Z HEAD_BRANCH: 2025-01-24T08:15:46.5499841Z ##[endgroup] 2025-01-24T08:15:46.5572921Z Workflow: inductor-rocm 2025-01-24T08:15:46.5573306Z Job name: rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:15:46.8651716Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-01-24T08:15:47.4160912Z ##[group]Run echo "Filtered matrix:" 2025-01-24T08:15:47.4161246Z echo "Filtered matrix:" 2025-01-24T08:15:47.4161907Z echo "{"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]}" 2025-01-24T08:15:47.4162578Z  2025-01-24T08:15:47.4162771Z echo 2025-01-24T08:15:47.4163047Z echo "Is the current job unstable? False" 2025-01-24T08:15:47.4163405Z  2025-01-24T08:15:47.4163772Z echo 2025-01-24T08:15:47.4164320Z echo "Is keep-going label set? False" 2025-01-24T08:15:47.4165491Z  2025-01-24T08:15:47.4165916Z echo 2025-01-24T08:15:47.4166321Z echo "Renabled issues? " 2025-01-24T08:15:47.4211837Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:47.4212528Z env: 2025-01-24T08:15:47.4212924Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:47.4213778Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:47.4215039Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:47.4216176Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:47.4218186Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:47.4219310Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:47.4219569Z AWS_REGION: us-east-1 2025-01-24T08:15:47.4219918Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:47.4220267Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:47.4227080Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:47.4227574Z ##[endgroup] 2025-01-24T08:15:47.4302250Z Filtered matrix: 2025-01-24T08:15:47.4303465Z {include: [{config: inductor, shard: 1, num_shards: 2, runner: linux.rocm.gpu.2}, {config: inductor, shard: 2, num_shards: 2, runner: linux.rocm.gpu.2}]} 2025-01-24T08:15:47.4304496Z 2025-01-24T08:15:47.4304778Z Is the current job unstable? False 2025-01-24T08:15:47.4305206Z 2025-01-24T08:15:47.4305445Z Is keep-going label set? False 2025-01-24T08:15:47.4305930Z 2025-01-24T08:15:47.4306228Z Renabled issues? 2025-01-24T08:15:47.4366703Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-01-24T08:15:47.4367802Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-01-24T08:15:47.4409327Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:15:47.4410134Z env: 2025-01-24T08:15:47.4410609Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:47.4411144Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:47.4411716Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:47.4412218Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:47.4413081Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:47.4413856Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:47.4414145Z AWS_REGION: us-east-1 2025-01-24T08:15:47.4414427Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:47.4414762Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:47.4423859Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:47.4424312Z JOB_TIMEOUT: 300 2025-01-24T08:15:47.4424710Z ##[endgroup] 2025-01-24T08:15:47.4571455Z ##[group]Run set -x 2025-01-24T08:15:47.4572043Z set -x 2025-01-24T08:15:47.4572440Z  2025-01-24T08:15:47.4572889Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2025-01-24T08:15:47.4573609Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2025-01-24T08:15:47.4574303Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2025-01-24T08:15:47.4574931Z  TEST_COMMAND=.ci/caffe2/test.sh 2025-01-24T08:15:47.4575461Z else 2025-01-24T08:15:47.4575893Z  TEST_COMMAND=.ci/pytorch/test.sh 2025-01-24T08:15:47.4576422Z fi 2025-01-24T08:15:47.4576777Z  2025-01-24T08:15:47.4577354Z # detached container should get cleaned up by teardown_ec2_linux 2025-01-24T08:15:47.4578283Z # TODO: Stop building test binaries as part of the build phase 2025-01-24T08:15:47.4579083Z # Used for GPU_FLAG since that doesn't play nice 2025-01-24T08:15:47.4579798Z # shellcheck disable=SC2086,SC2090 2025-01-24T08:15:47.4580390Z container_name=$(docker run \ 2025-01-24T08:15:47.4581335Z  ${GPU_FLAG:-} \ 2025-01-24T08:15:47.4581825Z  -e BUILD_ENVIRONMENT \ 2025-01-24T08:15:47.4582365Z  -e PR_NUMBER \ 2025-01-24T08:15:47.4582850Z  -e GITHUB_ACTIONS \ 2025-01-24T08:15:47.4583440Z  -e GITHUB_REPOSITORY \ 2025-01-24T08:15:47.4584070Z  -e GITHUB_WORKFLOW \ 2025-01-24T08:15:47.4584648Z  -e GITHUB_JOB \ 2025-01-24T08:15:47.4585208Z  -e GITHUB_RUN_ID \ 2025-01-24T08:15:47.4585773Z  -e GITHUB_RUN_NUMBER \ 2025-01-24T08:15:47.4586348Z  -e GITHUB_RUN_ATTEMPT \ 2025-01-24T08:15:47.4586850Z  -e JOB_ID \ 2025-01-24T08:15:47.4587284Z  -e JOB_NAME \ 2025-01-24T08:15:47.4587725Z  -e BRANCH \ 2025-01-24T08:15:47.4588148Z  -e SHA1 \ 2025-01-24T08:15:47.4588583Z  -e AWS_DEFAULT_REGION \ 2025-01-24T08:15:47.4589091Z  -e IN_WHEEL_TEST \ 2025-01-24T08:15:47.4589567Z  -e SHARD_NUMBER \ 2025-01-24T08:15:47.4590052Z  -e TEST_CONFIG \ 2025-01-24T08:15:47.4590519Z  -e NUM_TEST_SHARDS \ 2025-01-24T08:15:47.4591018Z  -e REENABLED_ISSUES \ 2025-01-24T08:15:47.4591537Z  -e CONTINUE_THROUGH_ERROR \ 2025-01-24T08:15:47.4592067Z  -e VERBOSE_TEST_LOGS \ 2025-01-24T08:15:47.4592566Z  -e TEST_SHOWLOCALS \ 2025-01-24T08:15:47.4593047Z  -e NO_TEST_TIMEOUT \ 2025-01-24T08:15:47.4593509Z  -e NO_TD \ 2025-01-24T08:15:47.4593991Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2025-01-24T08:15:47.4594614Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2025-01-24T08:15:47.4595242Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2025-01-24T08:15:47.4595823Z  -e TESTS_TO_INCLUDE \ 2025-01-24T08:15:47.4596476Z  --env-file="${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" \ 2025-01-24T08:15:47.4597200Z  --ulimit stack=10485760:83886080 \ 2025-01-24T08:15:47.4597764Z  --ulimit core=0 \ 2025-01-24T08:15:47.4598297Z  --security-opt seccomp=unconfined \ 2025-01-24T08:15:47.4598881Z  --cap-add=SYS_PTRACE \ 2025-01-24T08:15:47.4599531Z  --shm-size="8g" \ 2025-01-24T08:15:47.4599990Z  --tty \ 2025-01-24T08:15:47.4600403Z  --detach \ 2025-01-24T08:15:47.4600855Z  --name="${container_name}" \ 2025-01-24T08:15:47.4601388Z  --user jenkins \ 2025-01-24T08:15:47.4601987Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2025-01-24T08:15:47.4602667Z  -w /var/lib/jenkins/workspace \ 2025-01-24T08:15:47.4603271Z  "${DOCKER_IMAGE}" 2025-01-24T08:15:47.4603776Z ) 2025-01-24T08:15:47.4604280Z # save container name for later step 2025-01-24T08:15:47.4605132Z echo "CONTAINER_NAME=${container_name}" >> "$GITHUB_ENV" 2025-01-24T08:15:47.4607099Z # jenkins user does not have write permission to mounted workspace; work-around by copying within container to jenkins home 2025-01-24T08:15:47.4609095Z docker exec -t "${container_name}" sh -c "cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && ${TEST_COMMAND}" 2025-01-24T08:15:47.4660201Z shell: /usr/bin/bash -e {0} 2025-01-24T08:15:47.4660695Z env: 2025-01-24T08:15:47.4661079Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:15:47.4661823Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:15:47.4662871Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:15:47.4664012Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:15:47.4666049Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:15:47.4667629Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:15:47.4668123Z AWS_REGION: us-east-1 2025-01-24T08:15:47.4669029Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:15:47.4669685Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:15:47.4680444Z AWS_SESSION_TOKEN: *** 2025-01-24T08:15:47.4680989Z BUILD_ENVIRONMENT: linux-focal-rocm6.3-py3.10 2025-01-24T08:15:47.4681575Z PR_NUMBER: 2025-01-24T08:15:47.4681992Z GITHUB_REPOSITORY: pytorch/pytorch 2025-01-24T08:15:47.4682529Z GITHUB_WORKFLOW: inductor-rocm 2025-01-24T08:15:47.4683038Z GITHUB_JOB: test 2025-01-24T08:15:47.4683517Z GITHUB_RUN_ID: 12940917524 2025-01-24T08:15:47.4684062Z GITHUB_RUN_NUMBER: 10315 2025-01-24T08:15:47.4684594Z GITHUB_RUN_ATTEMPT: 1 2025-01-24T08:15:47.4685085Z JOB_ID: 36098369908 2025-01-24T08:15:47.4685848Z JOB_NAME: rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:15:47.4686729Z BRANCH: 2025-01-24T08:15:47.4687235Z SHA1: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:15:47.4687978Z CONTINUE_THROUGH_ERROR: False 2025-01-24T08:15:47.4688565Z VERBOSE_TEST_LOGS: False 2025-01-24T08:15:47.4689126Z TEST_SHOWLOCALS: False 2025-01-24T08:15:47.4689616Z NO_TEST_TIMEOUT: False 2025-01-24T08:15:47.4690037Z NO_TD: False 2025-01-24T08:15:47.4690421Z TEST_CONFIG: inductor 2025-01-24T08:15:47.4690837Z SHARD_NUMBER: 1 2025-01-24T08:15:47.4691229Z NUM_TEST_SHARDS: 2 2025-01-24T08:15:47.4691640Z REENABLED_ISSUES: 2025-01-24T08:15:47.4692762Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:15:47.4694005Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-01-24T08:15:47.4694549Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-01-24T08:15:47.4695059Z TESTS_TO_INCLUDE: 2025-01-24T08:15:47.4695465Z ##[endgroup] 2025-01-24T08:15:47.4765145Z + [[ inductor == \m\u\l\t\i\g\p\u ]] 2025-01-24T08:15:47.4765793Z + [[ linux-focal-rocm6.3-py3.10 == *onnx* ]] 2025-01-24T08:15:47.4766409Z + TEST_COMMAND=.ci/pytorch/test.sh 2025-01-24T08:15:47.4776758Z +++ nproc --ignore=2 2025-01-24T08:15:47.4804597Z ++ docker run --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e GITHUB_REPOSITORY -e GITHUB_WORKFLOW -e GITHUB_JOB -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e JOB_ID -e JOB_NAME -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e REENABLED_ISSUES -e CONTINUE_THROUGH_ERROR -e VERBOSE_TEST_LOGS -e TEST_SHOWLOCALS -e NO_TEST_TIMEOUT -e NO_TD -e MAX_JOBS=62 -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS -e TESTS_TO_INCLUDE --env-file=/home/pytorchci/actions-runner/_work/_temp/github_env_12940917524 --ulimit stack=10485760:83886080 --ulimit core=0 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g --tty --detach --name= --user jenkins -v /home/pytorchci/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:15:50.4033647Z + container_name=b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T08:15:50.4035076Z + echo CONTAINER_NAME=b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T08:15:50.4037218Z + docker exec -t b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 sh -c 'cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && .ci/pytorch/test.sh' 2025-01-24T08:16:01.1807679Z Processing ./dist/torch-2.7.0a0+gitd087145-cp310-cp310-linux_x86_64.whl 2025-01-24T08:16:01.5831652Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (3.16.1) 2025-01-24T08:16:01.5833738Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (4.12.2) 2025-01-24T08:16:01.5837034Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (2.8.8) 2025-01-24T08:16:01.5838844Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (3.1.5) 2025-01-24T08:16:01.5841436Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (2024.10.0) 2025-01-24T08:16:01.5847267Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (1.13.1) 2025-01-24T08:16:01.5859855Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy==1.13.1->torch==2.7.0a0+gitd087145) (1.3.0) 2025-01-24T08:16:01.6167436Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch==2.7.0a0+gitd087145) (3.0.2) 2025-01-24T08:16:01.9276163Z Installing collected packages: torch 2025-01-24T08:16:10.0691190Z Successfully installed torch-2.7.0a0+gitd087145 2025-01-24T08:16:10.1214378Z + export TERM=vt100 2025-01-24T08:16:10.1214957Z + TERM=vt100 2025-01-24T08:16:10.1222273Z ++ dirname .ci/pytorch/test.sh 2025-01-24T08:16:10.1246165Z + source .ci/pytorch/common.sh 2025-01-24T08:16:10.1255846Z +++ dirname .ci/pytorch/common.sh 2025-01-24T08:16:10.1267639Z ++ source .ci/pytorch/common_utils.sh 2025-01-24T08:16:10.1268290Z +++ declare -f -t trap_add 2025-01-24T08:16:10.1275369Z ++ set -ex -o pipefail 2025-01-24T08:16:10.1276085Z ++ [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T08:16:10.1276718Z ++ unset HIP_PLATFORM 2025-01-24T08:16:10.1277197Z ++ export PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:16:10.1277739Z ++ PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:16:10.1278271Z ++ export HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:16:10.1278747Z ++ HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:16:10.1279222Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:16:10.1279926Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:16:10.1280407Z ++ BUILD_TEST_LIBTORCH=0 2025-01-24T08:16:10.1280907Z + [[ linux-focal-rocm6.3-py3.10 != *rocm* ]] 2025-01-24T08:16:10.1281472Z + echo 'Environment variables:' 2025-01-24T08:16:10.1281945Z Environment variables: 2025-01-24T08:16:10.1282350Z + env 2025-01-24T08:16:10.1294224Z INSTALLED_DB=yes 2025-01-24T08:16:10.1295214Z GITHUB_WORKSPACE=/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:16:10.1296228Z CONTINUE_THROUGH_ERROR=False 2025-01-24T08:16:10.1296865Z BUILD_ENVIRONMENT=linux-focal-rocm6.3-py3.10 2025-01-24T08:16:10.1297526Z HOSTNAME=pytorch-rocm-hw-43 2025-01-24T08:16:10.1298626Z GITHUB_PATH=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1299704Z GITHUB_ACTION=__self 2025-01-24T08:16:10.1300850Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-01-24T08:16:10.1301465Z GITHUB_RUN_NUMBER=10315 2025-01-24T08:16:10.1301915Z TEST_CONFIG=inductor 2025-01-24T08:16:10.1302355Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T08:16:10.1302888Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T08:16:10.1303409Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T08:16:10.1303948Z GITHUB_REF_TYPE=tag 2025-01-24T08:16:10.1304915Z *** 2025-01-24T08:16:10.1305375Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T08:16:10.1305967Z GITHUB_ACTIONS=true 2025-01-24T08:16:10.1306527Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:16:10.1306967Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:16:10.1307565Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor-rocm.yml@refs/tags/ciflow/inductor/145539 2025-01-24T08:16:10.1308084Z VERBOSE_TEST_LOGS=False 2025-01-24T08:16:10.1308340Z GITHUB_REF=refs/tags/ciflow/inductor/145539 2025-01-24T08:16:10.1308622Z SHARD_NUMBER=1 2025-01-24T08:16:10.1308842Z GITHUB_REF_PROTECTED=false 2025-01-24T08:16:10.1309085Z HOME=/var/lib/jenkins 2025-01-24T08:16:10.1309574Z GITHUB_API_URL=https://api.github.com 2025-01-24T08:16:10.1309880Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-01-24T08:16:10.1310150Z LANG=C.UTF-8 2025-01-24T08:16:10.1310356Z PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:16:10.1310585Z NUM_TEST_SHARDS=2 2025-01-24T08:16:10.1311104Z GITHUB_STATE=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1311785Z JOB_NAME=rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:16:10.1312171Z MAGMA_HOME=/opt/rocm/magma 2025-01-24T08:16:10.1312710Z GITHUB_ENV=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1313258Z HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:16:10.1313653Z GITHUB_EVENT_PATH=/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2025-01-24T08:16:10.1314103Z GITHUB_EVENT_NAME=push 2025-01-24T08:16:10.1314330Z GITHUB_RUN_ID=12940917524 2025-01-24T08:16:10.1314894Z GITHUB_STEP_SUMMARY=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1315518Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T08:16:10.1315753Z PR_NUMBER= 2025-01-24T08:16:10.1315947Z GITHUB_RUN_ATTEMPT=1 2025-01-24T08:16:10.1316169Z ANACONDA_PYTHON_VERSION=3.10 2025-01-24T08:16:10.1316463Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T08:16:10.1316760Z TERM=vt100 2025-01-24T08:16:10.1316948Z INSTALLED_VISION=yes 2025-01-24T08:16:10.1317152Z BRANCH= 2025-01-24T08:16:10.1317349Z OPENSSL_ROOT_DIR=/opt/openssl 2025-01-24T08:16:10.1317587Z TESTS_TO_INCLUDE= 2025-01-24T08:16:10.1318036Z GITHUB_ACTION_PATH=/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2025-01-24T08:16:10.1318544Z GITHUB_SERVER_URL=https://github.com 2025-01-24T08:16:10.1318824Z PYTORCH_ROCM_ARCH=gfx90a;gfx942 2025-01-24T08:16:10.1319068Z REENABLED_ISSUES= 2025-01-24T08:16:10.1319266Z SHLVL=1 2025-01-24T08:16:10.1319530Z MAX_JOBS=62 2025-01-24T08:16:10.1319726Z GITHUB_ACTOR_ID=54816060 2025-01-24T08:16:10.1320032Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:16:10.1320451Z GITHUB_REF_NAME=ciflow/inductor/145539 2025-01-24T08:16:10.1320773Z ROCM_PATH=/opt/rocm 2025-01-24T08:16:10.1321020Z GITHUB_JOB=test 2025-01-24T08:16:10.1321257Z NO_TEST_TIMEOUT=False 2025-01-24T08:16:10.1321519Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T08:16:10.1321768Z LC_ALL=C.UTF-8 2025-01-24T08:16:10.1321969Z GITHUB_RETENTION_DAYS=90 2025-01-24T08:16:10.1322195Z OPENSSL_DIR=/opt/openssl 2025-01-24T08:16:10.1322424Z GITHUB_ACTION_REPOSITORY= 2025-01-24T08:16:10.1323268Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:16:10.1324290Z GITHUB_BASE_REF= 2025-01-24T08:16:10.1324492Z CI=true 2025-01-24T08:16:10.1324688Z HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:16:10.1324941Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T08:16:10.1325187Z JOB_ID=36098369908 2025-01-24T08:16:10.1325395Z INSTALLED_PROTOBUF=yes 2025-01-24T08:16:10.1325619Z GITHUB_HEAD_REF= 2025-01-24T08:16:10.1325828Z GITHUB_ACTION_REF= 2025-01-24T08:16:10.1326033Z TEST_SHOWLOCALS=False 2025-01-24T08:16:10.1326262Z GITHUB_WORKFLOW=inductor-rocm 2025-01-24T08:16:10.1326519Z DEBIAN_FRONTEND=noninteractive 2025-01-24T08:16:10.1327072Z GITHUB_OUTPUT=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1327628Z NO_TD=False 2025-01-24T08:16:10.1327822Z OLDPWD=/var/lib/jenkins 2025-01-24T08:16:10.1328036Z _=/usr/bin/env 2025-01-24T08:16:10.1328314Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2025-01-24T08:16:10.1500028Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2025-01-24T08:16:10.1500751Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T08:16:10.1502590Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2025-01-24T08:16:10.1503711Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2025-01-24T08:16:10.1504463Z + BUILD_DIR=build 2025-01-24T08:16:10.1504900Z + BUILD_RENAMED_DIR=build_renamed 2025-01-24T08:16:10.1505404Z + BUILD_BIN_DIR=build/bin 2025-01-24T08:16:10.1505844Z + SHARD_NUMBER=1 2025-01-24T08:16:10.1506227Z + NUM_TEST_SHARDS=2 2025-01-24T08:16:10.1506626Z + export VALGRIND=ON 2025-01-24T08:16:10.1507021Z + VALGRIND=ON 2025-01-24T08:16:10.1507495Z + [[ linux-focal-rocm6.3-py3.10 == *clang9* ]] 2025-01-24T08:16:10.1508100Z + [[ linux-focal-rocm6.3-py3.10 == *xpu* ]] 2025-01-24T08:16:10.1508737Z + [[ linux-focal-rocm6.3-py3.10 == *s390x* ]] 2025-01-24T08:16:10.1509286Z + [[ 0 == \1 ]] 2025-01-24T08:16:10.1509659Z + [[ False == \1 ]] 2025-01-24T08:16:10.1510124Z + [[ linux-focal-rocm6.3-py3.10 != *bazel* ]] 2025-01-24T08:16:10.1510821Z ++ realpath build/custom_test_artifacts 2025-01-24T08:16:10.1519134Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/pytorch/build/custom_test_artifacts 2025-01-24T08:16:10.1519695Z + [[ -n '' ]] 2025-01-24T08:16:10.1519918Z + echo 'Environment variables' 2025-01-24T08:16:10.1520181Z Environment variables 2025-01-24T08:16:10.1520391Z + env 2025-01-24T08:16:10.1531872Z INSTALLED_DB=yes 2025-01-24T08:16:10.1532289Z GITHUB_WORKSPACE=/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:16:10.1532714Z CONTINUE_THROUGH_ERROR=False 2025-01-24T08:16:10.1533004Z BUILD_ENVIRONMENT=linux-focal-rocm6.3-py3.10 2025-01-24T08:16:10.1533333Z HOSTNAME=pytorch-rocm-hw-43 2025-01-24T08:16:10.1533902Z GITHUB_PATH=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1534561Z GITHUB_ACTION=__self 2025-01-24T08:16:10.1534857Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-01-24T08:16:10.1535189Z GITHUB_RUN_NUMBER=10315 2025-01-24T08:16:10.1535461Z TEST_CONFIG=inductor 2025-01-24T08:16:10.1535722Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T08:16:10.1536001Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T08:16:10.1536276Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T08:16:10.1536552Z GITHUB_REF_TYPE=tag 2025-01-24T08:16:10.1536814Z *** 2025-01-24T08:16:10.1537011Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T08:16:10.1537266Z GITHUB_ACTIONS=true 2025-01-24T08:16:10.1537510Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:16:10.1537838Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:16:10.1538397Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor-rocm.yml@refs/tags/ciflow/inductor/145539 2025-01-24T08:16:10.1538917Z VERBOSE_TEST_LOGS=False 2025-01-24T08:16:10.1539168Z GITHUB_REF=refs/tags/ciflow/inductor/145539 2025-01-24T08:16:10.1539452Z SHARD_NUMBER=1 2025-01-24T08:16:10.1539659Z GITHUB_REF_PROTECTED=false 2025-01-24T08:16:10.1540117Z HOME=/var/lib/jenkins 2025-01-24T08:16:10.1540375Z GITHUB_API_URL=https://api.github.com 2025-01-24T08:16:10.1540681Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-01-24T08:16:10.1540948Z LANG=C.UTF-8 2025-01-24T08:16:10.1541151Z PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:16:10.1541380Z NUM_TEST_SHARDS=2 2025-01-24T08:16:10.1541908Z GITHUB_STATE=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1542592Z JOB_NAME=rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T08:16:10.1542977Z MAGMA_HOME=/opt/rocm/magma 2025-01-24T08:16:10.1543497Z GITHUB_ENV=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1544040Z HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:16:10.1544435Z GITHUB_EVENT_PATH=/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2025-01-24T08:16:10.1544884Z GITHUB_EVENT_NAME=push 2025-01-24T08:16:10.1545125Z GITHUB_RUN_ID=12940917524 2025-01-24T08:16:10.1545698Z GITHUB_STEP_SUMMARY=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1546480Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T08:16:10.1546730Z PR_NUMBER= 2025-01-24T08:16:10.1546926Z GITHUB_RUN_ATTEMPT=1 2025-01-24T08:16:10.1547141Z VALGRIND=ON 2025-01-24T08:16:10.1547349Z ANACONDA_PYTHON_VERSION=3.10 2025-01-24T08:16:10.1547648Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T08:16:10.1547961Z TERM=vt100 2025-01-24T08:16:10.1548153Z INSTALLED_VISION=yes 2025-01-24T08:16:10.1548364Z BRANCH= 2025-01-24T08:16:10.1548560Z OPENSSL_ROOT_DIR=/opt/openssl 2025-01-24T08:16:10.1548806Z TESTS_TO_INCLUDE= 2025-01-24T08:16:10.1549254Z GITHUB_ACTION_PATH=/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2025-01-24T08:16:10.1549773Z GITHUB_SERVER_URL=https://github.com 2025-01-24T08:16:10.1550062Z PYTORCH_ROCM_ARCH=gfx90a;gfx942 2025-01-24T08:16:10.1550353Z REENABLED_ISSUES= 2025-01-24T08:16:10.1550615Z SHLVL=1 2025-01-24T08:16:10.1551002Z MAX_JOBS=62 2025-01-24T08:16:10.1551452Z GITHUB_ACTOR_ID=54816060 2025-01-24T08:16:10.1552135Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:16:10.1552827Z GITHUB_REF_NAME=ciflow/inductor/145539 2025-01-24T08:16:10.1553348Z ROCM_PATH=/opt/rocm 2025-01-24T08:16:10.1553745Z GITHUB_JOB=test 2025-01-24T08:16:10.1554165Z NO_TEST_TIMEOUT=False 2025-01-24T08:16:10.1554617Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T08:16:10.1555099Z LC_ALL=C.UTF-8 2025-01-24T08:16:10.1555486Z GITHUB_RETENTION_DAYS=90 2025-01-24T08:16:10.1555934Z OPENSSL_DIR=/opt/openssl 2025-01-24T08:16:10.1556400Z GITHUB_ACTION_REPOSITORY= 2025-01-24T08:16:10.1558041Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:16:10.1559910Z GITHUB_BASE_REF= 2025-01-24T08:16:10.1560292Z CI=true 2025-01-24T08:16:10.1560667Z HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:16:10.1561197Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T08:16:10.1561666Z JOB_ID=36098369908 2025-01-24T08:16:10.1562067Z INSTALLED_PROTOBUF=yes 2025-01-24T08:16:10.1562487Z GITHUB_HEAD_REF= 2025-01-24T08:16:10.1562871Z GITHUB_ACTION_REF= 2025-01-24T08:16:10.1563266Z TEST_SHOWLOCALS=False 2025-01-24T08:16:10.1563706Z GITHUB_WORKFLOW=inductor-rocm 2025-01-24T08:16:10.1564197Z DEBIAN_FRONTEND=noninteractive 2025-01-24T08:16:10.1565282Z GITHUB_OUTPUT=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_fc46d9e6-4317-40f3-8622-5b61d75bb648 2025-01-24T08:16:10.1566372Z NO_TD=False 2025-01-24T08:16:10.1566743Z OLDPWD=/var/lib/jenkins 2025-01-24T08:16:10.1567157Z _=/usr/bin/env 2025-01-24T08:16:10.1567553Z + echo 'Testing pytorch' 2025-01-24T08:16:10.1567985Z Testing pytorch 2025-01-24T08:16:10.1568371Z + export LANG=C.UTF-8 2025-01-24T08:16:10.1568775Z + LANG=C.UTF-8 2025-01-24T08:16:10.1569447Z + PR_NUMBER= 2025-01-24T08:16:10.1569861Z + [[ inductor == \d\e\f\a\u\l\t ]] 2025-01-24T08:16:10.1570472Z + [[ inductor == \d\i\s\t\r\i\b\u\t\e\d ]] 2025-01-24T08:16:10.1571102Z + [[ inductor == \s\l\o\w ]] 2025-01-24T08:16:10.1571773Z + [[ linux-focal-rocm6.3-py3.10 == *slow-gradcheck* ]] 2025-01-24T08:16:10.1572388Z + [[ linux-focal-rocm6.3-py3.10 == *cuda* ]] 2025-01-24T08:16:10.1572743Z + [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T08:16:10.1573055Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-01-24T08:16:10.1573366Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-01-24T08:16:10.1573652Z + [[ inductor == *crossref* ]] 2025-01-24T08:16:10.1573918Z + [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T08:16:10.1574203Z + export VALGRIND=OFF 2025-01-24T08:16:10.1574416Z + VALGRIND=OFF 2025-01-24T08:16:10.1574608Z + rocminfo 2025-01-24T08:16:10.1695882Z ROCk module version 6.8.5 is loaded 2025-01-24T08:16:10.2205716Z ===================== 2025-01-24T08:16:10.2206397Z HSA System Attributes 2025-01-24T08:16:10.2207350Z ===================== 2025-01-24T08:16:10.2208332Z Runtime Version: 1.14 2025-01-24T08:16:10.2208763Z Runtime Ext Version: 1.6 2025-01-24T08:16:10.2209205Z System Timestamp Freq.: 1000.000000MHz 2025-01-24T08:16:10.2209896Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2025-01-24T08:16:10.2210651Z Machine Model: LARGE 2025-01-24T08:16:10.2211260Z System Endianness: LITTLE 2025-01-24T08:16:10.2211776Z Mwaitx: DISABLED 2025-01-24T08:16:10.2212205Z DMAbuf Support: YES 2025-01-24T08:16:10.2212502Z 2025-01-24T08:16:10.2212652Z ========== 2025-01-24T08:16:10.2213072Z HSA Agents 2025-01-24T08:16:10.2213481Z ========== 2025-01-24T08:16:10.2213874Z ******* 2025-01-24T08:16:10.2214278Z Agent 1 2025-01-24T08:16:10.2214713Z ******* 2025-01-24T08:16:10.2215274Z Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:16:10.2215959Z Uuid: CPU-XX 2025-01-24T08:16:10.2216630Z Marketing Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:16:10.2217326Z Vendor Name: CPU 2025-01-24T08:16:10.2217983Z Feature: None specified 2025-01-24T08:16:10.2218623Z Profile: FULL_PROFILE 2025-01-24T08:16:10.2219057Z Float Round Mode: NEAR 2025-01-24T08:16:10.2219429Z Max Queue Number: 0(0x0) 2025-01-24T08:16:10.2219772Z Queue Min Size: 0(0x0) 2025-01-24T08:16:10.2220109Z Queue Max Size: 0(0x0) 2025-01-24T08:16:10.2220444Z Queue Type: MULTI 2025-01-24T08:16:10.2220766Z Node: 0 2025-01-24T08:16:10.2221090Z Device Type: CPU 2025-01-24T08:16:10.2221397Z Cache Info: 2025-01-24T08:16:10.2221657Z L1: 32768(0x8000) KB 2025-01-24T08:16:10.2221975Z Chip ID: 0(0x0) 2025-01-24T08:16:10.2222312Z ASIC Revision: 0(0x0) 2025-01-24T08:16:10.2222661Z Cacheline Size: 64(0x40) 2025-01-24T08:16:10.2223007Z Max Clock Freq. (MHz): 2600 2025-01-24T08:16:10.2223329Z BDFID: 0 2025-01-24T08:16:10.2223654Z Internal Node ID: 0 2025-01-24T08:16:10.2223997Z Compute Unit: 32 2025-01-24T08:16:10.2224490Z SIMDs per CU: 0 2025-01-24T08:16:10.2224840Z Shader Engines: 0 2025-01-24T08:16:10.2225188Z Shader Arrs. per Eng.: 0 2025-01-24T08:16:10.2225546Z WatchPts on Addr. Ranges:1 2025-01-24T08:16:10.2225867Z Memory Properties: 2025-01-24T08:16:10.2226105Z Features: None 2025-01-24T08:16:10.2226340Z Pool Info: 2025-01-24T08:16:10.2226565Z Pool 1 2025-01-24T08:16:10.2226854Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:16:10.2227200Z Size: 65790776(0x3ebe338) KB 2025-01-24T08:16:10.2227537Z Allocatable: TRUE 2025-01-24T08:16:10.2227885Z Alloc Granule: 4KB 2025-01-24T08:16:10.2228264Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2228642Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2229138Z Accessible by all: TRUE 2025-01-24T08:16:10.2229456Z Pool 2 2025-01-24T08:16:10.2229746Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:16:10.2230093Z Size: 65790776(0x3ebe338) KB 2025-01-24T08:16:10.2230488Z Allocatable: TRUE 2025-01-24T08:16:10.2231076Z Alloc Granule: 4KB 2025-01-24T08:16:10.2231712Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2232362Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2232993Z Accessible by all: TRUE 2025-01-24T08:16:10.2233486Z Pool 3 2025-01-24T08:16:10.2233901Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:16:10.2234399Z Size: 65790776(0x3ebe338) KB 2025-01-24T08:16:10.2234877Z Allocatable: TRUE 2025-01-24T08:16:10.2235394Z Alloc Granule: 4KB 2025-01-24T08:16:10.2235925Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2236465Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2236989Z Accessible by all: TRUE 2025-01-24T08:16:10.2237438Z Pool 4 2025-01-24T08:16:10.2237845Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:16:10.2238330Z Size: 65790776(0x3ebe338) KB 2025-01-24T08:16:10.2238812Z Allocatable: TRUE 2025-01-24T08:16:10.2239327Z Alloc Granule: 4KB 2025-01-24T08:16:10.2239984Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2240553Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2241080Z Accessible by all: TRUE 2025-01-24T08:16:10.2241538Z ISA Info: 2025-01-24T08:16:10.2241862Z ******* 2025-01-24T08:16:10.2242177Z Agent 2 2025-01-24T08:16:10.2242478Z ******* 2025-01-24T08:16:10.2242845Z Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:16:10.2243329Z Uuid: CPU-XX 2025-01-24T08:16:10.2243827Z Marketing Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:16:10.2244344Z Vendor Name: CPU 2025-01-24T08:16:10.2245064Z Feature: None specified 2025-01-24T08:16:10.2245569Z Profile: FULL_PROFILE 2025-01-24T08:16:10.2246084Z Float Round Mode: NEAR 2025-01-24T08:16:10.2246598Z Max Queue Number: 0(0x0) 2025-01-24T08:16:10.2247095Z Queue Min Size: 0(0x0) 2025-01-24T08:16:10.2247580Z Queue Max Size: 0(0x0) 2025-01-24T08:16:10.2248103Z Queue Type: MULTI 2025-01-24T08:16:10.2248591Z Node: 1 2025-01-24T08:16:10.2249066Z Device Type: CPU 2025-01-24T08:16:10.2249521Z Cache Info: 2025-01-24T08:16:10.2249923Z L1: 32768(0x8000) KB 2025-01-24T08:16:10.2250463Z Chip ID: 0(0x0) 2025-01-24T08:16:10.2251037Z ASIC Revision: 0(0x0) 2025-01-24T08:16:10.2251908Z Cacheline Size: 64(0x40) 2025-01-24T08:16:10.2252509Z Max Clock Freq. (MHz): 2600 2025-01-24T08:16:10.2253073Z BDFID: 0 2025-01-24T08:16:10.2253637Z Internal Node ID: 1 2025-01-24T08:16:10.2254230Z Compute Unit: 32 2025-01-24T08:16:10.2254803Z SIMDs per CU: 0 2025-01-24T08:16:10.2255397Z Shader Engines: 0 2025-01-24T08:16:10.2256016Z Shader Arrs. per Eng.: 0 2025-01-24T08:16:10.2256478Z WatchPts on Addr. Ranges:1 2025-01-24T08:16:10.2256839Z Memory Properties: 2025-01-24T08:16:10.2257081Z Features: None 2025-01-24T08:16:10.2257331Z Pool Info: 2025-01-24T08:16:10.2257559Z Pool 1 2025-01-24T08:16:10.2257857Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:16:10.2258209Z Size: 66046476(0x3efca0c) KB 2025-01-24T08:16:10.2258553Z Allocatable: TRUE 2025-01-24T08:16:10.2258911Z Alloc Granule: 4KB 2025-01-24T08:16:10.2259289Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2259667Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2260036Z Accessible by all: TRUE 2025-01-24T08:16:10.2260352Z Pool 2 2025-01-24T08:16:10.2260638Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:16:10.2260985Z Size: 66046476(0x3efca0c) KB 2025-01-24T08:16:10.2261323Z Allocatable: TRUE 2025-01-24T08:16:10.2261681Z Alloc Granule: 4KB 2025-01-24T08:16:10.2262092Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2262666Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2263300Z Accessible by all: TRUE 2025-01-24T08:16:10.2263838Z Pool 3 2025-01-24T08:16:10.2264319Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:16:10.2264900Z Size: 66046476(0x3efca0c) KB 2025-01-24T08:16:10.2265408Z Allocatable: TRUE 2025-01-24T08:16:10.2265922Z Alloc Granule: 4KB 2025-01-24T08:16:10.2266458Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2267184Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2267725Z Accessible by all: TRUE 2025-01-24T08:16:10.2268174Z Pool 4 2025-01-24T08:16:10.2268571Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:16:10.2269060Z Size: 66046476(0x3efca0c) KB 2025-01-24T08:16:10.2269543Z Allocatable: TRUE 2025-01-24T08:16:10.2270051Z Alloc Granule: 4KB 2025-01-24T08:16:10.2270583Z Alloc Recommended Granule:4KB 2025-01-24T08:16:10.2271130Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2271662Z Accessible by all: TRUE 2025-01-24T08:16:10.2272122Z ISA Info: 2025-01-24T08:16:10.2272445Z ******* 2025-01-24T08:16:10.2272772Z Agent 3 2025-01-24T08:16:10.2273268Z ******* 2025-01-24T08:16:10.2273622Z Name: gfx90a 2025-01-24T08:16:10.2274095Z Uuid: GPU-57cd99ed4cd4643e 2025-01-24T08:16:10.2274602Z Marketing Name: AMD Instinct MI210 2025-01-24T08:16:10.2275116Z Vendor Name: AMD 2025-01-24T08:16:10.2275607Z Feature: KERNEL_DISPATCH 2025-01-24T08:16:10.2276124Z Profile: BASE_PROFILE 2025-01-24T08:16:10.2276631Z Float Round Mode: NEAR 2025-01-24T08:16:10.2277143Z Max Queue Number: 128(0x80) 2025-01-24T08:16:10.2277641Z Queue Min Size: 64(0x40) 2025-01-24T08:16:10.2278142Z Queue Max Size: 131072(0x20000) 2025-01-24T08:16:10.2278636Z Queue Type: MULTI 2025-01-24T08:16:10.2279112Z Node: 2 2025-01-24T08:16:10.2279681Z Device Type: GPU 2025-01-24T08:16:10.2280124Z Cache Info: 2025-01-24T08:16:10.2280484Z L1: 16(0x10) KB 2025-01-24T08:16:10.2280934Z L2: 8192(0x2000) KB 2025-01-24T08:16:10.2281370Z Chip ID: 29711(0x740f) 2025-01-24T08:16:10.2281857Z ASIC Revision: 1(0x1) 2025-01-24T08:16:10.2282368Z Cacheline Size: 64(0x40) 2025-01-24T08:16:10.2282879Z Max Clock Freq. (MHz): 1700 2025-01-24T08:16:10.2283359Z BDFID: 768 2025-01-24T08:16:10.2283856Z Internal Node ID: 2 2025-01-24T08:16:10.2284361Z Compute Unit: 104 2025-01-24T08:16:10.2284850Z SIMDs per CU: 4 2025-01-24T08:16:10.2285350Z Shader Engines: 8 2025-01-24T08:16:10.2285873Z Shader Arrs. per Eng.: 1 2025-01-24T08:16:10.2286405Z WatchPts on Addr. Ranges:4 2025-01-24T08:16:10.2286941Z Coherent Host Access: FALSE 2025-01-24T08:16:10.2287409Z Memory Properties: 2025-01-24T08:16:10.2287777Z Features: KERNEL_DISPATCH 2025-01-24T08:16:10.2288252Z Fast F16 Operation: TRUE 2025-01-24T08:16:10.2288769Z Wavefront Size: 64(0x40) 2025-01-24T08:16:10.2289288Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:16:10.2290027Z Workgroup Max Size per Dimension: 2025-01-24T08:16:10.2290519Z x 1024(0x400) 2025-01-24T08:16:10.2291013Z y 1024(0x400) 2025-01-24T08:16:10.2291496Z z 1024(0x400) 2025-01-24T08:16:10.2292037Z Max Waves Per CU: 32(0x20) 2025-01-24T08:16:10.2292658Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:16:10.2293264Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:16:10.2293804Z Grid Max Size per Dimension: 2025-01-24T08:16:10.2294253Z x 4294967295(0xffffffff) 2025-01-24T08:16:10.2294757Z y 4294967295(0xffffffff) 2025-01-24T08:16:10.2295268Z z 4294967295(0xffffffff) 2025-01-24T08:16:10.2295847Z Max fbarriers/Workgrp: 32 2025-01-24T08:16:10.2296431Z Packet Processor uCode:: 83 2025-01-24T08:16:10.2297029Z SDMA engine uCode:: 8 2025-01-24T08:16:10.2297395Z IOMMU Support:: None 2025-01-24T08:16:10.2297712Z Pool Info: 2025-01-24T08:16:10.2297948Z Pool 1 2025-01-24T08:16:10.2298239Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:16:10.2298594Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:16:10.2298933Z Allocatable: TRUE 2025-01-24T08:16:10.2299283Z Alloc Granule: 4KB 2025-01-24T08:16:10.2299657Z Alloc Recommended Granule:2048KB 2025-01-24T08:16:10.2300035Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2300407Z Accessible by all: FALSE 2025-01-24T08:16:10.2300724Z Pool 2 2025-01-24T08:16:10.2301015Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:16:10.2301352Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:16:10.2301682Z Allocatable: TRUE 2025-01-24T08:16:10.2302079Z Alloc Granule: 4KB 2025-01-24T08:16:10.2302663Z Alloc Recommended Granule:2048KB 2025-01-24T08:16:10.2303302Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2303919Z Accessible by all: FALSE 2025-01-24T08:16:10.2304456Z Pool 3 2025-01-24T08:16:10.2304929Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:16:10.2305419Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:16:10.2305900Z Allocatable: TRUE 2025-01-24T08:16:10.2306411Z Alloc Granule: 4KB 2025-01-24T08:16:10.2306941Z Alloc Recommended Granule:2048KB 2025-01-24T08:16:10.2307480Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2308003Z Accessible by all: FALSE 2025-01-24T08:16:10.2308454Z Pool 4 2025-01-24T08:16:10.2308845Z Segment: GROUP 2025-01-24T08:16:10.2309310Z Size: 64(0x40) KB 2025-01-24T08:16:10.2309793Z Allocatable: FALSE 2025-01-24T08:16:10.2310303Z Alloc Granule: 0KB 2025-01-24T08:16:10.2311032Z Alloc Recommended Granule:0KB 2025-01-24T08:16:10.2311579Z Alloc Alignment: 0KB 2025-01-24T08:16:10.2312109Z Accessible by all: FALSE 2025-01-24T08:16:10.2312568Z ISA Info: 2025-01-24T08:16:10.2312895Z ISA 1 2025-01-24T08:16:10.2313319Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:16:10.2313878Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:16:10.2314411Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:16:10.2314940Z Default Rounding Mode: NEAR 2025-01-24T08:16:10.2315481Z Default Rounding Mode: NEAR 2025-01-24T08:16:10.2315982Z Fast f16: TRUE 2025-01-24T08:16:10.2316487Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:16:10.2316980Z Workgroup Max Size per Dimension: 2025-01-24T08:16:10.2317596Z x 1024(0x400) 2025-01-24T08:16:10.2318025Z y 1024(0x400) 2025-01-24T08:16:10.2318438Z z 1024(0x400) 2025-01-24T08:16:10.2318902Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:16:10.2319362Z Grid Max Size per Dimension: 2025-01-24T08:16:10.2320167Z x 4294967295(0xffffffff) 2025-01-24T08:16:10.2320609Z y 4294967295(0xffffffff) 2025-01-24T08:16:10.2321030Z z 4294967295(0xffffffff) 2025-01-24T08:16:10.2321501Z FBarrier Max Size: 32 2025-01-24T08:16:10.2321945Z ******* 2025-01-24T08:16:10.2322254Z Agent 4 2025-01-24T08:16:10.2322562Z ******* 2025-01-24T08:16:10.2322912Z Name: gfx90a 2025-01-24T08:16:10.2323392Z Uuid: GPU-6b7c2bd8af06ff6a 2025-01-24T08:16:10.2323901Z Marketing Name: AMD Instinct MI210 2025-01-24T08:16:10.2324410Z Vendor Name: AMD 2025-01-24T08:16:10.2324901Z Feature: KERNEL_DISPATCH 2025-01-24T08:16:10.2325404Z Profile: BASE_PROFILE 2025-01-24T08:16:10.2325923Z Float Round Mode: NEAR 2025-01-24T08:16:10.2326436Z Max Queue Number: 128(0x80) 2025-01-24T08:16:10.2326939Z Queue Min Size: 64(0x40) 2025-01-24T08:16:10.2327474Z Queue Max Size: 131072(0x20000) 2025-01-24T08:16:10.2327969Z Queue Type: MULTI 2025-01-24T08:16:10.2328432Z Node: 3 2025-01-24T08:16:10.2328904Z Device Type: GPU 2025-01-24T08:16:10.2329348Z Cache Info: 2025-01-24T08:16:10.2329709Z L1: 16(0x10) KB 2025-01-24T08:16:10.2330156Z L2: 8192(0x2000) KB 2025-01-24T08:16:10.2330677Z Chip ID: 29711(0x740f) 2025-01-24T08:16:10.2331251Z ASIC Revision: 1(0x1) 2025-01-24T08:16:10.2331853Z Cacheline Size: 64(0x40) 2025-01-24T08:16:10.2332458Z Max Clock Freq. (MHz): 1700 2025-01-24T08:16:10.2333028Z BDFID: 33536 2025-01-24T08:16:10.2333611Z Internal Node ID: 3 2025-01-24T08:16:10.2334507Z Compute Unit: 104 2025-01-24T08:16:10.2335105Z SIMDs per CU: 4 2025-01-24T08:16:10.2335691Z Shader Engines: 8 2025-01-24T08:16:10.2336311Z Shader Arrs. per Eng.: 1 2025-01-24T08:16:10.2336745Z WatchPts on Addr. Ranges:4 2025-01-24T08:16:10.2337120Z Coherent Host Access: FALSE 2025-01-24T08:16:10.2337443Z Memory Properties: 2025-01-24T08:16:10.2337698Z Features: KERNEL_DISPATCH 2025-01-24T08:16:10.2338026Z Fast F16 Operation: TRUE 2025-01-24T08:16:10.2338392Z Wavefront Size: 64(0x40) 2025-01-24T08:16:10.2338756Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:16:10.2339088Z Workgroup Max Size per Dimension: 2025-01-24T08:16:10.2339372Z x 1024(0x400) 2025-01-24T08:16:10.2339824Z y 1024(0x400) 2025-01-24T08:16:10.2340125Z z 1024(0x400) 2025-01-24T08:16:10.2340443Z Max Waves Per CU: 32(0x20) 2025-01-24T08:16:10.2340796Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:16:10.2341146Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:16:10.2341456Z Grid Max Size per Dimension: 2025-01-24T08:16:10.2341712Z x 4294967295(0xffffffff) 2025-01-24T08:16:10.2342004Z y 4294967295(0xffffffff) 2025-01-24T08:16:10.2342300Z z 4294967295(0xffffffff) 2025-01-24T08:16:10.2342633Z Max fbarriers/Workgrp: 32 2025-01-24T08:16:10.2343018Z Packet Processor uCode:: 83 2025-01-24T08:16:10.2343390Z SDMA engine uCode:: 8 2025-01-24T08:16:10.2343743Z IOMMU Support:: None 2025-01-24T08:16:10.2344048Z Pool Info: 2025-01-24T08:16:10.2344279Z Pool 1 2025-01-24T08:16:10.2344572Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:16:10.2344921Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:16:10.2345261Z Allocatable: TRUE 2025-01-24T08:16:10.2345615Z Alloc Granule: 4KB 2025-01-24T08:16:10.2345987Z Alloc Recommended Granule:2048KB 2025-01-24T08:16:10.2346366Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2346728Z Accessible by all: FALSE 2025-01-24T08:16:10.2347044Z Pool 2 2025-01-24T08:16:10.2347330Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:16:10.2347671Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:16:10.2348004Z Allocatable: TRUE 2025-01-24T08:16:10.2348358Z Alloc Granule: 4KB 2025-01-24T08:16:10.2348726Z Alloc Recommended Granule:2048KB 2025-01-24T08:16:10.2349101Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2349462Z Accessible by all: FALSE 2025-01-24T08:16:10.2349779Z Pool 3 2025-01-24T08:16:10.2350061Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:16:10.2350449Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:16:10.2351237Z Allocatable: TRUE 2025-01-24T08:16:10.2351867Z Alloc Granule: 4KB 2025-01-24T08:16:10.2352503Z Alloc Recommended Granule:2048KB 2025-01-24T08:16:10.2353140Z Alloc Alignment: 4KB 2025-01-24T08:16:10.2353703Z Accessible by all: FALSE 2025-01-24T08:16:10.2354153Z Pool 4 2025-01-24T08:16:10.2354543Z Segment: GROUP 2025-01-24T08:16:10.2355012Z Size: 64(0x40) KB 2025-01-24T08:16:10.2355496Z Allocatable: FALSE 2025-01-24T08:16:10.2356010Z Alloc Granule: 0KB 2025-01-24T08:16:10.2356542Z Alloc Recommended Granule:0KB 2025-01-24T08:16:10.2357090Z Alloc Alignment: 0KB 2025-01-24T08:16:10.2357835Z Accessible by all: FALSE 2025-01-24T08:16:10.2358289Z ISA Info: 2025-01-24T08:16:10.2358615Z ISA 1 2025-01-24T08:16:10.2359039Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:16:10.2359707Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:16:10.2360242Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:16:10.2360772Z Default Rounding Mode: NEAR 2025-01-24T08:16:10.2361312Z Default Rounding Mode: NEAR 2025-01-24T08:16:10.2361819Z Fast f16: TRUE 2025-01-24T08:16:10.2362320Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:16:10.2362799Z Workgroup Max Size per Dimension: 2025-01-24T08:16:10.2363231Z x 1024(0x400) 2025-01-24T08:16:10.2363665Z y 1024(0x400) 2025-01-24T08:16:10.2364088Z z 1024(0x400) 2025-01-24T08:16:10.2364554Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:16:10.2365018Z Grid Max Size per Dimension: 2025-01-24T08:16:10.2365405Z x 4294967295(0xffffffff) 2025-01-24T08:16:10.2365831Z y 4294967295(0xffffffff) 2025-01-24T08:16:10.2366261Z z 4294967295(0xffffffff) 2025-01-24T08:16:10.2366744Z FBarrier Max Size: 32 2025-01-24T08:16:10.2367196Z *** Done *** 2025-01-24T08:16:10.2457196Z + rocminfo 2025-01-24T08:16:10.2460467Z + grep -E 'Name:.*\sgfx|Marketing' 2025-01-24T08:16:10.3140506Z Marketing Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:16:10.3141548Z Marketing Name: AMD EPYC 7513 32-Core Processor 2025-01-24T08:16:10.3142283Z Name: gfx90a 2025-01-24T08:16:10.3142980Z Marketing Name: AMD Instinct MI210 2025-01-24T08:16:10.3143636Z Name: gfx90a 2025-01-24T08:16:10.3144278Z Marketing Name: AMD Instinct MI210 2025-01-24T08:16:10.3301121Z + [[ linux-focal-rocm6.3-py3.10 == *xpu* ]] 2025-01-24T08:16:10.3301739Z + [[ linux-focal-rocm6.3-py3.10 != *-bazel-* ]] 2025-01-24T08:16:10.3302284Z + pip_install --user ninja==1.10.2 2025-01-24T08:16:10.3302909Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-01-24T08:16:10.3303656Z + python3 -m pip install --progress-bar off --user ninja==1.10.2 2025-01-24T08:16:10.6604512Z Collecting ninja==1.10.2 2025-01-24T08:16:10.8387569Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (5.0 kB) 2025-01-24T08:16:10.8487587Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2025-01-24T08:16:11.1333434Z Installing collected packages: ninja 2025-01-24T08:16:11.1402179Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2025-01-24T08:16:11.1403141Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T08:16:11.1430424Z Successfully installed ninja-1.10.2 2025-01-24T08:16:11.2053370Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:16:11.2055290Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:16:11.2056784Z + [[ linux-focal-rocm6.3-py3.10 == *aarch64* ]] 2025-01-24T08:16:11.2057087Z + install_tlparse 2025-01-24T08:16:11.2057329Z + pip_install --user tlparse==0.3.30 2025-01-24T08:16:11.2057691Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-01-24T08:16:11.2058126Z + python3 -m pip install --progress-bar off --user tlparse==0.3.30 2025-01-24T08:16:11.5457004Z Collecting tlparse==0.3.30 2025-01-24T08:16:11.5656135Z Downloading tlparse-0.3.30-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.9 kB) 2025-01-24T08:16:11.5743338Z Downloading tlparse-0.3.30-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-01-24T08:16:11.9071612Z Installing collected packages: tlparse 2025-01-24T08:16:11.9371285Z Successfully installed tlparse-0.3.30 2025-01-24T08:16:12.0035073Z ++ python -m site --user-base 2025-01-24T08:16:12.0271144Z + PATH=/var/lib/jenkins/.local/bin:/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:16:12.0272974Z + [[ linux-focal-rocm6.3-py3.10 == *asan* ]] 2025-01-24T08:16:12.0273477Z + [[ linux-focal-rocm6.3-py3.10 == *-debug* ]] 2025-01-24T08:16:12.0273964Z + [[ linux-focal-rocm6.3-py3.10 != *-bazel-* ]] 2025-01-24T08:16:12.0274662Z + echo 'We are not in debug mode: linux-focal-rocm6.3-py3.10. Expect the assertion to pass' 2025-01-24T08:16:12.0275530Z We are not in debug mode: linux-focal-rocm6.3-py3.10. Expect the assertion to pass 2025-01-24T08:16:12.0278021Z + cd test 2025-01-24T08:16:12.0278513Z + python -c 'import torch; torch._C._crash_if_debug_asserts_fail(424242)' 2025-01-24T08:16:13.5310938Z + [[ inductor == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2025-01-24T08:16:13.5311743Z + [[ inductor == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2025-01-24T08:16:13.5319677Z + DYNAMO_BENCHMARK_FLAGS=() 2025-01-24T08:16:13.5320326Z + [[ inductor == *pr_time_benchmarks* ]] 2025-01-24T08:16:13.5320925Z + [[ inductor == *dynamo_eager* ]] 2025-01-24T08:16:13.5321440Z + [[ inductor == *aot_eager* ]] 2025-01-24T08:16:13.5321926Z + [[ inductor == *aot_inductor* ]] 2025-01-24T08:16:13.5322430Z + [[ inductor == *inductor* ]] 2025-01-24T08:16:13.5322924Z + [[ inductor != *perf* ]] 2025-01-24T08:16:13.5323435Z + DYNAMO_BENCHMARK_FLAGS+=(--inductor) 2025-01-24T08:16:13.5324019Z + [[ inductor == *dynamic* ]] 2025-01-24T08:16:13.5324508Z + [[ inductor == *cpu* ]] 2025-01-24T08:16:13.5324988Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2025-01-24T08:16:13.5345900Z + [[ linux-focal-rocm6.3-py3.10 == *libtorch* ]] 2025-01-24T08:16:13.5346634Z + [[ linux-focal-rocm6.3-py3.10 == *-bazel-* ]] 2025-01-24T08:16:13.5349339Z + cd test 2025-01-24T08:16:13.5349885Z + python -c 'import torch; print(torch.__config__.show())' 2025-01-24T08:16:14.7496546Z PyTorch built with: 2025-01-24T08:16:14.7497236Z - GCC 9.4 2025-01-24T08:16:14.7497670Z - C++ Version: 201703 2025-01-24T08:16:14.7498650Z - Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2025-01-24T08:16:14.7499874Z - Intel(R) MKL-DNN v3.5.3 (Git Hash 66f0cb9eb66affd2da3bf5f8d897376f04aae6af) 2025-01-24T08:16:14.7500643Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-01-24T08:16:14.7501238Z - LAPACK is enabled (usually provided by MKL) 2025-01-24T08:16:14.7501808Z - NNPACK is enabled 2025-01-24T08:16:14.7502260Z - CPU capability usage: AVX2 2025-01-24T08:16:14.7502736Z - HIP Runtime 6.3.42133 2025-01-24T08:16:14.7503169Z - MIOpen 3.3.0 2025-01-24T08:16:14.7503550Z - Magma 2.7.2 2025-01-24T08:16:14.7511153Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.7.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_CUSPARSELT=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=ON, USE_ROCM_KERNEL_ASSERT=OFF, 2025-01-24T08:16:14.7519369Z 2025-01-24T08:16:15.0133493Z + cd test 2025-01-24T08:16:15.0134348Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2025-01-24T08:16:16.1744342Z ATen/Parallel: 2025-01-24T08:16:16.1744944Z at::get_num_threads() : 64 2025-01-24T08:16:16.1745500Z at::get_num_interop_threads() : 64 2025-01-24T08:16:16.1746058Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-01-24T08:16:16.1746591Z omp_get_max_threads() : 64 2025-01-24T08:16:16.1747572Z Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2025-01-24T08:16:16.1748594Z mkl_get_max_threads() : 64 2025-01-24T08:16:16.1749256Z Intel(R) MKL-DNN v3.5.3 (Git Hash 66f0cb9eb66affd2da3bf5f8d897376f04aae6af) 2025-01-24T08:16:16.1750018Z std::thread::hardware_concurrency() : 64 2025-01-24T08:16:16.1750573Z Environment variables: 2025-01-24T08:16:16.1751019Z OMP_NUM_THREADS : [not set] 2025-01-24T08:16:16.1751484Z MKL_NUM_THREADS : [not set] 2025-01-24T08:16:16.1751960Z ATen parallel backend: OpenMP 2025-01-24T08:16:16.1752331Z 2025-01-24T08:16:16.4956421Z + [[ inductor == *numpy_2* ]] 2025-01-24T08:16:16.4957168Z + [[ linux-focal-rocm6.3-py3.10 == *aarch64* ]] 2025-01-24T08:16:16.4957800Z + [[ inductor == *backward* ]] 2025-01-24T08:16:16.4958313Z + [[ inductor == *xla* ]] 2025-01-24T08:16:16.4958774Z + [[ inductor == *executorch* ]] 2025-01-24T08:16:16.4959272Z + [[ inductor == \j\i\t\_\l\e\g\a\c\y ]] 2025-01-24T08:16:16.4960026Z + [[ linux-focal-rocm6.3-py3.10 == *libtorch* ]] 2025-01-24T08:16:16.4960606Z + [[ inductor == distributed ]] 2025-01-24T08:16:16.4961109Z + [[ inductor == *inductor_distributed* ]] 2025-01-24T08:16:16.4961663Z + [[ inductor == *inductor-halide* ]] 2025-01-24T08:16:16.4962254Z + [[ inductor == *inductor-triton-cpu* ]] 2025-01-24T08:16:16.4962956Z + [[ inductor == *inductor-micro-benchmark* ]] 2025-01-24T08:16:16.4963632Z + [[ inductor == *huggingface* ]] 2025-01-24T08:16:16.4964225Z + [[ inductor == *timm* ]] 2025-01-24T08:16:16.4964786Z + [[ inductor == *torchbench* ]] 2025-01-24T08:16:16.4965398Z + [[ inductor == *inductor_cpp_wrapper* ]] 2025-01-24T08:16:16.4966662Z + [[ inductor == *inductor* ]] 2025-01-24T08:16:16.4967237Z + install_torchvision 2025-01-24T08:16:16.4967754Z + local orig_preload 2025-01-24T08:16:16.4968243Z + local commit 2025-01-24T08:16:16.4968762Z ++ get_pinned_commit vision 2025-01-24T08:16:16.4969137Z ++ cat .github/ci_commit_pins/vision.txt 2025-01-24T08:16:16.4986029Z + commit=d23a6e1664d20707c11781299611436e1f0c104f 2025-01-24T08:16:16.4986697Z + orig_preload= 2025-01-24T08:16:16.4987149Z + '[' -n '' ']' 2025-01-24T08:16:16.4988145Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2025-01-24T08:16:16.4989408Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-01-24T08:16:16.4990788Z + python3 -m pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2025-01-24T08:16:16.7847073Z Collecting git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2025-01-24T08:16:16.7851969Z Cloning https://github.com/pytorch/vision.git (to revision d23a6e1664d20707c11781299611436e1f0c104f) to /tmp/pip-req-build-7ou2x1vu 2025-01-24T08:16:16.7898139Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-7ou2x1vu 2025-01-24T08:16:34.4220267Z Running command git rev-parse -q --verify 'sha^d23a6e1664d20707c11781299611436e1f0c104f' 2025-01-24T08:16:34.4266732Z Running command git fetch -q https://github.com/pytorch/vision.git d23a6e1664d20707c11781299611436e1f0c104f 2025-01-24T08:16:35.7869872Z Running command git checkout -q d23a6e1664d20707c11781299611436e1f0c104f 2025-01-24T08:16:36.3874561Z Resolved https://github.com/pytorch/vision.git to commit d23a6e1664d20707c11781299611436e1f0c104f 2025-01-24T08:16:38.9540576Z Preparing metadata (setup.py) ... [?25l- \ | / - done 2025-01-24T08:16:38.9592704Z [?25hRequirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (1.22.4) 2025-01-24T08:16:38.9598523Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (2.7.0a0+gitd087145) 2025-01-24T08:16:38.9608124Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (11.0.0) 2025-01-24T08:16:38.9725967Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.16.1) 2025-01-24T08:16:38.9733640Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (4.12.2) 2025-01-24T08:16:38.9740651Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (2.8.8) 2025-01-24T08:16:38.9743088Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.1.5) 2025-01-24T08:16:38.9746432Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (2024.10.0) 2025-01-24T08:16:38.9756317Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (1.13.1) 2025-01-24T08:16:38.9783903Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy==1.13.1->torch->torchvision==0.19.0a0+d23a6e1) (1.3.0) 2025-01-24T08:16:39.0307791Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->torchvision==0.19.0a0+d23a6e1) (3.0.2) 2025-01-24T08:16:39.0359597Z Building wheels for collected packages: torchvision 2025-01-24T08:17:21.3309491Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-01-24T08:17:21.3334973Z [?25h Created wheel for torchvision: filename=torchvision-0.19.0a0+d23a6e1-cp310-cp310-linux_x86_64.whl size=1457351 sha256=50f7258c0fa8bd052d5774399060a657d6c418d5aee4c420647cf12c16ac5cbd 2025-01-24T08:17:21.3339696Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/0e/56/35/02931e71eb23fd2b85591c7ec05b733ca7c8b328a2fd151f96 2025-01-24T08:17:21.3391663Z Successfully built torchvision 2025-01-24T08:17:21.5811841Z Installing collected packages: torchvision 2025-01-24T08:17:21.9103847Z Successfully installed torchvision-0.19.0a0+d23a6e1 2025-01-24T08:17:22.0149191Z + '[' -n '' ']' 2025-01-24T08:17:22.0149694Z + test_inductor_shard 1 2025-01-24T08:17:22.0150172Z + [[ -z 2 ]] 2025-01-24T08:17:22.0150630Z + python tools/dynamo/verify_dynamo.py 2025-01-24T08:17:23.6840373Z Python version: 3.10.16 2025-01-24T08:17:23.6841001Z `torch` version: 2.7.0a0+gitd087145 2025-01-24T08:17:23.6841533Z CUDA version: None 2025-01-24T08:17:23.6842715Z ROCM version: 6.3 2025-01-24T08:17:23.6842976Z 2025-01-24T08:17:31.9330244Z All required checks passed 2025-01-24T08:17:33.1531024Z + python test/run_test.py --inductor --include test_modules test_ops test_ops_gradients test_torch --shard 1 2 --verbose 2025-01-24T08:17:33.2376405Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T08:17:33.2377947Z import pkg_resources 2025-01-24T08:17:36.0045440Z No TD results found 2025-01-24T08:17:36.0046901Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T08:17:36.3567723Z Ignoring disabled issues: [''] 2025-01-24T08:17:36.3896715Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T08:17:36.4487151Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T08:17:36.4500952Z Running all tests 2025-01-24T08:17:36.4505136Z Running parallel tests on 2 processes 2025-01-24T08:17:36.4505834Z Name: tests to run (est. time: 43.88min) 2025-01-24T08:17:36.4506414Z Serial tests (4): 2025-01-24T08:17:36.4506823Z test_torch 1/4 2025-01-24T08:17:36.4507262Z test_torch 2/4 2025-01-24T08:17:36.4507633Z test_torch 3/4 2025-01-24T08:17:36.4507999Z test_torch 4/4 2025-01-24T08:17:36.4508390Z Parallel tests (1): 2025-01-24T08:17:36.4508847Z test_ops_gradients 3/3 2025-01-24T08:17:36.4509337Z Name: excluded (est. time: 0.0min) 2025-01-24T08:17:36.4509832Z Serial tests (0): 2025-01-24T08:17:36.4510241Z Parallel tests (0): 2025-01-24T08:17:36.4558664Z Running test_torch 1/4 ... [2025-01-24 08:17:36.455266] 2025-01-24T08:17:36.4559560Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:17:36.4561358Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:17:36.455515] 2025-01-24T08:23:06.0232785Z 2025-01-24T08:23:06.0234097Z test_torch 1/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_1.4_c2b7771e62807f09_.log 2025-01-24T08:23:06.0380666Z Running 264 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_dataloader_vitals, test/test_torch.py::TestTorch::test_Size, test/test_torch.py::TestTorch::test_backward_hooks_traverse, test/test_torch.py::TestTorch::test_batch_norm_cpu_inference, test/test_torch.py::TestTorch::test_copy_dtypes, test/test_torch.py::TestTorch::test_copy_float16, test/test_torch.py::TestTorch::test_cummax_neg_dim, test/test_torch.py::TestTorch::test_deterministic_flag, test/test_torch.py::TestTorch::test_dim_order, test/test_torch.py::TestTorch::test_dot_data_use, test/test_torch.py::TestTorch::test_empty_storage_view, test/test_torch.py::TestTorch::test_equal, test/test_torch.py::TestTorch::test_fill_diagonal, test/test_torch.py::TestTorch::test_format_scalar_meta, test/test_torch.py::TestTorch::test_index_add_all_dtypes, test/test_torch.py::TestTorch::test_index_fill_neg_dim, test/test_torch.py::TestTorch::test_is_nonzero, test/test_torch.py::TestTorch::test_is_same_size, test/test_torch.py::TestTorch::test_iter, test/test_torch.py::TestTorch::test_memory_format_contiguous_returns_same_tensor_if_already_satisfies, test/test_torch.py::TestTorch::test_nanmedian_neg_dim, test/test_torch.py::TestTorch::test_narrow_neg_dim, test/test_torch.py::TestTorch::test_newaxis_numpy_comparison, test/test_torch.py::TestTorch::test_newindex, test/test_torch.py::TestTorch::test_no_cuda_monkeypatch, test/test_torch.py::TestTorch::test_norm_neg_dim, test/test_torch.py::TestTorch::test_parallel_info, test/test_torch.py::TestTorch::test_pickle, test/test_torch.py::TestTorch::test_pin_memory, test/test_torch.py::TestTorch::test_reversed, test/test_torch.py::TestTorch::test_scatter_neg_dim, test/test_torch.py::TestTorch::test_show_config, test/test_torch.py::TestTorch::test_slice, test/test_torch.py::TestTorch::test_sobolengine_continuing, test/test_torch.py::TestTorch::test_sobolengine_draw_scrambled, test/test_torch.py::TestTorch::test_sobolengine_first_point, test/test_torch.py::TestTorch::test_storage_base_init, test/test_torch.py::TestTorch::test_storage_cycle_via_slots, test/test_torch.py::TestTorch::test_storage_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_zombie, test/test_torch.py::TestTorch::test_storage_error_no_attribute, test/test_torch.py::TestTorch::test_storage_resurrected_weak_ref, test/test_torch.py::TestTorch::test_swap_basic, test/test_torch.py::TestTorch::test_swap_fail_slots, test/test_torch.py::TestTorch::test_tensor_cycle_via_dict, test/test_torch.py::TestTorch::test_tensor_slot_dealloc, test/test_torch.py::TestTorch::test_torch_from_file, test/test_torch.py::TestTorch::test_unflatten, test/test_torch.py::TestTorch::test_unsqueeze_neg_dim, test/test_torch.py::TestTorch::test_upsample_nearest1d_meta, test/test_torch.py::TestTorch::test_upsample_nearest2d_meta, test/test_torch.py::TestTorch::test_var_neg_dim, test/test_torch.py::TestVitalSignsCudaCUDA::test_cuda_vitals_gpu_only_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_addcmul_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_copy_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_fmod_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_map2_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_map_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_max_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_remainder_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_grad_p_lt_1_no_nan_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_norm_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_same_inputs_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_check_tensor_all_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_conv_transposed_backward_agnostic_to_memory_format_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_math_view_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_mem_overlap_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_corrcoef_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cpp_warnings_have_python_context_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cublas_config_nondeterministic_alert_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cummax_cummin_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_scalar_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_interpolate_bilinear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_replication_pad2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_dim_function_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_accumulation_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach0_fused0_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach0_fused0_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach2_fused_True_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_unscale_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_update_scale_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_extreme_cases_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_extreme_cases_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_spacing_list_length_error_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_hook_remove_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_large_cumprod_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bool_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex128_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex64_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float16_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float64_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_inplace_noncontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_cpu_and_cuda_ops_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_propagation_rules_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cpu_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_deterministic_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_empty_w_replacement_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AdaptiveAvgPool2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool1d_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool2d_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool3d_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_grid_sample_2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_quint2x4, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_quint4x2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_quint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_reduced_type_float_copy_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_repeat_interleave_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scalar_check_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_bool_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_shift_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_qint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_shape_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int8, test/test_torch.py::TestDevicePrecisionCUDA::test_advancedindex_mixed_cpu_devices_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_advancedindex_mixed_devices_error_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_copy_noncontig_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_cuda_device_idx_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_float16, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int32, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int64, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int8, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_uint8, test/test_torch.py::TestDevicePrecisionCUDA::test_type_conversions_same_device_cuda 2025-01-24T08:23:06.0498016Z 2025-01-24T08:23:06.0498162Z Running test_torch 2/4 ... [2025-01-24 08:23:06.032138] 2025-01-24T08:23:06.0498503Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:23:06.0499389Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:23:06.032742] 2025-01-24T08:32:14.2668291Z 2025-01-24T08:32:14.2672885Z test_torch 2/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_2.4_0e7debafdd530a8e_.log 2025-01-24T08:32:14.2778813Z Running 264 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_basic_vitals, test/test_torch.py::TestTorch::test_RNGState, test/test_torch.py::TestTorch::test_Size_iter, test/test_torch.py::TestTorch::test_add_meta_scalar, test/test_torch.py::TestTorch::test_assert_async, test/test_torch.py::TestTorch::test_boxMullerState, test/test_torch.py::TestTorch::test_cat_neg_dim, test/test_torch.py::TestTorch::test_conj_neg_tolist, test/test_torch.py::TestTorch::test_copy_broadcast, test/test_torch.py::TestTorch::test_copy_many_to_one, test/test_torch.py::TestTorch::test_data_ptr_of_empty_view_with_storage, test/test_torch.py::TestTorch::test_deepcopy_parameter, test/test_torch.py::TestTorch::test_deterministic_fill_uninitialized_memory, test/test_torch.py::TestTorch::test_device, test/test_torch.py::TestTorch::test_element_size, test/test_torch.py::TestTorch::test_empty_meta, test/test_torch.py::TestTorch::test_from_buffer, test/test_torch.py::TestTorch::test_has_storage, test/test_torch.py::TestTorch::test_kthvalue_neg_dim, test/test_torch.py::TestTorch::test_linspace_logspace, test/test_torch.py::TestTorch::test_logcumsumexp_neg_dim, test/test_torch.py::TestTorch::test_memory_format, test/test_torch.py::TestTorch::test_parsing_intlist, test/test_torch.py::TestTorch::test_permute, test/test_torch.py::TestTorch::test_pickle_parameter, test/test_torch.py::TestTorch::test_renorm_neg_dim, test/test_torch.py::TestTorch::test_sobolengine_distribution_scrambled, test/test_torch.py::TestTorch::test_sobolengine_draw_base2_scrambled, test/test_torch.py::TestTorch::test_sobolengine_fast_forward, test/test_torch.py::TestTorch::test_sobolengine_high_dim, test/test_torch.py::TestTorch::test_sobolengine_raise, test/test_torch.py::TestTorch::test_squeeze_neg_dim, test/test_torch.py::TestTorch::test_storage_base_new, test/test_torch.py::TestTorch::test_storage_cycle_via_dict, test/test_torch.py::TestTorch::test_storage_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_preserve_nonhermetic_in_hermetic_context, test/test_torch.py::TestTorch::test_subclass_tensors, test/test_torch.py::TestTorch::test_sum_neg_dim, test/test_torch.py::TestTorch::test_t_not_2d_error, test/test_torch.py::TestTorch::test_tensor_base_init, test/test_torch.py::TestTorch::test_tensor_base_new, test/test_torch.py::TestTorch::test_tensor_cycle_via_slots, test/test_torch.py::TestTorch::test_tensor_dict_dealloc, test/test_torch.py::TestTorch::test_tensor_set, test/test_torch.py::TestTorch::test_tensor_set_errors, test/test_torch.py::TestTorch::test_type_alias, test/test_torch.py::TestTorch::test_type_conversion_via_dtype_name, test/test_torch.py::TestTorch::test_unbind_neg_dim, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_errors_with_cpu_scalars_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_assertRaisesRegex_ignore_msg_non_native_device_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_p_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bfloat16_neg_abs_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_add_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_addcdiv_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_atan2_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_dist_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_lt_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_masked_select_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_min_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_kstest_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_euclidean_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_check_tensor_internal_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_complex_half_experimental_warning_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_conv_transposed_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_transpose_math_view_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_corrcoef_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cummin_discontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cumprod_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cumsum_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_scalar_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_complex32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_device_guard_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_errors_index_copy_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gather_backward_deterministic_path_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_kstest_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scale_will_not_overflow_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_clipping_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_clipping_separate_unscale_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_all_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_add_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_add_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_is_set_to_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_complex32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_large_cumsum_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_logcumsumexp_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lognormal_kstest_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bfloat16_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex64_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float32_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float64_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int32_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int8_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int8_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_uint8_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_bool_tensor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_discontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_preserved_after_permute_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_to_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_type_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_type_shortcuts_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cpu_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cpu_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_deterministic_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_deterministic_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_gpu_device_constrain_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_rng_state_advance_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_narrow_copy_non_contiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_narrow_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AvgPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool2d_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool3d_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReflectionPad2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_histc_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_median_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_put_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nullary_op_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pdist_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pickle_gradscaler_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pin_memory_from_constructor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_non_unique_index_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_one_dim_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_to_large_input_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_zero_size_index_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_serialization_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_default_tensor_type_warnings_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_skip_xla_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_qint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_sync_warning_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_warn_always_caught_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_clamp_cuda_float64, test/test_torch.py::TestDevicePrecisionCUDA::test_clamp_cuda_int64, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int16, test/test_torch.py::TestDevicePrecisionCUDA::test_multidevice_serialization_cuda 2025-01-24T08:32:14.2893882Z 2025-01-24T08:32:14.2894161Z Running test_torch 3/4 ... [2025-01-24 08:32:14.269897] 2025-01-24T08:32:14.2894814Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:32:14.2896522Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:32:14.270174] 2025-01-24T08:38:58.0396254Z 2025-01-24T08:38:58.0400346Z test_torch 3/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_3.4_b2c67d6804704fb6_.log 2025-01-24T08:38:58.0495929Z Running 260 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_basic_vitals_read_write, test/test_torch.py::TestTorch::test_RNG_after_pickle, test/test_torch.py::TestTorch::test_Size_scalar, test/test_torch.py::TestTorch::test_allow_tensor_metadata_change, test/test_torch.py::TestTorch::test_bf16_supported_on_cpu, test/test_torch.py::TestTorch::test_chunk_neg_dim, test/test_torch.py::TestTorch::test_cxx_flags, test/test_torch.py::TestTorch::test_doc, test/test_torch.py::TestTorch::test_dtype_is_signed, test/test_torch.py::TestTorch::test_error_msg_type_translation, test/test_torch.py::TestTorch::test_gather_neg_dim, test/test_torch.py::TestTorch::test_generator_cpu, test/test_torch.py::TestTorch::test_index_add_cornercase, test/test_torch.py::TestTorch::test_index_add_correctness, test/test_torch.py::TestTorch::test_index_add_neg_dim, test/test_torch.py::TestTorch::test_index_copy_neg_dim, test/test_torch.py::TestTorch::test_index_select_neg_dim, test/test_torch.py::TestTorch::test_invalid_generator_raises, test/test_torch.py::TestTorch::test_manual_seed, test/test_torch.py::TestTorch::test_median_neg_dim, test/test_torch.py::TestTorch::test_memory_format_empty, test/test_torch.py::TestTorch::test_multinomial_invalid_probs, test/test_torch.py::TestTorch::test_nbytes, test/test_torch.py::TestTorch::test_ndim, test/test_torch.py::TestTorch::test_parsing_double, test/test_torch.py::TestTorch::test_pickle_function, test/test_torch.py::TestTorch::test_pickle_size, test/test_torch.py::TestTorch::test_print, test/test_torch.py::TestTorch::test_prod_neg_dim, test/test_torch.py::TestTorch::test_qengine, test/test_torch.py::TestTorch::test_resizable, test/test_torch.py::TestTorch::test_select_neg_dim, test/test_torch.py::TestTorch::test_setting_real_imag_to_a_number, test/test_torch.py::TestTorch::test_sobolengine_continuing_scrambled, test/test_torch.py::TestTorch::test_sobolengine_distribution, test/test_torch.py::TestTorch::test_sobolengine_draw, test/test_torch.py::TestTorch::test_sobolengine_reset_scrambled, test/test_torch.py::TestTorch::test_sort_neg_dim, test/test_torch.py::TestTorch::test_split_neg_dim, test/test_torch.py::TestTorch::test_split_with_sizes_copy_out, test/test_torch.py::TestTorch::test_storage_casts, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_resurrected, test/test_torch.py::TestTorch::test_storage_finalizer_dealloc, test/test_torch.py::TestTorch::test_storage_weakref_dealloc, test/test_torch.py::TestTorch::test_structseq_repr, test/test_torch.py::TestTorch::test_subclass_preserved, test/test_torch.py::TestTorch::test_tensor_dead_weak_ref, test/test_torch.py::TestTorch::test_tensor_finalizer_dealloc, test/test_torch.py::TestTorch::test_tensor_resurrected_weak_ref, test/test_torch.py::TestTorch::test_tensor_weakref_dealloc, test/test_torch.py::TestTorch::test_tensoriterator_output_setup, test/test_torch.py::TestTorch::test_terminate_handler_on_crash, test/test_torch.py::TestTorch::test_to, test/test_torch.py::TestTorch::test_transpose_neg_dim, test/test_torch.py::TestTorch::test_type, test/test_torch.py::TestTorch::test_typed_storage_deprecation_warning, test/test_torch.py::TestTorch::test_typed_storage_internal_no_warning, test/test_torch.py::TestTorch::test_warn_types, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_False_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_edge_cases_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_edge_cases_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_p_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_p_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_gt_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_le_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_lerp_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_masked_fill_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_masked_scatter_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_ne_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_pow_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_sub_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_no_inf_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_no_inf_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_clone_all_dtypes_and_devices_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_clone_not_memory_dense_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_transpose_math_view_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_transpose_math_view_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_corrcoef_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cov_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_cumsum_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_discontiguous_out_cumsum_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_expected_failure_xla_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_no_zero_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gather_backward_one_dim_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaler_pass_itself_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach0_fused0_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach2_fused_True_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach2_fused_True_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_multiple_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_state_dict_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_unscale_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_unscale_sparse_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_all_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_extreme_cases_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_spacing_list_length_error_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_type_promotion_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_add_large_inputs_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_put_non_accumulate_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_is_signed_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_bool_tensor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float16_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int16_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int32_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int64_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_uint8_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_clone_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_consistency_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_empty_like_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AdaptiveMaxPool2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_EmbeddingBag_max_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool1d_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool1d_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool2d_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReflectionPad3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReplicationPad1d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_grid_sample_3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_bilinear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_linear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_trilinear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_qint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pairwise_distance_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_reduced_type_float_copy_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_bool_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_to_large_input_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_all_devices_non_blocking_True_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_quint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_ternary_op_mem_overlap_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_float32, test/test_torch.py::TestDevicePrecisionCUDA::test_clamp_cuda_float32, test/test_torch.py::TestDevicePrecisionCUDA::test_copy_broadcast_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_float32 2025-01-24T08:38:58.0616045Z 2025-01-24T08:38:58.0616196Z Running test_torch 4/4 ... [2025-01-24 08:38:58.046383] 2025-01-24T08:38:58.0616541Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:38:58.0617605Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:38:58.046954] 2025-01-24T08:45:51.1800146Z 2025-01-24T08:45:51.1801295Z test_torch 4/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_4.4_7823272f729d6cc3_.log 2025-01-24T08:45:51.1889190Z Running 268 items in this shard: test/test_torch.py::TestTorch::test_RNGStateAliasing, test/test_torch.py::TestTorch::test_apply, test/test_torch.py::TestTorch::test_as_subclass, test/test_torch.py::TestTorch::test_bmm_multithreaded, test/test_torch.py::TestTorch::test_check, test/test_torch.py::TestTorch::test_conj_physical_meta_stride, test/test_torch.py::TestTorch::test_contains, test/test_torch.py::TestTorch::test_copy_transpose, test/test_torch.py::TestTorch::test_cuda_not_built, test/test_torch.py::TestTorch::test_cummin_neg_dim, test/test_torch.py::TestTorch::test_cumprod_neg_dim, test/test_torch.py::TestTorch::test_cumsum_neg_dim, test/test_torch.py::TestTorch::test_data_ptr_of_empty_tensor_with_storage, test/test_torch.py::TestTorch::test_deepcopy_gradient, test/test_torch.py::TestTorch::test_dir, test/test_torch.py::TestTorch::test_doc_template, test/test_torch.py::TestTorch::test_from_file, test/test_torch.py::TestTorch::test_get_cpu_capability, test/test_torch.py::TestTorch::test_has_internal_overlap, test/test_torch.py::TestTorch::test_index_add, test/test_torch.py::TestTorch::test_invalid_arg_error_handling, test/test_torch.py::TestTorch::test_map, test/test_torch.py::TestTorch::test_map2, test/test_torch.py::TestTorch::test_max_neg_dim, test/test_torch.py::TestTorch::test_mean_neg_dim, test/test_torch.py::TestTorch::test_min_neg_dim, test/test_torch.py::TestTorch::test_mode_neg_dim, test/test_torch.py::TestTorch::test_new, test/test_torch.py::TestTorch::test_normal_shape, test/test_torch.py::TestTorch::test_numel, test/test_torch.py::TestTorch::test_parsing_int64, test/test_torch.py::TestTorch::test_pickle_dtype, test/test_torch.py::TestTorch::test_pickle_generator, test/test_torch.py::TestTorch::test_pickle_parameter_no_requires_grad, test/test_torch.py::TestTorch::test_pyobj_preserved, test/test_torch.py::TestTorch::test_set_flush_denormal, test/test_torch.py::TestTorch::test_size_neg_dim, test/test_torch.py::TestTorch::test_size_stride, test/test_torch.py::TestTorch::test_sizeof, test/test_torch.py::TestTorch::test_slow_test, test/test_torch.py::TestTorch::test_sobolengine_bounds, test/test_torch.py::TestTorch::test_sobolengine_bounds_scrambled, test/test_torch.py::TestTorch::test_sobolengine_default_dtype, test/test_torch.py::TestTorch::test_sobolengine_draw_base2, test/test_torch.py::TestTorch::test_sobolengine_fast_forward_scrambled, test/test_torch.py::TestTorch::test_sobolengine_reset, test/test_torch.py::TestTorch::test_std_neg_dim, test/test_torch.py::TestTorch::test_storage_byteswap, test/test_torch.py::TestTorch::test_storage_dead_weak_ref, test/test_torch.py::TestTorch::test_storage_dealloc, test/test_torch.py::TestTorch::test_storage_dict_dealloc, test/test_torch.py::TestTorch::test_storage_error, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_zombie, test/test_torch.py::TestTorch::test_storage_slot_dealloc, test/test_torch.py::TestTorch::test_tensor_ctor_scalar, test/test_torch.py::TestTorch::test_tensor_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_tensor_ressurecting_clear, test/test_torch.py::TestTorch::test_tensor_where_scalar, test/test_torch.py::TestTorch::test_to_with_tensor, test/test_torch.py::TestTorch::test_topk_neg_dim, test/test_torch.py::TestTorch::test_unfold_neg_dim, test/test_torch.py::TestTorch::test_wildcard_import, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_use_cpu_scalar_True_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_edge_cases_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bool_tensor_value_change_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_div_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_eq_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_ge_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_mul_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_cuda_backward_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_large_batch_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_non_contiguous_batch_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_non_contiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_norm_batch_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_clone_zero_stride_dim_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_constants_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_complex32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_all_dtypes_and_devices_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cummax_discontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cumsum_64bit_indexing_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_dist_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_dtypetensor_warnings_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_no_zero_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaler_deprecated_warning_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach_True_fused1_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach_True_fused1_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach_True_fused1_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_penalty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_all_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_spacing_list_length_error_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_put_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_invalid_shapes_grid_sampler_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bfloat16_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bool_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex128_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float32_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int16_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int64_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_large_tensor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_factory_like_functions_preserve_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_operators_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_module_share_memory_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_device_constrain_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_empty_wo_replacement_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AdaptiveAvgPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_CTCLoss_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_FractionalMaxPool2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_FractionalMaxPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool3d_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_NLLLoss_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReflectionPad1d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReplicationPad2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReplicationPad3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_bincount_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_bicubic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_kthvalue_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_put_accumulate_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_qint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pdist_norm_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_all_devices_non_blocking_False_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_quint4x2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_strides_propagation_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_set_errors_multigpu_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_type_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_untyped_storage_meta_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_where_scalar_handcrafted_values_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_device_serialization_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_float64, test/test_torch.py::TestDevicePrecisionCUDA::test_index_add_bfloat16_cuda 2025-01-24T08:45:51.2008566Z 2025-01-24T08:45:51.2008955Z Running test_ops_gradients 3/3 ... [2025-01-24 08:45:51.181738] 2025-01-24T08:45:51.2009802Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:45:51.2011963Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_ops_gradients.py', '-m', 'serial', '--shard-id=3', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:45:51.182037] 2025-01-24T08:45:56.8084024Z 2025-01-24T08:45:56.8085692Z test_ops_gradients 3/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_gradients_3.3_9ff63123f3ed06a9_.log 2025-01-24T08:45:56.8087045Z Running 0 items in this shard: 2025-01-24T08:45:56.8088212Z 2025-01-24T08:45:56.8094686Z Running test_ops_gradients 3/3 ... [2025-01-24 08:45:56.808931] 2025-01-24T08:45:56.8095525Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:45:56.8101989Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_ops_gradients.py', '-m', 'not serial', '--shard-id=3', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:45:56.809615] 2025-01-24T08:53:41.4640112Z 2025-01-24T08:53:41.4640881Z test_ops_gradients 3/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_gradients_3.3_083f58c9aaa2425b_.log 2025-01-24T08:53:41.5164780Z Running 1829 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_NumpyCubeCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_NumpyNonzeroCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_NumpySplitCopyCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__unsafe_masked_index_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__unsafe_masked_index_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__unsafe_masked_index_put_accumulate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__unsafe_masked_index_put_accumulate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__upsample_bilinear2d_aa_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_partial_views_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_permuted_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geometric_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_item_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log1p_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logsumexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_channel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_rms_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_in_place_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pca_lowrank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_bartlett_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_general_hamming_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_mm_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_multiple_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsafe_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsafe_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_NumpyCubeCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_NumpyMulScalarCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_NumpySortCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_NumpySplitCopyWithIntCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_NumpyTakeCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__batch_norm_with_update_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__chunk_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__unsafe_masked_index_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__upsample_bilinear2d_aa_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_partial_views_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_item_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_tensor_overload_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logcumsumexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_tensor_overload_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logsumexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_channel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_rms_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_silu_complex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_static_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_static_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pca_lowrank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scan_simple_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_bartlett_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_general_hamming_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_hamming_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_lowrank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_torch_ops_aten__safe_softmax_default_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsafe_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_NumpyCatCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_NumpyMulCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_NumpySplitCopyWithIntCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_NumpyTakeCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_NumpyViewCopyCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad__native_batch_norm_legit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad__unsafe_masked_index_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad__unsafe_masked_index_put_accumulate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_alias_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_partial_views_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cond_simple_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_permuted_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_item_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_tensor_overload_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log1p_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_tensor_overload_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logsumexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logsumexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_channel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multi_head_attention_forward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_negative_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_rms_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pca_lowrank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_general_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_general_hamming_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_hamming_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_nuttall_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_multiple_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsafe_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsafe_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_unbiased_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_NumpyCatCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_NumpyMulScalarCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_NumpySplitCopyCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_NumpySplitCopyWithIntCustomOp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__chunk_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__native_batch_norm_legit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__unsafe_masked_index_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__unsafe_masked_index_put_accumulate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_alias_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_alias_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_permuted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geometric_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_tensor_overload_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log1p_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_tensor_overload_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logsumexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nansum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_channel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multi_head_attention_forward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_negative_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_in_place_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_in_place_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_torch_ops_aten__safe_softmax_default_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_unbiased_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad__unsafe_masked_index_put_accumulate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_partial_views_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expm1_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_item_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_tensor_overload_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_tensor_overload_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_tensor_overload_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logsumexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nansum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_channel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_nearest-exact_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multi_head_attention_forward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_rms_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_blackman_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_general_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_hamming_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_hann_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_mm_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_unbiased_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsafe_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_unbiased_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_float64 2025-01-24T08:53:41.5647279Z 2025-01-24T08:53:42.2997940Z Running test batch 'tests to run' cost 2165.85 seconds 2025-01-24T08:53:42.9133785Z + python test/run_test.py --include inductor/test_torchinductor inductor/test_torchinductor_opinfo inductor/test_aot_inductor --shard 1 2 --verbose 2025-01-24T08:53:42.9973644Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T08:53:42.9975125Z import pkg_resources 2025-01-24T08:53:45.7317414Z No TD results found 2025-01-24T08:53:45.7318931Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T08:53:45.7444929Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T08:53:45.7951424Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T08:53:45.7964989Z Running all tests 2025-01-24T08:53:45.7969923Z Running parallel tests on 2 processes 2025-01-24T08:53:45.7970295Z Name: tests to run (est. time: 59.58min) 2025-01-24T08:53:45.7970587Z Serial tests (0): 2025-01-24T08:53:45.7970818Z Parallel tests (12): 2025-01-24T08:53:45.7971064Z inductor/test_aot_inductor 1/4 2025-01-24T08:53:45.7971330Z inductor/test_aot_inductor 3/4 2025-01-24T08:53:45.7971597Z inductor/test_aot_inductor 4/4 2025-01-24T08:53:45.7972146Z inductor/test_torchinductor 5/6 2025-01-24T08:53:45.7972426Z inductor/test_torchinductor 6/6 2025-01-24T08:53:45.7972710Z inductor/test_torchinductor_opinfo 2/15 2025-01-24T08:53:45.7973018Z inductor/test_torchinductor_opinfo 4/15 2025-01-24T08:53:45.7973325Z inductor/test_torchinductor_opinfo 6/15 2025-01-24T08:53:45.7973624Z inductor/test_torchinductor_opinfo 8/15 2025-01-24T08:53:45.7973936Z inductor/test_torchinductor_opinfo 10/15 2025-01-24T08:53:45.7974236Z inductor/test_torchinductor_opinfo 12/15 2025-01-24T08:53:45.7974529Z inductor/test_torchinductor_opinfo 14/15 2025-01-24T08:53:45.7974814Z Name: excluded (est. time: 0.0min) 2025-01-24T08:53:45.7975064Z Serial tests (0): 2025-01-24T08:53:45.7975283Z Parallel tests (0): 2025-01-24T08:53:45.8028282Z Running inductor/test_aot_inductor 1/4 ... [2025-01-24 08:53:45.802043] 2025-01-24T08:53:45.8029172Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:53:45.8031131Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:53:45.802321] 2025-01-24T08:53:53.2826356Z 2025-01-24T08:53:53.2827988Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_52341e8716debfe3_.log 2025-01-24T08:53:53.2829393Z Running 0 items in this shard: 2025-01-24T08:53:53.2829735Z 2025-01-24T08:53:53.2830139Z Running inductor/test_aot_inductor 3/4 ... [2025-01-24 08:53:53.282456] 2025-01-24T08:53:53.2830913Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:53:53.2836281Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:53:53.282996] 2025-01-24T08:54:00.7639717Z 2025-01-24T08:54:00.7641308Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_bb22f314971292dc_.log 2025-01-24T08:54:00.7643026Z Running 0 items in this shard: 2025-01-24T08:54:00.7643400Z 2025-01-24T08:54:00.7643806Z Running inductor/test_aot_inductor 4/4 ... [2025-01-24 08:54:00.763621] 2025-01-24T08:54:00.7644575Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:00.7647069Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:00.764179] 2025-01-24T08:54:08.1948910Z 2025-01-24T08:54:08.1950766Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_08bbbd7070ee804f_.log 2025-01-24T08:54:08.1952239Z Running 0 items in this shard: 2025-01-24T08:54:08.1952528Z 2025-01-24T08:54:08.1952880Z Running inductor/test_torchinductor 5/6 ... [2025-01-24 08:54:08.194636] 2025-01-24T08:54:08.1953530Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:08.1957494Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:08.195196] 2025-01-24T08:54:15.6259565Z 2025-01-24T08:54:15.6261049Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_2bf944afb34d14f1_.log 2025-01-24T08:54:15.6262612Z Running 0 items in this shard: 2025-01-24T08:54:15.6263046Z 2025-01-24T08:54:15.6263540Z Running inductor/test_torchinductor 6/6 ... [2025-01-24 08:54:15.625752] 2025-01-24T08:54:15.6265165Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:15.6267925Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:15.626288] 2025-01-24T08:54:22.8568119Z 2025-01-24T08:54:22.8569977Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_0c2c389e552f56db_.log 2025-01-24T08:54:22.8571689Z Running 0 items in this shard: 2025-01-24T08:54:22.8572116Z 2025-01-24T08:54:22.8572645Z Running inductor/test_torchinductor_opinfo 2/15 ... [2025-01-24 08:54:22.856430] 2025-01-24T08:54:22.8573632Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:22.8575517Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=2', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:22.856987] 2025-01-24T08:54:31.8408750Z 2025-01-24T08:54:31.8410523Z inductor/test_torchinductor_opinfo 2/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_2.15_9cfa3c1da50cfe42_.log 2025-01-24T08:54:31.8412065Z Running 0 items in this shard: 2025-01-24T08:54:31.8412416Z 2025-01-24T08:54:31.8418378Z Running inductor/test_torchinductor_opinfo 4/15 ... [2025-01-24 08:54:31.840510] 2025-01-24T08:54:40.6741036Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:40.6742822Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=4', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:31.841036] 2025-01-24T08:54:40.6744377Z 2025-01-24T08:54:40.6745804Z inductor/test_torchinductor_opinfo 4/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_4.15_4ad864d6e80f6172_.log 2025-01-24T08:54:40.6747529Z Running 0 items in this shard: 2025-01-24T08:54:40.6747858Z 2025-01-24T08:54:40.6748304Z Running inductor/test_torchinductor_opinfo 6/15 ... [2025-01-24 08:54:40.673669] 2025-01-24T08:54:40.6749121Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:40.6751076Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=6', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:40.673956] 2025-01-24T08:54:49.6069809Z 2025-01-24T08:54:49.6072181Z inductor/test_torchinductor_opinfo 6/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_6.15_799f899cca6860e7_.log 2025-01-24T08:54:49.6073595Z Running 0 items in this shard: 2025-01-24T08:54:49.6076586Z 2025-01-24T08:54:49.6077816Z Running inductor/test_torchinductor_opinfo 8/15 ... [2025-01-24 08:54:49.606567] 2025-01-24T08:54:49.6078593Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:49.6080448Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=8', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:49.607108] 2025-01-24T08:54:58.4408680Z 2025-01-24T08:54:58.4410465Z inductor/test_torchinductor_opinfo 8/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_8.15_93e527525c8cbfda_.log 2025-01-24T08:54:58.4412146Z Running 0 items in this shard: 2025-01-24T08:54:58.4413308Z 2025-01-24T08:54:58.4413775Z Running inductor/test_torchinductor_opinfo 10/15 ... [2025-01-24 08:54:58.440639] 2025-01-24T08:54:58.4414631Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:54:58.4423305Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=10', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:54:58.441166] 2025-01-24T08:55:07.5246494Z 2025-01-24T08:55:07.5248353Z inductor/test_torchinductor_opinfo 10/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_10.15_089285d06a6b20ba_.log 2025-01-24T08:55:07.5249987Z Running 0 items in this shard: 2025-01-24T08:55:07.5250326Z 2025-01-24T08:55:07.5250839Z Running inductor/test_torchinductor_opinfo 12/15 ... [2025-01-24 08:55:07.524455] 2025-01-24T08:55:07.5251695Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:55:07.5256627Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=12', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:55:07.525069] 2025-01-24T08:55:16.4592187Z 2025-01-24T08:55:16.4594174Z inductor/test_torchinductor_opinfo 12/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_12.15_a7c6ea2fda7dd994_.log 2025-01-24T08:55:16.4595957Z Running 0 items in this shard: 2025-01-24T08:55:16.4596352Z 2025-01-24T08:55:16.4596888Z Running inductor/test_torchinductor_opinfo 14/15 ... [2025-01-24 08:55:16.458983] 2025-01-24T08:55:16.4597885Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:55:16.4600476Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=14', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:55:16.459476] 2025-01-24T08:55:25.3929298Z 2025-01-24T08:55:25.3931160Z inductor/test_torchinductor_opinfo 14/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_14.15_839ae32362b127c3_.log 2025-01-24T08:55:25.3931999Z Running 0 items in this shard: 2025-01-24T08:55:25.3932178Z 2025-01-24T08:55:25.3958528Z Running inductor/test_aot_inductor 1/4 ... [2025-01-24 08:55:25.395307] 2025-01-24T08:55:25.3959828Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:55:25.3960701Z Running inductor/test_aot_inductor 3/4 ... [2025-01-24 08:55:25.395467] 2025-01-24T08:55:25.3961596Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:55:25.3974091Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:55:25.396118] 2025-01-24T08:55:25.3976176Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:55:25.396271] 2025-01-24T09:03:32.4867779Z 2025-01-24T09:03:32.4869203Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_a6db979bced7607a_.log 2025-01-24T09:03:32.4908354Z Running 94 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_addmm_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_addmm_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aliased_buffer_reuse_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_assert_async_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_compile_wrapper_with_O0_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_non_tensor_predicates_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_symint_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_multiple_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_duplicate_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_embedding_bag_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_inf_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_int_list_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_mmaped_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_weight_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_linear_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misaligned_input_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_multiple_output_alias_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_nan_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_no_args_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_poi_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_quanatized_int8_linear_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_complex_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_dtype_failed_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_shifted_constraint_ranges_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_symint_item_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_equal_to_1_float_arg_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_multi_output_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_reinterpret_view_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_sympy_expr_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_weird_param_order_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_view_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_outer_buffers_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_outer_code_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_pytree_inputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__int_mm_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_add_complex_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_addmm_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aliased_buffer_reuse_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_user_defined_triton_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_4_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_reuse_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_nested_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_non_tensor_predicates_dynamic_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_non_tensor_predicates_dynamic_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_multiple_outputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_outer_code_before_after_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_duplicated_params_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_foreach_multiple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fqn_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fx_gm_return_tuple_validation_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misc_1_max_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misc_1_max_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_nested_tensor_from_jagged_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_non_default_gpu_device_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_path_2_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_poi_multiple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_quanatized_int8_linear_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_replicate_on_devices_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_dtype_failed_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_subclasses_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_symbool_item_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_symint_item_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_equal_to_1_float_arg_dynamic_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_extern_kernel_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_unsupported_input_dtype_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_simple_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_outer_buffers_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_outer_code_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_no_triton_profiler_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_size_weight_cuda 2025-01-24T09:03:32.4937981Z 2025-01-24T09:03:32.4938154Z Running inductor/test_aot_inductor 4/4 ... [2025-01-24 09:03:32.487488] 2025-01-24T09:03:32.4938485Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:03:32.4939279Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:03:32.488101] 2025-01-24T09:04:36.8271726Z 2025-01-24T09:04:36.8276339Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_7236a16efef8a35e_.log 2025-01-24T09:04:36.8349070Z Running 99 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_add_complex_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_cpp_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_assert_tensor_meta_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_bool_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_4_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_reuse_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_nested_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_share_predicte_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_original_fqn_and_dtype_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_convolution_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_deconv_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dup_unbacked_sym_decl_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_duplicated_params_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_smem_above_default_limit_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_empty_graph_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fake_tensor_device_validation_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fqn_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_masked_select_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misc_1_max_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_missing_cubin_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_non_contiguous_output_alias_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_output_misaligned_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_pytree_inputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_reuse_kernel_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_fp8_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scatter_reduce_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_size_from_multi_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_small_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_symfloat_item_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_extern_kernel_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_sympy_fn_like_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_with_none_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_update_constant_buffer_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_parameters_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_with_no_triton_profiler_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_grid_with_backed_symbols_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_size_weight_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_amp_fallback_random_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_codegen_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_sym_inputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printing_model_inputs_codegen_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_assert_async_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_2_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_3_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_compile_wrapper_with_O0_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_use_buffers_from_outer_scope_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_reinterpret_view_inputs_outputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_consecutive_compiles_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_constant_original_fqn_and_dtype_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dup_unbacked_sym_decl_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dynamic_smem_above_default_limit_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_empty_graph_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fallback_kernel_with_symexpr_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_freezing_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_index_put_fallback_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_index_put_with_none_index_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_linear_freezing_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_missing_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_multiple_output_alias_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_on_gpu_device1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_misaligned_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_pytree_inputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeat_interleave_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeat_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeated_user_defined_triton_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_return_view_constant_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_complex_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_shape_failed_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scaled_dot_product_efficient_attention_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_split_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_stride_with_unbacked_expr_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_multi_output_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_reinterpret_view_mem_leak_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_sympy_expr_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_weird_param_order_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_with_none_input_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_view_outputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_pytree_inputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_grid_with_backed_symbols_cuda 2025-01-24T09:04:36.8404210Z 2025-01-24T09:04:36.8404624Z Running inductor/test_torchinductor 5/6 ... [2025-01-24 09:04:36.827680] 2025-01-24T09:04:36.8405416Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:04:36.8407365Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:04:36.828267] 2025-01-24T09:12:02.6079351Z 2025-01-24T09:12:02.6086453Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_e4d20aed93057f3c_.log 2025-01-24T09:12:02.6148548Z Running 101 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__int_mm_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printing_model_inputs_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_and_force_mmap_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_non_tensor_predicates_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_use_buffers_from_outer_scope_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_outer_code_before_after_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_reinterpret_view_inputs_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_consecutive_compiles_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_conv3d_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_conv_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_cat_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_scalar_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fallback_kernel_with_symexpr_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fft_c2c_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_foreach_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fp8_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_index_put_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_index_put_with_none_index_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_issue_140766_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_grid_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_model_modified_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_multi_device_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_nested_tensor_from_jagged_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_non_default_gpu_device_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_normal_functional_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_on_gpu_device1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_output_path_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_quantized_linear_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_repeat_interleave_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_replicate_on_devices_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_return_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_reuse_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_run_with_grad_enabled_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scaled_dot_product_efficient_attention_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scatter_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sdpa_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sdpa_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_seq_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_stride_with_unbacked_expr_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_torchvision_transforms_functional_tensor_resize_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_dynamic_shape_with_div_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_reinterpret_view_mem_leak_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_unsupported_input_dtype_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_cpp_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_bmm_multiple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_and_force_mmap_weights_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_share_predicte_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_simple_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_symint_input_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_convolution_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_deconv_freezing_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dup_unbacked_sym_decl_with_refinement_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_duplicate_constant_folding_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fake_tensor_device_validation_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fp8_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fp8_view_of_param_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_inf_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_int_list_input_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_grid_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_mmaped_weights_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_weight_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_masked_select_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misaligned_input_1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misaligned_input_2_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_path_1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_quantized_linear_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_return_constant_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_reuse_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_run_with_grad_enabled_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scatter_fallback_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scatter_reduce_fallback_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_seq_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_size_from_multi_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_so_without_weight_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_torchvision_transforms_functional_tensor_resize_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_dynamic_shape_with_div_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_sympy_fn_like_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_update_constant_buffer_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_parameters_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_offset_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_grid_with_unbacked_symbols_cuda 2025-01-24T09:12:02.6211655Z 2025-01-24T09:12:02.6211858Z Running inductor/test_torchinductor 6/6 ... [2025-01-24 09:12:02.608139] 2025-01-24T09:12:02.6212267Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:12:02.6213280Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:12:02.608729] 2025-01-24T09:12:42.5482761Z 2025-01-24T09:12:42.5488230Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_2a869f85ccd7aaa5_.log 2025-01-24T09:12:42.5602388Z Running 290 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_strided, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_max_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_const_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_inplace_permuted_cpu, test/inductor/test_torchinductor.py::CpuTests::test_angle_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool3d_backward4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bitwise3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_add_autotune_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_int_ndigits_pos_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_inplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_unbacked_legacy_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cauchy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clone_cpu, test/inductor/test_torchinductor.py::CpuTests::test_compar_cpu, test/inductor/test_torchinductor.py::CpuTests::test_computed_buffer_inlining_cpu, test/inductor/test_torchinductor.py::CpuTests::test_config_option_dont_assume_alignment_recompiles_cpu, test/inductor/test_torchinductor.py::CpuTests::test_consecutive_split_cumprod_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_bn_fuse_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_with_as_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cos_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumsum_no_mask_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_unbacked_symints_cpu, test/inductor/test_torchinductor.py::CpuTests::test_deterministic_codegen_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dist_bf16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_precision_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtype_mismatch_issue_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_fusion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_cpu, test/inductor/test_torchinductor.py::CpuTests::test_empty_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_erfc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exact_stride_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exp2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fill1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float16_to_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float_index_expression_cpu, test/inductor/test_torchinductor.py::CpuTests::test_forced_buffer_realize_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fractional_max_pool2d4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_boolean_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_like_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fuse_tiled_cpu, test/inductor/test_torchinductor.py::CpuTests::test_horizonal_fusion2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_flip_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_floordiv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inductor_assert_cpu, test/inductor/test_torchinductor.py::CpuTests::test_insignificant_strides_cpu, test/inductor/test_torchinductor.py::CpuTests::test_invalid_operand_issue1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_kwargs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_lgamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logaddexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logsumexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_masked_fill_promotion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mean_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mul_softmax_symfloat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multi_threading_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_sum_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_neg_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_mega_fusion_during_lowering_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_op_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_specization_over_symbolic_value_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_cast_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_single_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_view_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pixel_shuffle_channels_last_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_bessel_j1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_digamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_exp2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_gammaln_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i1e_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_legendre_polynomial_p_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_log_ndtr_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_modified_bessel_k0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_ndtri_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_sinc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_spherical_bessel_j0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_xlogy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_zeta_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randint_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randn_generator_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_copy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_roll_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_reduce3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sgn_extremal_cpu, test/inductor/test_torchinductor.py::CpuTests::test_shape_padding_cpu, test/inductor/test_torchinductor.py::CpuTests::test_shape_prop_torch_ones_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sign_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_signbit_cpu, test/inductor/test_torchinductor.py::CpuTests::test_simplify_loops_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_mutation1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_backward_data_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumsum_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_integer_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_sizes_with_unbacked_symints_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sqrt_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_squeeze2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_stack_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor_index_slice_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unsqueeze_cpu, test/inductor/test_torchinductor.py::CpuTests::test_vdd_clamp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_as_complex_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views1_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast2_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_dense_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_double_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_double_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_int_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_transposed_double, test/inductor/test_torchinductor.py::GPUTests::test__unsafe_masked_index_put_accumulate_cuda, test/inductor/test_torchinductor.py::GPUTests::test_abs_cuda, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_max_pool2d3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_add_const_float_cuda, test/inductor/test_torchinductor.py::GPUTests::test_addmm_cuda, test/inductor/test_torchinductor.py::GPUTests::test_angle_cuda, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_with_persistent_cache_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange6_cuda, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d6_cuda, test/inductor/test_torchinductor.py::GPUTests::test_batch_norm_2d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_both_scalars_cuda, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_add_autotune_cuda, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_default_kwargs_cuda, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_int_ndigits_pos_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_single_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cauchy_cuda, test/inductor/test_torchinductor.py::GPUTests::test_chunk_recompiles_cuda, test/inductor/test_torchinductor.py::GPUTests::test_complex_fallback_cuda, test/inductor/test_torchinductor.py::GPUTests::test_complex_memory_overlap_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv3d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_shape_check_cuda, test/inductor/test_torchinductor.py::GPUTests::test_convolution3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cudnn_rnn_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cumprod_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_deterministic_codegen_on_graph_break_cuda, test/inductor/test_torchinductor.py::GPUTests::test_device_assert_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div7_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dropout3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_fusion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_float64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_int16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_float16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_embedding_bag_cuda, test/inductor/test_torchinductor.py::GPUTests::test_exp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_expand_as_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fft_real_input_real_output_cuda, test/inductor/test_torchinductor.py::GPUTests::test_float_index_expression_type_promotion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_floordiv_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fmod_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_full_boolean_cuda, test/inductor/test_torchinductor.py::GPUTests::test_functionalize_rng_wrappers_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fusing_write_into_disjoint_read_cuda, test/inductor/test_torchinductor.py::GPUTests::test_gather3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_gelu_cuda, test/inductor/test_torchinductor.py::GPUTests::test_glu_cuda, test/inductor/test_torchinductor.py::GPUTests::test_hardtanh_cuda, test/inductor/test_torchinductor.py::GPUTests::test_horizonal_fusion1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_flip_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_floordiv_cuda, test/inductor/test_torchinductor.py::GPUTests::test_indirect_load_broadcast_cuda, test/inductor/test_torchinductor.py::GPUTests::test_int8_weight_only_quant_cuda, test/inductor/test_torchinductor.py::GPUTests::test_int_input_dynamic_shapes_cuda, test/inductor/test_torchinductor.py::GPUTests::test_invalid_operand_issue1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_isinf2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_large_grid_cuda, test/inductor/test_torchinductor.py::GPUTests::test_layer_norm_cuda, test/inductor/test_torchinductor.py::GPUTests::test_log1p_cuda, test/inductor/test_torchinductor.py::GPUTests::test_long_tensor_cuda, test/inductor/test_torchinductor.py::GPUTests::test_masked_fill_cuda, test/inductor/test_torchinductor.py::GPUTests::test_masked_fill_promotion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d7_cuda, test/inductor/test_torchinductor.py::GPUTests::test_min_max_reduction_cuda, test/inductor/test_torchinductor.py::GPUTests::test_misaligned_address_issue1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_move_arange_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multi_threading_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_any_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_prime_size_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mutations_loop_fusion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_new_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_new_empty_strided_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pad_cast_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pad_single_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pad_view_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_airy_ai_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_bessel_y1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_t_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_gammaln_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_hermite_polynomial_h_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_legendre_polynomial_p_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_i0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_multigammaln_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_psi_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_round_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_zeta_cuda, test/inductor/test_torchinductor.py::GPUTests::test_prod_cuda, test/inductor/test_torchinductor.py::GPUTests::test_rand_like_deterministic_cuda, test/inductor/test_torchinductor.py::GPUTests::test_randn_with_dtype_and_device_cuda, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_copy_cuda, test/inductor/test_torchinductor.py::GPUTests::test_repeat_cuda, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_cuda, test/inductor/test_torchinductor.py::GPUTests::test_scatter_bf16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_scheduler_vertical_fusion1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_unaligned_mask_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sign_dtype_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sizehint_issue1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_softmax_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sort_cuda, test/inductor/test_torchinductor.py::GPUTests::test_split_with_sizes_with_unbacked_symints_cuda, test/inductor/test_torchinductor.py::GPUTests::test_squeeze1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sum_int_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tanh_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tensor1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_transpose_add_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unroll_small_reduction_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_upsample_bicubic2d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_vdd_clamp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_vertical_fusion1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_views2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_where_broadcast_cuda, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_bandwidth_profiler, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_codegen_config_option_dont_assume_alignment, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_donated_buffer_inplace_gpt, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_indirect_device_assert, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_red_followed_by_transposed_pointwise, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_sdpa_inference_mode_aot_compile 2025-01-24T09:12:42.5725949Z 2025-01-24T09:12:42.5726402Z Running inductor/test_torchinductor_opinfo 2/15 ... [2025-01-24 09:12:42.548650] 2025-01-24T09:12:42.5727243Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:12:42.5729533Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=2', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:12:42.549310] 2025-01-24T09:19:59.6972353Z 2025-01-24T09:19:59.6978545Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_23e08e9564467f6b_.log 2025-01-24T09:19:59.7087588Z Running 272 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_strided, test/inductor/test_torchinductor.py::CpuTests::test__unsafe_masked_index_put_accumulate_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool_errors_with_long_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_const_float_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adding_tensor_offsets_cpu, test/inductor/test_torchinductor.py::CpuTests::test_alexnet_prefix_cpu, test/inductor/test_torchinductor.py::CpuTests::test_any_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_support_out_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_with_persistent_cache_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool_errors_with_uint_cpu, test/inductor/test_torchinductor.py::CpuTests::test_baddbmm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bfloat16_to_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bitwise2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bmm2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_buffer_copied_in_graph_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_single_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_unbacked_2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_check_stack_no_cycles_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clamp_type_promotion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_complex_fallback_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_fill_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_fixed_layout_sequential_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_op_compiled_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_op_multi_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_data_type_propogation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dense_mask_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_deterministic_codegen_with_suffix_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_by_zero_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_bag_byte_unpack_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_expanded_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_functionalize_rng_wrappers_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fuse_large_params_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gather1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_hardsigmoid_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_fallback1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_reinplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_input_mutation5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_int8_weight_only_quant_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_offset_pointwise_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_strided_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linear_mixed_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linspace4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_list_clearing_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logcumsumexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_low_memory_max_pool_cpu, test/inductor/test_torchinductor.py::CpuTests::test_masked_fill_cpu, test/inductor/test_torchinductor.py::CpuTests::test_matmul_layer_norm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_min_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_min_max_reduction_nan_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mix_device_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_prime_size_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mutable_custom_op_fixed_layout_cpu, test/inductor/test_torchinductor.py::CpuTests::test_narrow_cpu, test/inductor/test_torchinductor.py::CpuTests::test_permute1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_t_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_w_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erf_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erfc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i0e_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_shifted_chebyshev_polynomial_w_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randint_distribution_cpu, test/inductor/test_torchinductor.py::CpuTests::test_resize_as_cpu, test/inductor/test_torchinductor.py::CpuTests::test_round_correctness_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scalar_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scaled_dot_product_efficient_attention_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_should_pad_bench_for_bmm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_one_kernel_loop_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumsum_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tanh_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor_index_put_slice_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tmp_not_defined_issue2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_topk_cpu, test/inductor/test_torchinductor.py::CpuTests::test_triu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_nearest1d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_as_real_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_on_aliased_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_zero_element_mutation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_zeros_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast2_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast2_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_dense_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_int_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_transposed_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_transposed_transposed, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_override_registration_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin_with_nan_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d_backward4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_bfloat16_to_int16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_inplace_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_unbacked_legacy_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_config_option_dont_assume_alignment_cuda, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_2d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_backward_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_bn_fuse_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_inference_heuristics_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_with_as_strided_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cumsum_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_fixed_layout_channels_last_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_fixed_layout_sequential_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_scan_op_cuda, test/inductor/test_torchinductor.py::GPUTests::test_deterministic_codegen_cuda, test/inductor/test_torchinductor.py::GPUTests::test_diagonal_copy_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dist_bf16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div9_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dropout2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dropout_trivial_0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_float64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_int16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_erfc_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fallback_mutable_op_no_mutated_tensors_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fft_real_input_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fill2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_flip_cat_cuda, test/inductor/test_torchinductor.py::GPUTests::test_hardswish_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_abs_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_device_assert_masked_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_put1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_select_cuda, test/inductor/test_torchinductor.py::GPUTests::test_inplace_activations_cuda, test/inductor/test_torchinductor.py::GPUTests::test_inplace_add_cuda, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_insignificant_strides_cuda, test/inductor/test_torchinductor.py::GPUTests::test_isinf_cuda, test/inductor/test_torchinductor.py::GPUTests::test_large_tensor_reduction_cuda, test/inductor/test_torchinductor.py::GPUTests::test_like_rands3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_linear1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_log_fp64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_logaddexp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_logcumsumexp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_logcumsumexp_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_min_max_reduction_nan_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mix_device_index_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mixed_mm3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mm_mixed_dtype_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mul_index_expr_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mul_softmax_symfloat_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_recompile_on_index_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_var_lowp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_nan_to_num_cuda, test/inductor/test_torchinductor.py::GPUTests::test_nonzero_unbacked_refinement_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pattern_matcher_multi_user_cuda, test/inductor/test_torchinductor.py::GPUTests::test_permute1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_permute2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_w_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_entr_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_erfc_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_expm1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_gammainc_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i1e_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_logit_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_k0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_ndtr_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_polygamma_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_shifted_chebyshev_polynomial_t_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_xlog1py_cuda, test/inductor/test_torchinductor.py::GPUTests::test_polar_cuda, test/inductor/test_torchinductor.py::GPUTests::test_randint_distribution_cuda, test/inductor/test_torchinductor.py::GPUTests::test_randn_generator_cuda, test/inductor/test_torchinductor.py::GPUTests::test_reduction1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_reduction5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_reflection_pad2d_backward_cuda, test/inductor/test_torchinductor.py::GPUTests::test_remove_no_ops_cuda, test/inductor/test_torchinductor.py::GPUTests::test_resize_as_cuda, test/inductor/test_torchinductor.py::GPUTests::test_resize_cuda, test/inductor/test_torchinductor.py::GPUTests::test_scatter4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_searchsorted_cuda, test/inductor/test_torchinductor.py::GPUTests::test_signbit_cuda, test/inductor/test_torchinductor.py::GPUTests::test_silu_cuda, test/inductor/test_torchinductor.py::GPUTests::test_single_elem_cuda, test/inductor/test_torchinductor.py::GPUTests::test_slice1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_slice4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_softmax_backward_data_cuda, test/inductor/test_torchinductor.py::GPUTests::test_softmax_one_kernel_loop_cuda, test/inductor/test_torchinductor.py::GPUTests::test_split_cumsum_low_prec_cuda, test/inductor/test_torchinductor.py::GPUTests::test_std_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sum5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tensor2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tensor_index_slice_cuda, test/inductor/test_torchinductor.py::GPUTests::test_to_device_cuda, test/inductor/test_torchinductor.py::GPUTests::test_to_dtype_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unbacked_floordiv_simplify_errors_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_float64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_upsample_bilinear2d_b_cuda, test/inductor/test_torchinductor.py::GPUTests::test_var_mean_tile_reduction_True_cuda, test/inductor/test_torchinductor.py::GPUTests::test_vectorized_ops_masked_var_novec_cuda, test/inductor/test_torchinductor.py::GPUTests::test_view_on_aliased_cuda, test/inductor/test_torchinductor.py::GPUTests::test_views4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_xblock_divides_xnumel_cuda, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_has_constant_mask_block_multiple_True_ynumel_exceed_ygrid_size_False, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_has_constant_mask_block_multiple_True_ynumel_exceed_ygrid_size_True 2025-01-24T09:19:59.7202062Z 2025-01-24T09:19:59.7202524Z Running inductor/test_torchinductor_opinfo 4/15 ... [2025-01-24 09:19:59.698089] 2025-01-24T09:19:59.7203678Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:19:59.7205674Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=4', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:19:59.698443] 2025-01-24T09:27:57.6591511Z 2025-01-24T09:27:57.6592206Z inductor/test_torchinductor_opinfo 2/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_2.15_0429c2816037da92_.log 2025-01-24T09:27:57.6678657Z Running 239 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rand___cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmatmul___cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rpow___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__chunk_cat_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_alias_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_any_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_any_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_partial_views_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_baddbmm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bincount_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_and_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_or_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_block_diag_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_to_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bucketize_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bucketize_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cartesian_prod_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cfloat_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cholesky_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_combinations_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_contiguous_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cross_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumprod_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumprod_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumsum_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumulative_trapezoid_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_embed_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_einsum_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eq_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfinv_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expm1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftshift_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_divide_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_frac_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_geometric_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_half_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hypot_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_add_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_mean_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_prod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_select_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isnan_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isnan_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kron_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kron_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_householder_product_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_ldl_solve_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log1p_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logaddexp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_and_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_and_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logaddexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logsumexp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_median_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_softmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_sum_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_matrix_exp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_list_of_tensors_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_minimum_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_msort_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_batch_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_layer_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_strided_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_full_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_alpha_dropout_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_bag_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardshrink_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardswish_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_linear_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest-exact_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_linear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_margin_ranking_loss_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_nll_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_prelu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softmin_with_dtype_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softplus_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softshrink_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_upsample_bilinear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_upsample_nearest_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_static_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_number_mean_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_outer_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pow_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize__cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize__cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_gaussian_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_airy_ai_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_u_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_w_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_erfcx_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_he_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_he_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_he_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_spherical_bessel_j0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_spherical_bessel_j0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_zeta_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stack_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_mean_unbiased_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sub_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensor_split_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_topk_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_consecutive_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_consecutive_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_as_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_like_cuda_float32 2025-01-24T09:27:57.6758754Z 2025-01-24T09:27:57.6758943Z Running inductor/test_torchinductor_opinfo 6/15 ... [2025-01-24 09:27:57.659201] 2025-01-24T09:27:57.6759297Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:27:57.6760220Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=6', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:27:57.659532] 2025-01-24T09:34:54.7750389Z 2025-01-24T09:34:54.7751326Z inductor/test_torchinductor_opinfo 4/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_4.15_3ac7bf212c718b2f_.log 2025-01-24T09:34:54.7874950Z Running 237 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rxor___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rxor___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__batch_norm_with_update_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_put_accumulate_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__upsample_bilinear2d_aa_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addbmm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmv_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmv_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_any_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argsort_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asinh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_1d_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bfloat16_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_left_shift_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_xor_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_xor_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_to_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdouble_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdouble_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chalf_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_max_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_combinations_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_complex_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_physical_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_physical_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_corrcoef_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumsum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumulative_trapezoid_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_trunc_rounding_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftshift_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flipud_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmod_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ge_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ge_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_geometric_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gradient_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hsplit_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hsplit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hstack_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amax_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isreal_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_le_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lgamma_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_diagonal_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_inv_ex_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lu_factor_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_qr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_solve_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_tensorinv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vander_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_tensor_overload_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_not_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mT_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_matmul_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_no_dim_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_no_dim_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_msort_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanmedian_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nansum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_neg_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_neg_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_full_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_alpha_dropout_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_celu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv1d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_bag_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_gelu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_bilinear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_layer_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pairwise_distance_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_unshuffle_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rms_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rrelu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_selu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_silu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softmin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softplus_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_tanhshrink_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_unfold_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_static_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_fro_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_like_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_outer_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pca_lowrank_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_qr_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rad2deg_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize__cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsqrt_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsqrt_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_mean_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_kaiser_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_log_ndtr_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_spherical_bessel_j0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_zeta_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stack_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_mean_unbiased_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_unbiased_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sub_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensordot_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_true_divide_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_chunk_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_split_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_var_mean_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vdot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_as_complex_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vsplit_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_cuda_uint8 2025-01-24T09:34:54.8001163Z 2025-01-24T09:34:54.8001520Z Running inductor/test_torchinductor_opinfo 8/15 ... [2025-01-24 09:34:54.774450] 2025-01-24T09:34:54.8002181Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:34:54.8003969Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=8', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:34:54.774780] 2025-01-24T09:44:12.5016738Z 2025-01-24T09:44:12.5019713Z inductor/test_torchinductor_opinfo 8/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_8.15_ed6de3997d24e1b2_.log 2025-01-24T09:44:12.5130228Z Running 193 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_H_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___getitem___cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___radd___cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___radd___cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmod___cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmod___cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rpow___cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rsub___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__chunk_cat_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__native_batch_norm_legit_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__native_batch_norm_legit_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__upsample_bilinear2d_aa_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcdiv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcmul_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmm_decomposed_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_alias_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amax_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argwhere_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_partial_views_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_1d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bfloat16_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bool_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_shapes_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cartesian_prod_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdouble_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ceil_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chalf_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chalf_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_column_stack_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cos_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cos_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumprod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_digamma_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_double_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_einsum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfftn_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftshift_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_add_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_fill_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_select_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_select_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isfinite_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_item_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_return_by_ref_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_return_by_ref_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_return_by_ref_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_cross_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_householder_product_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_solve_triangular_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_tensorsolve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log1p_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_with_dtype_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logcumsumexp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_tensor_overload_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_tensor_overload_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_log_softmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logsumexp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_select_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_matmul_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_pool2d_with_indices_backward_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_maximum_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mean_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_no_dim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ne_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_full_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_bilinear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_binary_cross_entropy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_celu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_instance_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_instance_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_layer_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_layer_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_local_response_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_nll_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_replicate_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_unfold_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_fro_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_number_mean_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pow_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_qr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_like_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randn_like_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_real_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scalar_tensor_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_short_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sigmoid_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_nuttall_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinc_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_airy_ai_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_w_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_w_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_he_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stft_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_topk_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapezoid_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_indices_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trunc_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unflatten_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_consecutive_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_chunk_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vsplit_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_like_cuda_float64 2025-01-24T09:44:12.5242932Z 2025-01-24T09:44:12.5243376Z Running inductor/test_torchinductor_opinfo 10/15 ... [2025-01-24 09:44:12.501538] 2025-01-24T09:44:12.5244225Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:44:12.5246246Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=10', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:44:12.501884] 2025-01-24T09:44:40.3287919Z 2025-01-24T09:44:40.3288934Z inductor/test_torchinductor_opinfo 6/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_6.15_96be42e714a8e76c_.log 2025-01-24T09:44:40.3391121Z Running 230 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rand___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rpow___cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__softmax_backward_data_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acos_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_add_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argwhere_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bincount_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bincount_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_block_diag_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdist_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cholesky_solve_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cosh_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumsum_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_embed_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_embed_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_digamma_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_digamma_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dist_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_no_rounding_mode_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_trunc_rounding_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dsplit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_einsum_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_permuted_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_strided_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eq_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_power_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_frexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_geometric_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_heaviside_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hypot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_fill_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_prod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_prod_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isneginf_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kron_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_le_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lerp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_cross_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_det_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_ldl_factor_ex_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_hermitian_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_singular_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_solve_ex_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log1p_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_with_dtype_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logaddexp2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logaddexp2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_not_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_or_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_or_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_or_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_or_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lu_solve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mT_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logsumexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_select_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_sum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_maximum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_binary_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanmean_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanquantile_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nansum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_batch_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_dropout2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_dropout3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_bag_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_glu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardswish_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardtanh_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_linear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multi_margin_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pairwise_distance_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu6_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_smooth_l1_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_smooth_l1_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softmin_with_dtype_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_static_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_like_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pinverse_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rad2deg_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rand_like_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randn_like_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_as_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_roll_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_roll_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_roll_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsqrt_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsub_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_searchsorted_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_searchsorted_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sgn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sgn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sgn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sort_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_t_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_t_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_u_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1e_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_laguerre_polynomial_l_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_zeta_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stack_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_mean_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_mean_unbiased_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tan_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensordot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tile_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__safe_softmax_default_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_split_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vstack_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_cuda_bool 2025-01-24T09:44:40.3485061Z 2025-01-24T09:44:40.3485309Z Running inductor/test_torchinductor_opinfo 12/15 ... [2025-01-24 09:44:40.329413] 2025-01-24T09:44:40.3485747Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:44:40.3486764Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=12', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:44:40.329766] 2025-01-24T09:55:52.4698953Z 2025-01-24T09:55:52.4700774Z inductor/test_torchinductor_opinfo 10/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_10.15_1c20c59fe6b623bd_.log 2025-01-24T09:55:52.4792182Z Running 241 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_H_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___getitem___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rdiv___cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___ror___cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acos_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_arange_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_not_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_right_shift_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bmm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cartesian_prod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cat_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chalf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cholesky_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cholesky_inverse_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_contiguous_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cosh_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cross_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumprod_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_deg2rad_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_trunc_rounding_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_double_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_like_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_permuted_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_strided_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_strided_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_strided_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eq_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfinv_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expm1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flip_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_power_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ge_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hstack_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_fill_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_fill_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isneginf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isreal_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_unary_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_unary_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lcm_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_eigvalsh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_eigvalsh_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_inv_ex_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lstsq_grad_oriented_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lstsq_grad_oriented_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_singular_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vecdot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_tensor_overload_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log10_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_not_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lu_unpack_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_std_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_binary_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_msort_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_multinomial_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mv_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanquantile_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_neg_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_strided_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_full_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_batch_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_channel_shuffle_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_similarity_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cross_entropy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_elu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_huber_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_kl_div_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_leaky_relu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_replicate_negative_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pairwise_distance_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pairwise_distance_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_poisson_nll_loss_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu6_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rrelu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softmin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_tanhshrink_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_tanhshrink_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize__cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amax_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_mean_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_mean_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_sum_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_searchsorted_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_with_dtype_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_j0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_j1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_t_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_u_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_erfcx_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_erfcx_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_h_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_log_ndtr_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_spherical_bessel_j0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sub_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_svd_lowrank_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tile_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tile_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tile_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_topk_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__safe_softmax_default_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__safe_softmax_default_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapezoid_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trunc_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trunc_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unflatten_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_uniform_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unravel_index_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vstack_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_cuda_int64 2025-01-24T09:55:52.4870352Z 2025-01-24T09:55:52.4870548Z Running inductor/test_torchinductor_opinfo 14/15 ... [2025-01-24 09:55:52.470697] 2025-01-24T09:55:52.4870903Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:55:52.4871848Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=14', '--num-shards=15', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:55:52.471188] 2025-01-24T09:59:37.0206075Z 2025-01-24T09:59:37.0209897Z inductor/test_torchinductor_opinfo 12/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_12.15_7dc7de904ea4ce5e_.log 2025-01-24T09:59:37.0340710Z Running 230 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rand___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rdiv___cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rdiv___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmatmul___cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___ror___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__batch_norm_with_update_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__chunk_cat_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__softmax_backward_data_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_add_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcmul_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_angle_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_partial_views_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_scatter_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asinh_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_block_diag_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bmm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bool_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bucketize_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ceil_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_max_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_physical_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_contiguous_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cos_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cosh_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_embed_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagflat_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dsplit_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_like_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfc_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfinv_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_frexp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gather_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gradient_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_heaviside_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_heaviside_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hsplit_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hstack_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_igamma_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_add_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_add_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isfinite_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isfinite_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_item_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_det_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_eigvals_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_ldl_solve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_multi_dot_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_hermitian_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_slogdet_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log1p_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logaddexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumsum_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumsum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logsumexp_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_median_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_select_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_softmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_softmin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_std_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_sum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_matrix_exp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_maximum_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_list_of_tensors_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_binary_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_msort_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_multinomial_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_multinomial_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_batch_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_dropout_backward_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_bilinear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_dropout2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_grid_sample_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_grid_sample_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_bilinear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest-exact_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_kl_div_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_logsigmoid_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_logsigmoid_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_margin_ranking_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multi_margin_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pdist_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu6_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softshrink_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_upsample_bilinear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_fro_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_like_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polar_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_prod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_prod_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_quantile_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_quantile_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rad2deg_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_like_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_renorm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_interleave_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_as_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize__cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_neg_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_exponential_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinh_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sort_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sparse_mm_reduce_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_j1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_laguerre_polynomial_l_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_log_ndtr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_log_ndtr_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sub_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_svd_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__safe_softmax_default_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trace_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tril_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_indices_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_consecutive_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_as_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vsplit_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vstack_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_cuda_float64 2025-01-24T09:59:37.0503671Z 2025-01-24T10:09:02.6856949Z 2025-01-24T10:09:02.6858560Z inductor/test_torchinductor_opinfo 14/15 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_14.15_0ab7e416e37a5a73_.log 2025-01-24T10:09:02.6951251Z Running 249 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___radd___cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rsub___cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rsub___cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__softmax_backward_data_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_put_accumulate_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_add_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_add_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcmul_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_alias_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_alias_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_arange_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argsort_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argwhere_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atanh_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bernoulli_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_not_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_xor_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_to_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cartesian_prod_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cauchy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdist_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_max_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_physical_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_corrcoef_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cos_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagflat_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_digamma_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_no_rounding_mode_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_no_rounding_mode_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_trunc_rounding_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_permuted_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfc_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exponential_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flip_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flip_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_power_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gcd_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_half_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_select_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_inner_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_inner_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isreal_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_item_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_return_by_ref_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lgamma_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_det_singular_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_diagonal_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lstsq_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lu_factor_ex_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_power_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_rank_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_rank_hermitian_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log10_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log10_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_long_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lu_unpack_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumprod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_mean_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_softmax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_binary_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_no_dim_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_list_of_tensors_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_binary_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_minimum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_minimum_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_minimum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanmedian_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nansum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_batch_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_dropout_backward_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_layer_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_layer_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nextafter_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_channel_shuffle_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_channel_shuffle_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_ctc_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_gelu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardshrink_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_huber_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_linear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_linear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_l1_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_shuffle_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_unshuffle_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_unshuffle_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rms_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rms_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_scaled_dot_product_attention_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_like_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polar_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_0_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pow_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_remainder_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize__cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_conj_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_conj_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_neg_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_neg_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_roll_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scalar_tensor_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scalar_tensor_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_short_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_blackman_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_hamming_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_hann_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinc_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_with_dtype_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sort_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sparse_sampled_addmm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_j0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_u_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_v_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_h_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k1_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtri_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_xlog1py_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stack_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sub_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trace_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tril_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_true_divide_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_uniform_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_var_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_var_mean_unbiased_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vsplit_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vsplit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_like_cuda_uint8 2025-01-24T10:09:02.7031866Z 2025-01-24T10:09:03.5992304Z Running test batch 'tests to run' cost 4517.8 seconds 2025-01-24T10:09:04.1863414Z + [[ 1 == 1 ]] 2025-01-24T10:09:04.1864154Z + [[ linux-focal-rocm6.3-py3.10 != linux-jammy-py3.9-gcc11-build ]] 2025-01-24T10:09:04.1864929Z + test_inductor_distributed 2025-01-24T10:09:04.1865545Z + echo 'Testing multi_gpu tests in test_torchinductor' 2025-01-24T10:09:04.1866235Z Testing multi_gpu tests in test_torchinductor 2025-01-24T10:09:04.1867139Z + python test/run_test.py -i inductor/test_torchinductor.py -k test_multi_gpu --verbose 2025-01-24T10:09:04.2719069Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:09:04.2720572Z import pkg_resources 2025-01-24T10:09:07.0294428Z No TD results found 2025-01-24T10:09:07.0295858Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:09:07.0421357Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:09:07.0922441Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:09:07.0936764Z Running all tests 2025-01-24T10:09:07.0938915Z Running parallel tests on 2 processes 2025-01-24T10:09:07.0939241Z Name: tests to run (est. time: 25.64min) 2025-01-24T10:09:07.0939532Z Serial tests (0): 2025-01-24T10:09:07.0939752Z Parallel tests (6): 2025-01-24T10:09:07.0939998Z inductor/test_torchinductor 1/6 2025-01-24T10:09:07.0940281Z inductor/test_torchinductor 2/6 2025-01-24T10:09:07.0940554Z inductor/test_torchinductor 3/6 2025-01-24T10:09:07.0940819Z inductor/test_torchinductor 4/6 2025-01-24T10:09:07.0941070Z inductor/test_torchinductor 5/6 2025-01-24T10:09:07.0941745Z inductor/test_torchinductor 6/6 2025-01-24T10:09:07.0942040Z Name: excluded (est. time: 0.0min) 2025-01-24T10:09:07.0942310Z Serial tests (0): 2025-01-24T10:09:07.0942528Z Parallel tests (0): 2025-01-24T10:09:07.0992491Z Running inductor/test_torchinductor 1/6 ... [2025-01-24 10:09:07.098484] 2025-01-24T10:09:07.0993377Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:07.0995453Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:07.098739] 2025-01-24T10:09:13.9274107Z 2025-01-24T10:09:13.9275120Z inductor/test_torchinductor 1/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.6_32e90fd16e81a6f4_.log 2025-01-24T10:09:13.9275884Z Running 0 items in this shard: 2025-01-24T10:09:13.9276057Z 2025-01-24T10:09:13.9276585Z Running inductor/test_torchinductor 2/6 ... [2025-01-24 10:09:13.927253] 2025-01-24T10:09:13.9284765Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:13.9285808Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:13.927794] 2025-01-24T10:09:21.1583512Z 2025-01-24T10:09:21.1585601Z inductor/test_torchinductor 2/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.6_eaf72f4100a980a3_.log 2025-01-24T10:09:21.1587115Z Running 0 items in this shard: 2025-01-24T10:09:21.1587466Z 2025-01-24T10:09:21.1587876Z Running inductor/test_torchinductor 3/6 ... [2025-01-24 10:09:21.158104] 2025-01-24T10:09:21.1588655Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:21.1592424Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:21.158647] 2025-01-24T10:09:27.9382478Z 2025-01-24T10:09:27.9383920Z inductor/test_torchinductor 3/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.6_26ef40549979f1fd_.log 2025-01-24T10:09:27.9385463Z Running 0 items in this shard: 2025-01-24T10:09:27.9385796Z 2025-01-24T10:09:27.9386214Z Running inductor/test_torchinductor 4/6 ... [2025-01-24 10:09:27.937861] 2025-01-24T10:09:27.9386985Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:27.9389459Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:27.938419] 2025-01-24T10:09:34.8683283Z 2025-01-24T10:09:34.8684973Z inductor/test_torchinductor 4/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.6_908febe7c52ae8ae_.log 2025-01-24T10:09:34.8686456Z Running 0 items in this shard: 2025-01-24T10:09:34.8686800Z 2025-01-24T10:09:34.8687214Z Running inductor/test_torchinductor 5/6 ... [2025-01-24 10:09:34.867860] 2025-01-24T10:09:34.8688004Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:34.8690072Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:34.868410] 2025-01-24T10:09:41.7479073Z 2025-01-24T10:09:41.7482177Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_2bb0d4e4727c9fd6_.log 2025-01-24T10:09:41.7483893Z Running 0 items in this shard: 2025-01-24T10:09:41.7484244Z 2025-01-24T10:09:41.7487466Z Running inductor/test_torchinductor 6/6 ... [2025-01-24 10:09:41.747534] 2025-01-24T10:09:41.7488387Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:41.7490411Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:41.748080] 2025-01-24T10:09:48.6281638Z 2025-01-24T10:09:48.6283565Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_d19e443dfd69c740_.log 2025-01-24T10:09:48.6285327Z Running 0 items in this shard: 2025-01-24T10:09:48.6286358Z 2025-01-24T10:09:48.6297386Z Running inductor/test_torchinductor 1/6 ... [2025-01-24 10:09:48.629242] 2025-01-24T10:09:48.6298309Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:48.6299608Z Running inductor/test_torchinductor 2/6 ... [2025-01-24 10:09:48.629476] 2025-01-24T10:09:48.6300652Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:48.6302236Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:48.629651] 2025-01-24T10:09:48.6307746Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:48.630283] 2025-01-24T10:09:55.8089316Z 2025-01-24T10:09:55.8090955Z inductor/test_torchinductor 1/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.6_35654f80e704d661_.log 2025-01-24T10:09:55.8092971Z Running 1 items in this shard: test/inductor/test_torchinductor.py::CpuTests::test_multi_gpu_recompile_on_index_cpu 2025-01-24T10:09:55.8093869Z 2025-01-24T10:09:55.8094649Z Running inductor/test_torchinductor 3/6 ... [2025-01-24 10:09:55.809094] 2025-01-24T10:09:55.8095511Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:55.8099379Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:55.809583] 2025-01-24T10:09:57.2129683Z 2025-01-24T10:09:57.2131305Z inductor/test_torchinductor 2/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.6_9eafe4c8d7f36f15_.log 2025-01-24T10:09:57.2133420Z Running 1 items in this shard: test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_device_cuda 2025-01-24T10:09:57.2134258Z 2025-01-24T10:09:57.2136932Z Running inductor/test_torchinductor 4/6 ... [2025-01-24 10:09:57.213303] 2025-01-24T10:09:57.2137715Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:09:57.2145654Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:09:57.213940] 2025-01-24T10:10:02.8391250Z 2025-01-24T10:10:02.8393671Z inductor/test_torchinductor 3/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.6_c98c04b27d444eb4_.log 2025-01-24T10:10:02.8398908Z Running 1 items in this shard: test/inductor/test_torchinductor.py::CpuTests::test_multi_gpu_device_cpu 2025-01-24T10:10:02.8399922Z 2025-01-24T10:10:02.8400345Z Running inductor/test_torchinductor 5/6 ... [2025-01-24 10:10:02.838753] 2025-01-24T10:10:02.8401131Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:02.8403191Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:02.839325] 2025-01-24T10:10:04.3948065Z 2025-01-24T10:10:04.3949447Z inductor/test_torchinductor 4/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.6_de5b15ced5b35795_.log 2025-01-24T10:10:04.3950708Z Running 0 items in this shard: 2025-01-24T10:10:04.3951628Z 2025-01-24T10:10:04.3951975Z Running inductor/test_torchinductor 6/6 ... [2025-01-24 10:10:04.394277] 2025-01-24T10:10:04.3952641Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:04.3954395Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:04.394661] 2025-01-24T10:10:09.7175961Z 2025-01-24T10:10:09.7177741Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_fac3f4e1bb80c456_.log 2025-01-24T10:10:09.7179452Z Running 0 items in this shard: 2025-01-24T10:10:09.7179799Z 2025-01-24T10:10:11.6747182Z 2025-01-24T10:10:11.6749279Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_93c5f30c9e3c636f_.log 2025-01-24T10:10:11.6751702Z Running 1 items in this shard: test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_recompile_on_index_cuda 2025-01-24T10:10:11.6752730Z 2025-01-24T10:10:12.5007359Z Running test batch 'tests to run' cost 65.41 seconds 2025-01-24T10:10:13.1027727Z + python test/run_test.py -i inductor/test_aot_inductor.py -k test_non_default_cuda_device --verbose 2025-01-24T10:10:13.1880246Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:10:13.1881826Z import pkg_resources 2025-01-24T10:10:15.9458728Z No TD results found 2025-01-24T10:10:15.9460133Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:10:15.9590457Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:10:16.0091751Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:10:16.0106063Z Running all tests 2025-01-24T10:10:16.0109574Z Running parallel tests on 2 processes 2025-01-24T10:10:16.0109927Z Name: tests to run (est. time: 19.72min) 2025-01-24T10:10:16.0110206Z Serial tests (0): 2025-01-24T10:10:16.0110431Z Parallel tests (4): 2025-01-24T10:10:16.0110687Z inductor/test_aot_inductor 1/4 2025-01-24T10:10:16.0110968Z inductor/test_aot_inductor 2/4 2025-01-24T10:10:16.0111236Z inductor/test_aot_inductor 3/4 2025-01-24T10:10:16.0111487Z inductor/test_aot_inductor 4/4 2025-01-24T10:10:16.0111740Z Name: excluded (est. time: 0.0min) 2025-01-24T10:10:16.0111982Z Serial tests (0): 2025-01-24T10:10:16.0112548Z Parallel tests (0): 2025-01-24T10:10:16.0162280Z Running inductor/test_aot_inductor 1/4 ... [2025-01-24 10:10:16.015717] 2025-01-24T10:10:16.0163138Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:16.0165275Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:16.015981] 2025-01-24T10:10:23.2454203Z 2025-01-24T10:10:23.2456288Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_bcb8e2dba6a8e25c_.log 2025-01-24T10:10:23.2457866Z Running 0 items in this shard: 2025-01-24T10:10:23.2458208Z 2025-01-24T10:10:23.2458590Z Running inductor/test_aot_inductor 2/4 ... [2025-01-24 10:10:23.245055] 2025-01-24T10:10:23.2459397Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:23.2462589Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:23.245658] 2025-01-24T10:10:30.2764189Z 2025-01-24T10:10:30.2766186Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_073e791b9940ba80_.log 2025-01-24T10:10:30.2767803Z Running 0 items in this shard: 2025-01-24T10:10:30.2768167Z 2025-01-24T10:10:30.2768549Z Running inductor/test_aot_inductor 3/4 ... [2025-01-24 10:10:30.275752] 2025-01-24T10:10:30.2769344Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:30.2771474Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:30.276298] 2025-01-24T10:10:37.3578790Z 2025-01-24T10:10:37.3580672Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_c31c30a3df06ec21_.log 2025-01-24T10:10:37.3582209Z Running 0 items in this shard: 2025-01-24T10:10:37.3582549Z 2025-01-24T10:10:37.3588216Z Running inductor/test_aot_inductor 4/4 ... [2025-01-24 10:10:37.356756] 2025-01-24T10:10:37.3589148Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:37.3591301Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:37.357381] 2025-01-24T10:10:44.5384465Z 2025-01-24T10:10:44.5386289Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_5bc1236e5c003701_.log 2025-01-24T10:10:44.5387743Z Running 0 items in this shard: 2025-01-24T10:10:44.5388080Z 2025-01-24T10:10:44.5399689Z Running inductor/test_aot_inductor 1/4 ... [2025-01-24 10:10:44.539374] 2025-01-24T10:10:44.5400546Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:44.5401306Z Running inductor/test_aot_inductor 2/4 ... [2025-01-24 10:10:44.539520] 2025-01-24T10:10:44.5402038Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:44.5406104Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:44.540035] 2025-01-24T10:10:44.5409905Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:44.540262] 2025-01-24T10:10:51.6691958Z 2025-01-24T10:10:51.6693485Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_06060ff6b238090a_.log 2025-01-24T10:10:51.6694933Z Running 0 items in this shard: 2025-01-24T10:10:51.6695335Z 2025-01-24T10:10:51.6695791Z Running inductor/test_aot_inductor 3/4 ... [2025-01-24 10:10:51.669196] 2025-01-24T10:10:51.6696558Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:51.6698841Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:51.669505] 2025-01-24T10:10:52.9225491Z 2025-01-24T10:10:52.9227199Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_227720f3ea40dcd5_.log 2025-01-24T10:10:52.9228608Z Running 0 items in this shard: 2025-01-24T10:10:52.9228939Z 2025-01-24T10:10:52.9229326Z Running inductor/test_aot_inductor 4/4 ... [2025-01-24 10:10:52.922475] 2025-01-24T10:10:52.9230099Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:10:52.9236899Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:10:52.923069] 2025-01-24T10:10:59.2996105Z 2025-01-24T10:10:59.2997769Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_900ace0ebdf9f184_.log 2025-01-24T10:10:59.2999224Z Running 0 items in this shard: 2025-01-24T10:10:59.2999728Z 2025-01-24T10:11:00.4546318Z 2025-01-24T10:11:00.4547758Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_15f978c1364765ed_.log 2025-01-24T10:11:00.4549262Z Running 0 items in this shard: 2025-01-24T10:11:00.4549607Z 2025-01-24T10:11:01.0430649Z Running test batch 'tests to run' cost 45.03 seconds 2025-01-24T10:11:01.6235328Z + python test/run_test.py -i inductor/test_aot_inductor.py -k test_replicate_on_devices --verbose 2025-01-24T10:11:01.7086803Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:11:01.7088633Z import pkg_resources 2025-01-24T10:11:04.4572525Z No TD results found 2025-01-24T10:11:04.4573957Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:11:04.4706071Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:11:04.5211263Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:11:04.5224913Z Running all tests 2025-01-24T10:11:04.5227934Z Running parallel tests on 2 processes 2025-01-24T10:11:04.5228664Z Name: tests to run (est. time: 19.72min) 2025-01-24T10:11:04.5229095Z Serial tests (0): 2025-01-24T10:11:04.5229912Z Parallel tests (4): 2025-01-24T10:11:04.5230202Z inductor/test_aot_inductor 1/4 2025-01-24T10:11:04.5230488Z inductor/test_aot_inductor 2/4 2025-01-24T10:11:04.5230768Z inductor/test_aot_inductor 3/4 2025-01-24T10:11:04.5231023Z inductor/test_aot_inductor 4/4 2025-01-24T10:11:04.5231283Z Name: excluded (est. time: 0.0min) 2025-01-24T10:11:04.5231533Z Serial tests (0): 2025-01-24T10:11:04.5231747Z Parallel tests (0): 2025-01-24T10:11:04.5280401Z Running inductor/test_aot_inductor 1/4 ... [2025-01-24 10:11:04.527476] 2025-01-24T10:11:04.5281261Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:04.5283442Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:04.527733] 2025-01-24T10:11:12.2085065Z 2025-01-24T10:11:12.2086908Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_ddc80634ea90aee1_.log 2025-01-24T10:11:12.2089149Z Running 0 items in this shard: 2025-01-24T10:11:12.2089489Z 2025-01-24T10:11:12.2089876Z Running inductor/test_aot_inductor 2/4 ... [2025-01-24 10:11:12.208386] 2025-01-24T10:11:12.2090668Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:12.2095427Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:12.208949] 2025-01-24T10:11:19.2888423Z 2025-01-24T10:11:19.2889805Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_5e7074fc3fe71c37_.log 2025-01-24T10:11:19.2891278Z Running 0 items in this shard: 2025-01-24T10:11:19.2891643Z 2025-01-24T10:11:19.2892042Z Running inductor/test_aot_inductor 3/4 ... [2025-01-24 10:11:19.288585] 2025-01-24T10:11:19.2892836Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:19.2896758Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:19.289142] 2025-01-24T10:11:26.3194906Z 2025-01-24T10:11:26.3196625Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_1b0e77b41124f91c_.log 2025-01-24T10:11:26.3197836Z Running 0 items in this shard: 2025-01-24T10:11:26.3198122Z 2025-01-24T10:11:26.3198490Z Running inductor/test_aot_inductor 4/4 ... [2025-01-24 10:11:26.319115] 2025-01-24T10:11:26.3199179Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:26.3202113Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:26.319680] 2025-01-24T10:11:33.3999093Z 2025-01-24T10:11:33.4001192Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_f250f180daea94d0_.log 2025-01-24T10:11:33.4002651Z Running 0 items in this shard: 2025-01-24T10:11:33.4002986Z 2025-01-24T10:11:33.4017294Z Running inductor/test_aot_inductor 1/4 ... [2025-01-24 10:11:33.400971] 2025-01-24T10:11:33.4018225Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:33.4018990Z Running inductor/test_aot_inductor 2/4 ... [2025-01-24 10:11:33.401130] 2025-01-24T10:11:33.4020554Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:33.4022772Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:33.401631] 2025-01-24T10:11:33.4026284Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:33.401900] 2025-01-24T10:11:40.6319087Z 2025-01-24T10:11:40.6320630Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_2ebb0b34d48bb257_.log 2025-01-24T10:11:40.6322110Z Running 0 items in this shard: 2025-01-24T10:11:40.6323345Z 2025-01-24T10:11:40.6325504Z Running inductor/test_aot_inductor 3/4 ... [2025-01-24 10:11:40.632195] 2025-01-24T10:11:40.6326298Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:40.6330749Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:40.632693] 2025-01-24T10:11:42.2340883Z 2025-01-24T10:11:42.2342223Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_8ae858399f1eb54d_.log 2025-01-24T10:11:42.2343995Z Running 1 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_replicate_on_devices_cuda 2025-01-24T10:11:42.2344818Z 2025-01-24T10:11:42.2349632Z Running inductor/test_aot_inductor 4/4 ... [2025-01-24 10:11:42.233859] 2025-01-24T10:11:42.2350495Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:42.2352649Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:42.234185] 2025-01-24T10:11:47.8629064Z 2025-01-24T10:11:47.8630386Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_e0badae99b53b239_.log 2025-01-24T10:11:47.8631845Z Running 0 items in this shard: 2025-01-24T10:11:47.8632185Z 2025-01-24T10:11:49.7637839Z 2025-01-24T10:11:49.7639642Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_8a0feba3d73e86b5_.log 2025-01-24T10:11:49.7641851Z Running 1 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_replicate_on_devices_cpu 2025-01-24T10:11:49.7642840Z 2025-01-24T10:11:50.6095306Z Running test batch 'tests to run' cost 46.09 seconds 2025-01-24T10:11:51.1930023Z + python test/run_test.py -i distributed/test_c10d_functional_native.py --verbose 2025-01-24T10:11:51.2770413Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:11:51.2771933Z import pkg_resources 2025-01-24T10:11:54.0254914Z No TD results found 2025-01-24T10:11:54.0256361Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:11:54.0386400Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:11:54.0894037Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:11:54.0906900Z Running all tests 2025-01-24T10:11:54.0912956Z Running parallel tests on 2 processes 2025-01-24T10:11:54.0913762Z Name: tests to run (est. time: 2.86min) 2025-01-24T10:11:54.0914433Z Serial tests (1): 2025-01-24T10:11:54.0914826Z distributed/test_c10d_functional_native 1/1 2025-01-24T10:11:54.0915198Z Parallel tests (0): 2025-01-24T10:11:54.0915446Z Name: excluded (est. time: 0.0min) 2025-01-24T10:11:54.0915703Z Serial tests (0): 2025-01-24T10:11:54.0915914Z Parallel tests (0): 2025-01-24T10:11:54.0968228Z Running distributed/test_c10d_functional_native 1/1 ... [2025-01-24 10:11:54.095845] 2025-01-24T10:11:54.0969312Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:11:54.0971673Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_functional_native.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:11:54.096122] 2025-01-24T10:14:33.2430775Z 2025-01-24T10:14:33.2436212Z distributed/test_c10d_functional_native 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_c10d_functional_native_1.1_b37e3dd36f2d3fde_.log 2025-01-24T10:14:33.2450794Z Running 28 items in this shard: test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_gather_into_tensor_coalesced, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_gather_into_tensor_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_coalesced, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_coalesced_, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_single_, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_to_all_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_broadcast, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_inductor_dtypeview_memory_leak, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_py_work, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_reduce_scatter_tensor_coalesced, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_reduce_scatter_tensor_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_threading, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_unwaited, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_wait_tensor, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_gather_into_tensor_coalesced, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_gather_into_tensor_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_reduce_coalesced, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_reduce_non_contig_input, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_reduce_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_to_all_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_broadcast, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_inplace_op_on_view, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_reduce_scatter_tensor_coalesced, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_reduce_scatter_tensor_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_reuse_buffer_after_inplace_collective, test/distributed/test_c10d_functional_native.py::CompileTest::test_ranks_and_tag, test/distributed/test_c10d_functional_native.py::CompileTest::test_wait_tensor 2025-01-24T10:14:33.2460333Z 2025-01-24T10:14:33.9054628Z Running test batch 'tests to run' cost 159.81 seconds 2025-01-24T10:14:34.5087113Z + python test/run_test.py -i distributed/tensor/test_dtensor_compile.py --verbose 2025-01-24T10:14:34.5953927Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:14:34.5955489Z import pkg_resources 2025-01-24T10:14:37.3774169Z No TD results found 2025-01-24T10:14:37.3775602Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:14:37.3904704Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:14:37.4408349Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:14:37.4423923Z Running all tests 2025-01-24T10:14:37.4427742Z Running parallel tests on 2 processes 2025-01-24T10:14:37.4428424Z Name: tests to run (est. time: 0.88min) 2025-01-24T10:14:37.4428973Z Serial tests (1): 2025-01-24T10:14:37.4429477Z distributed/tensor/test_dtensor_compile 1/1 2025-01-24T10:14:37.4430104Z Parallel tests (0): 2025-01-24T10:14:37.4430564Z Name: excluded (est. time: 0.0min) 2025-01-24T10:14:37.4431067Z Serial tests (0): 2025-01-24T10:14:37.4431482Z Parallel tests (0): 2025-01-24T10:14:37.4478812Z Running distributed/tensor/test_dtensor_compile 1/1 ... [2025-01-24 10:14:37.447373] 2025-01-24T10:14:37.4479972Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:14:37.4481959Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dtensor_compile.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:14:37.447637] 2025-01-24T10:15:29.7172948Z 2025-01-24T10:15:29.7179001Z distributed/tensor/test_dtensor_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_dtensor_compile_1.1_f4bb5347d761dce2_.log 2025-01-24T10:15:29.7200845Z Running 31 items in this shard: test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_device_mesh_compile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_attribute_access_on_intermediate, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_basic, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_constructor_w_dynamo_disable, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_constructor_w_graph_break, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_contiguous_dtensor_noncontiguous_local_as_tangent, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_different_gradient_placement, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dont_recompile_on_same_placement_devicemesh, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dynamic, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dynamo_device_mesh_attrs, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_noncontiguous_output, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_partial_placement_graph_output, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_partial_placement_redistribute_unbalanced_correct_strides, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_dynamic_shapes, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_redistribute, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_redistribute_async, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_recompile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_to_local_kwargs, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_to_local_kwargs_forward_hook, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_fakify_dtensor, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_graph_input_is_async, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_placement_compile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_tp_compile_comm_reordering, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_unwrap_async_collective_tensor_tangent, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_compile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_compile_dtensor_redistribute_backward, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_False, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_True 2025-01-24T10:15:29.7218507Z 2025-01-24T10:15:30.3423338Z Running test batch 'tests to run' cost 52.9 seconds 2025-01-24T10:15:30.9379076Z + python test/run_test.py -i distributed/tensor/parallel/test_micro_pipeline_tp.py --verbose 2025-01-24T10:15:31.0243361Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:15:31.0244902Z import pkg_resources 2025-01-24T10:15:33.7734089Z No TD results found 2025-01-24T10:15:33.7735551Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:15:33.7866942Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:15:33.8390221Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:15:33.8405609Z Running all tests 2025-01-24T10:15:33.8409655Z Running parallel tests on 2 processes 2025-01-24T10:15:33.8410378Z Name: tests to run (est. time: 0.2min) 2025-01-24T10:15:33.8410957Z Serial tests (1): 2025-01-24T10:15:33.8411548Z distributed/tensor/parallel/test_micro_pipeline_tp 1/1 2025-01-24T10:15:33.8412210Z Parallel tests (0): 2025-01-24T10:15:33.8412669Z Name: excluded (est. time: 0.0min) 2025-01-24T10:15:33.8413160Z Serial tests (0): 2025-01-24T10:15:33.8413578Z Parallel tests (0): 2025-01-24T10:15:33.8461050Z Running distributed/tensor/parallel/test_micro_pipeline_tp 1/1 ... [2025-01-24 10:15:33.845557] 2025-01-24T10:15:33.8462082Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:15:33.8464165Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/parallel/test_micro_pipeline_tp.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:15:33.845816] 2025-01-24T10:15:50.5444708Z 2025-01-24T10:15:50.5447076Z distributed/tensor/parallel/test_micro_pipeline_tp 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.parallel.test_micro_pipeline_tp_1.1_af8162485a61fbd6_.log 2025-01-24T10:15:50.5477405Z Running 41 items in this shard: test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_dtensor_seq_par_shard_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_dtensor_seq_par_shard_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_find_all_gather_patterns, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_find_reduce_scatter_patterns, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_get_unexposed_collectives 2025-01-24T10:15:50.5506832Z 2025-01-24T10:15:51.1744047Z Running test batch 'tests to run' cost 17.33 seconds 2025-01-24T10:15:51.7621053Z + python test/run_test.py -i distributed/_composable/test_replicate_with_compiler.py --verbose 2025-01-24T10:15:51.8479673Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:15:51.8481198Z import pkg_resources 2025-01-24T10:15:54.6374050Z No TD results found 2025-01-24T10:15:54.6375454Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:15:54.6507254Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:15:54.7021109Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:15:54.7035681Z Running all tests 2025-01-24T10:15:54.7037857Z Running parallel tests on 2 processes 2025-01-24T10:15:54.7038498Z Name: tests to run (est. time: 1.72min) 2025-01-24T10:15:54.7039063Z Serial tests (1): 2025-01-24T10:15:54.7039796Z distributed/_composable/test_replicate_with_compiler 1/1 2025-01-24T10:15:54.7040476Z Parallel tests (0): 2025-01-24T10:15:54.7040940Z Name: excluded (est. time: 0.0min) 2025-01-24T10:15:54.7041435Z Serial tests (0): 2025-01-24T10:15:54.7041846Z Parallel tests (0): 2025-01-24T10:15:54.7090198Z Running distributed/_composable/test_replicate_with_compiler 1/1 ... [2025-01-24 10:15:54.708627] 2025-01-24T10:15:54.7090633Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:15:54.7095952Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/test_replicate_with_compiler.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:15:54.708901] 2025-01-24T10:17:34.9511909Z 2025-01-24T10:17:34.9517526Z distributed/_composable/test_replicate_with_compiler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.test_replicate_with_compiler_1.1_f5ddf78d5ca13b0a_.log 2025-01-24T10:17:34.9526531Z Running 10 items in this shard: test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_bucketing_coalesced_op, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_bucketing_concat_op, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_backward_only, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_bf16, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_cpu, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_cpu_no_sync, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_fp16, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_gpu, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_gpu_ac, test/distributed/_composable/test_replicate_with_compiler.py::DDP_TP_Test::test_ddp_tp 2025-01-24T10:17:34.9533310Z 2025-01-24T10:17:35.8675254Z Running test batch 'tests to run' cost 101.16 seconds 2025-01-24T10:17:36.7397161Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_comm.py --verbose 2025-01-24T10:17:36.8249287Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:17:36.8251062Z import pkg_resources 2025-01-24T10:17:39.5932922Z No TD results found 2025-01-24T10:17:39.5934456Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:17:39.6060980Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:17:39.6569659Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:17:39.6584653Z Running all tests 2025-01-24T10:17:39.6589160Z Running parallel tests on 2 processes 2025-01-24T10:17:39.6589845Z Name: tests to run (est. time: 2.36min) 2025-01-24T10:17:39.6590397Z Serial tests (1): 2025-01-24T10:17:39.6590960Z distributed/_composable/fsdp/test_fully_shard_comm 1/1 2025-01-24T10:17:39.6591625Z Parallel tests (0): 2025-01-24T10:17:39.6592086Z Name: excluded (est. time: 0.0min) 2025-01-24T10:17:39.6592576Z Serial tests (0): 2025-01-24T10:17:39.6592975Z Parallel tests (0): 2025-01-24T10:17:39.6640122Z Running distributed/_composable/fsdp/test_fully_shard_comm 1/1 ... [2025-01-24 10:17:39.663460] 2025-01-24T10:17:39.6641168Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:17:39.6643206Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_comm.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:17:39.663715] 2025-01-24T10:19:53.7216420Z 2025-01-24T10:19:53.7217657Z distributed/_composable/fsdp/test_fully_shard_comm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_comm_1.1_5ced39d13a3fcef5_.log 2025-01-24T10:19:53.7225655Z Running 15 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCollectiveOps::test_all_gather_fp32, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCollectiveOps::test_reduce_scatter_fp16, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCollectiveOps::test_reduce_scatter_fp32, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCommunication::test_fully_shard_communication_count, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCommunication::test_manual_reshard_with_reshard_after_forward_false, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCommunication::test_set_reduce_scatter_divide_factor, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_backward_misprefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_fully_shard_backward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_fully_shard_multi_module_backward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_fully_shard_multi_module_unused_module, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_set_modules_to_backward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_set_modules_to_forward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardUnshardMultiProcess::test_unshard_async, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardUnshardMultiThread::test_unshard_no_param_group, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardUnshardMultiThread::test_unshard_without_lazy_init 2025-01-24T10:19:53.7232711Z 2025-01-24T10:19:54.3426929Z Running test batch 'tests to run' cost 134.68 seconds 2025-01-24T10:19:54.9307455Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_multi_group --verbose 2025-01-24T10:19:55.0165008Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:19:55.0166268Z import pkg_resources 2025-01-24T10:19:57.7931422Z No TD results found 2025-01-24T10:19:57.7932799Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:19:57.8061456Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:19:57.8569834Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:19:57.8584216Z Running all tests 2025-01-24T10:19:57.8587043Z Running parallel tests on 2 processes 2025-01-24T10:19:57.8587661Z Name: tests to run (est. time: 2.21min) 2025-01-24T10:19:57.8588202Z Serial tests (1): 2025-01-24T10:19:57.8588811Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2025-01-24T10:19:57.8589544Z Parallel tests (0): 2025-01-24T10:19:57.8590029Z Name: excluded (est. time: 0.0min) 2025-01-24T10:19:57.8590542Z Serial tests (0): 2025-01-24T10:19:57.8590954Z Parallel tests (0): 2025-01-24T10:19:57.8638602Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2025-01-24 10:19:57.863400] 2025-01-24T10:19:57.8639775Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:19:57.8643096Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_multi_group', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:19:57.863663] 2025-01-24T10:25:15.5238800Z 2025-01-24T10:25:15.5241454Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_95116aed0e1e079d_.log 2025-01-24T10:25:15.5246145Z Running 3 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCore::test_train_parity_multi_group, test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCore::test_train_parity_multi_group_cpu_offload_eager, test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCore::test_train_parity_multi_group_unshard_async_op 2025-01-24T10:25:15.5249357Z 2025-01-24T10:25:16.3433072Z Running test batch 'tests to run' cost 318.48 seconds 2025-01-24T10:25:16.9255062Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_with_activation_checkpointing --verbose 2025-01-24T10:25:17.0111106Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:25:17.0112609Z import pkg_resources 2025-01-24T10:25:19.7853831Z No TD results found 2025-01-24T10:25:19.7856069Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:25:19.7979767Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:25:19.8485707Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:25:19.8499929Z Running all tests 2025-01-24T10:25:19.8501866Z Running parallel tests on 2 processes 2025-01-24T10:25:19.8502485Z Name: tests to run (est. time: 2.21min) 2025-01-24T10:25:19.8503024Z Serial tests (1): 2025-01-24T10:25:19.8503662Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2025-01-24T10:25:19.8504372Z Parallel tests (0): 2025-01-24T10:25:19.8504849Z Name: excluded (est. time: 0.0min) 2025-01-24T10:25:19.8505355Z Serial tests (0): 2025-01-24T10:25:19.8505764Z Parallel tests (0): 2025-01-24T10:25:19.8553849Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2025-01-24 10:25:19.854959] 2025-01-24T10:25:19.8554739Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:25:19.8556773Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_with_activation_checkpointing', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:25:19.855227] 2025-01-24T10:26:22.1557277Z 2025-01-24T10:26:22.1562171Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_ca75f117916a338d_.log 2025-01-24T10:26:22.1564734Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCompose::test_train_parity_with_activation_checkpointing 2025-01-24T10:26:22.1565856Z 2025-01-24T10:26:22.7724456Z Running test batch 'tests to run' cost 62.92 seconds 2025-01-24T10:26:23.3590826Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_hsdp --verbose 2025-01-24T10:26:23.4439972Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:26:23.4441515Z import pkg_resources 2025-01-24T10:26:26.2058437Z No TD results found 2025-01-24T10:26:26.2059870Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:26:26.2190055Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:26:26.2709569Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:26:26.2724348Z Running all tests 2025-01-24T10:26:26.2728360Z Running parallel tests on 2 processes 2025-01-24T10:26:26.2729045Z Name: tests to run (est. time: 2.21min) 2025-01-24T10:26:26.2729592Z Serial tests (1): 2025-01-24T10:26:26.2730187Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2025-01-24T10:26:26.2730887Z Parallel tests (0): 2025-01-24T10:26:26.2731340Z Name: excluded (est. time: 0.0min) 2025-01-24T10:26:26.2731833Z Serial tests (0): 2025-01-24T10:26:26.2732237Z Parallel tests (0): 2025-01-24T10:26:26.2779360Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2025-01-24 10:26:26.277471] 2025-01-24T10:26:26.2780529Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:26:26.2783149Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_hsdp', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:26:26.277753] 2025-01-24T10:26:50.3468635Z 2025-01-24T10:26:50.3470480Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_d4699a9d72f291d7_.log 2025-01-24T10:26:50.3473095Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShardHSDPTraining::test_train_parity_hsdp 2025-01-24T10:26:50.3474178Z 2025-01-24T10:26:51.0189728Z Running test batch 'tests to run' cost 24.75 seconds 2025-01-24T10:26:51.6172107Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_2d_transformer_checkpoint_resume --verbose 2025-01-24T10:26:51.7028750Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:26:51.7029999Z import pkg_resources 2025-01-24T10:26:54.4573705Z No TD results found 2025-01-24T10:26:54.4575138Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:26:54.4701972Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:26:54.5213733Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:26:54.5228327Z Running all tests 2025-01-24T10:26:54.5231103Z Running parallel tests on 2 processes 2025-01-24T10:26:54.5231875Z Name: tests to run (est. time: 2.21min) 2025-01-24T10:26:54.5232535Z Serial tests (1): 2025-01-24T10:26:54.5233271Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2025-01-24T10:26:54.5234097Z Parallel tests (0): 2025-01-24T10:26:54.5234559Z Name: excluded (est. time: 0.0min) 2025-01-24T10:26:54.5234861Z Serial tests (0): 2025-01-24T10:26:54.5235106Z Parallel tests (0): 2025-01-24T10:26:54.5288807Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2025-01-24 10:26:54.527835] 2025-01-24T10:26:54.5289926Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:26:54.5293018Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_2d_transformer_checkpoint_resume', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:26:54.528114] 2025-01-24T10:26:58.3510616Z 2025-01-24T10:26:58.3512393Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_439080aec830cb35_.log 2025-01-24T10:26:58.3514211Z Running 0 items in this shard: 2025-01-24T10:26:58.3514560Z 2025-01-24T10:26:59.2185973Z Running test batch 'tests to run' cost 4.69 seconds 2025-01-24T10:26:59.8002160Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_gradient_accumulation --verbose 2025-01-24T10:26:59.8870135Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:26:59.8871627Z import pkg_resources 2025-01-24T10:27:02.6489775Z No TD results found 2025-01-24T10:27:02.6491202Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:27:02.6618231Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:27:02.7128260Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:27:02.7141584Z Running all tests 2025-01-24T10:27:02.7144601Z Running parallel tests on 2 processes 2025-01-24T10:27:02.7144950Z Name: tests to run (est. time: 2.21min) 2025-01-24T10:27:02.7145235Z Serial tests (1): 2025-01-24T10:27:02.7145561Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2025-01-24T10:27:02.7145918Z Parallel tests (0): 2025-01-24T10:27:02.7146155Z Name: excluded (est. time: 0.0min) 2025-01-24T10:27:02.7146413Z Serial tests (0): 2025-01-24T10:27:02.7146639Z Parallel tests (0): 2025-01-24T10:27:02.7203587Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2025-01-24 10:27:02.719121] 2025-01-24T10:27:02.7204685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:27:02.7206980Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_gradient_accumulation', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:27:02.719382] 2025-01-24T10:27:22.8295464Z 2025-01-24T10:27:22.8297771Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_07bef3f833078554_.log 2025-01-24T10:27:22.8300579Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShardGradientAccumulation::test_gradient_accumulation 2025-01-24T10:27:22.8301787Z 2025-01-24T10:27:23.6700519Z Running test batch 'tests to run' cost 20.96 seconds 2025-01-24T10:27:24.5206972Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_state_dict.py -k test_dp_state_dict_save_load --verbose 2025-01-24T10:27:24.6074894Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:27:24.6076436Z import pkg_resources 2025-01-24T10:27:27.3691320Z No TD results found 2025-01-24T10:27:27.3692734Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:27:27.3820066Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:27:27.4332790Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:27:27.4344996Z Running all tests 2025-01-24T10:27:27.4347674Z Running parallel tests on 2 processes 2025-01-24T10:27:27.4348041Z Name: tests to run (est. time: 0.1min) 2025-01-24T10:27:27.4348317Z Serial tests (1): 2025-01-24T10:27:27.4348639Z distributed/_composable/fsdp/test_fully_shard_state_dict 1/1 2025-01-24T10:27:27.4349000Z Parallel tests (0): 2025-01-24T10:27:27.4349239Z Name: excluded (est. time: 0.0min) 2025-01-24T10:27:27.4349489Z Serial tests (0): 2025-01-24T10:27:27.4349694Z Parallel tests (0): 2025-01-24T10:27:27.4398915Z Running distributed/_composable/fsdp/test_fully_shard_state_dict 1/1 ... [2025-01-24 10:27:27.439501] 2025-01-24T10:27:27.4399924Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:27:27.4401848Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_state_dict.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_dp_state_dict_save_load', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:27:27.439762] 2025-01-24T10:27:40.0326846Z 2025-01-24T10:27:40.0329527Z distributed/_composable/fsdp/test_fully_shard_state_dict 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_state_dict_1.1_40cabcacb0d46786_.log 2025-01-24T10:27:40.0332275Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_state_dict.py::TestFullyShardStateDictMultiProcess::test_dp_state_dict_save_load 2025-01-24T10:27:40.0333518Z 2025-01-24T10:27:40.6699117Z Running test batch 'tests to run' cost 13.24 seconds 2025-01-24T10:27:41.2720969Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_frozen.py --verbose 2025-01-24T10:27:41.3577193Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:27:41.3578738Z import pkg_resources 2025-01-24T10:27:44.1291817Z No TD results found 2025-01-24T10:27:44.1293247Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:27:44.1421063Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:27:44.1928676Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:27:44.1942155Z Running all tests 2025-01-24T10:27:44.1945802Z Running parallel tests on 2 processes 2025-01-24T10:27:44.1946464Z Name: tests to run (est. time: 0.3min) 2025-01-24T10:27:44.1946995Z Serial tests (1): 2025-01-24T10:27:44.1947618Z distributed/_composable/fsdp/test_fully_shard_frozen 1/1 2025-01-24T10:27:44.1948305Z Parallel tests (0): 2025-01-24T10:27:44.1948777Z Name: excluded (est. time: 0.0min) 2025-01-24T10:27:44.1949269Z Serial tests (0): 2025-01-24T10:27:44.1949675Z Parallel tests (0): 2025-01-24T10:27:44.2000492Z Running distributed/_composable/fsdp/test_fully_shard_frozen 1/1 ... [2025-01-24 10:27:44.199217] 2025-01-24T10:27:44.2001519Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:27:44.2003570Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_frozen.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:27:44.199475] 2025-01-24T10:28:12.4241902Z 2025-01-24T10:28:12.4253128Z distributed/_composable/fsdp/test_fully_shard_frozen 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_frozen_1.1_eb9b0841704e4eb3_.log 2025-01-24T10:28:12.4257574Z Running 3 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_frozen.py::TestFullyShardFrozen::test_multi_forward_mixed_requires_grad, test/distributed/_composable/fsdp/test_fully_shard_frozen.py::TestFullyShardFrozen::test_train_mixed_requires_grad_across_groups, test/distributed/_composable/fsdp/test_fully_shard_frozen.py::TestFullyShardFrozen::test_train_mixed_requires_grad_per_group 2025-01-24T10:28:12.4260381Z 2025-01-24T10:28:13.0112370Z Running test batch 'tests to run' cost 28.82 seconds 2025-01-24T10:28:13.5796842Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_mixed_precision.py -k test_compute_dtype --verbose 2025-01-24T10:28:13.6660948Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:28:13.6662445Z import pkg_resources 2025-01-24T10:28:16.4376829Z No TD results found 2025-01-24T10:28:16.4379288Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:28:16.4504979Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:28:16.5015195Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:28:16.5030127Z Running all tests 2025-01-24T10:28:16.5035145Z Running parallel tests on 2 processes 2025-01-24T10:28:16.5035863Z Name: tests to run (est. time: 0.22min) 2025-01-24T10:28:16.5036414Z Serial tests (1): 2025-01-24T10:28:16.5037099Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 2025-01-24T10:28:16.5037845Z Parallel tests (0): 2025-01-24T10:28:16.5038332Z Name: excluded (est. time: 0.0min) 2025-01-24T10:28:16.5038838Z Serial tests (0): 2025-01-24T10:28:16.5039242Z Parallel tests (0): 2025-01-24T10:28:16.5090724Z Running distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 ... [2025-01-24 10:28:16.508241] 2025-01-24T10:28:16.5091318Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:28:16.5092478Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_mixed_precision.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_compute_dtype', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:28:16.508524] 2025-01-24T10:28:32.4567002Z 2025-01-24T10:28:32.4569242Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_mixed_precision_1.1_6f61603c01d3b55e_.log 2025-01-24T10:28:32.4572671Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionTraining::test_compute_dtype 2025-01-24T10:28:32.4574105Z 2025-01-24T10:28:33.2726373Z Running test batch 'tests to run' cost 16.77 seconds 2025-01-24T10:28:33.8651542Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_mixed_precision.py -k test_reduce_dtype --verbose 2025-01-24T10:28:33.9510478Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:28:33.9512008Z import pkg_resources 2025-01-24T10:28:36.7060763Z No TD results found 2025-01-24T10:28:36.7062185Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:28:36.7191347Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:28:36.7703005Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:28:36.7717230Z Running all tests 2025-01-24T10:28:36.7720098Z Running parallel tests on 2 processes 2025-01-24T10:28:36.7720733Z Name: tests to run (est. time: 0.22min) 2025-01-24T10:28:36.7721281Z Serial tests (1): 2025-01-24T10:28:36.7721914Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 2025-01-24T10:28:36.7722669Z Parallel tests (0): 2025-01-24T10:28:36.7723122Z Name: excluded (est. time: 0.0min) 2025-01-24T10:28:36.7723619Z Serial tests (0): 2025-01-24T10:28:36.7724026Z Parallel tests (0): 2025-01-24T10:28:36.7772581Z Running distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 ... [2025-01-24 10:28:36.776913] 2025-01-24T10:28:36.7773717Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:28:36.7775978Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_mixed_precision.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_reduce_dtype', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:28:36.777219] 2025-01-24T10:28:51.0707284Z 2025-01-24T10:28:51.0709195Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_mixed_precision_1.1_5b8298fa8674484e_.log 2025-01-24T10:28:51.0711573Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionTraining::test_reduce_dtype 2025-01-24T10:28:51.0712574Z 2025-01-24T10:28:51.6880102Z Running test batch 'tests to run' cost 14.92 seconds 2025-01-24T10:28:52.2812725Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py -k test_clip_grad_norm_2d --verbose 2025-01-24T10:28:52.3677927Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:28:52.3679607Z import pkg_resources 2025-01-24T10:28:55.1150095Z No TD results found 2025-01-24T10:28:55.1151518Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:28:55.1275651Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:28:55.1798549Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:28:55.1813420Z Running all tests 2025-01-24T10:28:55.1816179Z Running parallel tests on 2 processes 2025-01-24T10:28:55.1816837Z Name: tests to run (est. time: 0.1min) 2025-01-24T10:28:55.1817368Z Serial tests (1): 2025-01-24T10:28:55.1818004Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 1/1 2025-01-24T10:28:55.1818746Z Parallel tests (0): 2025-01-24T10:28:55.1819202Z Name: excluded (est. time: 0.0min) 2025-01-24T10:28:55.1819686Z Serial tests (0): 2025-01-24T10:28:55.1820081Z Parallel tests (0): 2025-01-24T10:28:55.1871077Z Running distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 1/1 ... [2025-01-24 10:28:55.186788] 2025-01-24T10:28:55.1872176Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:28:55.1875326Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_clip_grad_norm_2d', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:28:55.187058] 2025-01-24T10:29:04.9723832Z 2025-01-24T10:29:04.9725719Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_clip_grad_norm__1.1_eba8d0671074d942_.log 2025-01-24T10:29:04.9736303Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py::TestClipGradNormWorldSize4::test_clip_grad_norm_2d 2025-01-24T10:29:04.9737533Z 2025-01-24T10:29:05.7934074Z Running test batch 'tests to run' cost 10.61 seconds 2025-01-24T10:29:06.3887652Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_compile.py --verbose 2025-01-24T10:29:06.4748191Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:29:06.4749740Z import pkg_resources 2025-01-24T10:29:09.2334316Z No TD results found 2025-01-24T10:29:09.2337090Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:29:09.2464090Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:29:09.2981666Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:29:09.2996791Z Running all tests 2025-01-24T10:29:09.3001662Z Running parallel tests on 2 processes 2025-01-24T10:29:09.3002364Z Name: tests to run (est. time: 2.75min) 2025-01-24T10:29:09.3002922Z Serial tests (1): 2025-01-24T10:29:09.3003518Z distributed/_composable/fsdp/test_fully_shard_compile 1/1 2025-01-24T10:29:09.3004209Z Parallel tests (0): 2025-01-24T10:29:09.3004704Z Name: excluded (est. time: 0.0min) 2025-01-24T10:29:09.3005217Z Serial tests (0): 2025-01-24T10:29:09.3005631Z Parallel tests (0): 2025-01-24T10:29:09.3054513Z Running distributed/_composable/fsdp/test_fully_shard_compile 1/1 ... [2025-01-24 10:29:09.304950] 2025-01-24T10:29:09.3055018Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:29:09.3058109Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_compile.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:29:09.305269] 2025-01-24T10:30:54.2949541Z 2025-01-24T10:30:54.2951378Z distributed/_composable/fsdp/test_fully_shard_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_compile_1.1_b8a8020a05c7fd7a_.log 2025-01-24T10:30:54.2968825Z Running 16 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompileCompute::test_disable_compiling_hooks, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_compiled_autograd_ctx, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_dynamo_recompiles_on_fsdp_layers, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_dynamo_trace_use_training_state, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_inductor_fullgraph_False, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_inductor_fullgraph_True, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_inductor, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_trace_fsdp_copy_, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_inductor_fullgraph_False, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_inductor_fullgraph_True 2025-01-24T10:30:54.2977245Z 2025-01-24T10:30:54.9173187Z Running test batch 'tests to run' cost 105.62 seconds 2025-01-24T10:30:55.7656457Z + python test/run_test.py -i distributed/fsdp/test_fsdp_tp_integration.py -k test_fsdp_tp_integration --verbose 2025-01-24T10:30:55.8510245Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:30:55.8511888Z import pkg_resources 2025-01-24T10:30:58.6254260Z No TD results found 2025-01-24T10:30:58.6255685Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:30:58.6381024Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:30:58.6885464Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:30:58.6899866Z Running all tests 2025-01-24T10:30:58.6905944Z Running parallel tests on 2 processes 2025-01-24T10:30:58.6906626Z Name: tests to run (est. time: 0.29min) 2025-01-24T10:30:58.6907213Z Serial tests (1): 2025-01-24T10:30:58.6907734Z distributed/fsdp/test_fsdp_tp_integration 1/1 2025-01-24T10:30:58.6908352Z Parallel tests (0): 2025-01-24T10:30:58.6908816Z Name: excluded (est. time: 0.0min) 2025-01-24T10:30:58.6909307Z Serial tests (0): 2025-01-24T10:30:58.6909710Z Parallel tests (0): 2025-01-24T10:30:58.6959309Z Running distributed/fsdp/test_fsdp_tp_integration 1/1 ... [2025-01-24 10:30:58.695285] 2025-01-24T10:30:58.6960384Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:30:58.6962534Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_tp_integration.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_fsdp_tp_integration', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:30:58.695556] 2025-01-24T10:31:19.3557610Z 2025-01-24T10:31:19.3559266Z distributed/fsdp/test_fsdp_tp_integration 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_tp_integration_1.1_c9416a36ce330917_.log 2025-01-24T10:31:19.3563317Z Running 3 items in this shard: test/distributed/fsdp/test_fsdp_tp_integration.py::TestTPFSDPIntegration::test_fsdp_tp_extension_grad, test/distributed/fsdp/test_fsdp_tp_integration.py::TestTPFSDPIntegration::test_fsdp_tp_integration, test/distributed/fsdp/test_fsdp_tp_integration.py::TestTPFSDPIntegration::test_fsdp_tp_sync_module_state 2025-01-24T10:31:19.3565717Z 2025-01-24T10:31:19.9780027Z Running test batch 'tests to run' cost 21.29 seconds 2025-01-24T10:31:20.5784407Z + python test/run_test.py --include distributed/test_dynamo_distributed distributed/test_inductor_collectives distributed/test_compute_comm_reordering --verbose 2025-01-24T10:31:20.6640925Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T10:31:20.6642423Z import pkg_resources 2025-01-24T10:31:23.4133524Z No TD results found 2025-01-24T10:31:23.4134965Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T10:31:23.4261879Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:31:23.4771449Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.3-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2025-01-24T10:31:23.4787606Z Running all tests 2025-01-24T10:31:23.4790400Z Running parallel tests on 2 processes 2025-01-24T10:31:23.4791044Z Name: tests to run (est. time: 7.95min) 2025-01-24T10:31:23.4792445Z Serial tests (3): 2025-01-24T10:31:23.4793039Z distributed/test_compute_comm_reordering 1/1 2025-01-24T10:31:23.4793681Z distributed/test_dynamo_distributed 1/1 2025-01-24T10:31:23.4794375Z distributed/test_inductor_collectives 1/1 2025-01-24T10:31:23.4794942Z Parallel tests (0): 2025-01-24T10:31:23.4795408Z Name: excluded (est. time: 0.0min) 2025-01-24T10:31:23.4795906Z Serial tests (0): 2025-01-24T10:31:23.4796320Z Parallel tests (0): 2025-01-24T10:31:23.4844531Z Running distributed/test_compute_comm_reordering 1/1 ... [2025-01-24 10:31:23.483686] 2025-01-24T10:31:23.4845522Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:31:23.4847499Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_compute_comm_reordering.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:31:23.483954] 2025-01-24T10:32:25.9325982Z 2025-01-24T10:32:25.9327750Z distributed/test_compute_comm_reordering 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_compute_comm_reordering_1.1_26d0a5018ab86c80_.log 2025-01-24T10:32:25.9338204Z Running 7 items in this shard: test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_grouped_scheduler_node, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_nccl_heuristics, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_raise_comms, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_reorder_compute_for_overlap, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_reorder_compute_for_overlap_custom_runtime_estimation, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_sink_waits, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_sink_waits_raise_comms 2025-01-24T10:32:25.9341435Z 2025-01-24T10:32:25.9341672Z Running distributed/test_dynamo_distributed 1/1 ... [2025-01-24 10:32:25.932402] 2025-01-24T10:32:25.9342113Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:32:25.9343084Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_dynamo_distributed.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:32:25.932956] 2025-01-24T10:37:12.3608148Z 2025-01-24T10:37:12.3609982Z distributed/test_dynamo_distributed 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_dynamo_distributed_1.1_0585ac735995041d_.log 2025-01-24T10:37:12.3640393Z Running 58 items in this shard: test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_call_method_forward, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_ddp_optimizer_inductor_strides_dont_specialize, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_hf_bert_ddp_aot_eager, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_hf_bert_ddp_inductor, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_issue90375, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_symbol_splitting, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_direct, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_indirect, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_no_binding, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_torture_multi, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_asymmetric_compilation, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_asymmetric_compilation_with_fx_cache, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_automatic_dynamic_scalar, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_automatic_dynamic_speculation_divergence, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_automatic_dynamic_tensor, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_dim_mismatch, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_graph_break_empty_graph_still_collective, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_missing_source, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_scalar_missing_source, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_type_mismatch, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_ddp_activation_checkpointing, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_ddp_baseline_aot_eager_multiprocess, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_activation_checkpointing, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_aot_eager, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_inductor, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_setattr, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_unspecialized_forced_getattr_inline, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_unspecialized_forced_getattr_no_inline, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_get_pg_attr, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_aot_eager, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_aot_eager_static_graph, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_inductor, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_inductor_static_graph, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_fsdp, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_fsdp_activation_checkpointing, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_aot_autograd, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_async_subclass_no_specialize, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_compiled_flex_attention_full_model_ddp, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_compiled_flex_attention_local_ddp, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_custom_layer, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_ddp_baseline_aot_eager, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_ddp_baseline_inductor, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_empty_graph_inductor, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_dup_tensors_diff_source, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_dup_tensors_same_source, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_orig_params_assert, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_skip_guards, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_skip_register_attr_or_module, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_staticmethod, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_ctx_manager, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor_layout_optimizations_inference, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor_layout_optimizations_training, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor_transpose, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_higher_order_op, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_ignored_parameters, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_no_split 2025-01-24T10:37:12.3676193Z 2025-01-24T10:37:12.3676664Z Running distributed/test_inductor_collectives 1/1 ... [2025-01-24 10:37:12.360508] 2025-01-24T10:37:12.3677536Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T10:37:12.3679582Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_inductor_collectives.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 10:37:12.361079] 2025-01-24T10:39:21.1416900Z 2025-01-24T10:39:21.1418460Z distributed/test_inductor_collectives 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_inductor_collectives_1.1_a8ecbff7c5100fc1_.log 2025-01-24T10:39:21.1435417Z Running 48 items in this shard: test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_single_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_single_inductor_split_sizes_none, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_contiguous_input, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_into_tensor_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_output_buffer_reuse, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor_cudagraph_trees, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_input_buffer_reuse, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_broadcast_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_c10d_functional_tagged_pt2_compliant, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_eager_allreduce_inductor_wait, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_eager_async_allreduce_inductor_wait, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_inductor_allreduce_eager_wait, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_permute_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_reduce_scatter_tensor_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_backwards, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source_GroupMember_WORLD, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source__get_default_group, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source_group_WORLD, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_graphbreaks_unsupported_async_op, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_pg_var, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather_args_match, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather_list, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_to_all_single, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_kwargs, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_kwargs_none, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_positional, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_positional_none, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_unspecified, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op0, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op1, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op2, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op3, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op4, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_reduce_scatter, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_support_collective_op_with_async_op_False, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_all_gather_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_all_gather_tensor_pg, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allgather_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allreduce, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_reduce_scatter_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_all_gather_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_doesnt_mutate_shared, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_reduce_scatter_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_single_op, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_steal_buffer, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_meta 2025-01-24T10:39:21.1451641Z 2025-01-24T10:39:21.7613760Z Running test batch 'tests to run' cost 478.28 seconds 2025-01-24T10:39:22.3896820Z + assert_git_not_dirty 2025-01-24T10:39:22.3897455Z + [[ linux-focal-rocm6.3-py3.10 != *rocm* ]] 2025-01-24T10:39:22.4074771Z ##[group]Run # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2025-01-24T10:39:22.4076245Z # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2025-01-24T10:39:22.4078037Z docker exec -t "b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003" sh -c "cd ../pytorch && sudo cp -R test/test-reports ../workspace/test" 2025-01-24T10:39:22.4132108Z shell: /usr/bin/bash -e {0} 2025-01-24T10:39:22.4132725Z env: 2025-01-24T10:39:22.4133128Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:22.4133862Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:22.4134919Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:22.4135890Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:22.4137660Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:22.4139634Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:22.4140140Z AWS_REGION: us-east-1 2025-01-24T10:39:22.4140722Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:22.4141390Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:22.4152614Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:22.4153359Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:22.4154173Z ##[endgroup] 2025-01-24T10:39:22.4685412Z sudo: setrlimit(RLIMIT_STACK): Operation not permitted 2025-01-24T10:39:22.4990599Z ##[group]Run cat test/**/*_toprint.log || true 2025-01-24T10:39:22.4991152Z cat test/**/*_toprint.log || true 2025-01-24T10:39:22.5033759Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:22.5034428Z env: 2025-01-24T10:39:22.5034813Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:22.5035525Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:22.5036552Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:22.5037549Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:22.5039246Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:22.5040891Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:22.5041385Z AWS_REGION: us-east-1 2025-01-24T10:39:22.5042031Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:22.5042683Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:22.5053423Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:22.5054303Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:22.5055248Z ##[endgroup] 2025-01-24T10:39:22.5203574Z cat: 'test/**/*_toprint.log': No such file or directory 2025-01-24T10:39:22.5364844Z Prepare all required actions 2025-01-24T10:39:22.5365685Z Getting action download info 2025-01-24T10:39:23.1214124Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-24T10:39:23.9543598Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-01-24T10:39:23.9543880Z with: 2025-01-24T10:39:23.9544039Z use-gha: true 2025-01-24T10:39:23.9544275Z file-suffix: test-inductor-1-2-linux.rocm.gpu.2_36098369908 2025-01-24T10:39:23.9544576Z s3-bucket: gha-artifacts 2025-01-24T10:39:23.9544766Z env: 2025-01-24T10:39:23.9544925Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:23.9545220Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:23.9545648Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:23.9546050Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:23.9546788Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:23.9547438Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:23.9547645Z AWS_REGION: us-east-1 2025-01-24T10:39:23.9547892Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:23.9548161Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:23.9552508Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:23.9552817Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:23.9553145Z ##[endgroup] 2025-01-24T10:39:23.9609119Z ##[group]Run actions/upload-artifact@v4 2025-01-24T10:39:23.9609348Z with: 2025-01-24T10:39:23.9609645Z name: test-jsons-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip 2025-01-24T10:39:23.9610002Z retention-days: 14 2025-01-24T10:39:23.9610187Z if-no-files-found: warn 2025-01-24T10:39:23.9610380Z path: test/**/*.json 2025-01-24T10:39:23.9610570Z compression-level: 6 2025-01-24T10:39:23.9610749Z overwrite: false 2025-01-24T10:39:23.9610930Z include-hidden-files: false 2025-01-24T10:39:23.9611126Z env: 2025-01-24T10:39:23.9611487Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:23.9611778Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:23.9612205Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:23.9612612Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:23.9613311Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:23.9613941Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:23.9614147Z AWS_REGION: us-east-1 2025-01-24T10:39:23.9614369Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:23.9614640Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:23.9618992Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:23.9619298Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:23.9619631Z ##[endgroup] 2025-01-24T10:39:24.5496978Z With the provided path, there will be 28 files uploaded 2025-01-24T10:39:24.5501931Z Artifact name is valid! 2025-01-24T10:39:24.5502514Z Root directory input is valid! 2025-01-24T10:39:26.1449139Z Beginning upload of artifact content to blob storage 2025-01-24T10:39:26.7270684Z Uploaded bytes 49219 2025-01-24T10:39:26.8181111Z Finished uploading artifact content to blob storage! 2025-01-24T10:39:26.8186618Z SHA256 hash of uploaded artifact zip is 73d5ca5a9c6cc4fc1013003b93f682d6db867324e79be28bc5c4080d5a6661aa 2025-01-24T10:39:26.8189313Z Finalizing artifact upload 2025-01-24T10:39:26.9591723Z Artifact test-jsons-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip.zip successfully finalized. Artifact ID 2480112781 2025-01-24T10:39:26.9594601Z Artifact test-jsons-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip has been successfully uploaded! Final size is 49219 bytes. Artifact ID is 2480112781 2025-01-24T10:39:26.9605414Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12940917524/artifacts/2480112781 2025-01-24T10:39:26.9918919Z ##[group]Run actions/upload-artifact@v4 2025-01-24T10:39:26.9919610Z with: 2025-01-24T10:39:26.9920363Z name: test-reports-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip 2025-01-24T10:39:26.9921260Z retention-days: 14 2025-01-24T10:39:26.9921725Z if-no-files-found: ignore 2025-01-24T10:39:26.9922234Z path: test/**/*.xml test/**/*.csv 2025-01-24T10:39:26.9922778Z compression-level: 6 2025-01-24T10:39:26.9923215Z overwrite: false 2025-01-24T10:39:26.9923650Z include-hidden-files: false 2025-01-24T10:39:26.9924125Z env: 2025-01-24T10:39:26.9924491Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:26.9925192Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:26.9926259Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:26.9927231Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:26.9928966Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:26.9930517Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:26.9931012Z AWS_REGION: us-east-1 2025-01-24T10:39:26.9931583Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:26.9932238Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:26.9942889Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:26.9943640Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:26.9944446Z ##[endgroup] 2025-01-24T10:39:27.5988628Z With the provided path, there will be 80 files uploaded 2025-01-24T10:39:27.5993906Z Artifact name is valid! 2025-01-24T10:39:27.5994521Z Root directory input is valid! 2025-01-24T10:39:29.2050060Z Beginning upload of artifact content to blob storage 2025-01-24T10:39:29.9176869Z Uploaded bytes 204781 2025-01-24T10:39:30.0082107Z Finished uploading artifact content to blob storage! 2025-01-24T10:39:30.0087726Z SHA256 hash of uploaded artifact zip is 70eb17548cac76031ed00c743bcce7147f148a0cd8fd56025f3ba1db9a4e1a74 2025-01-24T10:39:30.0090501Z Finalizing artifact upload 2025-01-24T10:39:30.1485904Z Artifact test-reports-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip.zip successfully finalized. Artifact ID 2480113026 2025-01-24T10:39:30.1488156Z Artifact test-reports-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip has been successfully uploaded! Final size is 204781 bytes. Artifact ID is 2480113026 2025-01-24T10:39:30.1499604Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12940917524/artifacts/2480113026 2025-01-24T10:39:30.1837698Z ##[group]Run actions/upload-artifact@v4 2025-01-24T10:39:30.1838273Z with: 2025-01-24T10:39:30.1838981Z name: logs-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip 2025-01-24T10:39:30.1839936Z retention-days: 14 2025-01-24T10:39:30.1840425Z if-no-files-found: ignore 2025-01-24T10:39:30.1840936Z path: usage_log.txt test/**/*.log 2025-01-24T10:39:30.1841476Z compression-level: 6 2025-01-24T10:39:30.1841912Z overwrite: false 2025-01-24T10:39:30.1842345Z include-hidden-files: false 2025-01-24T10:39:30.1842815Z env: 2025-01-24T10:39:30.1843182Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:30.1843878Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:30.1844907Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:30.1845891Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:30.1848328Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:30.1850155Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:30.1850737Z AWS_REGION: us-east-1 2025-01-24T10:39:30.1851434Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:30.1852226Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:30.1863549Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:30.1864301Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:30.1865103Z ##[endgroup] 2025-01-24T10:39:30.7922440Z Multiple search paths detected. Calculating the least common ancestor of all paths 2025-01-24T10:39:30.7924572Z The least common ancestor is /home/pytorchci/actions-runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2025-01-24T10:39:30.7925881Z With the provided path, there will be 78 files uploaded 2025-01-24T10:39:30.7929079Z Artifact name is valid! 2025-01-24T10:39:30.7929768Z Root directory input is valid! 2025-01-24T10:39:32.3809216Z Beginning upload of artifact content to blob storage 2025-01-24T10:39:33.2373002Z Uploaded bytes 345170 2025-01-24T10:39:33.3272630Z Finished uploading artifact content to blob storage! 2025-01-24T10:39:33.3278503Z SHA256 hash of uploaded artifact zip is dd0965c86b9a309fd5e5e78764cd644abcf80f0ac34473786278b687253865c8 2025-01-24T10:39:33.3281323Z Finalizing artifact upload 2025-01-24T10:39:33.4587535Z Artifact logs-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip.zip successfully finalized. Artifact ID 2480113258 2025-01-24T10:39:33.4589961Z Artifact logs-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_36098369908.zip has been successfully uploaded! Final size is 345170 bytes. Artifact ID is 2480113258 2025-01-24T10:39:33.4601337Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12940917524/artifacts/2480113258 2025-01-24T10:39:33.5005274Z ##[group]Run # shellcheck disable=SC2156 2025-01-24T10:39:33.5005986Z # shellcheck disable=SC2156 2025-01-24T10:39:33.5007009Z find . -iname "core.[1-9]*" -exec docker exec "${CONTAINER_NAME}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2025-01-24T10:39:33.5066694Z shell: /usr/bin/bash -e {0} 2025-01-24T10:39:33.5067194Z env: 2025-01-24T10:39:33.5068023Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:33.5068764Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:33.5069841Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:33.5070825Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:33.5072523Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:33.5074110Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:33.5074613Z AWS_REGION: us-east-1 2025-01-24T10:39:33.5075201Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:33.5075859Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:33.5086677Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:33.5087430Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:33.5088224Z ##[endgroup] 2025-01-24T10:39:33.8026490Z ##[group]Run aws-actions/configure-aws-credentials@v4 2025-01-24T10:39:33.8027182Z with: 2025-01-24T10:39:33.8027886Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_upload-benchmark-results 2025-01-24T10:39:33.8028761Z role-duration-seconds: 18000 2025-01-24T10:39:33.8029270Z aws-region: us-east-1 2025-01-24T10:39:33.8029767Z audience: sts.amazonaws.com 2025-01-24T10:39:33.8030259Z env: 2025-01-24T10:39:33.8030642Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:33.8031365Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:33.8032428Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:33.8033409Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:33.8035212Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:33.8036800Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:33.8037298Z AWS_REGION: us-east-1 2025-01-24T10:39:33.8037896Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:33.8038569Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:33.8049490Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:33.8050240Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:33.8051053Z ##[endgroup] 2025-01-24T10:39:34.2940838Z Assuming role with OIDC 2025-01-24T10:39:34.6694554Z Authenticated as assumedRoleId AROAUPVRELQNA5GQHA6IA:GitHubActions 2025-01-24T10:39:34.7969446Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-01-24T10:39:34.7970332Z with: 2025-01-24T10:39:34.7970821Z benchmark-results-dir: test/test-reports 2025-01-24T10:39:34.7971411Z dry-run: false 2025-01-24T10:39:34.7971851Z schema-version: v3 2025-01-24T10:39:34.7972692Z github-token: *** 2025-01-24T10:39:34.7973131Z env: 2025-01-24T10:39:34.7973569Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:34.7974322Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:34.7975418Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:34.7976410Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:34.7978140Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:34.7979773Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:34.7980305Z AWS_REGION: us-east-1 2025-01-24T10:39:34.7980841Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:34.7981527Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:34.7992108Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:34.7992889Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:34.7993723Z ##[endgroup] 2025-01-24T10:39:34.8028268Z ##[group]Run set -eux 2025-01-24T10:39:34.8028791Z set -eux 2025-01-24T10:39:34.8029303Z python3 -mpip install boto3==1.35.33 2025-01-24T10:39:34.8082919Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:34.8083609Z env: 2025-01-24T10:39:34.8084026Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:34.8084775Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:34.8085851Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:34.8086873Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:34.8088602Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:34.8090165Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:34.8090696Z AWS_REGION: us-east-1 2025-01-24T10:39:34.8091280Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:34.8091988Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:34.8102521Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:34.8103298Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:34.8104136Z ##[endgroup] 2025-01-24T10:39:34.8187784Z + python3 -mpip install boto3==1.35.33 2025-01-24T10:39:35.0700200Z Defaulting to user installation because normal site-packages is not writeable 2025-01-24T10:39:35.1458985Z Requirement already satisfied: boto3==1.35.33 in /home/pytorchci/.local/lib/python3.10/site-packages (1.35.33) 2025-01-24T10:39:35.1498900Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /home/pytorchci/.local/lib/python3.10/site-packages (from boto3==1.35.33) (1.0.1) 2025-01-24T10:39:35.1502809Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in /home/pytorchci/.local/lib/python3.10/site-packages (from boto3==1.35.33) (1.35.99) 2025-01-24T10:39:35.1507648Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from boto3==1.35.33) (0.10.4) 2025-01-24T10:39:35.1556781Z Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /usr/lib/python3/dist-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.5) 2025-01-24T10:39:35.1561791Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/pytorchci/.local/lib/python3.10/site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-01-24T10:39:35.1599309Z Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.16.0) 2025-01-24T10:39:35.3154069Z ##[group]Run set -eux 2025-01-24T10:39:35.3154609Z set -eux 2025-01-24T10:39:35.3155029Z  2025-01-24T10:39:35.3155484Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-01-24T10:39:35.3156149Z  echo "Missing github-token input" 2025-01-24T10:39:35.3156752Z  exit 1 2025-01-24T10:39:35.3157210Z fi 2025-01-24T10:39:35.3205681Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:35.3206425Z env: 2025-01-24T10:39:35.3206850Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:35.3207656Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:35.3208957Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:35.3210140Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:35.3212217Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:35.3213984Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:35.3214330Z AWS_REGION: us-east-1 2025-01-24T10:39:35.3214707Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:35.3215104Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:35.3221277Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:35.3222759Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:35.3223896Z GITHUB_TOKEN: *** 2025-01-24T10:39:35.3224356Z ##[endgroup] 2025-01-24T10:39:35.3298948Z + [[ -z *** ]] 2025-01-24T10:39:35.3377166Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-01-24T10:39:35.3377964Z with: 2025-01-24T10:39:35.3378654Z github-token: *** 2025-01-24T10:39:35.3379085Z env: 2025-01-24T10:39:35.3379478Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:35.3380282Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:35.3381421Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:35.3382479Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:35.3384266Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:35.3385910Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:35.3386434Z AWS_REGION: us-east-1 2025-01-24T10:39:35.3386970Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:35.3387658Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:35.3399211Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:35.3400137Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:35.3401012Z ##[endgroup] 2025-01-24T10:39:35.3429910Z ##[group]Run set -eux 2025-01-24T10:39:35.3430397Z set -eux 2025-01-24T10:39:35.3430824Z  2025-01-24T10:39:35.3431688Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T10:39:35.3480629Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:35.3481324Z env: 2025-01-24T10:39:35.3481728Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:35.3482491Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:35.3483578Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:35.3484572Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:35.3486304Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:35.3487870Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:35.3488397Z AWS_REGION: us-east-1 2025-01-24T10:39:35.3489356Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:35.3490062Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:35.3500702Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:35.3501464Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:35.3502527Z GITHUB_TOKEN: *** 2025-01-24T10:39:35.3502982Z ##[endgroup] 2025-01-24T10:39:35.3585370Z + python3 /home/pytorchci/actions-runner/_work/_actions/pytorch/test-infra/main/.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py 12940917524 pytorch-rocm-hw-43 2025-01-24T10:39:35.7798245Z setting job-id=36098369908 2025-01-24T10:39:35.7799170Z setting job-name=rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T10:39:35.8004512Z ##[group]Run set -eux 2025-01-24T10:39:35.8005042Z set -eux 2025-01-24T10:39:35.8005464Z  2025-01-24T10:39:35.8006282Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-01-24T10:39:35.8007420Z  --schema-version "${SCHEMA_VERSION}" \ 2025-01-24T10:39:35.8008166Z  --repo "${REPO}" \ 2025-01-24T10:39:35.8008818Z  --head-branch "${HEAD_BRANCH}" \ 2025-01-24T10:39:35.8009523Z  --head-sha "${HEAD_SHA}" \ 2025-01-24T10:39:35.8010262Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-01-24T10:39:35.8011027Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-01-24T10:39:35.8011780Z  --job-id "${JOB_ID}" \ 2025-01-24T10:39:35.8012098Z  --job-name "${JOB_NAME}" 2025-01-24T10:39:35.8056094Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:35.8056469Z env: 2025-01-24T10:39:35.8056692Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:35.8057122Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:35.8058127Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:35.8059331Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:35.8061130Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:35.8062706Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:35.8063244Z AWS_REGION: us-east-1 2025-01-24T10:39:35.8063823Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:35.8064521Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:35.8076188Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:35.8076974Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:35.8077823Z SCHEMA_VERSION: v3 2025-01-24T10:39:35.8078295Z REPO: pytorch/pytorch 2025-01-24T10:39:35.8078819Z HEAD_BRANCH: refs/tags/ciflow/inductor/145539 2025-01-24T10:39:35.8079618Z HEAD_SHA: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T10:39:35.8080268Z WORKFLOW_RUN_ID: 12940917524 2025-01-24T10:39:35.8080760Z RUN_ATTEMPT: 1 2025-01-24T10:39:35.8081185Z JOB_ID: 36098369908 2025-01-24T10:39:35.8081846Z JOB_NAME: rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2025-01-24T10:39:35.8082620Z ##[endgroup] 2025-01-24T10:39:35.8158382Z + python3 /home/pytorchci/actions-runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_metadata.py --schema-version v3 --repo pytorch/pytorch --head-branch refs/tags/ciflow/inductor/145539 --head-sha d087145b9259b4cfbcb758dc0bca6a6e5d75d08f --workflow-id 12940917524 --run-attempt 1 --job-id 36098369908 --job-name 'rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2)' 2025-01-24T10:39:35.8433948Z ##[group]Run set -eux 2025-01-24T10:39:35.8434244Z set -eux 2025-01-24T10:39:35.8434465Z  2025-01-24T10:39:35.8434710Z # TODO (huydhn): Implement this part 2025-01-24T10:39:35.8435077Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-01-24T10:39:35.8481509Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:35.8482222Z env: 2025-01-24T10:39:35.8482635Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:35.8483386Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:35.8484452Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:35.8485442Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:35.8487484Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:35.8489373Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:35.8489996Z AWS_REGION: us-east-1 2025-01-24T10:39:35.8490698Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:35.8491504Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:35.8497073Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:35.8497517Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:35.8498215Z ##[endgroup] 2025-01-24T10:39:35.8569720Z + echo 'runners=[]' 2025-01-24T10:39:35.8606680Z ##[group]Run set -eux 2025-01-24T10:39:35.8607188Z set -eux 2025-01-24T10:39:35.8607609Z  2025-01-24T10:39:35.8608077Z # TODO (huydhn): Implement this part 2025-01-24T10:39:35.8608772Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-01-24T10:39:35.8655840Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:35.8656504Z env: 2025-01-24T10:39:35.8656903Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:35.8657602Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:35.8658657Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:35.8659659Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:35.8661397Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:35.8662951Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:35.8663489Z AWS_REGION: us-east-1 2025-01-24T10:39:35.8664076Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:35.8664763Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:35.8675342Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:35.8676127Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:35.8676955Z ##[endgroup] 2025-01-24T10:39:35.8757000Z + echo 'dependencies={}' 2025-01-24T10:39:35.8793607Z ##[group]Run set -eux 2025-01-24T10:39:35.8794173Z set -eux 2025-01-24T10:39:35.8794597Z  2025-01-24T10:39:35.8795111Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-01-24T10:39:35.8795912Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-01-24T10:39:35.8796818Z  # We don't want the job to fail if the directory doesn't exist 2025-01-24T10:39:35.8797519Z  exit 0 2025-01-24T10:39:35.8797939Z fi 2025-01-24T10:39:35.8798332Z  2025-01-24T10:39:35.8798773Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-01-24T10:39:35.8799764Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T10:39:35.8800769Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T10:39:35.8801571Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T10:39:35.8802204Z  --runners "${RUNNER_INFO}" \ 2025-01-24T10:39:35.8802838Z  --dependencies "${DEPENDENCIES}" \ 2025-01-24T10:39:35.8803429Z  --dry-run 2025-01-24T10:39:35.8803883Z else 2025-01-24T10:39:35.8804574Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T10:39:35.8805536Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T10:39:35.8806669Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T10:39:35.8807320Z  --runners "${RUNNER_INFO}" \ 2025-01-24T10:39:35.8807993Z  --dependencies "${DEPENDENCIES}" 2025-01-24T10:39:35.8808668Z fi 2025-01-24T10:39:35.8850982Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:35.8851806Z env: 2025-01-24T10:39:35.8852295Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:35.8853221Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:35.8854094Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:35.8854637Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:35.8855523Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:35.8856357Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:35.8856635Z AWS_REGION: us-east-1 2025-01-24T10:39:35.8856958Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:35.8857334Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:35.8866123Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:35.8866899Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:35.8867808Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-01-24T10:39:35.8868829Z DRY_RUN: false 2025-01-24T10:39:35.8871136Z BENCHMARK_METADATA: {"timestamp": 1737715175, "schema_version": "v3", "name": "rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2)", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/inductor/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940917524, "run_attempt": 1, "job_id": 36098369908} 2025-01-24T10:39:35.8873534Z RUNNER_INFO: [] 2025-01-24T10:39:35.8873967Z DEPENDENCIES: {} 2025-01-24T10:39:35.8874399Z ##[endgroup] 2025-01-24T10:39:35.8949554Z + [[ ! -d test/test-reports ]] 2025-01-24T10:39:35.8950181Z + [[ false == \t\r\u\e ]] 2025-01-24T10:39:35.8954309Z + python3 /home/pytorchci/actions-runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py --benchmark-results-dir test/test-reports --metadata '{"timestamp": 1737715175, "schema_version": "v3", "name": "rocm6.3-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2)", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/inductor/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940917524, "run_attempt": 1, "job_id": 36098369908}' --runners '[]' --dependencies '{}' 2025-01-24T10:39:36.0495467Z Prepare all required actions 2025-01-24T10:39:36.0495923Z Getting action download info 2025-01-24T10:39:36.0541657Z ##[group]Run ./.github/actions/teardown-rocm 2025-01-24T10:39:36.0542356Z env: 2025-01-24T10:39:36.0542823Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:36.0543562Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:36.0544623Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:36.0545612Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:36.0547346Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:36.0548978Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:36.0549495Z AWS_REGION: us-east-1 2025-01-24T10:39:36.0550087Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:36.0550829Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:36.0561528Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:36.0562308Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:36.0563133Z ##[endgroup] 2025-01-24T10:39:36.0588952Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T10:39:36.0589950Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T10:39:36.0590705Z # shellcheck disable=SC2046 2025-01-24T10:39:36.0591337Z docker stop $(docker ps -q) || true 2025-01-24T10:39:36.0592006Z # Prune all stopped containers. 2025-01-24T10:39:36.0592627Z docker container prune -f 2025-01-24T10:39:36.0640099Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:39:36.0640811Z env: 2025-01-24T10:39:36.0641228Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:39:36.0641983Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:39:36.0643086Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:39:36.0644088Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:39:36.0645807Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:39:36.0647396Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:39:36.0647992Z AWS_REGION: us-east-1 2025-01-24T10:39:36.0648659Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:39:36.0649486Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:39:36.0657400Z AWS_SESSION_TOKEN: *** 2025-01-24T10:39:36.0657808Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:39:36.0658493Z ##[endgroup] 2025-01-24T10:39:37.1867069Z b457938ab86f 2025-01-24T10:40:11.3904829Z Deleted Containers: 2025-01-24T10:40:11.3907448Z b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:40:11.3907815Z 2025-01-24T10:40:11.3907959Z Total reclaimed space: 8.657GB 2025-01-24T10:40:11.3969804Z Prepare all required actions 2025-01-24T10:40:11.4016315Z ##[group]Run ./.github/actions/diskspace-cleanup 2025-01-24T10:40:11.4016645Z with: 2025-01-24T10:40:11.4016885Z diskspace-cutoff: 70 2025-01-24T10:40:11.4017130Z env: 2025-01-24T10:40:11.4017346Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:40:11.4017741Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:40:11.4018310Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:40:11.4018824Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:40:11.4019737Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:40:11.4021171Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:40:11.4021807Z AWS_REGION: us-east-1 2025-01-24T10:40:11.4022519Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:40:11.4023356Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:40:11.4033920Z AWS_SESSION_TOKEN: *** 2025-01-24T10:40:11.4034686Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:40:11.4035521Z ##[endgroup] 2025-01-24T10:40:11.4063998Z ##[group]Run set -ex 2025-01-24T10:40:11.4064520Z set -ex 2025-01-24T10:40:11.4064988Z diskspace_cutoff=70 2025-01-24T10:40:11.4065672Z docker_root_dir=$(docker info -f '{{.DockerRootDir}}') 2025-01-24T10:40:11.4066431Z if [ ! -d "$docker_root_dir" ]; then 2025-01-24T10:40:11.4067386Z  echo "Docker root directory ($docker_root_dir) does not exist. Skipping disk space check." 2025-01-24T10:40:11.4068321Z  exit 0 2025-01-24T10:40:11.4068759Z fi 2025-01-24T10:40:11.4069540Z diskspace=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T10:40:11.4071137Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-01-24T10:40:11.4072502Z if [[ "$diskspace" -ge "$diskspace_cutoff" ]] ; then 2025-01-24T10:40:11.4073193Z  docker system prune -af 2025-01-24T10:40:11.4074112Z  diskspace_new=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T10:40:11.4075136Z  if [[ "$diskspace_new" -gt "$diskspace_cutoff" ]] ; then 2025-01-24T10:40:11.4075975Z  echo "Error: Available diskspace is less than $diskspace_cutoff percent. Not enough diskspace." 2025-01-24T10:40:11.4076471Z  echo "$msg" 2025-01-24T10:40:11.4076740Z  exit 1 2025-01-24T10:40:11.4076974Z  else 2025-01-24T10:40:11.4077253Z  difference=$((diskspace - diskspace_new)) 2025-01-24T10:40:11.4077643Z  echo "Diskspace saved: $difference percent" 2025-01-24T10:40:11.4077978Z  fi 2025-01-24T10:40:11.4078197Z fi 2025-01-24T10:40:11.4120167Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T10:40:11.4120865Z env: 2025-01-24T10:40:11.4121284Z GIT_DEFAULT_BRANCH: main 2025-01-24T10:40:11.4122056Z RUNNER_ARTIFACT_DIR: /home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T10:40:11.4123119Z RUNNER_TEST_RESULTS_DIR: /home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T10:40:11.4124137Z RUNNER_DOCS_DIR: /home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T10:40:11.4125909Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T10:40:11.4127935Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T10:40:11.4128514Z AWS_REGION: us-east-1 2025-01-24T10:40:11.4129192Z AWS_ACCESS_KEY_ID: *** 2025-01-24T10:40:11.4129996Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T10:40:11.4138252Z AWS_SESSION_TOKEN: *** 2025-01-24T10:40:11.4138656Z CONTAINER_NAME: b457938ab86f334b17856698f630857985067a2b024ddb7519696fd6ef165003 2025-01-24T10:40:11.4139085Z ##[endgroup] 2025-01-24T10:40:11.4215722Z + diskspace_cutoff=70 2025-01-24T10:40:11.4220052Z ++ docker info -f '{{.DockerRootDir}}' 2025-01-24T10:40:11.4760532Z + docker_root_dir=/home/pytorchci/.local/share/docker 2025-01-24T10:40:11.4761190Z + '[' '!' -d /home/pytorchci/.local/share/docker ']' 2025-01-24T10:40:11.4771117Z ++ df -H --output=pcent /home/pytorchci/.local/share/docker 2025-01-24T10:40:11.4771773Z ++ sed -n 2p 2025-01-24T10:40:11.4773225Z ++ sed s/%// 2025-01-24T10:40:11.4773850Z ++ sed 's/ //' 2025-01-24T10:40:11.4790998Z + diskspace=66 2025-01-24T10:40:11.4798724Z + msg='Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified' 2025-01-24T10:40:11.4799517Z + [[ 66 -ge 70 ]] 2025-01-24T10:40:11.4849308Z Post job cleanup. 2025-01-24T10:40:11.4895668Z Post job cleanup. 2025-01-24T10:40:11.6020760Z Post job cleanup. 2025-01-24T10:40:11.6362059Z Logging out of registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T10:40:11.6702094Z Post job cleanup. 2025-01-24T10:40:11.7857325Z Post job cleanup. 2025-01-24T10:40:11.7922618Z Post job cleanup. 2025-01-24T10:40:11.8755817Z [command]/usr/bin/git version 2025-01-24T10:40:11.8788354Z git version 2.34.1 2025-01-24T10:40:11.8827389Z Temporarily overriding HOME='/home/pytorchci/actions-runner/_work/_temp/12d2dce3-20f6-42f8-940c-b4d3feb51067' before making global git config changes 2025-01-24T10:40:11.8829184Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T10:40:11.8830378Z [command]/usr/bin/git config --global --add safe.directory /home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T10:40:11.8864550Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T10:40:11.8900414Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-01-24T10:40:11.9244720Z Entering 'android/libs/fbjni' 2025-01-24T10:40:11.9307324Z Entering 'third_party/FP16' 2025-01-24T10:40:11.9354693Z Entering 'third_party/FXdiv' 2025-01-24T10:40:11.9397248Z Entering 'third_party/NNPACK' 2025-01-24T10:40:11.9444372Z Entering 'third_party/NVTX' 2025-01-24T10:40:11.9493044Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T10:40:11.9541546Z Entering 'third_party/XNNPACK' 2025-01-24T10:40:11.9600328Z Entering 'third_party/benchmark' 2025-01-24T10:40:11.9653817Z Entering 'third_party/composable_kernel' 2025-01-24T10:40:11.9708605Z Entering 'third_party/cpp-httplib' 2025-01-24T10:40:11.9767704Z Entering 'third_party/cpuinfo' 2025-01-24T10:40:11.9811830Z Entering 'third_party/cudnn_frontend' 2025-01-24T10:40:11.9858478Z Entering 'third_party/cutlass' 2025-01-24T10:40:11.9913304Z Entering 'third_party/eigen' 2025-01-24T10:40:11.9957486Z Entering 'third_party/fbgemm' 2025-01-24T10:40:12.0005768Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T10:40:12.0047424Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T10:40:12.0093552Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T10:40:12.0145064Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T10:40:12.0184748Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T10:40:12.0228267Z Entering 'third_party/flatbuffers' 2025-01-24T10:40:12.0273934Z Entering 'third_party/fmt' 2025-01-24T10:40:12.0318223Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T10:40:12.0363068Z Entering 'third_party/gloo' 2025-01-24T10:40:12.0403735Z Entering 'third_party/googletest' 2025-01-24T10:40:12.0452166Z Entering 'third_party/ideep' 2025-01-24T10:40:12.0496684Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T10:40:12.0559143Z Entering 'third_party/ittapi' 2025-01-24T10:40:12.0601476Z Entering 'third_party/kineto' 2025-01-24T10:40:12.0641673Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T10:40:12.0688557Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T10:40:12.0732984Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T10:40:12.0773896Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T10:40:12.0814860Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T10:40:12.0854393Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T10:40:12.0900198Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T10:40:12.0944553Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T10:40:12.0983552Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T10:40:12.1030153Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T10:40:12.1083594Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T10:40:12.1128313Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T10:40:12.1173003Z Entering 'third_party/kleidiai' 2025-01-24T10:40:12.1216645Z Entering 'third_party/mimalloc' 2025-01-24T10:40:12.1260976Z Entering 'third_party/nccl/nccl' 2025-01-24T10:40:12.1300040Z Entering 'third_party/nlohmann' 2025-01-24T10:40:12.1344090Z Entering 'third_party/onnx' 2025-01-24T10:40:12.1401178Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T10:40:12.1464450Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T10:40:12.1507569Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T10:40:12.1555472Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T10:40:12.1598831Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T10:40:12.1641242Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T10:40:12.1684739Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T10:40:12.1730029Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T10:40:12.1769698Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T10:40:12.1810416Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T10:40:12.1859644Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T10:40:12.1907794Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T10:40:12.1967675Z Entering 'third_party/pocketfft' 2025-01-24T10:40:12.2011271Z Entering 'third_party/protobuf' 2025-01-24T10:40:12.2059875Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T10:40:12.2102463Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T10:40:12.2145241Z Entering 'third_party/psimd' 2025-01-24T10:40:12.2186569Z Entering 'third_party/pthreadpool' 2025-01-24T10:40:12.2238694Z Entering 'third_party/pybind11' 2025-01-24T10:40:12.2280743Z Entering 'third_party/python-peachpy' 2025-01-24T10:40:12.2323718Z Entering 'third_party/sleef' 2025-01-24T10:40:12.2369947Z Entering 'third_party/tensorpipe' 2025-01-24T10:40:12.2409628Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T10:40:12.2457492Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T10:40:12.2501558Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T10:40:12.2541873Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T10:40:12.2580680Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T10:40:12.2650584Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T10:40:12.2683140Z http.https://github.com/.extraheader 2025-01-24T10:40:12.2694796Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T10:40:12.2724856Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-01-24T10:40:12.3004602Z Entering 'android/libs/fbjni' 2025-01-24T10:40:12.3033660Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3074579Z Entering 'third_party/FP16' 2025-01-24T10:40:12.3099762Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3140361Z Entering 'third_party/FXdiv' 2025-01-24T10:40:12.3166895Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3205550Z Entering 'third_party/NNPACK' 2025-01-24T10:40:12.3225453Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3259425Z Entering 'third_party/NVTX' 2025-01-24T10:40:12.3284472Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3318274Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T10:40:12.3344326Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3385036Z Entering 'third_party/XNNPACK' 2025-01-24T10:40:12.3406144Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3451606Z Entering 'third_party/benchmark' 2025-01-24T10:40:12.3472499Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3506188Z Entering 'third_party/composable_kernel' 2025-01-24T10:40:12.3526731Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3565240Z Entering 'third_party/cpp-httplib' 2025-01-24T10:40:12.3585815Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3620832Z Entering 'third_party/cpuinfo' 2025-01-24T10:40:12.3642034Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3679839Z Entering 'third_party/cudnn_frontend' 2025-01-24T10:40:12.3705475Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3742035Z Entering 'third_party/cutlass' 2025-01-24T10:40:12.3765565Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3809678Z Entering 'third_party/eigen' 2025-01-24T10:40:12.3830838Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3861260Z Entering 'third_party/fbgemm' 2025-01-24T10:40:12.3882514Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3926259Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T10:40:12.3947477Z http.https://github.com/.extraheader 2025-01-24T10:40:12.3976529Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T10:40:12.3999933Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4045850Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T10:40:12.4063325Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4110660Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T10:40:12.4134349Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4167159Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T10:40:12.4191808Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4226178Z Entering 'third_party/flatbuffers' 2025-01-24T10:40:12.4249517Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4286231Z Entering 'third_party/fmt' 2025-01-24T10:40:12.4305617Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4343868Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T10:40:12.4366318Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4397572Z Entering 'third_party/gloo' 2025-01-24T10:40:12.4424689Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4468000Z Entering 'third_party/googletest' 2025-01-24T10:40:12.4495929Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4527838Z Entering 'third_party/ideep' 2025-01-24T10:40:12.4552321Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4584360Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T10:40:12.4604759Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4648254Z Entering 'third_party/ittapi' 2025-01-24T10:40:12.4672283Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4706855Z Entering 'third_party/kineto' 2025-01-24T10:40:12.4727948Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4765417Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T10:40:12.4784338Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4818656Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T10:40:12.4844745Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4884679Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T10:40:12.4917640Z http.https://github.com/.extraheader 2025-01-24T10:40:12.4953924Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T10:40:12.4978402Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5016158Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T10:40:12.5038794Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5077498Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T10:40:12.5102586Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5137559Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T10:40:12.5165317Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5199760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T10:40:12.5225216Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5259514Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T10:40:12.5279940Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5325314Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T10:40:12.5345421Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5384447Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T10:40:12.5405488Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5436485Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T10:40:12.5461658Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5500691Z Entering 'third_party/kleidiai' 2025-01-24T10:40:12.5524954Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5556020Z Entering 'third_party/mimalloc' 2025-01-24T10:40:12.5580286Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5610405Z Entering 'third_party/nccl/nccl' 2025-01-24T10:40:12.5632292Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5667632Z Entering 'third_party/nlohmann' 2025-01-24T10:40:12.5695385Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5734540Z Entering 'third_party/onnx' 2025-01-24T10:40:12.5757546Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5812823Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T10:40:12.5838497Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5873609Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T10:40:12.5896655Z http.https://github.com/.extraheader 2025-01-24T10:40:12.5934316Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T10:40:12.5964490Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6004117Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T10:40:12.6024641Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6063033Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T10:40:12.6087205Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6118327Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T10:40:12.6155460Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6200074Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T10:40:12.6225372Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6264199Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T10:40:12.6285345Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6316726Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T10:40:12.6341466Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6374740Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T10:40:12.6396365Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6451008Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T10:40:12.6473326Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6517838Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T10:40:12.6543143Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6613451Z Entering 'third_party/pocketfft' 2025-01-24T10:40:12.6637941Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6679257Z Entering 'third_party/protobuf' 2025-01-24T10:40:12.6704211Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6746307Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T10:40:12.6772635Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6805267Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T10:40:12.6827310Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6866122Z Entering 'third_party/psimd' 2025-01-24T10:40:12.6893112Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6925983Z Entering 'third_party/pthreadpool' 2025-01-24T10:40:12.6950702Z http.https://github.com/.extraheader 2025-01-24T10:40:12.6987198Z Entering 'third_party/pybind11' 2025-01-24T10:40:12.7011914Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7048738Z Entering 'third_party/python-peachpy' 2025-01-24T10:40:12.7070890Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7106952Z Entering 'third_party/sleef' 2025-01-24T10:40:12.7133379Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7170383Z Entering 'third_party/tensorpipe' 2025-01-24T10:40:12.7192403Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7224605Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T10:40:12.7250055Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7281899Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T10:40:12.7303665Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7347276Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T10:40:12.7369298Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7402479Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T10:40:12.7422490Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7457290Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T10:40:12.7481824Z http.https://github.com/.extraheader 2025-01-24T10:40:12.7741127Z Cleaning up orphan processes